ensure gnome-autogen.sh's behaviour
authorSven Herzberg <herzi@gnome-de.org>
Mon, 15 Nov 2010 18:04:47 +0000 (19:04 +0100)
committerSven Herzberg <herzi@gnome-de.org>
Mon, 15 Nov 2010 18:04:47 +0000 (19:04 +0100)
* autogen.sh: make sure that autoreconf calls aclocal the same way
  gnome-autogen.sh would have done

autogen.sh

index 0c99021..bc7c59c 100755 (executable)
@@ -20,7 +20,7 @@ if test -z $AUTORECONF; then
        echo "*** No autoreconf found, please install it ***"
        exit 1
 else
-       autoreconf --force --install || exit $?
+       ACLOCAL="aclocal $ACLOCAL_FLAGS" autoreconf --force --install || exit $?
 fi