"Jason E. Stewart" wrote:
> 
> "D. Stimits" <[EMAIL PROTECTED]> writes:
> 
> > > 1289c1289
> > > < prefix_include=${prefix}/include/xercesc
> > > ---
> > > > prefix_include='${PREFIX}/include/xercesc'
> > >
> > > I tested this with the default prefix setting and with the -P option
> > > for runConfigure, and it worked.
> > >
> > > Hope you can commit it now.
> > >
> > > Michael
> >
> > Michael, I'm wondering what version of autoconf is installed on your
> > system? I'm using 2.13.
> 
> No point modifying the configure file, use the modification to
> configure.in that was posted. I've tested it on debian with autoconf
> 2.13 and it works fine.

The fix was applied to the configure.in file, not configure. Then things
were configured new. Some of the changes propagated as expected to the
new configure file, but the results were not as expected. Instead of
replacing "prefix" with "/usr/local" afterwords, it turned it into an
empty string in locations it was substituted. Prior to that it played
dumb and used a literal "NONE". There is a lot going on in this kind of
configuration, I don't know where the interaction is different between
your version and mine, but versions of autoconf and friends is usually a
prime suspect (there are extreme changes over various versions of
autoconf).

D. Stimits, [EMAIL PROTECTED]

> 
> jas.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to