From 3d481f735a2cf4b47e28d27d3621a4346d746c98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Thu, 13 May 2010 17:10:04 +0200 Subject: [PATCH] Use ACLOCAL in autogen.sh --- autogen.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/autogen.sh b/autogen.sh index 1c04f8d76d..4bdce3bcaf 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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 $?