]> Pileus Git - ~andy/gtk/blobdiff - autogen.sh
Use ACLOCAL in autogen.sh
[~andy/gtk] / autogen.sh
index 1c04f8d76d8c6763f2b0b81a6d4125d93a56aaf5..4bdce3bcaf1f58db0bd59b92e78b753400823e59 100755 (executable)
@@ -105,6 +105,8 @@ rm -rf autom4te.cache
 # regenerated from their corresponding *.in files by ./configure anyway.
 touch README INSTALL
 
+$ACLOCAL -I m4 $ACLOCAL_FLAGS || exit $?
+
 libtoolize --force || exit $?
 gtkdocize || exit $?