1 Modifications to configure.in:
2 - set the WITH_ICU flag unconditionally
3 - only output files we use
5 Index: libxml/configure.in
6 ===================================================================
7 --- libxml.orig/configure.in 2010-07-09 15:00:21.600113911 -0700
8 +++ libxml/configure.in 2010-07-09 15:02:50.299108047 -0700
17 if test "$with_iconv" = "no" ; then
18 echo Disabling ICONV support
20 ln -s Copyright COPYING
22 # keep on one line for cygwin c.f. #130896
23 -AC_OUTPUT(libxml2.spec:libxml.spec.in Makefile include/Makefile include/libxml/Makefile doc/Makefile doc/examples/Makefile doc/devhelp/Makefile example/Makefile python/Makefile python/tests/Makefile xstc/Makefile include/libxml/xmlversion.h xml2-config libxml-2.0.pc libxml-2.0-uninstalled.pc python/setup.py)
24 +AC_OUTPUT(include/libxml/xmlversion.h xml2-config)
26 -chmod +x xml2-config python/setup.py