diff options
author | Daniel Jacobowitz <dan@debian.org> | 2002-12-31 03:28:41 +0000 |
---|---|---|
committer | Daniel Jacobowitz <dan@debian.org> | 2002-12-31 03:28:41 +0000 |
commit | 32ec23ae68c74f97a9de626597a45fa0cad7c9d6 (patch) | |
tree | b312977f474dd04b07c712b2a74176fece8e5b4b | |
parent | a1e1cb0ea18bb85dd58f67d64b753589b59ae9e2 (diff) | |
download | binutils-redhat-32ec23ae68c74f97a9de626597a45fa0cad7c9d6.tar.gz |
* configure.in (baseargs): Don't remove first configure argument.
* configure: Regenerated.
-rw-r--r-- | ChangeLog | 5 | ||||
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | configure.in | 2 |
3 files changed, 7 insertions, 2 deletions
@@ -1,3 +1,8 @@ +2002-12-30 Daniel Jacobowitz <drow@mvista.com> + + * configure.in (baseargs): Don't remove first configure argument. + * configure: Regenerated. + 2002-12-29 Alexandre Oliva <aoliva@redhat.com> * Makefile.tpl (local-distclean): Don't remove... @@ -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, diff --git a/configure.in b/configure.in index f5a650a3f3..511194ddb1 100644 --- a/configure.in +++ b/configure.in @@ -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, |