autogen.sh: Add -I option to tell aclocal a place for external m4 files
This commit is contained in:
parent
e7bfe729ab
commit
73ab254336
|
@ -19,6 +19,7 @@ PROJECT=Fontconfig
|
|||
TEST_TYPE=-f
|
||||
FILE=fontconfig/fontconfig.h
|
||||
ACLOCAL=${ACLOCAL-aclocal}
|
||||
ACLOCAL_FLAGS="-I m4"
|
||||
LIBTOOLIZE=${LIBTOOLIZE-libtoolize}
|
||||
AUTOMAKE=${AUTOMAKE-automake}
|
||||
AUTOHEADER=${AUTOHEADER-autoheader}
|
||||
|
|
Loading…
Reference in New Issue