Daniel Collins
-
2009-08-28
We do builds with an external build area (to keep the source clean), so we run configure with something like:
../../../src/tclxml-3.2/configure --prefix=~/tclwork/install/host --with-tcl=~/install/host/lib
That means that the tclxml.h file is generated in a different directory to the other headers, so to find both sets we need to add -I${srcdir}/include to the include path. This patch modifies configure.in to do that.