This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Configure stripping off first argument to subdirs


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,


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]