summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2010-07-13 08:21:52 -0400
committerColin Walters <walters@verbum.org>2010-07-13 08:21:52 -0400
commit3ce13a7b8644263037f39441d3c10a3b00861301 (patch)
tree70e5b50577ea51f74b9e5742771c57ba5a92e17e /autogen.sh
parent900a1ecd2faf780bc6325d071a3d28f53f903f01 (diff)
downloadlibgee-3ce13a7b8644263037f39441d3c10a3b00861301.tar.gz
[autogen.sh] Support parameters to configure
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
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 $?