]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* configure.in (baseargs): Don't remove first configure argument.
authorDaniel Jacobowitz <drow@mvista.com>
Tue, 31 Dec 2002 03:12:53 +0000 (03:12 +0000)
committerDaniel Jacobowitz <drow@gcc.gnu.org>
Tue, 31 Dec 2002 03:12:53 +0000 (03:12 +0000)
From-SVN: r60673

ChangeLog
configure
configure.in

index 3f747674407c53ca4d2daabfe44583c8496efe42..063217cc785dc70ecc00831679aa30a9d912b0b6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
+
+       * configure.in (baseargs): Don't remove first configure argument.
+
 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
 
        * configure.in (host_configargs): Replace reference to
index 4761fe80e3a436fb964e21620c58eedefa1f065d..2c9a904621038af9a4812c22bacb982e4f16686e 100755 (executable)
--- a/configure
+++ b/configure
@@ -2409,7 +2409,7 @@ baseargs=`echo " ${ac_configure_args} " | \
            -e 's/ --ho[a-z-]*=[^ ]* / /' \
            -e 's/ --bu[a-z-]*=[^ ]* / /' \
            -e 's/ --ta[a-z-]*=[^ ]* / /' \
-           -e 's/ [^-][^ ]* / /' \
+           -e 's/ [^ -][^ ]* / /' \
            -e 's/^ *//;s/ *$//'`
 
 # For the build-side libraries, we just need to pretend we're native,
index f5a650a3f314a9dd435b9e8a66ba3c15ef016b1d..511194ddb144971b7431a7c3bfbd7788aba52584 100644 (file)
@@ -1751,7 +1751,7 @@ baseargs=`echo " ${ac_configure_args} " | \
            -e 's/ --ho[[a-z-]]*=[[^ ]]* / /' \
            -e 's/ --bu[[a-z-]]*=[[^ ]]* / /' \
            -e 's/ --ta[[a-z-]]*=[[^ ]]* / /' \
-           -e 's/ [[^-][^ ]*] / /' \
+           -e 's/ [[^ -][^ ]*] / /' \
            -e 's/^ *//;s/ *$//'`
 
 # For the build-side libraries, we just need to pretend we're native,