[autogen.sh] Support parameters to configure
authorColin Walters <walters@verbum.org>
Tue, 13 Jul 2010 12:21:52 +0000 (08:21 -0400)
committerColin Walters <walters@verbum.org>
Tue, 13 Jul 2010 12:21:52 +0000 (08:21 -0400)
autogen.sh

index c474d9d..3b188da 100755 (executable)
@@ -9,6 +9,6 @@ cd $srcdir
 # Automake requires that ChangeLog exists.
 touch ChangeLog
 
-REQUIRED_M4MACROS=introspection.m4 gnome-autogen.sh || exit 1
+REQUIRED_M4MACROS=introspection.m4 gnome-autogen.sh "$@" || exit 1
 cd $ORIGDIR || exit $?