]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
configure.in: Correct sed script so that options in quotes are not deleted.
authorMichael Eager <eager@mvista.com>
Tue, 13 May 2003 06:31:02 +0000 (06:31 +0000)
committerAndreas Jaeger <aj@gcc.gnu.org>
Tue, 13 May 2003 06:31:02 +0000 (08:31 +0200)
2003-05-12  Michael Eager <eager@mvista.com>

* configure.in: Correct sed script so that options in quotes are not
deleted.
* configure: Rebuild.

From-SVN: r66750

ChangeLog
configure
configure.in

index dfc4a111e26dac5411c9a493553dcc9cb7e9b16d..1165ef0c24a0942329dd77fafd666c4bc000cbd6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-05-12  Michael Eager <eager@mvista.com>
+
+       * configure.in: Correct sed script so that options in quotes are not
+       deleted.
+       * configure: Rebuild.
+
 2003-05-12  Michael Meissner  <gnu@the-meissners.org>
 
        * MAINTAINERS: Update my email addresses.
index 045ad147f7303bb252e2e57cc2aa1b344d545e87..1151d5554b6e7f30986c4276530802e3d84f7733 100755 (executable)
--- a/configure
+++ b/configure
@@ -2418,7 +2418,7 @@ baseargs=`echo " ${ac_configure_args} " | \
            -e 's/ -host[= ][^ ]* / /' \
            -e 's/ -build[= ][^ ]* / /' \
            -e 's/ -target[= ][^ ]* / /' \
-           -e 's/ [^ -][^ ]* / /' \
+           -e "s/ [[^' -][^ ]*] / /" \
            -e 's/^ *//;s/ *$//'`
 
 # For the build-side libraries, we just need to pretend we're native,
index f695982d796ae8dae9a73b6e366c7a698a1f02f7..97ab507fb54bff8a6475cb9db2811008a8508e94 100644 (file)
@@ -1757,7 +1757,7 @@ baseargs=`echo " ${ac_configure_args} " | \
            -e 's/ -host[[= ]][[^ ]]* / /' \
            -e 's/ -build[[= ]][[^ ]]* / /' \
            -e 's/ -target[[= ]][[^ ]]* / /' \
-           -e 's/ [[^ -][^ ]*] / /' \
+           -e "s/ [[^' -][^ ]*] / /" \
            -e 's/^ *//;s/ *$//'`
 
 # For the build-side libraries, we just need to pretend we're native,