Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2002-12-31 06:28:41 +0300
committerDaniel Jacobowitz <drow@false.org>2002-12-31 06:28:41 +0300
commit7332684662f44cecec964dd3bc904f2f7df7eabe (patch)
tree2ac039a45a1572929acc0eddcc1c82ab9f47080e /configure
parentc71ed71f592b1099efacfdd72b4c8772990dcbf0 (diff)
* 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 4761fe80e..2c9a90462 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,