[json-glib] build: Generate the config.h file under json-glib



commit d0eee742ccdcf67bd72f7506069346dbf0556b9c
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Mon Mar 13 18:15:44 2017 +0000

    build: Generate the config.h file under json-glib
    
    Ensure that autotools and Meson behave similarly.

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 075eb5f..8023a53 100644
--- a/configure.ac
+++ b/configure.ac
@@ -30,7 +30,7 @@ AC_INIT([json-glib],
         [json-glib],
         [http://live.gnome.org/JsonGlib])
 
-AC_CONFIG_HEADER([config.h])
+AC_CONFIG_HEADER([json-glib/config.h])
 AC_CONFIG_SRCDIR([json-glib/json-glib.h])
 AC_CONFIG_AUX_DIR([build])
 AC_CONFIG_MACRO_DIR([build/autotools])


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]