You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Greg Stein <gs...@lyra.org> on 2000/01/11 19:53:26 UTC

Re: cvs commit: apache-2.0/src/regex Makefile.in config.m4 Makefile.am

On 11 Jan 2000 sascha@hyperreal.org wrote:
>...
>... configure.in:
>   +test "$exec_prefix" = "NONE" && exec_prefix='${prefix}'
>   +test "$prefix" = "NONE" && prefix='/usr/local'

Maybe you have some sneaky logic going on here, but I'd guess these two
lines should be reversed... ?

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/



Re: cvs commit: apache-2.0/src/regex Makefile.in config.m4 Makefile.am

Posted by Sascha Schumann <sa...@schumann.cx>.
On Tue, Jan 11, 2000 at 11:25:28AM -0800, Greg Stein wrote:
> On Tue, 11 Jan 2000, Sascha Schumann wrote:
> > On Tue, Jan 11, 2000 at 10:53:26AM -0800, Greg Stein wrote:
> > > On 11 Jan 2000 sascha@hyperreal.org wrote:
> > > >...
> > > >... configure.in:
> > > >   +test "$exec_prefix" = "NONE" && exec_prefix='${prefix}'
> > > >   +test "$prefix" = "NONE" && prefix='/usr/local'
> > > 
> > > Maybe you have some sneaky logic going on here, but I'd guess these two
> > > lines should be reversed... ?
> > 
> >     Note the exec_prefix='..'
> > 
> >     We let make perform the substitutions later.
> 
> Ah. Right!  yah... sneaky logic :-)

    Let me know, if you find anything else. It's fairly good
    tested, but one cannot always cover all possible cases.

-- 

          Regards,

                            Sascha Schumann
                                 Consultant

Re: cvs commit: apache-2.0/src/regex Makefile.in config.m4 Makefile.am

Posted by Greg Stein <gs...@lyra.org>.
On Tue, 11 Jan 2000, Sascha Schumann wrote:
> On Tue, Jan 11, 2000 at 10:53:26AM -0800, Greg Stein wrote:
> > On 11 Jan 2000 sascha@hyperreal.org wrote:
> > >...
> > >... configure.in:
> > >   +test "$exec_prefix" = "NONE" && exec_prefix='${prefix}'
> > >   +test "$prefix" = "NONE" && prefix='/usr/local'
> > 
> > Maybe you have some sneaky logic going on here, but I'd guess these two
> > lines should be reversed... ?
> 
>     Note the exec_prefix='..'
> 
>     We let make perform the substitutions later.

Ah. Right!  yah... sneaky logic :-)

thx,
-g

-- 
Greg Stein, http://www.lyra.org/


Re: cvs commit: apache-2.0/src/regex Makefile.in config.m4 Makefile.am

Posted by Sascha Schumann <sa...@schumann.cx>.
On Tue, Jan 11, 2000 at 10:53:26AM -0800, Greg Stein wrote:
> On 11 Jan 2000 sascha@hyperreal.org wrote:
> >...
> >... configure.in:
> >   +test "$exec_prefix" = "NONE" && exec_prefix='${prefix}'
> >   +test "$prefix" = "NONE" && prefix='/usr/local'
> 
> Maybe you have some sneaky logic going on here, but I'd guess these two
> lines should be reversed... ?

    Note the exec_prefix='..'

    We let make perform the substitutions later.

-- 

          Regards,

                            Sascha Schumann
                                 Consultant