aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@mvista.com>2002-12-31 03:12:53 +0000
committerDaniel Jacobowitz <drow@gcc.gnu.org>2002-12-31 03:12:53 +0000
commit6c1b8d0a73e09393973d37c10a02c59a5e2c5546 (patch)
tree1fb915c07aac5fde220f05ac7a3a5c88b9f6508c
parente2f45c30517a11331cadb39dc84d59b42887aafe (diff)
downloadgcc-6c1b8d0a73e09393973d37c10a02c59a5e2c5546.zip
gcc-6c1b8d0a73e09393973d37c10a02c59a5e2c5546.tar.gz
gcc-6c1b8d0a73e09393973d37c10a02c59a5e2c5546.tar.bz2
* configure.in (baseargs): Don't remove first configure argument.
From-SVN: r60673
-rw-r--r--ChangeLog4
-rwxr-xr-xconfigure2
-rw-r--r--configure.in2
3 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 3f74767..063217c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-12-30 Daniel Jacobowitz <drow@mvista.com>
+
+ * configure.in (baseargs): Don't remove first configure argument.
+
2002-12-28 Alexandre Oliva <aoliva@redhat.com>
* configure.in (host_configargs): Replace reference to
diff --git a/configure b/configure
index 4761fe8..2c9a904 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,
diff --git a/configure.in b/configure.in
index f5a650a..511194d 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,