mirror of
https://github.com/json-c/json-c.git
synced 2026-04-11 00:09:06 +08:00
Use AC_CONFIG_MACRO_DIRS to specify path to the ax macros instead of passing -I to autoreconf in autogen.sh.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user