]> Pileus Git - ~andy/gtk/blobdiff - autogen.sh
Add an m4 directory and a introspection.m4
[~andy/gtk] / autogen.sh
index 19d2bdc81ace303d1c32949a8ac5ade5dc45b7a0..ec767e5c6c2346f6782f878747b97203bceabe09 100755 (executable)
@@ -109,7 +109,7 @@ rm -rf autom4te.cache
 # regenerated from their corresponding *.in files by ./configure anyway.
 touch README INSTALL
 
-$ACLOCAL $ACLOCAL_FLAGS || exit $?
+$ACLOCAL -I m4 $ACLOCAL_FLAGS || exit $?
 
 libtoolize --force || exit $?
 gtkdocize || exit $?