blob: e5ca84f3998c46b1af4fb3367cd4b77ab9a6bc73 [file] [log] [blame]
Daniel Veillard01791d51998-07-24 19:24:09 +00001dnl Process this file with autoconf to produce a configure script.
Owen Taylor3473f882001-02-23 17:55:21 +00002AC_INIT(entities.c)
Daniel Veillard01791d51998-07-24 19:24:09 +00003AM_CONFIG_HEADER(config.h)
Daniel Veillardd2ade932000-09-30 14:39:55 +00004AC_CANONICAL_HOST
Daniel Veillard14fff061999-06-22 21:49:07 +00005
Daniel Veillardcf461992000-03-14 18:30:20 +00006LIBXML_MAJOR_VERSION=2
Daniel Veillard4fc52812003-09-01 20:33:13 +00007LIBXML_MINOR_VERSION=6
Daniel Veillard771971f2005-04-02 10:49:51 +00008LIBXML_MICRO_VERSION=19
Daniel Veillard3e35f8e2003-10-21 00:05:38 +00009LIBXML_MICRO_VERSION_SUFFIX=
Daniel Veillard4fc52812003-09-01 20:33:13 +000010LIBXML_VERSION=$LIBXML_MAJOR_VERSION.$LIBXML_MINOR_VERSION.$LIBXML_MICRO_VERSION$LIBXML_MICRO_VERSION_SUFFIX
Daniel Veillard14fff061999-06-22 21:49:07 +000011LIBXML_VERSION_INFO=`expr $LIBXML_MAJOR_VERSION + $LIBXML_MINOR_VERSION`:$LIBXML_MICRO_VERSION:$LIBXML_MINOR_VERSION
12
Daniel Veillard361d8452000-04-03 19:48:13 +000013LIBXML_VERSION_NUMBER=`expr $LIBXML_MAJOR_VERSION \* 10000 + $LIBXML_MINOR_VERSION \* 100 + $LIBXML_MICRO_VERSION`
14
William M. Brackf4025492004-08-18 21:08:46 +000015if test -f CVS/Entries; then
Daniel Veillarddab93ea2004-08-20 16:47:10 +000016 extra=`grep ChangeLog CVS/Entries | grep -v LIBXML | sed -e s\%/ChangeLog/1\.%% -e s\%/.*$%%`
17 echo extra=$extra
18 if test "$extra" != ""
19 then
20 LIBXML_VERSION_EXTRA="-CVS$extra"
21 fi
William M. Brackf4025492004-08-18 21:08:46 +000022fi
Daniel Veillard14fff061999-06-22 21:49:07 +000023AC_SUBST(LIBXML_MAJOR_VERSION)
24AC_SUBST(LIBXML_MINOR_VERSION)
25AC_SUBST(LIBXML_MICRO_VERSION)
26AC_SUBST(LIBXML_VERSION)
27AC_SUBST(LIBXML_VERSION_INFO)
Daniel Veillard361d8452000-04-03 19:48:13 +000028AC_SUBST(LIBXML_VERSION_NUMBER)
William M. Brackf4025492004-08-18 21:08:46 +000029AC_SUBST(LIBXML_VERSION_EXTRA)
Daniel Veillard14fff061999-06-22 21:49:07 +000030
Daniel Veillard361d8452000-04-03 19:48:13 +000031VERSION=${LIBXML_VERSION}
Daniel Veillard14fff061999-06-22 21:49:07 +000032
Daniel Veillardedfb29b2000-03-14 19:59:05 +000033AM_INIT_AUTOMAKE(libxml2, $VERSION)
Daniel Veillard1164e751999-02-16 16:29:17 +000034
Daniel Veillard01791d51998-07-24 19:24:09 +000035dnl Checks for programs.
36AC_PROG_CC
37AC_PROG_INSTALL
Sebastian Wilhelmia44c8a41998-08-07 08:38:58 +000038AC_PROG_CPP
Daniel Veillard01791d51998-07-24 19:24:09 +000039AC_PATH_PROG(RM, rm, /bin/rm)
40AC_PATH_PROG(MV, mv, /bin/mv)
41AC_PATH_PROG(TAR, tar, /bin/tar)
William M. Brack1826d0a2004-07-21 09:03:57 +000042AC_PATH_PROG(PERL, perl, /usr/bin/perl)
Daniel Veillard8b817da2004-09-30 09:19:33 +000043AC_PATH_PROG(XMLLINT, xmllint, /usr/bin/xmllint)
Daniel Veillard06500c82004-09-07 09:12:44 +000044AC_PATH_PROG(XSLTPROC, xsltproc, /usr/bin/xsltproc)
Daniel Veillard01791d51998-07-24 19:24:09 +000045
Daniel Veillard03109292000-08-14 14:58:22 +000046dnl Make sure we have an ANSI compiler
47AM_C_PROTOTYPES
48test "x$U" != "x" && AC_MSG_ERROR(Compiler not ANSI compliant)
49
Daniel Veillard6984e6d2003-12-09 14:20:17 +000050AC_LIBTOOL_WIN32_DLL
Daniel Veillard01791d51998-07-24 19:24:09 +000051AM_PROG_LIBTOOL
52
Daniel Veillardd8cf9062003-11-11 21:12:36 +000053# AM_MAINTAINER_MODE
Daniel Veillard01791d51998-07-24 19:24:09 +000054
Daniel Veillard4432df22003-09-28 18:58:27 +000055dnl
William M. Brack21e4ef22005-01-02 09:53:13 +000056dnl We process the AC_ARG_WITH first so that later we can modify
57dnl some of them to try to prevent impossible combinations. This
58dnl also allows up so alphabetize the choices
Daniel Veillard4432df22003-09-28 18:58:27 +000059dnl
Daniel Veillard4432df22003-09-28 18:58:27 +000060
William M. Brack21e4ef22005-01-02 09:53:13 +000061dnl
62dnl zlib option might change flags, so we save them initially
63dnl
Owen Taylor3473f882001-02-23 17:55:21 +000064_cppflags="${CPPFLAGS}"
65_ldflags="${LDFLAGS}"
Daniel Veillard71b656e2000-01-05 14:46:17 +000066
William M. Brack21e4ef22005-01-02 09:53:13 +000067AC_ARG_WITH(c14n,
68[ --with-c14n add the Canonicalization support (on)])
69AC_ARG_WITH(catalog,
70[ --with-catalog add the Catalog support (on)])
71AC_ARG_WITH(debug,
72[ --with-debug add the debugging module (on)])
73AC_ARG_WITH(docbook,
74[ --with-docbook add Docbook SGML support (on)])
75AC_ARG_WITH(fexceptions,
76[ --with-fexceptions add GCC flag -fexceptions for C++ exceptions (off)])
77AC_ARG_WITH(ftp,
78[ --with-ftp add the FTP support (on)])
79AC_ARG_WITH(history,
80[ --with-history add history support to xmllint shell(off)])
81AC_ARG_WITH(html,
82[ --with-html add the HTML support (on)])
83dnl Specific dir for HTML output ?
84AC_ARG_WITH(html-dir, AC_HELP_STRING([--with-html-dir=path],
85 [path to base html directory, default $datadir/doc/html]),
86 [HTML_DIR=$withval], [HTML_DIR='$(datadir)/doc'])
Daniel Veillard259ff742001-10-06 13:49:59 +000087
William M. Brack21e4ef22005-01-02 09:53:13 +000088AC_ARG_WITH(html-subdir, AC_HELP_STRING([--with-html-subdir=path],
89 [directory used under html-dir, default $PACKAGE-$VERSION/html]),
90 [test "x$withval" != "x" && HTML_DIR="$HTML_DIR/$withval"],
91 [HTML_DIR="$HTML_DIR/\$(PACKAGE)-\$(VERSION)/html"])
92AC_SUBST(HTML_DIR)
93AC_ARG_WITH(http,
94[ --with-http add the HTTP support (on)])
95AC_ARG_WITH(iconv,
96[ --with-iconv[[=DIR]] add ICONV support (on)])
97AC_ARG_WITH(iso8859x,
98[ --with-iso8859x add ISO8859X support if no iconv (on)])
99AC_ARG_WITH(legacy,
100[ --with-legacy add deprecated APIs for compatibility (on)])
101AC_ARG_WITH(mem_debug,
102[ --with-mem-debug add the memory debugging module (off)])
103AC_ARG_WITH(minimum,
104[ --with-minimum build a minimally sized library (off)])
105AC_ARG_WITH(output,
106[ --with-output add the serialization support (on)])
107AC_ARG_WITH(pattern,
108[ --with-pattern add the xmlPattern selection interface (on)])
109AC_ARG_WITH(push,
110[ --with-push add the PUSH parser interfaces (on)])
111AC_ARG_WITH(python,
112[ --with-python[[=DIR]] build Python bindings if found])
113AC_ARG_WITH(reader,
114[ --with-reader add the xmlReader parsing interface (on)])
115AC_ARG_WITH(readline,
116[ --with-readline=DIR use readline in DIR],[
117 if test "$withval" != "no" -a "$withval" != "yes"; then
118 RDL_DIR=$withval
119 CPPFLAGS="${CPPFLAGS} -I$withval/include"
120 LDFLAGS="${LDFLAGS} -L$withval/lib"
121 fi
122])
123AC_ARG_WITH(regexps,
124[ --with-regexps add Regular Expressions support (on)])
125AC_ARG_WITH(run_debug,
126[ --with-run-debug add the runtime debugging module (off)])
127AC_ARG_WITH(sax1,
128[ --with-sax1 add the older SAX1 interface (on)])
129AC_ARG_WITH(schemas,
Daniel Veillard39e5c892005-07-03 22:48:50 +0000130[ --with-schemas add Relax-NG and Schemas support (on)])
William M. Brack21e4ef22005-01-02 09:53:13 +0000131AC_ARG_WITH(threads,
132[ --with-threads add multithread support(on)])
133AC_ARG_WITH(thread-alloc,
134[ --with-thread-alloc add per-thread memory(off)])
135AC_ARG_WITH(tree,
136[ --with-tree add the DOM like tree manipulation APIs (on)])
137AC_ARG_WITH(valid,
138[ --with-valid add the DTD validation support (on)])
139AC_ARG_WITH(writer,
140[ --with-writer add the xmlWriter saving interface (on)])
141AC_ARG_WITH(xinclude,
142[ --with-xinclude add the XInclude support (on)])
143AC_ARG_WITH(xpath,
144[ --with-xpath add the XPATH support (on)])
145AC_ARG_WITH(xptr,
146[ --with-xptr add the XPointer support (on)])
Daniel Veillardf6b71bd2005-01-04 17:50:14 +0000147AC_ARG_WITH(modules,
148[ --with-modules add the dynamic modules support (on)])
Owen Taylor3473f882001-02-23 17:55:21 +0000149AC_ARG_WITH(zlib,
William M. Brack97ad4c72003-05-13 08:08:36 +0000150[ --with-zlib[[=DIR]] use libz in DIR],[
Owen Taylor3473f882001-02-23 17:55:21 +0000151 if test "$withval" != "no" -a "$withval" != "yes"; then
152 Z_DIR=$withval
153 CPPFLAGS="${CPPFLAGS} -I$withval/include"
154 LDFLAGS="${LDFLAGS} -L$withval/lib"
155 fi
Daniel Veillard259ff742001-10-06 13:49:59 +0000156])
William M. Brack21e4ef22005-01-02 09:53:13 +0000157
158dnl
Daniel Veillard39e5c892005-07-03 22:48:50 +0000159dnl hard dependancies on options
160dnl
161if test "$with_schemas" = "yes"
162then
163 with_pattern=yes
164 with_regexp=yes
165fi
166if test "$with_reader" = "yes"
167then
168 with_push=yes
169fi
170if test "$with_xptr" = "yes"
171then
172 with_xpath=yes
173fi
174dnl
William M. Brack21e4ef22005-01-02 09:53:13 +0000175dnl option to build a minimal libxml2 library
176dnl
177if test "$with_minimum" = "yes"
Daniel Veillard4432df22003-09-28 18:58:27 +0000178then
William M. Brack21e4ef22005-01-02 09:53:13 +0000179 echo "Configuring for a minimal library"
180 if test "$with_c14n" = ""
181 then
182 with_c14n=no
183 fi
184 if test "$with_catalog" = ""
185 then
186 with_catalog=no
187 fi
188 echo So far so good!
189 if test "$with_debug" = ""
190 then
191 with_debug=no
192 fi
193 if test "$with_docbook" = ""
194 then
195 with_docbook=no
196 fi
197 if test "$with_fexceptions" = ""
198 then
199 with_fexceptions=no
200 fi
201 if test "$with_ftp" = ""
202 then
203 with_ftp=no
204 fi
205 if test "$with_history" = ""
206 then
207 with_history=no
208 fi
209 if test "$with_html" = ""
210 then
211 with_html=no
212 fi
213 if test "$with_http" = ""
214 then
215 with_http=no
216 fi
217 if test "$with_iconv" = ""
218 then
219 with_iconv=no
220 fi
221 if test "$with_iso8859x" = ""
222 then
223 with_iso8859x=no
224 fi
225 if test "$with_legacy" = ""
226 then
227 with_legacy=no
228 fi
229 if test "$with_mem_debug" = ""
230 then
231 with_mem_debug=no
232 fi
233 if test "$with_output" = ""
234 then
235 with_output=no
236 fi
237 if test "$with_pattern" = ""
238 then
239 with_pattern=no
240 fi
241 if test "$with_push" = ""
242 then
243 with_push=no
244 fi
245 if test "$with_python" = ""
246 then
247 with_python=no
248 fi
249 if test "$with_reader" = ""
250 then
251 with_reader=no
252 fi
253 if test "$with_readline" = ""
254 then
255 with_readline=no
256 fi
257 if test "$with_regexp" = ""
258 then
259 with_regexp=no
260 fi
261 if test "$with_run_debug" = ""
262 then
263 with_run_debug=no
264 fi
265 if test "$with_sax1" = ""
266 then
267 with_sax1=no
268 fi
269 if test "$with_schemas" = ""
270 then
271 with_schemas=no
272 fi
273 if test "$with_threads" = ""
274 then
275 with_threads=no
276 fi
277 if test "$with_thread_alloc" = ""
278 then
279 with_thread_alloc=no
280 fi
281 if test "$with_tree" = ""
282 then
283 with_tree=no
284 fi
285 if test "$with_valid" = ""
286 then
287 with_valid=no
288 fi
289 if test "$with_writer" = ""
290 then
291 with_writer=no
292 fi
293 if test "$with_xinclude" = ""
294 then
295 with_xinclude=no
296 fi
297 if test "$with_xpath" = ""
298 then
299 with_xpath=no
300 fi
301 if test "$with_xptr" = ""
302 then
303 with_xptr=no
304 fi
305 if test "$with_zlib" = ""
306 then
307 with_zlib=no
308 fi
Daniel Veillardf6b71bd2005-01-04 17:50:14 +0000309 if test "$with_modules" = ""
310 then
311 with_modules=no
312 fi
Daniel Veillard4432df22003-09-28 18:58:27 +0000313fi
William M. Brack21e4ef22005-01-02 09:53:13 +0000314
315echo Checking zlib
316
317dnl Checks for zlib library.
318
Daniel Veillard259ff742001-10-06 13:49:59 +0000319if test "$with_zlib" = "no"; then
320 echo "Disabling compression support"
321else
Daniel Veillard3fbe8e32001-10-06 13:30:33 +0000322 AC_CHECK_HEADERS(zlib.h,
323 AC_CHECK_LIB(z, gzread,[
Daniel Veillardc790bf42003-10-11 10:50:10 +0000324 AC_DEFINE([HAVE_LIBZ], [], [Have compression library])
Daniel Veillard3fbe8e32001-10-06 13:30:33 +0000325 if test "x${Z_DIR}" != "x"; then
326 Z_CFLAGS="-I${Z_DIR}/include"
327 Z_LIBS="-L${Z_DIR}/lib -lz"
328 [case ${host} in
329 *-*-solaris*)
330 Z_LIBS="-L${Z_DIR}/lib -R${Z_DIR}/lib -lz"
331 ;;
332 esac]
333 else
334 Z_LIBS="-lz"
335 fi]))
Daniel Veillard259ff742001-10-06 13:49:59 +0000336fi
Owen Taylor3473f882001-02-23 17:55:21 +0000337
Owen Taylor3473f882001-02-23 17:55:21 +0000338AC_SUBST(Z_CFLAGS)
339AC_SUBST(Z_LIBS)
340
341CPPFLAGS=${_cppflags}
342LDFLAGS=${_ldflags}
Daniel Veillardb05deb71999-08-10 19:04:08 +0000343
William M. Brack21e4ef22005-01-02 09:53:13 +0000344echo Checking headers
345
Daniel Veillard01791d51998-07-24 19:24:09 +0000346dnl Checks for header files.
347AC_HEADER_DIRENT
348AC_HEADER_STDC
Daniel Veillard817e70b2002-11-19 22:28:48 +0000349AC_CHECK_HEADERS([fcntl.h])
350AC_CHECK_HEADERS([unistd.h])
351AC_CHECK_HEADERS([ctype.h])
352AC_CHECK_HEADERS([dirent.h])
353AC_CHECK_HEADERS([errno.h])
354AC_CHECK_HEADERS([malloc.h])
355AC_CHECK_HEADERS([stdarg.h])
356AC_CHECK_HEADERS([sys/stat.h])
357AC_CHECK_HEADERS([sys/types.h])
358AC_CHECK_HEADERS([time.h])
359AC_CHECK_HEADERS([ansidecl.h])
360AC_CHECK_HEADERS([ieeefp.h])
361AC_CHECK_HEADERS([nan.h])
362AC_CHECK_HEADERS([math.h])
Daniel Veillardebe48c62003-12-03 12:12:27 +0000363AC_CHECK_HEADERS([limits.h])
Daniel Veillard817e70b2002-11-19 22:28:48 +0000364AC_CHECK_HEADERS([fp_class.h])
365AC_CHECK_HEADERS([float.h])
366AC_CHECK_HEADERS([stdlib.h])
367AC_CHECK_HEADERS([sys/socket.h], [], [],
368[#if HAVE_SYS_TYPES_H
369# include <sys/types.h>
370# endif
371])
372AC_CHECK_HEADERS([netinet/in.h], [], [],
373[#if HAVE_SYS_TYPES_H
374# include <sys/types.h>
375# endif
376])
377AC_CHECK_HEADERS([arpa/inet.h], [], [],
378[#if HAVE_SYS_TYPES_H
379# include <sys/types.h>
380# endif
381#if HAVE_ARPA_INET_H
382# include <arpa/inet.h>
383# endif
384])
385AC_CHECK_HEADERS([netdb.h])
386AC_CHECK_HEADERS([sys/time.h])
387AC_CHECK_HEADERS([sys/select.h])
388AC_CHECK_HEADERS([sys/mman.h])
389AC_CHECK_HEADERS([sys/timeb.h])
390AC_CHECK_HEADERS([signal.h])
391AC_CHECK_HEADERS([arpa/nameser.h], [], [],
392[#if HAVE_SYS_TYPES_H
393# include <sys/types.h>
394# endif
395])
396AC_CHECK_HEADERS([resolv.h], [], [],
397[#if HAVE_SYS_TYPES_H
398# include <sys/types.h>
399# endif
400#if HAVE_NETINET_IN_H
401# include <netinet/in.h>
402# endif
403#if HAVE_ARPA_NAMESER_H
404# include <arpa/nameser.h>
405# endif
406])
Daniel Veillarddcd93902005-01-13 11:25:15 +0000407AC_CHECK_HEADERS([dl.h])
408AC_CHECK_HEADERS([dlfcn.h])
Daniel Veillard01791d51998-07-24 19:24:09 +0000409
Daniel Veillardfc979062004-03-04 22:07:16 +0000410
William M. Brack21e4ef22005-01-02 09:53:13 +0000411echo Checking libraries
Daniel Veillard1164e751999-02-16 16:29:17 +0000412
Daniel Veillard01791d51998-07-24 19:24:09 +0000413dnl Checks for library functions.
414AC_FUNC_STRFTIME
Daniel Veillard92ad2102001-03-27 12:47:33 +0000415AC_CHECK_FUNCS(strdup strndup strerror)
Daniel Veillard71b656e2000-01-05 14:46:17 +0000416AC_CHECK_FUNCS(finite isnand fp_class class fpclass)
Daniel Veillard90bc3712002-03-07 15:12:58 +0000417AC_CHECK_FUNCS(strftime localtime gettimeofday ftime)
Daniel Veillard068a9652001-06-07 15:30:26 +0000418AC_CHECK_FUNCS(stat _stat signal)
Daniel Veillard7f7d1111999-09-22 09:46:25 +0000419
Daniel Veillard92ad2102001-03-27 12:47:33 +0000420dnl Checking the standard string functions availability
421AC_CHECK_FUNCS(printf sprintf fprintf snprintf vfprintf vsprintf vsnprintf sscanf,,
422 NEED_TRIO=1)
423
Daniel Veillard7f7d1111999-09-22 09:46:25 +0000424dnl Checks for inet libraries:
Daniel Veillard71b656e2000-01-05 14:46:17 +0000425AC_CHECK_FUNC(gethostent, , AC_CHECK_LIB(nsl, gethostent))
426AC_CHECK_FUNC(setsockopt, , AC_CHECK_LIB(socket, setsockopt))
Daniel Veillard7a3447a2005-01-04 14:31:14 +0000427AC_CHECK_FUNC(setsockopt, , AC_CHECK_LIB(net, setsockopt))
Daniel Veillard71b656e2000-01-05 14:46:17 +0000428AC_CHECK_FUNC(connect, , AC_CHECK_LIB(inet, connect))
Daniel Veillardb05deb71999-08-10 19:04:08 +0000429
Daniel Veillardb0426ca2000-10-11 23:39:43 +0000430dnl Determine what socket length (socklen_t) data type is
431AC_MSG_CHECKING([for type of socket length (socklen_t)])
432AC_TRY_COMPILE2([
433#include <stddef.h>
434#include <sys/types.h>
435#include <sys/socket.h>],[
436(void)getsockopt (1, 1, 1, NULL, (socklen_t *)NULL)],[
437 AC_MSG_RESULT(socklen_t *)
Daniel Veillardc284c642005-03-31 10:24:24 +0000438 XML_SOCKLEN_T=socklen_t],[
Daniel Veillardb0426ca2000-10-11 23:39:43 +0000439 AC_TRY_COMPILE2([
440#include <stddef.h>
441#include <sys/types.h>
442#include <sys/socket.h>],[
443(void)getsockopt (1, 1, 1, NULL, (size_t *)NULL)],[
444 AC_MSG_RESULT(size_t *)
Daniel Veillardc284c642005-03-31 10:24:24 +0000445 XML_SOCKLEN_T=size_t],[
Daniel Veillardb0426ca2000-10-11 23:39:43 +0000446 AC_TRY_COMPILE2([
447#include <stddef.h>
448#include <sys/types.h>
449#include <sys/socket.h>],[
450(void)getsockopt (1, 1, 1, NULL, (int *)NULL)],[
451 AC_MSG_RESULT(int *)
Daniel Veillardc284c642005-03-31 10:24:24 +0000452 XML_SOCKLEN_T=int],[
William M. Brack2e6b1432004-02-09 15:10:28 +0000453 AC_MSG_WARN(could not determine)
Daniel Veillardc284c642005-03-31 10:24:24 +0000454 XML_SOCKLEN_T="int"])])])
455AC_DEFINE_UNQUOTED(XML_SOCKLEN_T, $XML_SOCKLEN_T, [Determine what socket length (socklen_t) data type is])
Daniel Veillardb0426ca2000-10-11 23:39:43 +0000456
Daniel Veillardde2a67b2003-06-21 14:20:04 +0000457dnl ***********************Checking for availability of IPv6*******************
458
459AC_MSG_CHECKING([whether to enable IPv6])
William M. Brack21e4ef22005-01-02 09:53:13 +0000460AC_ARG_ENABLE(ipv6, [ --enable-ipv6[[=yes/no]] enables compilation of IPv6 code [[default=yes]]],, enable_ipv6=yes)
Daniel Veillard4432df22003-09-28 18:58:27 +0000461if test "$with_minimum" = "yes"
462then
463 enable_ipv6=no
464fi
Daniel Veillardde2a67b2003-06-21 14:20:04 +0000465if test $enable_ipv6 = yes; then
466 have_ipv6=no
467 AC_TRY_COMPILE([
468 #include <sys/socket.h>
469 #include <sys/types.h>], [
470 struct sockaddr_storage ss;
471 socket(AF_INET6, SOCK_STREAM, 0)
472 ],
473 have_ipv6=yes,
474 have_ipv6=no
475 )
476 AC_MSG_RESULT($have_ipv6)
477
William M. Brack476cd962003-08-13 11:09:42 +0000478 if test $have_ipv6 = yes; then
Daniel Veillardc790bf42003-10-11 10:50:10 +0000479 AC_DEFINE([SUPPORT_IP6], [], [Support for IPv6])
Dodji Seketeli8eba3f32004-11-09 18:30:30 +0000480 have_broken_ss_family=no
481
482 dnl *********************************************************************
483 dnl on some platforms (like AIX 5L), the structure sockaddr doesn't have
484 dnl a ss_family member, but rather __ss_family. Let's detect that
William M. Brack7d8b36b2005-06-25 07:30:50 +0000485 dnl and define the HAVE_BROKEN_SS_FAMILY when we are on one of these
486 dnl platforms. However, we should only do this if ss_family is not
487 dnl present.
Dodji Seketeli8eba3f32004-11-09 18:30:30 +0000488 dnl ********************************************************************
William M. Brack7d8b36b2005-06-25 07:30:50 +0000489 AC_MSG_CHECKING([struct sockaddr::ss_family])
Dodji Seketeli8eba3f32004-11-09 18:30:30 +0000490 AC_TRY_COMPILE([
491 #include <sys/socket.h>
492 #include <sys/types.h>], [
493 struct sockaddr_storage ss ;
William M. Brack7d8b36b2005-06-25 07:30:50 +0000494 ss.ss_family = 0 ;
Dodji Seketeli8eba3f32004-11-09 18:30:30 +0000495 ],
William M. Brack7d8b36b2005-06-25 07:30:50 +0000496 have_ss_family=yes,
497 have_ss_family=no
Dodji Seketeli8eba3f32004-11-09 18:30:30 +0000498 )
William M. Brack7d8b36b2005-06-25 07:30:50 +0000499 AC_MSG_RESULT($have_ss_family)
500 if test x$have_ss_family = xno ; then
501 AC_MSG_CHECKING([broken struct sockaddr::ss_family])
502 AC_TRY_COMPILE([
503 #include <sys/socket.h>
504 #include <sys/types.h>], [
505 struct sockaddr_storage ss ;
506 ss.__ss_family = 0 ;
507 ],
508 have_broken_ss_family=yes,
509 have_broken_ss_family=no
510 )
511 AC_MSG_RESULT($have_broken_ss_family)
512 if test x$have_broken_ss_family = xyes ; then
513 AC_DEFINE(HAVE_BROKEN_SS_FAMILY, [],
514 [Whether struct sockaddr::__ss_family exists])
515 AC_DEFINE(ss_family, __ss_family,
516 [ss_family is not defined here, use __ss_family instead])
517 else
518 AC_MSG_WARN(ss_family and __ss_family not found)
519 fi
Dodji Seketeli8eba3f32004-11-09 18:30:30 +0000520 fi
Daniel Veillardde2a67b2003-06-21 14:20:04 +0000521
522 have_getaddrinfo=no
523 AC_CHECK_FUNC(getaddrinfo, have_getaddrinfo=yes)
524 if test $have_getaddrinfo != yes; then
525 for lib in bsd socket inet; do
526 AC_CHECK_LIB($lib, getaddrinfo, [LIBS="$LIBS -l$lib";have_getaddrinfo=yes;break])
527 done
528 fi
529
William M. Brack476cd962003-08-13 11:09:42 +0000530 if test $have_getaddrinfo = yes; then
Daniel Veillardc790bf42003-10-11 10:50:10 +0000531 AC_DEFINE([HAVE_GETADDRINFO], [], [Define if getaddrinfo is there])
Daniel Veillardde2a67b2003-06-21 14:20:04 +0000532 fi
533 fi
534fi
535
536dnl ******************************End IPv6 checks******************************
537
Daniel Veillardb05deb71999-08-10 19:04:08 +0000538dnl Checks for isnan in libm if not in libc
Daniel Veillard6984e6d2003-12-09 14:20:17 +0000539AC_CHECK_FUNC(isnan, AC_DEFINE([HAVE_ISNAN],[], [Define if isnan is there]) , AC_CHECK_LIB(m, isnan,
Daniel Veillardc790bf42003-10-11 10:50:10 +0000540 [AC_DEFINE([HAVE_ISNAN],[], [Define if isnan is there])]))
Daniel Veillardb05deb71999-08-10 19:04:08 +0000541
Daniel Veillardc790bf42003-10-11 10:50:10 +0000542AC_CHECK_FUNC(isinf, AC_DEFINE([HAVE_ISINF], [], [Define if isinf is there]) , AC_CHECK_LIB(m, isinf,
543 [AC_DEFINE([HAVE_ISINF], [], [Define if isinf is there])]))
Daniel Veillardb05deb71999-08-10 19:04:08 +0000544
545XML_LIBDIR='-L${libdir}'
Daniel Veillarde7dd2b82002-03-15 18:44:02 +0000546XML_INCLUDEDIR='-I${includedir}/libxml2'
Daniel Veillardb05deb71999-08-10 19:04:08 +0000547
Daniel Veillardd7e200c1999-11-15 17:53:11 +0000548dnl
Daniel Veillardf5c2c871999-12-01 09:51:45 +0000549dnl Extra flags
550dnl
551XML_CFLAGS=""
Daniel Veillard357c9602001-05-03 10:49:20 +0000552RDL_LIBS=""
Daniel Veillardf5c2c871999-12-01 09:51:45 +0000553
554dnl
Daniel Veillardb45c43b2001-04-28 17:02:11 +0000555dnl Workaround for native compilers
556dnl HP : http://bugs.gnome.org/db/31/3163.html
557dnl DEC : Enable NaN/Inf
Daniel Veillardd7e200c1999-11-15 17:53:11 +0000558dnl
Daniel Veillard03109292000-08-14 14:58:22 +0000559if test "${GCC}" != "yes" ; then
Daniel Veillardd7e200c1999-11-15 17:53:11 +0000560 case "${host}" in
561 *-*-hpux* )
Daniel Veillard03109292000-08-14 14:58:22 +0000562 CFLAGS="${CFLAGS} -Wp,-H30000"
Daniel Veillardd7e200c1999-11-15 17:53:11 +0000563 ;;
Daniel Veillardb45c43b2001-04-28 17:02:11 +0000564 *-dec-osf* )
565 CFLAGS="${CFLAGS} -ieee"
566 ;;
William M. Brack476cd962003-08-13 11:09:42 +0000567 alpha*-*-linux* )
568 CFLAGS="${CFLAGS} -ieee"
569 ;;
Daniel Veillardd7e200c1999-11-15 17:53:11 +0000570 esac
Daniel Veillardd574f782001-03-14 19:40:17 +0000571else
Daniel Veillardd94849b2003-07-28 13:02:24 +0000572 if test "$with_fexceptions" = "yes"
573 then
574 #
575 # Not activated by default because this inflates the code size
576 # Used to allow propagation of C++ exceptions through the library
577 #
578 CFLAGS="${CFLAGS} -fexceptions"
579 fi
580
Daniel Veillard05f97352004-10-31 15:35:32 +0000581 CFLAGS="${CFLAGS} -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls"
Daniel Veillard14839d52001-06-06 16:11:56 +0000582 case "${host}" in
583 alpha*-*-linux* )
584 CFLAGS="${CFLAGS} -mieee"
585 ;;
Daniel Veillardcb5b4d62002-04-11 08:24:26 +0000586 alpha*-*-osf* )
587 CFLAGS="${CFLAGS} -mieee"
588 ;;
Daniel Veillard14839d52001-06-06 16:11:56 +0000589 esac
Daniel Veillardd7e200c1999-11-15 17:53:11 +0000590fi
Daniel Veillardb0426ca2000-10-11 23:39:43 +0000591case ${host} in
592 *-*-solaris*)
Daniel Veillardd2ade932000-09-30 14:39:55 +0000593 XML_LIBDIR="${XML_LIBDIR} -R${libdir}"
594 ;;
Daniel Veillardd30be4a2002-03-28 18:25:31 +0000595 hppa*-hp-mpeix)
596 NEED_TRIO=1
597 ;;
Daniel Veillardd2ade932000-09-30 14:39:55 +0000598esac
599
Daniel Veillardf5c2c871999-12-01 09:51:45 +0000600
Daniel Veillardf1d0e6b2002-01-31 23:42:44 +0000601dnl
602dnl check for python
603dnl
604
605PYTHON=
606PYTHON_VERSION=
607PYTHON_INCLUDES=
Daniel Veillard253aa2c2002-02-02 09:17:16 +0000608PYTHON_SITE_PACKAGES=
Daniel Veillard6dc91962004-03-22 19:10:02 +0000609PYTHON_TESTS=
Daniel Veillard38b80a82003-05-14 18:59:00 +0000610pythondir=
Daniel Veillardf1d0e6b2002-01-31 23:42:44 +0000611if test "$with_python" != "no" ; then
612 if test -x "$with_python/bin/python"
613 then
614 echo Found python in $with_python/bin/python
615 PYTHON="$with_python/bin/python"
Daniel Veillard9b731d72002-04-14 12:56:08 +0000616 else
Daniel Veillarda8a89fe2002-04-12 21:03:34 +0000617 if test -x "$with_python"
618 then
Daniel Veillard4efd3be2002-11-18 09:11:13 +0000619 echo Found python in $with_python
620 PYTHON="$with_python"
Daniel Veillarda8a89fe2002-04-12 21:03:34 +0000621 else
William M. Bracka73f45b2005-01-11 02:21:33 +0000622 AC_PATH_PROG(PYTHON, python python2.4 python2.3 python2.2 python2.1 python2.0 python1.6 python1.5)
Daniel Veillarda8a89fe2002-04-12 21:03:34 +0000623 fi
Daniel Veillardf1d0e6b2002-01-31 23:42:44 +0000624 fi
625 if test "$PYTHON" != ""
626 then
627 PYTHON_VERSION=`$PYTHON -c "import sys; print sys.version[[0:3]]"`
628 echo Found Python version $PYTHON_VERSION
629 fi
630 if test "$PYTHON_VERSION" != ""
631 then
Daniel Veillard253aa2c2002-02-02 09:17:16 +0000632 if test -r $with_python/include/python$PYTHON_VERSION/Python.h -a \
633 -d $with_python/lib/python$PYTHON_VERSION/site-packages
Daniel Veillardf1d0e6b2002-01-31 23:42:44 +0000634 then
635 PYTHON_INCLUDES=$with_python/include/python$PYTHON_VERSION
Daniel Veillard253aa2c2002-02-02 09:17:16 +0000636 PYTHON_SITE_PACKAGES=$with_python/lib/python$PYTHON_VERSION/site-packages
Daniel Veillardf1d0e6b2002-01-31 23:42:44 +0000637 else
638 if test -r $prefix/include/python$PYTHON_VERSION/Python.h
639 then
Daniel Veillard253aa2c2002-02-02 09:17:16 +0000640 PYTHON_INCLUDES='$(prefix)/include/python$(PYTHON_VERSION)'
Daniel Veillarde3b7d9a2002-08-14 14:11:30 +0000641 PYTHON_SITE_PACKAGES='$(libdir)/python$(PYTHON_VERSION)/site-packages'
Daniel Veillardf1d0e6b2002-01-31 23:42:44 +0000642 else
643 if test -r /usr/include/python$PYTHON_VERSION/Python.h
644 then
645 PYTHON_INCLUDES=/usr/include/python$PYTHON_VERSION
Daniel Veillarde3b7d9a2002-08-14 14:11:30 +0000646 PYTHON_SITE_PACKAGES='$(libdir)/python$(PYTHON_VERSION)/site-packages'
Daniel Veillardf1d0e6b2002-01-31 23:42:44 +0000647 else
648 echo could not find python$PYTHON_VERSION/Python.h
649 fi
650 fi
William M. Brack5d4cba42004-01-06 15:19:12 +0000651 if test ! -d "$PYTHON_SITE_PACKAGES"
Daniel Veillardb6984ef2002-08-14 16:55:31 +0000652 then
653 PYTHON_SITE_PACKAGES=`$PYTHON -c "from distutils import sysconfig; print sysconfig.get_python_lib()"`
654 fi
Daniel Veillardf1d0e6b2002-01-31 23:42:44 +0000655 fi
656 fi
Daniel Veillard38b80a82003-05-14 18:59:00 +0000657 if test "$with_python" != ""
658 then
659 pythondir='$(PYTHON_SITE_PACKAGES)'
660 else
661 pythondir='$(libdir)/python${PYTHON_VERSION}/site-packages'
662 fi
Daniel Veillardf1d0e6b2002-01-31 23:42:44 +0000663fi
664AM_CONDITIONAL(WITH_PYTHON, test "$PYTHON_INCLUDES" != "")
Daniel Veillard40b11342002-09-20 12:01:39 +0000665if test "$PYTHON_INCLUDES" != ""
666then
667 PYTHON_SUBDIR=python
668else
669 PYTHON_SUBDIR=
670fi
Daniel Veillard38b80a82003-05-14 18:59:00 +0000671AC_SUBST(pythondir)
Daniel Veillard40b11342002-09-20 12:01:39 +0000672AC_SUBST(PYTHON_SUBDIR)
Daniel Veillardf1d0e6b2002-01-31 23:42:44 +0000673
Daniel Veillardce1648b2005-01-04 15:10:22 +0000674dnl check for dso support
675WITH_MODULES=0
676MODULE_EXTENSION=".so"
677TEST_MODULES=
678
Daniel Veillardf6b71bd2005-01-04 17:50:14 +0000679if test "$with_modules" != "no" ; then
Daniel Veillardce1648b2005-01-04 15:10:22 +0000680AC_CHECK_LIB(dld, shl_load, [
681 WITH_MODULES=1
682 MODULE_PLATFORM_LIBS="-ldld"
683 AC_DEFINE([HAVE_SHLLOAD], [], [Have shl_load based dso])
684])
685
686AC_CHECK_LIB(dl, dlopen, [
687 WITH_MODULES=1
688 MODULE_PLATFORM_LIBS="-ldl"
689 AC_DEFINE([HAVE_DLOPEN], [], [Have dlopen based dso])
690])
Daniel Veillardf6b71bd2005-01-04 17:50:14 +0000691fi
Daniel Veillardce1648b2005-01-04 15:10:22 +0000692
693if test "${WITH_MODULES}" = "1"; then
694 TEST_MODULES="ModuleTests"
695fi
696
697AC_SUBST(WITH_MODULES)
698AC_SUBST(MODULE_PLATFORM_LIBS)
699AC_SUBST(MODULE_EXTENSION)
700AC_SUBST(TEST_MODULES)
701
Daniel Veillard437b87b2000-01-03 17:30:46 +0000702dnl
703dnl Tester makes use of readline if present
704dnl
Daniel Veillard03109292000-08-14 14:58:22 +0000705
Daniel Veillard361d8452000-04-03 19:48:13 +0000706dnl
William M. Brack21e4ef22005-01-02 09:53:13 +0000707dnl specific tests to setup DV and Bill's devel environments with debug etc ...
Daniel Veillard81418e32001-05-22 15:08:55 +0000708dnl (-Wunreachable-code)
Daniel Veillardf6eea272001-01-18 12:17:12 +0000709dnl
William M. Brack871611b2003-10-18 04:53:14 +0000710if [[ "${LOGNAME}" = "veillard" -a "`pwd`" = "/u/veillard/XML" ]] || \
Daniel Veillardb7c6ac42004-06-29 22:01:27 +0000711 [[ "${LOGNAME}" = "veillard" -a "`pwd`" = "/home/veillard/libxml2" ]] || \
William M. Bracka2e844a2004-01-06 11:52:13 +0000712 [[ "${LOGNAME}" = "bill" -a "`pwd`" = "/home/bill/gnomecvs/xmltest" ]] || \
William M. Brack4119d1c2004-06-24 02:24:44 +0000713 [[ "${LOGNAME}" = "wbrack" -a "`pwd`" = "/Users/wbrack/gnomecvs/xmltest" ]]
William M. Brack871611b2003-10-18 04:53:14 +0000714 then
Daniel Veillard4432df22003-09-28 18:58:27 +0000715 if test "$with_minimum" != "yes"
716 then
717 if test "${with_mem_debug}" = "" ; then
718 with_mem_debug="yes"
Daniel Veillard22cdb842004-10-04 14:09:17 +0000719 with_run_debug="yes"
Daniel Veillard4432df22003-09-28 18:58:27 +0000720 fi
721 if test "${with_docbook}" = "" ; then
722 with_docbook="yes"
723 fi
Daniel Veillardeae522a2001-04-23 13:41:34 +0000724 fi
Daniel Veillardeff45a92004-10-29 12:10:55 +0000725 if test "${CC}" = "gcc" ; then
Daniel Veillard05f97352004-10-31 15:35:32 +0000726 CFLAGS="-g -O -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wall"
Daniel Veillardeff45a92004-10-29 12:10:55 +0000727 fi
Daniel Veillard2e9b1652003-02-19 13:29:45 +0000728 STATIC_BINARIES="-static"
Daniel Veillardc86a4fa2001-03-26 16:28:29 +0000729dnl -Wcast-qual -ansi
Daniel Veillard2e9b1652003-02-19 13:29:45 +0000730else
731 STATIC_BINARIES=
Daniel Veillardf6eea272001-01-18 12:17:12 +0000732fi
Daniel Veillard2e9b1652003-02-19 13:29:45 +0000733AC_SUBST(STATIC_BINARIES)
Daniel Veillard92ad2102001-03-27 12:47:33 +0000734
735dnl
736dnl Check for trio string functions
737dnl
738
739if test "${NEED_TRIO}" = "1" ; then
740 echo Adding trio library for string functions
741 WITH_TRIO=1
742else
743 WITH_TRIO=0
744fi
Daniel Veillard01ef7382001-05-08 07:31:43 +0000745AM_CONDITIONAL(WITH_TRIO_SOURCES, test "${NEED_TRIO}" = "1")
Daniel Veillard92ad2102001-03-27 12:47:33 +0000746AC_SUBST(WITH_TRIO)
747
Daniel Veillardf6eea272001-01-18 12:17:12 +0000748dnl
William M. Brack97ad4c72003-05-13 08:08:36 +0000749dnl Allow to enable/disable various pieces
Daniel Veillard361d8452000-04-03 19:48:13 +0000750dnl
William M. Brack21e4ef22005-01-02 09:53:13 +0000751echo Checking configuration requirements
Daniel Veillard361d8452000-04-03 19:48:13 +0000752
William M. Brack21e4ef22005-01-02 09:53:13 +0000753dnl
754dnl Thread-related stuff
755dnl
Daniel Veillardb8478642001-10-12 17:29:10 +0000756THREAD_LIBS=""
Daniel Veillarddbfe05a2005-05-04 09:18:00 +0000757BASE_THREAD_LIBS=""
Daniel Veillardb8478642001-10-12 17:29:10 +0000758WITH_THREADS=0
759THREAD_CFLAGS=""
Daniel Veillardab7488e2001-10-17 11:30:37 +0000760TEST_THREADS=""
Daniel Veillard6984e6d2003-12-09 14:20:17 +0000761THREADS_W32=""
Daniel Veillard64a411c2001-10-15 12:32:07 +0000762
Daniel Veillard84942712003-04-18 14:40:05 +0000763if test "$with_threads" = "no" ; then
764 echo Disabling multithreaded support
765else
Daniel Veillardb8478642001-10-12 17:29:10 +0000766 echo Enabling multithreaded support
767
768 AC_CHECK_HEADER(pthread.h,
Daniel Veillardcbaf3992001-12-31 16:16:02 +0000769 AC_CHECK_LIB(pthread, pthread_join,[
Daniel Veillardb8478642001-10-12 17:29:10 +0000770 THREAD_LIBS="-lpthread"
Daniel Veillardc790bf42003-10-11 10:50:10 +0000771 AC_DEFINE([HAVE_LIBPTHREAD], [], [Define if pthread library is there (-lpthread)])
772 AC_DEFINE([HAVE_PTHREAD_H], [], [Define if <pthread.h> is there])
Daniel Veillardab7488e2001-10-17 11:30:37 +0000773 WITH_THREADS="1"]))
Daniel Veillard6984e6d2003-12-09 14:20:17 +0000774 case $host_os in
775 *mingw32*) WITH_THREADS="1"
776 THREADS_W32="Win32"
777 THREAD_CFLAGS="$THREAD_CFLAGS -DHAVE_WIN32_THREADS"
778 ;;
William M. Bracka73f45b2005-01-11 02:21:33 +0000779 *cygwin*) THREAD_LIBS=""
780 ;;
Daniel Veillard7a3447a2005-01-04 14:31:14 +0000781 *beos*) WITH_THREADS="1"
782 THREAD_CFLAGS="$THREAD_CFLAGS -DHAVE_BEOS_THREADS"
783 ;;
Daniel Veillarddbfe05a2005-05-04 09:18:00 +0000784 *linux*)
785 if test "${CC}" = "gcc" -a "${THREAD_LIBS}" = "-lpthread" ; then
786 THREAD_LIBS=""
787 BASE_THREAD_LIBS="-lpthread"
788 fi
789 ;;
Daniel Veillard6984e6d2003-12-09 14:20:17 +0000790 esac
Daniel Veillardb8478642001-10-12 17:29:10 +0000791 if test "$WITH_THREADS" = "1" ; then
Daniel Veillardab7488e2001-10-17 11:30:37 +0000792 THREAD_CFLAGS="$THREAD_CFLAGS -D_REENTRANT"
793 TEST_THREADS="Threadtests"
Daniel Veillardb8478642001-10-12 17:29:10 +0000794 fi
795fi
William M. Brack306e33c2004-06-12 01:01:22 +0000796if test "$with_thread_alloc" = "yes" -a "$WITH_THREADS" = "1" ; then
Daniel Veillardab7488e2001-10-17 11:30:37 +0000797 THREAD_CFLAGS="$THREAD_CFLAGS -DLIBXML_THREAD_ALLOC_ENABLED"
Daniel Veillard64a411c2001-10-15 12:32:07 +0000798fi
799
Daniel Veillardb8478642001-10-12 17:29:10 +0000800AC_SUBST(THREAD_LIBS)
Daniel Veillarddbfe05a2005-05-04 09:18:00 +0000801AC_SUBST(BASE_THREAD_LIBS)
Daniel Veillardb8478642001-10-12 17:29:10 +0000802AC_SUBST(WITH_THREADS)
803AC_SUBST(THREAD_CFLAGS)
Daniel Veillardab7488e2001-10-17 11:30:37 +0000804AC_SUBST(TEST_THREADS)
Daniel Veillard6984e6d2003-12-09 14:20:17 +0000805AC_SUBST(THREADS_W32)
Daniel Veillardb8478642001-10-12 17:29:10 +0000806
William M. Brack21e4ef22005-01-02 09:53:13 +0000807dnl
808dnl xmllint shell history
809dnl
Daniel Veillard259ff742001-10-06 13:49:59 +0000810if test "$with_history" = "yes" ; then
Daniel Veillardf012a642001-07-23 19:10:52 +0000811 echo Enabling xmllint shell history
812 dnl check for terminal library. this is a very cool solution
813 dnl from octave's configure.in
814 unset tcap
815 for termlib in ncurses curses termcap terminfo termlib; do
816 AC_CHECK_LIB(${termlib}, tputs, [tcap="-l$termlib"])
817 test -n "$tcap" && break
818 done
819
820 AC_CHECK_HEADER(readline/history.h,
821 AC_CHECK_LIB(history, append_history,[
822 RDL_LIBS="-lhistory"
Daniel Veillardc790bf42003-10-11 10:50:10 +0000823 AC_DEFINE([HAVE_LIBHISTORY], [], [Define if history library is there (-lhistory)])]))
Daniel Veillardf012a642001-07-23 19:10:52 +0000824 AC_CHECK_HEADER(readline/readline.h,
825 AC_CHECK_LIB(readline, readline,[
826 RDL_LIBS="-lreadline $RDL_LIBS $tcap"
Daniel Veillardc790bf42003-10-11 10:50:10 +0000827 AC_DEFINE([HAVE_LIBREADLINE], [], [Define if readline library is there (-lreadline)])], , $tcap))
Daniel Veillardf012a642001-07-23 19:10:52 +0000828 if test -n "$RDL_DIR" -a -n "$RDL_LIBS"; then
829 CPPFLAGS="$CPPFLAGS -I${RDL_DIR}/include"
830 RDL_LIBS="-L${RDL_DIR}/lib $RDL_LIBS"
Daniel Veillardf012a642001-07-23 19:10:52 +0000831 fi
Daniel Veillardf012a642001-07-23 19:10:52 +0000832fi
833
William M. Brack21e4ef22005-01-02 09:53:13 +0000834dnl
835dnl Tree functions
836dnl
Daniel Veillard652327a2003-09-29 18:02:38 +0000837if test "$with_tree" = "no" ; then
838 echo Disabling DOM like tree manipulation APIs
839 WITH_TREE=0
840else
841 WITH_TREE=1
842fi
843AC_SUBST(WITH_TREE)
844
Daniel Veillard361d8452000-04-03 19:48:13 +0000845if test "$with_ftp" = "no" ; then
846 echo Disabling FTP support
847 WITH_FTP=0
848 FTP_OBJ=
849else
850 WITH_FTP=1
851 FTP_OBJ=nanoftp.o
852fi
853AC_SUBST(WITH_FTP)
854AC_SUBST(FTP_OBJ)
855
Daniel Veillard361d8452000-04-03 19:48:13 +0000856if test "$with_http" = "no" ; then
857 echo Disabling HTTP support
858 WITH_HTTP=0
859 HTTP_OBJ=
860else
861 WITH_HTTP=1
862 HTTP_OBJ=nanohttp.o
863fi
864AC_SUBST(WITH_HTTP)
865AC_SUBST(HTTP_OBJ)
866
Daniel Veillard4432df22003-09-28 18:58:27 +0000867if test "$with_legacy" = "no" ; then
868 echo Disabling deprecated APIs
869 WITH_LEGACY=0
870else
871 WITH_LEGACY=1
872fi
873AC_SUBST(WITH_LEGACY)
874
Daniel Veillard81273902003-09-30 00:43:48 +0000875if test "$with_reader" = "no" ; then
876 echo Disabling the xmlReader parsing interface
877 WITH_READER=0
Daniel Veillard73b013f2003-09-30 12:36:01 +0000878 READER_TEST=
Daniel Veillard81273902003-09-30 00:43:48 +0000879else
880 WITH_READER=1
Daniel Veillard73b013f2003-09-30 12:36:01 +0000881 READER_TEST=Readertests
William M. Brack21e4ef22005-01-02 09:53:13 +0000882 if test "$with_push" = "no" ; then
883 echo xmlReader requires Push interface - enabling it
884 with_push=yes
885 fi
Daniel Veillard81273902003-09-30 00:43:48 +0000886fi
887AC_SUBST(WITH_READER)
Daniel Veillard73b013f2003-09-30 12:36:01 +0000888AC_SUBST(READER_TEST)
Daniel Veillard81273902003-09-30 00:43:48 +0000889
William M. Brack21e4ef22005-01-02 09:53:13 +0000890if test "$with_writer" = "no" ; then
891 echo Disabling the xmlWriter saving interface
892 WITH_WRITER=0
893# WRITER_TEST=
894else
895 WITH_WRITER=1
896# WRITER_TEST=Writertests
897 if test "$with_push" = "no" ; then
898 echo xmlWriter requires Push interface - enabling it
899 with_push=yes
900 fi
901 if test "$with_output" = "no" ; then
902 echo xmlWriter requires Output interface - enabling it
903 with_output=yes
904 fi
Daniel Veillardb3de70c2003-12-02 22:32:15 +0000905fi
William M. Brack21e4ef22005-01-02 09:53:13 +0000906AC_SUBST(WITH_WRITER)
907#AC_SUBST(WRITER_TEST)
908
Daniel Veillardb3de70c2003-12-02 22:32:15 +0000909if test "$with_pattern" = "no" ; then
910 echo Disabling the xmlPattern parsing interface
911 WITH_PATTERN=0
Daniel Veillardf9d16912005-01-30 22:36:30 +0000912 TEST_PATTERN=
Daniel Veillardb3de70c2003-12-02 22:32:15 +0000913else
914 WITH_PATTERN=1
Daniel Veillardf9d16912005-01-30 22:36:30 +0000915 TEST_PATTERN=Patterntests
Daniel Veillardb3de70c2003-12-02 22:32:15 +0000916fi
917AC_SUBST(WITH_PATTERN)
Daniel Veillardf9d16912005-01-30 22:36:30 +0000918AC_SUBST(TEST_PATTERN)
Daniel Veillardb3de70c2003-12-02 22:32:15 +0000919
Daniel Veillard81273902003-09-30 00:43:48 +0000920if test "$with_sax1" = "no" ; then
921 echo Disabling the older SAX1 interface
922 WITH_SAX1=0
923 TEST_SAX=
924else
925 WITH_SAX1=1
926 TEST_SAX=SAXtests
927fi
928AC_SUBST(WITH_SAX1)
929AC_SUBST(TEST_SAX)
930
Daniel Veillard73b013f2003-09-30 12:36:01 +0000931if test "$with_push" = "no" ; then
932 echo Disabling the PUSH parser interfaces
933 WITH_PUSH=0
934 TEST_PUSH=
935else
936 WITH_PUSH=1
937 TEST_PUSH="XMLPushtests"
938fi
939AC_SUBST(WITH_PUSH)
940AC_SUBST(TEST_PUSH)
941
Daniel Veillard73b013f2003-09-30 12:36:01 +0000942if test "$with_html" = "no" ; then
943 echo Disabling HTML support
944 WITH_HTML=0
945 HTML_OBJ=
946 TEST_HTML=
947else
948 WITH_HTML=1
949 HTML_OBJ="HTMLparser.o HTMLtree.o"
950 TEST_HTML=HTMLtests
William M. Brack871611b2003-10-18 04:53:14 +0000951 if test "$with_push" != "no" ; then
Daniel Veillard73b013f2003-09-30 12:36:01 +0000952 TEST_PHTML=HTMLPushtests
953 else
954 TEST_PHTML=
955 fi
956fi
957AC_SUBST(WITH_HTML)
958AC_SUBST(HTML_OBJ)
959AC_SUBST(TEST_HTML)
960AC_SUBST(TEST_PHTML)
961
Daniel Veillard73b013f2003-09-30 12:36:01 +0000962if test "$with_valid" = "no" ; then
Daniel Veillard4432df22003-09-28 18:58:27 +0000963 echo Disabling DTD validation support
964 WITH_VALID=0
965 TEST_VALID=
966 TEST_VTIME=
967else
968 WITH_VALID=1
969 TEST_VALID=Validtests
970 TEST_VTIME=VTimingtests
971fi
972AC_SUBST(WITH_VALID)
973AC_SUBST(TEST_VALID)
974AC_SUBST(TEST_VTIME)
Daniel Veillard361d8452000-04-03 19:48:13 +0000975
Daniel Veillarda7374592001-05-10 14:17:55 +0000976if test "$with_catalog" = "no" ; then
977 echo Disabling Catalog support
978 WITH_CATALOG=0
979 CATALOG_OBJ=
Daniel Veillard4432df22003-09-28 18:58:27 +0000980 TEST_CATALOG=
Daniel Veillarda7374592001-05-10 14:17:55 +0000981else
982 WITH_CATALOG=1
983 CATALOG_OBJ="catalog.o"
Daniel Veillard4432df22003-09-28 18:58:27 +0000984 TEST_CATALOG=Catatests
Daniel Veillarda7374592001-05-10 14:17:55 +0000985fi
986AC_SUBST(WITH_CATALOG)
987AC_SUBST(CATALOG_OBJ)
Daniel Veillard4432df22003-09-28 18:58:27 +0000988AC_SUBST(TEST_CATALOG)
Daniel Veillarda7374592001-05-10 14:17:55 +0000989
Daniel Veillardb59076b2001-04-29 17:04:07 +0000990if test "$with_docbook" = "no" ; then
991 echo Disabling Docbook support
Daniel Veillardeae522a2001-04-23 13:41:34 +0000992 WITH_DOCB=0
993 DOCB_OBJ=
Daniel Veillardb59076b2001-04-29 17:04:07 +0000994else
995 WITH_DOCB=1
996 DOCB_OBJ="DOCBparser.o"
Daniel Veillardeae522a2001-04-23 13:41:34 +0000997fi
998AC_SUBST(WITH_DOCB)
999AC_SUBST(DOCB_OBJ)
1000
1001
William M. Brack21e4ef22005-01-02 09:53:13 +00001002if test "$with_xptr" = "no" ; then
1003 echo Disabling XPointer support
1004 WITH_XPTR=0
1005 XPTR_OBJ=
1006 TEST_XPTR=
1007else
1008 WITH_XPTR=1
1009 XPTR_OBJ=xpointer.o
1010 TEST_XPTR=XPtrtests
1011 if test "$with_xpath" = "no" ; then
1012 echo XPointer requires XPath support - enabling it
1013 with_xpath=yes
1014 fi
Daniel Veillard4432df22003-09-28 18:58:27 +00001015fi
William M. Brack21e4ef22005-01-02 09:53:13 +00001016AC_SUBST(WITH_XPTR)
1017AC_SUBST(XPTR_OBJ)
1018AC_SUBST(TEST_XPTR)
1019
1020if test "$with_c14n" = "no" ; then
1021 echo Disabling C14N support
1022 WITH_C14N=0
1023 C14N_OBJ=
1024 TEST_C14N=
1025else
1026 WITH_C14N=1
1027 C14N_OBJ="c14n.c"
1028 TEST_C14N=C14Ntests
1029 if test "$with_xpath" = "no" ; then
1030 echo C14N requires XPath support - enabling it
1031 with_xpath=yes
1032 fi
1033fi
1034AC_SUBST(WITH_C14N)
1035AC_SUBST(C14N_OBJ)
1036AC_SUBST(TEST_C14N)
1037
1038if test "$with_xinclude" = "no" ; then
1039 echo Disabling XInclude support
1040 WITH_XINCLUDE=0
1041 XINCLUDE_OBJ=
1042 with_xinclude="no"
1043 TEST_XINCLUDE=
1044else
1045 WITH_XINCLUDE=1
1046 XINCLUDE_OBJ=xinclude.o
1047 TEST_XINCLUDE=XIncludetests
1048 if test "$with_xpath" = "no" ; then
1049 echo XInclude requires XPath support - enabling it
1050 with_xpath=yes
1051 fi
1052fi
1053AC_SUBST(WITH_XINCLUDE)
1054AC_SUBST(XINCLUDE_OBJ)
1055AC_SUBST(TEST_XINCLUDE)
1056
Daniel Veillard361d8452000-04-03 19:48:13 +00001057if test "$with_xpath" = "no" ; then
1058 echo Disabling XPATH support
1059 WITH_XPATH=0
1060 XPATH_OBJ=
Daniel Veillard4432df22003-09-28 18:58:27 +00001061 TEST_XPATH=
Daniel Veillard361d8452000-04-03 19:48:13 +00001062else
1063 WITH_XPATH=1
1064 XPATH_OBJ=xpath.o
Daniel Veillard4432df22003-09-28 18:58:27 +00001065 TEST_XPATH=XPathtests
Daniel Veillard361d8452000-04-03 19:48:13 +00001066fi
1067AC_SUBST(WITH_XPATH)
1068AC_SUBST(XPATH_OBJ)
Daniel Veillard4432df22003-09-28 18:58:27 +00001069AC_SUBST(TEST_XPATH)
Daniel Veillard361d8452000-04-03 19:48:13 +00001070
William M. Brack21e4ef22005-01-02 09:53:13 +00001071dnl
1072dnl output functions
1073dnl
1074if test "$with_output" = "no" ; then
1075 echo Disabling serialization/saving support
1076 WITH_OUTPUT=0
Daniel Veillardc8df0aa2000-10-10 23:50:30 +00001077else
William M. Brack21e4ef22005-01-02 09:53:13 +00001078 WITH_OUTPUT=1
Daniel Veillardc8df0aa2000-10-10 23:50:30 +00001079fi
William M. Brack21e4ef22005-01-02 09:53:13 +00001080AC_SUBST(WITH_OUTPUT)
Daniel Veillard9e8bfae2000-11-06 16:43:11 +00001081
Daniel Veillard6e90d192001-07-03 16:37:49 +00001082WITH_ICONV=0
Daniel Veillard496a1cf2000-05-03 14:20:55 +00001083if test "$with_iconv" = "no" ; then
1084 echo Disabling ICONV support
Daniel Veillardd574f782001-03-14 19:40:17 +00001085else
Daniel Veillard220346d2001-12-07 11:33:54 +00001086 if test "$with_iconv" != "yes" -a "$with_iconv" != "" ; then
Daniel Veillard6e90d192001-07-03 16:37:49 +00001087 CPPFLAGS="${CPPFLAGS} -I$with_iconv/include"
Daniel Veillardf5b44e42001-09-17 17:19:54 +00001088 # Export this since our headers include iconv.h
1089 XML_INCLUDEDIR="${XML_INCLUDEDIR} -I$with_iconv/include"
Daniel Veillard6e90d192001-07-03 16:37:49 +00001090 ICONV_LIBS="-L$with_iconv/lib"
Daniel Veillard496a1cf2000-05-03 14:20:55 +00001091 fi
Daniel Veillard6e90d192001-07-03 16:37:49 +00001092
1093 AC_CHECK_HEADER(iconv.h,
1094 AC_MSG_CHECKING(for iconv)
1095 AC_TRY_LINK([#include <stdlib.h>
1096#include <iconv.h>],[
1097iconv_t cd = iconv_open ("","");
1098iconv (cd, NULL, NULL, NULL, NULL);],[
1099 AC_MSG_RESULT(yes)
1100 WITH_ICONV=1],[
1101 AC_MSG_RESULT(no)
1102 AC_MSG_CHECKING(for iconv in -liconv)
1103
1104 _ldflags="${LDFLAGS}"
1105 _libs="${LIBS}"
1106 LDFLAGS="${LDFLAGS} ${ICONV_LIBS}"
1107 LIBS="${LIBS} -liconv"
1108
1109 AC_TRY_LINK([#include <stdlib.h>
1110#include <iconv.h>],[
1111iconv_t cd = iconv_open ("","");
1112iconv (cd, NULL, NULL, NULL, NULL);],[
1113 AC_MSG_RESULT(yes)
1114 WITH_ICONV=1
1115 ICONV_LIBS="${ICONV_LIBS} -liconv"
1116 LIBS="${_libs}"
1117 LDFLAGS="${_ldflags}"],[
1118 AC_MSG_RESULT(no)
1119 LIBS="${_libs}"
1120 LDFLAGS="${_ldflags}"])]))
1121fi
Daniel Veillard6984e6d2003-12-09 14:20:17 +00001122case "$host" in
1123 *mingw*) M_LIBS=""
1124 ;;
Daniel Veillard7a3447a2005-01-04 14:31:14 +00001125 *beos*) M_LIBS=""
1126 ;;
Daniel Veillard6984e6d2003-12-09 14:20:17 +00001127 *) M_LIBS="-lm"
1128 ;;
1129esac
Daniel Veillardb82c1662001-12-09 14:00:54 +00001130XML_LIBS="-lxml2 $Z_LIBS $THREAD_LIBS $ICONV_LIBS $M_LIBS $LIBS"
Daniel Veillard90d165b2003-09-01 20:33:13 +00001131XML_LIBTOOLLIBS="libxml2.la"
Daniel Veillard496a1cf2000-05-03 14:20:55 +00001132AC_SUBST(WITH_ICONV)
1133
Daniel Veillard01fc1a92003-07-30 15:12:01 +00001134WITH_ISO8859X=1
Daniel Veillard01fc1a92003-07-30 15:12:01 +00001135if test "$WITH_ICONV" != "1" ; then
1136if test "$with_iso8859x" = "no" ; then
1137 echo Disabling ISO8859X support
1138 WITH_ISO8859X=0
1139fi
1140fi
1141AC_SUBST(WITH_ISO8859X)
1142
Daniel Veillardef4d3bc2003-02-07 12:38:22 +00001143if test "$with_schemas" = "no" ; then
William M. Brack21e4ef22005-01-02 09:53:13 +00001144 echo "Disabling Schemas/Relax-NG support"
Daniel Veillardef4d3bc2003-02-07 12:38:22 +00001145 WITH_SCHEMAS=0
1146 TEST_SCHEMAS=
1147else
Daniel Veillard71531f32003-02-05 13:19:53 +00001148 echo "Enabled Schemas/Relax-NG support"
Daniel Veillard4255d502002-04-16 15:50:10 +00001149 WITH_SCHEMAS=1
Daniel Veillard6eadf632003-01-23 18:29:16 +00001150 TEST_SCHEMAS="Schemastests Relaxtests"
Daniel Veillard6dc91962004-03-22 19:10:02 +00001151 if test "$PYTHON_INCLUDES" != "" ; then
1152 PYTHON_TESTS="$PYTHON_TESTS RelaxNGPythonTests SchemasPythonTests"
1153 fi
Daniel Veillard23e73572002-09-19 19:56:43 +00001154 with_regexps=yes
Daniel Veillard4255d502002-04-16 15:50:10 +00001155fi
1156AC_SUBST(WITH_SCHEMAS)
1157AC_SUBST(TEST_SCHEMAS)
1158
Daniel Veillard23e73572002-09-19 19:56:43 +00001159if test "$with_regexps" = "no" ; then
1160 echo Disabling Regexps support
1161 WITH_REGEXPS=0
1162 TEST_REGEXPS=
1163else
1164 WITH_REGEXPS=1
1165 TEST_REGEXPS="Regexptests Automatatests"
1166fi
1167AC_SUBST(WITH_REGEXPS)
1168AC_SUBST(TEST_REGEXPS)
1169
Daniel Veillard361d8452000-04-03 19:48:13 +00001170if test "$with_debug" = "no" ; then
1171 echo Disabling DEBUG support
1172 WITH_DEBUG=0
1173 DEBUG_OBJ=
Daniel Veillard4432df22003-09-28 18:58:27 +00001174 TEST_DEBUG=
Daniel Veillard361d8452000-04-03 19:48:13 +00001175else
1176 WITH_DEBUG=1
1177 DEBUG_OBJ=debugXML.o
Daniel Veillard4432df22003-09-28 18:58:27 +00001178 TEST_DEBUG=Scripttests
Daniel Veillard361d8452000-04-03 19:48:13 +00001179fi
1180AC_SUBST(WITH_DEBUG)
1181AC_SUBST(DEBUG_OBJ)
Daniel Veillard4432df22003-09-28 18:58:27 +00001182AC_SUBST(TEST_DEBUG)
Daniel Veillard361d8452000-04-03 19:48:13 +00001183
Daniel Veillard361d8452000-04-03 19:48:13 +00001184if test "$with_mem_debug" = "yes" ; then
William M. Brack306e33c2004-06-12 01:01:22 +00001185 if test "$with_thread_alloc" = "yes" ; then
1186 echo Disabling memory debug - cannot use mem-debug with thread-alloc!
1187 WITH_MEM_DEBUG=0
1188 else
1189 echo Enabling memory debug support
1190 WITH_MEM_DEBUG=1
1191 fi
Daniel Veillard361d8452000-04-03 19:48:13 +00001192else
1193 WITH_MEM_DEBUG=0
1194fi
1195AC_SUBST(WITH_MEM_DEBUG)
1196
Daniel Veillard22cdb842004-10-04 14:09:17 +00001197if test "$with_run_debug" = "yes" ; then
1198 echo Enabling runtime debug support
1199 WITH_RUN_DEBUG=1
1200else
1201 WITH_RUN_DEBUG=0
1202fi
1203AC_SUBST(WITH_RUN_DEBUG)
Daniel Veillard1638a472003-08-14 01:23:25 +00001204
1205WIN32_EXTRA_LIBADD=
1206WIN32_EXTRA_LDFLAGS=
William M. Bracka73f45b2005-01-11 02:21:33 +00001207CYGWIN_EXTRA_LDFLAGS=
1208CYGWIN_EXTRA_PYTHON_LIBADD=
Daniel Veillard1638a472003-08-14 01:23:25 +00001209case "$host" in
1210 *-*-mingw*)
Daniel Veillard6984e6d2003-12-09 14:20:17 +00001211 CPPFLAGS="$CPPFLAGS -DWIN32"
1212 WIN32_EXTRA_LIBADD="-lws2_32"
Daniel Veillard1638a472003-08-14 01:23:25 +00001213 WIN32_EXTRA_LDFLAGS="-no-undefined"
1214 AC_DEFINE([_WINSOCKAPI_],1,[Using the Win32 Socket implementation])
1215 AC_DEFINE([snprintf],[_snprintf],[Win32 Std C name mangling work-around])
1216 AC_DEFINE([vsnprintf],[_vsnprintf],[Win32 Std C name mangling work-around])
1217 ;;
Daniel Veillardd392ba72004-08-04 14:56:45 +00001218 *-*-cygwin*)
1219 CYGWIN_EXTRA_LDFLAGS="-no-undefined"
William M. Bracka73f45b2005-01-11 02:21:33 +00001220 if test "${PYTHON}" != ""
1221 then
1222 CYGWIN_EXTRA_PYTHON_LIBADD="-L/usr/lib/python${PYTHON_VERSION}/config -lpython${PYTHON_VERSION}"
1223 fi
Daniel Veillardd392ba72004-08-04 14:56:45 +00001224 ;;
Daniel Veillard1638a472003-08-14 01:23:25 +00001225esac
1226AC_SUBST(WIN32_EXTRA_LIBADD)
1227AC_SUBST(WIN32_EXTRA_LDFLAGS)
Daniel Veillardd392ba72004-08-04 14:56:45 +00001228AC_SUBST(CYGWIN_EXTRA_LDFLAGS)
1229AC_SUBST(CYGWIN_EXTRA_PYTHON_LIBADD)
Daniel Veillard1638a472003-08-14 01:23:25 +00001230
Daniel Veillard6984e6d2003-12-09 14:20:17 +00001231AC_SUBST(CPPFLAGS)
Daniel Veillardd7e200c1999-11-15 17:53:11 +00001232AC_SUBST(CFLAGS)
Daniel Veillardf5c2c871999-12-01 09:51:45 +00001233AC_SUBST(XML_CFLAGS)
Daniel Veillardd7e200c1999-11-15 17:53:11 +00001234
Daniel Veillardb05deb71999-08-10 19:04:08 +00001235AC_SUBST(XML_LIBDIR)
1236AC_SUBST(XML_LIBS)
Daniel Veillard90d165b2003-09-01 20:33:13 +00001237AC_SUBST(XML_LIBTOOLLIBS)
Daniel Veillard81418e32001-05-22 15:08:55 +00001238AC_SUBST(ICONV_LIBS)
Daniel Veillardb05deb71999-08-10 19:04:08 +00001239AC_SUBST(XML_INCLUDEDIR)
1240AC_SUBST(HTML_DIR)
1241AC_SUBST(HAVE_ISNAN)
1242AC_SUBST(HAVE_ISINF)
Daniel Veillardf1d0e6b2002-01-31 23:42:44 +00001243AC_SUBST(PYTHON)
1244AC_SUBST(PYTHON_VERSION)
1245AC_SUBST(PYTHON_INCLUDES)
Daniel Veillard253aa2c2002-02-02 09:17:16 +00001246AC_SUBST(PYTHON_SITE_PACKAGES)
Daniel Veillardb05deb71999-08-10 19:04:08 +00001247
Daniel Veillardb05deb71999-08-10 19:04:08 +00001248AC_SUBST(M_LIBS)
Daniel Veillard437b87b2000-01-03 17:30:46 +00001249AC_SUBST(RDL_LIBS)
Daniel Veillard361d8452000-04-03 19:48:13 +00001250
Daniel Veillard9715c172002-11-25 16:33:40 +00001251dnl for the spec file
1252RELDATE=`date +'%a %b %e %Y'`
1253AC_SUBST(RELDATE)
Daniel Veillard6dc91962004-03-22 19:10:02 +00001254AC_SUBST(PYTHON_TESTS)
Daniel Veillard9715c172002-11-25 16:33:40 +00001255
Daniel Veillardc6e997c2003-01-27 12:35:42 +00001256rm -f COPYING.LIB COPYING
Daniel Veillardc575b992002-02-08 13:28:40 +00001257ln -s Copyright COPYING
1258
Daniel Veillarde4177a52004-01-08 16:43:57 +00001259# keep on one line for cygwin c.f. #130896
Daniel Veillardb1da40c2004-09-06 11:57:44 +00001260AC_OUTPUT(libxml2.spec:libxml.spec.in Makefile include/Makefile include/libxml/Makefile doc/Makefile doc/examples/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)
Arturo Espinosa15fe6e71998-09-07 17:27:57 +00001261
Daniel Veillard06d25242004-02-25 13:01:42 +00001262chmod +x xml2-config python/setup.py