autogen.sh: Add -I option to tell aclocal a place for external m4 files

This commit is contained in:
Akira TAGOH 2012-10-23 15:52:37 +09:00
parent e7bfe729ab
commit 73ab254336
1 changed files with 1 additions and 0 deletions

View File

@ -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}