summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDaniel Jacobowitz <dan@debian.org>2002-12-31 03:28:41 +0000
committerDaniel Jacobowitz <dan@debian.org>2002-12-31 03:28:41 +0000
commit32ec23ae68c74f97a9de626597a45fa0cad7c9d6 (patch)
treeb312977f474dd04b07c712b2a74176fece8e5b4b /configure
parenta1e1cb0ea18bb85dd58f67d64b753589b59ae9e2 (diff)
downloadbinutils-redhat-32ec23ae68c74f97a9de626597a45fa0cad7c9d6.tar.gz
* configure.in (baseargs): Don't remove first configure argument.
* configure: Regenerated.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 4761fe80e3..2c9a904621 100755
--- a/configure
+++ b/configure
@@ -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,