]> Pileus Git - ~andy/gtk/commitdiff
Use ACLOCAL in autogen.sh
authorJavier Jardón <jjardon@gnome.org>
Thu, 13 May 2010 15:10:04 +0000 (17:10 +0200)
committerJavier Jardón <jjardon@gnome.org>
Thu, 13 May 2010 15:11:12 +0000 (17:11 +0200)
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 $?