"Michael Huedepohl" <[EMAIL PROTECTED]> writes:

> Well, I've analyzed the configure file and found a solution:
> You only have to move the setting of prefix_include behind the check
> `test "x$prefix" = xNONE && prefix=$ac_default_prefix'.
> I.e., remove line 1289 and insert it after line 1376.
> Here is the diff output:
> diff -r1.4 configure
> 1289d1288
> < prefix_include=${prefix}/include/xercesc
> 1376a1376
> > prefix_include=${prefix}/include/xercesc
> 
> Can you commit this change?

No. Because configure is automatically generated from configure.in
using autoconf. Any changes to configure will be lost the next time
someone runs autoconf.

Something will have to be modified in configure.in.

jas.

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

Reply via email to