autogen.sh | 1 + 1 file changed, 1 insertion(+) New commits: commit 73ab254336100c5971e3a1e14b73222efd0e9822 Author: Akira TAGOH <akira@xxxxxxxxx> Date: Tue Oct 23 15:52:37 2012 +0900 autogen.sh: Add -I option to tell aclocal a place for external m4 files diff --git a/autogen.sh b/autogen.sh index df4cd41..93855cb 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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} _______________________________________________ Fontconfig mailing list Fontconfig@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/fontconfig