2003-05-13 Michael Eager <eager@mvista.com>
authorAndreas Jaeger <aj@suse.de>
Tue, 13 May 2003 06:34:57 +0000 (06:34 +0000)
committerAndreas Jaeger <aj@suse.de>
Tue, 13 May 2003 06:34:57 +0000 (06:34 +0000)
* configure.in: Correct sed script so that options in quotes are not
deleted.
* configure: Rebuild.

ChangeLog
configure
configure.in

index 46067f48888d7d5944d75550ea93c40c1d9ffe57..e712623ea535da5eaaef28a1a593b1cf4f19c32e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-05-13  Michael Eager <eager@mvista.com>
+
+       * configure.in: Correct sed script so that options in quotes are not
+       deleted.
+       * configure: Rebuild.
+
 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
 
        * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
index 8b6e6b94de66ec15474708c6f2d0b5589bd605e5..871b774e3db4adadd0d2edc4858bb06296e5f58d 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 ff7b6cbc8d4d2aab61613755be9f3fe204219b9f..66bebe17cc9f58c9b42cb019491b397a5c89a566 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,
This page took 0.034171 seconds and 4 git commands to generate.