From: Daniel Jacobowitz Date: Tue, 31 Dec 2002 03:28:41 +0000 (+0000) Subject: * configure.in (baseargs): Don't remove first configure argument. X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=32ec23ae68c74f97a9de626597a45fa0cad7c9d6;p=pf3gnuchains%2Fpf3gnuchains3x.git * configure.in (baseargs): Don't remove first configure argument. * configure: Regenerated. --- diff --git a/ChangeLog b/ChangeLog index 4867f13d67..d0fb70a9e9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-12-30 Daniel Jacobowitz + + * configure.in (baseargs): Don't remove first configure argument. + * configure: Regenerated. + 2002-12-29 Alexandre Oliva * Makefile.tpl (local-distclean): Don't remove... diff --git a/configure b/configure index 4761fe80e3..2c9a904621 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 f5a650a3f3..511194ddb1 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,