]> granicus.if.org Git - json-c/commitdiff
Use AC_CONFIG_MACRO_DIRS to specify path to the ax macros instead of passing -I to...
authorEric Haszlakiewicz <erh+git@nimenees.com>
Mon, 4 Sep 2017 02:35:58 +0000 (22:35 -0400)
committerEric Haszlakiewicz <erh+git@nimenees.com>
Mon, 4 Sep 2017 02:35:58 +0000 (22:35 -0400)
autogen.sh
configure.ac

index ae2a3e165113fc9f9f503e089247a62693a8f95a..69e765a602787ef0c915c105c500440ec32dfb35 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/sh
-autoreconf -Iautoconf-archive/m4 -v --install || exit 1
+autoreconf -v --install || exit 1
 
 # If there are any options, assume the user wants to run configure.
 # To run configure w/o any options, use ./autogen.sh --configure
index 4f507ffb6ace35d2565985bc36200025113b64ca..e909cf22f858a7b5b7470782d938d4e90648ffc3 100644 (file)
@@ -5,6 +5,8 @@ AC_INIT([json-c], 0.12.99, [json-c@googlegroups.com])
 
 AM_INIT_AUTOMAKE
 
+AC_CONFIG_MACRO_DIRS([autoconf-archive/m4])
+
 AC_PROG_MAKE_SET
 
 AC_CANONICAL_HOST