configure.in: Correct sed script so that options in quotes are not deleted.
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
This commit is contained in:
parent
3b6b673dab
commit
243aa302a6
@ -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.
|
||||
|
2
configure
vendored
2
configure
vendored
@ -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,
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user