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 | 91ff353a0e13fe97e207414379fc440a08769389 (patch) | |
tree | 2d451588b24ae83ebe92960266eea7a85473fdd5 /configure.in | |
parent | e02c07d199b3706124a19b78c91232d4b67ba0d4 (diff) | |
download | gdb-91ff353a0e13fe97e207414379fc440a08769389.tar.gz |
* configure.in (baseargs): Don't remove first configure argument.
* configure: Regenerated.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index f5a650a3f31..511194ddb14 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, |