slurp autogen-specific options to AUTOGEN_EXT_OPT for use in autogenning sub-packages...
authorThomas Vander Stichele <thomas@apestaart.org>
Wed, 6 Feb 2002 15:34:49 +0000 (15:34 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Wed, 6 Feb 2002 15:34:49 +0000 (15:34 +0000)
Original commit message from CVS:
slurp autogen-specific options to AUTOGEN_EXT_OPT for use in autogenning
sub-packages (wingo)

gst-autogen.sh

index 4f8881c520b73482c5c4621e5dbfde15937e8b91..1f4e171fd582b13e19edf1be758e4e746ea176eb 100644 (file)
@@ -100,13 +100,16 @@ autogen_options ()
   for i in $@; do
       if test "$i" = "--autogen-noconfigure"; then
           NOCONFIGURE=defined
+         AUTOGEN_EXT_OPT="$AUTOGEN_EXT_OPT --autogen-noconfigure"
           echo "+ configure run disabled"
       elif test "$i" = "--autogen-nocheck"; then
+         AUTOGEN_EXT_OPT="$AUTOGEN_EXT_OPT --autogen-nocheck"
           NOCHECK=defined
           echo "+ autotools version check disabled"
       elif test "$i" = "--autogen-debug"; then
           DEBUG=defined
           echo "+ debug output enabled"
+         AUTOGEN_EXT_OPT="$AUTOGEN_EXT_OPT --autogen-debug"
       elif test "$i" = "--help"; then
           echo "autogen.sh help options: "
           echo " --autogen-noconfigure    don't run the configure script"