Ilya Zakharevich on Thu, 24 Nov 2005 23:45:42 +0100


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: Configure bug when CPPFLAGS is set


On Thu, Nov 24, 2005 at 11:56:30AM +0100, Vincent Lefevre wrote:
> > This assumes C_INCLUDE_PATH is :-delimited.  It is not on DOSHISH
> > systems.
> 
> Then how about:
> 
>     *) incpth="`echo $C_INCLUDE_PATH | sed -e \"s%\([^$dir_sep]*\)$dir_sep*%\1 \1/readline %g\"`\

I know no cases where $dir_sep is special inside REx or [], so it
should be fine...

> I thought that systems with not :-delimited paths would have been
> caught earlier in the case "$osname".

Then should not it be move?.  AFAIK, C_INCLUDE_PATH is more or less
gcc-universal.

Thanks,
Ilya