* configure.in (baseargs): Don't remove first configure argument.

From-SVN: r60673
This commit is contained in:
Daniel Jacobowitz 2002-12-31 03:12:53 +00:00 committed by Daniel Jacobowitz
parent e2f45c3051
commit 6c1b8d0a73
3 changed files with 6 additions and 2 deletions

View File

@ -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> 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
* configure.in (host_configargs): Replace reference to * configure.in (host_configargs): Replace reference to

2
configure vendored
View File

@ -2409,7 +2409,7 @@ baseargs=`echo " ${ac_configure_args} " | \
-e 's/ --ho[a-z-]*=[^ ]* / /' \ -e 's/ --ho[a-z-]*=[^ ]* / /' \
-e 's/ --bu[a-z-]*=[^ ]* / /' \ -e 's/ --bu[a-z-]*=[^ ]* / /' \
-e 's/ --ta[a-z-]*=[^ ]* / /' \ -e 's/ --ta[a-z-]*=[^ ]* / /' \
-e 's/ [^-][^ ]* / /' \ -e 's/ [^ -][^ ]* / /' \
-e 's/^ *//;s/ *$//'` -e 's/^ *//;s/ *$//'`
# For the build-side libraries, we just need to pretend we're native, # For the build-side libraries, we just need to pretend we're native,

View File

@ -1751,7 +1751,7 @@ baseargs=`echo " ${ac_configure_args} " | \
-e 's/ --ho[[a-z-]]*=[[^ ]]* / /' \ -e 's/ --ho[[a-z-]]*=[[^ ]]* / /' \
-e 's/ --bu[[a-z-]]*=[[^ ]]* / /' \ -e 's/ --bu[[a-z-]]*=[[^ ]]* / /' \
-e 's/ --ta[[a-z-]]*=[[^ ]]* / /' \ -e 's/ --ta[[a-z-]]*=[[^ ]]* / /' \
-e 's/ [[^-][^ ]*] / /' \ -e 's/ [[^ -][^ ]*] / /' \
-e 's/^ *//;s/ *$//'` -e 's/^ *//;s/ *$//'`
# For the build-side libraries, we just need to pretend we're native, # For the build-side libraries, we just need to pretend we're native,