This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Configure stripping off first argument to subdirs
- From: Daniel Jacobowitz <drow at mvista dot com>
- To: DJ Delorie <dj at redhat dot com>
- Cc: gcc-patches at gcc dot gnu dot org, aoliva at redhat dot com
- Date: Mon, 30 Dec 2002 22:13:50 -0500
- Subject: Re: Configure stripping off first argument to subdirs
- References: <20021231024519.GA6441@nevyn.them.org> <200212310304.gBV34ab19152@greed.delorie.com>
On Mon, Dec 30, 2002 at 10:04:36PM -0500, DJ Delorie wrote:
>
> > or should that say "[^ -]" instead?
>
> Yes please.
Checked in.
--
Daniel Jacobowitz
MontaVista Software Debian GNU/Linux Developer
2002-12-30 Daniel Jacobowitz <drow@mvista.com>
* configure.in (baseargs): Don't remove first configure argument.
* configure: Regenerated.
Index: configure.in
===================================================================
RCS file: /cvs/gcc/gcc/configure.in,v
retrieving revision 1.203
diff -u -p -r1.203 configure.in
--- configure.in 29 Dec 2002 19:04:40 -0000 1.203
+++ configure.in 31 Dec 2002 03:11:58 -0000
@@ -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,