* configure.in (baseargs): Don't remove first configure argument.
From-SVN: r60673
This commit is contained in:
parent
e2f45c3051
commit
6c1b8d0a73
@ -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
|
||||
|
2
configure
vendored
2
configure
vendored
@ -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,
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user