A)
I finish builds in mingw cross-compilation environment.
If build is from SVN all is ok, but from snapshot it fail (see attached
file libxslt-snapshot-20080612-mingw-failure).
The reason is that my builddir differ from source.
Configure scrip create following header files in build tree:
./libxslt/xsltwin32config.h
./libxslt/xsltconfig.h
./config.h
./libexslt/exsltconfig.h
Also snapshot include following files in source tree:
./libxslt/xsltconfig.h
./libexslt/exsltconfig.h
Lets see attached file: libxslt-snapshot-20080612.patch .
Syntax for include statement is with " as result is included file from
source directory. The default include search path if gnu automake is
used is : current directory, source directory, top build directory.
If is possible tarball don't include ./libxslt/xsltconfig.h and
./libexslt/exsltconfig.h ?
We may put them into nodist_XXX_HEADERS in respective makefile.
As I understand win32/configure.js create them too.