[libgee] [autogen.sh] Support parameters to configure



commit 3ce13a7b8644263037f39441d3c10a3b00861301
Author: Colin Walters <walters verbum org>
Date:   Tue Jul 13 08:21:52 2010 -0400

    [autogen.sh] Support parameters to configure

 autogen.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index c474d9d..3b188da 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -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 $?
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]