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

* configure: Regenerated.
This commit is contained in:
Daniel Jacobowitz
2002-12-31 03:28:41 +00:00
parent c71ed71f59
commit 7332684662
3 changed files with 7 additions and 2 deletions

2
configure vendored
View File

@@ -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,