aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2002-12-31 03:28:41 +0000
committerDaniel Jacobowitz <drow@false.org>2002-12-31 03:28:41 +0000
commit6744810279b30b4ca09347ad9374c86702697bba (patch)
tree7ec9e3f36ce98c508fa65f5a2895f999abe6b183
parent5cdfdecc379b81979f7813e919eec45561d2bf1e (diff)
downloadgdb-6744810279b30b4ca09347ad9374c86702697bba.zip
gdb-6744810279b30b4ca09347ad9374c86702697bba.tar.gz
gdb-6744810279b30b4ca09347ad9374c86702697bba.tar.bz2
* configure.in (baseargs): Don't remove first configure argument.
* configure: Regenerated.
-rw-r--r--ChangeLog5
-rwxr-xr-xconfigure2
-rw-r--r--configure.in2
3 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 4867f13..d0fb70a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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...
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,