diff options
author | Daniel Jacobowitz <drow@false.org> | 2002-12-31 03:28:41 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2002-12-31 03:28:41 +0000 |
commit | 6744810279b30b4ca09347ad9374c86702697bba (patch) | |
tree | 7ec9e3f36ce98c508fa65f5a2895f999abe6b183 /configure | |
parent | 5cdfdecc379b81979f7813e919eec45561d2bf1e (diff) | |
download | fsf-binutils-gdb-6744810279b30b4ca09347ad9374c86702697bba.zip fsf-binutils-gdb-6744810279b30b4ca09347ad9374c86702697bba.tar.gz fsf-binutils-gdb-6744810279b30b4ca09347ad9374c86702697bba.tar.bz2 |
* configure.in (baseargs): Don't remove first configure argument.
* configure: Regenerated.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |