[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: sed configure error

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2002-02-13 00:11:00 CET

nthomas@cise.ufl.edu (N. Thomas) writes:
> Didn't find this in the archives, but running the main configure in 0.80
> (r909) gives an error for line 8182:
>
> CFLAGS="$CFLAGS `$SHELL $abs_builddir/neon/neon-config --cflags | \
> sed -e "s/-I[^ ]*//g"`"
>
> apparently, Solaris sed doesn't like the double quotes within double quotes.
>
> I just single-quoted the inner set
>
> CFLAGS="$CFLAGS `$SHELL $abs_builddir/neon/neon-config --cflags | \
> sed -e 's/-I[^ ]*//g'`"
>
> And that seemed to work.

That's fixed now, thanks. Hopefully you can use your Subversion to
check out the latest revision of the tree (1256 or so).

-Karl

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:37:07 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.