blob: 9ef667ddb84e6c4c44287dc45197d018fcd08ef3 [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,
130[ --with-schemas add Relax-NG and experimental Schemas support (on)])
131AC_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
159dnl option to build a minimal libxml2 library
160dnl
161if test "$with_minimum" = "yes"
Daniel Veillard4432df22003-09-28 18:58:27 +0000162then
William M. Brack21e4ef22005-01-02 09:53:13 +0000163 echo "Configuring for a minimal library"
164 if test "$with_c14n" = ""
165 then
166 with_c14n=no
167 fi
168 if test "$with_catalog" = ""
169 then
170 with_catalog=no
171 fi
172 echo So far so good!
173 if test "$with_debug" = ""
174 then
175 with_debug=no
176 fi
177 if test "$with_docbook" = ""
178 then
179 with_docbook=no
180 fi
181 if test "$with_fexceptions" = ""
182 then
183 with_fexceptions=no
184 fi
185 if test "$with_ftp" = ""
186 then
187 with_ftp=no
188 fi
189 if test "$with_history" = ""
190 then
191 with_history=no
192 fi
193 if test "$with_html" = ""
194 then
195 with_html=no
196 fi
197 if test "$with_http" = ""
198 then
199 with_http=no
200 fi
201 if test "$with_iconv" = ""
202 then
203 with_iconv=no
204 fi
205 if test "$with_iso8859x" = ""
206 then
207 with_iso8859x=no
208 fi
209 if test "$with_legacy" = ""
210 then
211 with_legacy=no
212 fi
213 if test "$with_mem_debug" = ""
214 then
215 with_mem_debug=no
216 fi
217 if test "$with_output" = ""
218 then
219 with_output=no
220 fi
221 if test "$with_pattern" = ""
222 then
223 with_pattern=no
224 fi
225 if test "$with_push" = ""
226 then
227 with_push=no
228 fi
229 if test "$with_python" = ""
230 then
231 with_python=no
232 fi
233 if test "$with_reader" = ""
234 then
235 with_reader=no
236 fi
237 if test "$with_readline" = ""
238 then
239 with_readline=no
240 fi
241 if test "$with_regexp" = ""
242 then
243 with_regexp=no
244 fi
245 if test "$with_run_debug" = ""
246 then
247 with_run_debug=no
248 fi
249 if test "$with_sax1" = ""
250 then
251 with_sax1=no
252 fi
253 if test "$with_schemas" = ""
254 then
255 with_schemas=no
256 fi
257 if test "$with_threads" = ""
258 then
259 with_threads=no
260 fi
261 if test "$with_thread_alloc" = ""
262 then
263 with_thread_alloc=no
264 fi
265 if test "$with_tree" = ""
266 then
267 with_tree=no
268 fi
269 if test "$with_valid" = ""
270 then
271 with_valid=no
272 fi
273 if test "$with_writer" = ""
274 then
275 with_writer=no
276 fi
277 if test "$with_xinclude" = ""
278 then
279 with_xinclude=no
280 fi
281 if test "$with_xpath" = ""
282 then
283 with_xpath=no
284 fi
285 if test "$with_xptr" = ""
286 then
287 with_xptr=no
288 fi
289 if test "$with_zlib" = ""
290 then
291 with_zlib=no
292 fi
Daniel Veillardf6b71bd2005-01-04 17:50:14 +0000293 if test "$with_modules" = ""
294 then
295 with_modules=no
296 fi
Daniel Veillard4432df22003-09-28 18:58:27 +0000297fi
William M. Brack21e4ef22005-01-02 09:53:13 +0000298
299echo Checking zlib
300
301dnl Checks for zlib library.
302
Daniel Veillard259ff742001-10-06 13:49:59 +0000303if test "$with_zlib" = "no"; then
304 echo "Disabling compression support"
305else
Daniel Veillard3fbe8e32001-10-06 13:30:33 +0000306 AC_CHECK_HEADERS(zlib.h,
307 AC_CHECK_LIB(z, gzread,[
Daniel Veillardc790bf42003-10-11 10:50:10 +0000308 AC_DEFINE([HAVE_LIBZ], [], [Have compression library])
Daniel Veillard3fbe8e32001-10-06 13:30:33 +0000309 if test "x${Z_DIR}" != "x"; then
310 Z_CFLAGS="-I${Z_DIR}/include"
311 Z_LIBS="-L${Z_DIR}/lib -lz"
312 [case ${host} in
313 *-*-solaris*)
314 Z_LIBS="-L${Z_DIR}/lib -R${Z_DIR}/lib -lz"
315 ;;
316 esac]
317 else
318 Z_LIBS="-lz"
319 fi]))
Daniel Veillard259ff742001-10-06 13:49:59 +0000320fi
Owen Taylor3473f882001-02-23 17:55:21 +0000321
Owen Taylor3473f882001-02-23 17:55:21 +0000322AC_SUBST(Z_CFLAGS)
323AC_SUBST(Z_LIBS)
324
325CPPFLAGS=${_cppflags}
326LDFLAGS=${_ldflags}
Daniel Veillardb05deb71999-08-10 19:04:08 +0000327
William M. Brack21e4ef22005-01-02 09:53:13 +0000328echo Checking headers
329
Daniel Veillard01791d51998-07-24 19:24:09 +0000330dnl Checks for header files.
331AC_HEADER_DIRENT
332AC_HEADER_STDC
Daniel Veillard817e70b2002-11-19 22:28:48 +0000333AC_CHECK_HEADERS([fcntl.h])
334AC_CHECK_HEADERS([unistd.h])
335AC_CHECK_HEADERS([ctype.h])
336AC_CHECK_HEADERS([dirent.h])
337AC_CHECK_HEADERS([errno.h])
338AC_CHECK_HEADERS([malloc.h])
339AC_CHECK_HEADERS([stdarg.h])
340AC_CHECK_HEADERS([sys/stat.h])
341AC_CHECK_HEADERS([sys/types.h])
342AC_CHECK_HEADERS([time.h])
343AC_CHECK_HEADERS([ansidecl.h])
344AC_CHECK_HEADERS([ieeefp.h])
345AC_CHECK_HEADERS([nan.h])
346AC_CHECK_HEADERS([math.h])
Daniel Veillardebe48c62003-12-03 12:12:27 +0000347AC_CHECK_HEADERS([limits.h])
Daniel Veillard817e70b2002-11-19 22:28:48 +0000348AC_CHECK_HEADERS([fp_class.h])
349AC_CHECK_HEADERS([float.h])
350AC_CHECK_HEADERS([stdlib.h])
351AC_CHECK_HEADERS([sys/socket.h], [], [],
352[#if HAVE_SYS_TYPES_H
353# include <sys/types.h>
354# endif
355])
356AC_CHECK_HEADERS([netinet/in.h], [], [],
357[#if HAVE_SYS_TYPES_H
358# include <sys/types.h>
359# endif
360])
361AC_CHECK_HEADERS([arpa/inet.h], [], [],
362[#if HAVE_SYS_TYPES_H
363# include <sys/types.h>
364# endif
365#if HAVE_ARPA_INET_H
366# include <arpa/inet.h>
367# endif
368])
369AC_CHECK_HEADERS([netdb.h])
370AC_CHECK_HEADERS([sys/time.h])
371AC_CHECK_HEADERS([sys/select.h])
372AC_CHECK_HEADERS([sys/mman.h])
373AC_CHECK_HEADERS([sys/timeb.h])
374AC_CHECK_HEADERS([signal.h])
375AC_CHECK_HEADERS([arpa/nameser.h], [], [],
376[#if HAVE_SYS_TYPES_H
377# include <sys/types.h>
378# endif
379])
380AC_CHECK_HEADERS([resolv.h], [], [],
381[#if HAVE_SYS_TYPES_H
382# include <sys/types.h>
383# endif
384#if HAVE_NETINET_IN_H
385# include <netinet/in.h>
386# endif
387#if HAVE_ARPA_NAMESER_H
388# include <arpa/nameser.h>
389# endif
390])
Daniel Veillarddcd93902005-01-13 11:25:15 +0000391AC_CHECK_HEADERS([dl.h])
392AC_CHECK_HEADERS([dlfcn.h])
Daniel Veillard01791d51998-07-24 19:24:09 +0000393
Daniel Veillardfc979062004-03-04 22:07:16 +0000394
William M. Brack21e4ef22005-01-02 09:53:13 +0000395echo Checking libraries
Daniel Veillard1164e751999-02-16 16:29:17 +0000396
Daniel Veillard01791d51998-07-24 19:24:09 +0000397dnl Checks for library functions.
398AC_FUNC_STRFTIME
Daniel Veillard92ad2102001-03-27 12:47:33 +0000399AC_CHECK_FUNCS(strdup strndup strerror)
Daniel Veillard71b656e2000-01-05 14:46:17 +0000400AC_CHECK_FUNCS(finite isnand fp_class class fpclass)
Daniel Veillard90bc3712002-03-07 15:12:58 +0000401AC_CHECK_FUNCS(strftime localtime gettimeofday ftime)
Daniel Veillard068a9652001-06-07 15:30:26 +0000402AC_CHECK_FUNCS(stat _stat signal)
Daniel Veillard7f7d1111999-09-22 09:46:25 +0000403
Daniel Veillard92ad2102001-03-27 12:47:33 +0000404dnl Checking the standard string functions availability
405AC_CHECK_FUNCS(printf sprintf fprintf snprintf vfprintf vsprintf vsnprintf sscanf,,
406 NEED_TRIO=1)
407
Daniel Veillard7f7d1111999-09-22 09:46:25 +0000408dnl Checks for inet libraries:
Daniel Veillard71b656e2000-01-05 14:46:17 +0000409AC_CHECK_FUNC(gethostent, , AC_CHECK_LIB(nsl, gethostent))
410AC_CHECK_FUNC(setsockopt, , AC_CHECK_LIB(socket, setsockopt))
Daniel Veillard7a3447a2005-01-04 14:31:14 +0000411AC_CHECK_FUNC(setsockopt, , AC_CHECK_LIB(net, setsockopt))
Daniel Veillard71b656e2000-01-05 14:46:17 +0000412AC_CHECK_FUNC(connect, , AC_CHECK_LIB(inet, connect))
Daniel Veillardb05deb71999-08-10 19:04:08 +0000413
Daniel Veillardb0426ca2000-10-11 23:39:43 +0000414dnl Determine what socket length (socklen_t) data type is
415AC_MSG_CHECKING([for type of socket length (socklen_t)])
416AC_TRY_COMPILE2([
417#include <stddef.h>
418#include <sys/types.h>
419#include <sys/socket.h>],[
420(void)getsockopt (1, 1, 1, NULL, (socklen_t *)NULL)],[
421 AC_MSG_RESULT(socklen_t *)
Daniel Veillardc284c642005-03-31 10:24:24 +0000422 XML_SOCKLEN_T=socklen_t],[
Daniel Veillardb0426ca2000-10-11 23:39:43 +0000423 AC_TRY_COMPILE2([
424#include <stddef.h>
425#include <sys/types.h>
426#include <sys/socket.h>],[
427(void)getsockopt (1, 1, 1, NULL, (size_t *)NULL)],[
428 AC_MSG_RESULT(size_t *)
Daniel Veillardc284c642005-03-31 10:24:24 +0000429 XML_SOCKLEN_T=size_t],[
Daniel Veillardb0426ca2000-10-11 23:39:43 +0000430 AC_TRY_COMPILE2([
431#include <stddef.h>
432#include <sys/types.h>
433#include <sys/socket.h>],[
434(void)getsockopt (1, 1, 1, NULL, (int *)NULL)],[
435 AC_MSG_RESULT(int *)
Daniel Veillardc284c642005-03-31 10:24:24 +0000436 XML_SOCKLEN_T=int],[
William M. Brack2e6b1432004-02-09 15:10:28 +0000437 AC_MSG_WARN(could not determine)
Daniel Veillardc284c642005-03-31 10:24:24 +0000438 XML_SOCKLEN_T="int"])])])
439AC_DEFINE_UNQUOTED(XML_SOCKLEN_T, $XML_SOCKLEN_T, [Determine what socket length (socklen_t) data type is])
Daniel Veillardb0426ca2000-10-11 23:39:43 +0000440
Daniel Veillardde2a67b2003-06-21 14:20:04 +0000441dnl ***********************Checking for availability of IPv6*******************
442
443AC_MSG_CHECKING([whether to enable IPv6])
William M. Brack21e4ef22005-01-02 09:53:13 +0000444AC_ARG_ENABLE(ipv6, [ --enable-ipv6[[=yes/no]] enables compilation of IPv6 code [[default=yes]]],, enable_ipv6=yes)
Daniel Veillard4432df22003-09-28 18:58:27 +0000445if test "$with_minimum" = "yes"
446then
447 enable_ipv6=no
448fi
Daniel Veillardde2a67b2003-06-21 14:20:04 +0000449if test $enable_ipv6 = yes; then
450 have_ipv6=no
451 AC_TRY_COMPILE([
452 #include <sys/socket.h>
453 #include <sys/types.h>], [
454 struct sockaddr_storage ss;
455 socket(AF_INET6, SOCK_STREAM, 0)
456 ],
457 have_ipv6=yes,
458 have_ipv6=no
459 )
460 AC_MSG_RESULT($have_ipv6)
461
William M. Brack476cd962003-08-13 11:09:42 +0000462 if test $have_ipv6 = yes; then
Daniel Veillardc790bf42003-10-11 10:50:10 +0000463 AC_DEFINE([SUPPORT_IP6], [], [Support for IPv6])
Dodji Seketeli8eba3f32004-11-09 18:30:30 +0000464 have_broken_ss_family=no
465
466 dnl *********************************************************************
467 dnl on some platforms (like AIX 5L), the structure sockaddr doesn't have
468 dnl a ss_family member, but rather __ss_family. Let's detect that
469 dnl and define the HAVE_BROKEN_SS_FAMILY when we are on one of these platforms.
470 dnl ********************************************************************
471 AC_MSG_CHECKING([broken struct sockaddr::ss_family])
472 AC_TRY_COMPILE([
473 #include <sys/socket.h>
474 #include <sys/types.h>], [
475 struct sockaddr_storage ss ;
476 ss.__ss_family = 0 ;
477 ],
478 have_broken_ss_family=yes,
479 have_broken_ss_family=no
480 )
481 AC_MSG_RESULT($have_broken_ss_family)
482 if test x$have_broken_ss_family = xyes ; then
483 AC_DEFINE(HAVE_BROKEN_SS_FAMILY, [], [Whether struct sockaddr::__ss_family exists])
484 AC_DEFINE(ss_family, __ss_family, [ss_family is not defined here, use __ss_family instead])
485 fi
Daniel Veillardde2a67b2003-06-21 14:20:04 +0000486
487 have_getaddrinfo=no
488 AC_CHECK_FUNC(getaddrinfo, have_getaddrinfo=yes)
489 if test $have_getaddrinfo != yes; then
490 for lib in bsd socket inet; do
491 AC_CHECK_LIB($lib, getaddrinfo, [LIBS="$LIBS -l$lib";have_getaddrinfo=yes;break])
492 done
493 fi
494
William M. Brack476cd962003-08-13 11:09:42 +0000495 if test $have_getaddrinfo = yes; then
Daniel Veillardc790bf42003-10-11 10:50:10 +0000496 AC_DEFINE([HAVE_GETADDRINFO], [], [Define if getaddrinfo is there])
Daniel Veillardde2a67b2003-06-21 14:20:04 +0000497 fi
498 fi
499fi
500
501dnl ******************************End IPv6 checks******************************
502
Daniel Veillardb05deb71999-08-10 19:04:08 +0000503dnl Checks for isnan in libm if not in libc
Daniel Veillard6984e6d2003-12-09 14:20:17 +0000504AC_CHECK_FUNC(isnan, AC_DEFINE([HAVE_ISNAN],[], [Define if isnan is there]) , AC_CHECK_LIB(m, isnan,
Daniel Veillardc790bf42003-10-11 10:50:10 +0000505 [AC_DEFINE([HAVE_ISNAN],[], [Define if isnan is there])]))
Daniel Veillardb05deb71999-08-10 19:04:08 +0000506
Daniel Veillardc790bf42003-10-11 10:50:10 +0000507AC_CHECK_FUNC(isinf, AC_DEFINE([HAVE_ISINF], [], [Define if isinf is there]) , AC_CHECK_LIB(m, isinf,
508 [AC_DEFINE([HAVE_ISINF], [], [Define if isinf is there])]))
Daniel Veillardb05deb71999-08-10 19:04:08 +0000509
510XML_LIBDIR='-L${libdir}'
Daniel Veillarde7dd2b82002-03-15 18:44:02 +0000511XML_INCLUDEDIR='-I${includedir}/libxml2'
Daniel Veillardb05deb71999-08-10 19:04:08 +0000512
Daniel Veillardd7e200c1999-11-15 17:53:11 +0000513dnl
Daniel Veillardf5c2c871999-12-01 09:51:45 +0000514dnl Extra flags
515dnl
516XML_CFLAGS=""
Daniel Veillard357c9602001-05-03 10:49:20 +0000517RDL_LIBS=""
Daniel Veillardf5c2c871999-12-01 09:51:45 +0000518
519dnl
Daniel Veillardb45c43b2001-04-28 17:02:11 +0000520dnl Workaround for native compilers
521dnl HP : http://bugs.gnome.org/db/31/3163.html
522dnl DEC : Enable NaN/Inf
Daniel Veillardd7e200c1999-11-15 17:53:11 +0000523dnl
Daniel Veillard03109292000-08-14 14:58:22 +0000524if test "${GCC}" != "yes" ; then
Daniel Veillardd7e200c1999-11-15 17:53:11 +0000525 case "${host}" in
526 *-*-hpux* )
Daniel Veillard03109292000-08-14 14:58:22 +0000527 CFLAGS="${CFLAGS} -Wp,-H30000"
Daniel Veillardd7e200c1999-11-15 17:53:11 +0000528 ;;
Daniel Veillardb45c43b2001-04-28 17:02:11 +0000529 *-dec-osf* )
530 CFLAGS="${CFLAGS} -ieee"
531 ;;
William M. Brack476cd962003-08-13 11:09:42 +0000532 alpha*-*-linux* )
533 CFLAGS="${CFLAGS} -ieee"
534 ;;
Daniel Veillardd7e200c1999-11-15 17:53:11 +0000535 esac
Daniel Veillardd574f782001-03-14 19:40:17 +0000536else
Daniel Veillardd94849b2003-07-28 13:02:24 +0000537 if test "$with_fexceptions" = "yes"
538 then
539 #
540 # Not activated by default because this inflates the code size
541 # Used to allow propagation of C++ exceptions through the library
542 #
543 CFLAGS="${CFLAGS} -fexceptions"
544 fi
545
Daniel Veillard05f97352004-10-31 15:35:32 +0000546 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 +0000547 case "${host}" in
548 alpha*-*-linux* )
549 CFLAGS="${CFLAGS} -mieee"
550 ;;
Daniel Veillardcb5b4d62002-04-11 08:24:26 +0000551 alpha*-*-osf* )
552 CFLAGS="${CFLAGS} -mieee"
553 ;;
Daniel Veillard14839d52001-06-06 16:11:56 +0000554 esac
Daniel Veillardd7e200c1999-11-15 17:53:11 +0000555fi
Daniel Veillardb0426ca2000-10-11 23:39:43 +0000556case ${host} in
557 *-*-solaris*)
Daniel Veillardd2ade932000-09-30 14:39:55 +0000558 XML_LIBDIR="${XML_LIBDIR} -R${libdir}"
559 ;;
Daniel Veillardd30be4a2002-03-28 18:25:31 +0000560 hppa*-hp-mpeix)
561 NEED_TRIO=1
562 ;;
Daniel Veillardd2ade932000-09-30 14:39:55 +0000563esac
564
Daniel Veillardf5c2c871999-12-01 09:51:45 +0000565
Daniel Veillardf1d0e6b2002-01-31 23:42:44 +0000566dnl
567dnl check for python
568dnl
569
570PYTHON=
571PYTHON_VERSION=
572PYTHON_INCLUDES=
Daniel Veillard253aa2c2002-02-02 09:17:16 +0000573PYTHON_SITE_PACKAGES=
Daniel Veillard6dc91962004-03-22 19:10:02 +0000574PYTHON_TESTS=
Daniel Veillard38b80a82003-05-14 18:59:00 +0000575pythondir=
Daniel Veillardf1d0e6b2002-01-31 23:42:44 +0000576if test "$with_python" != "no" ; then
577 if test -x "$with_python/bin/python"
578 then
579 echo Found python in $with_python/bin/python
580 PYTHON="$with_python/bin/python"
Daniel Veillard9b731d72002-04-14 12:56:08 +0000581 else
Daniel Veillarda8a89fe2002-04-12 21:03:34 +0000582 if test -x "$with_python"
583 then
Daniel Veillard4efd3be2002-11-18 09:11:13 +0000584 echo Found python in $with_python
585 PYTHON="$with_python"
Daniel Veillarda8a89fe2002-04-12 21:03:34 +0000586 else
William M. Bracka73f45b2005-01-11 02:21:33 +0000587 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 +0000588 fi
Daniel Veillardf1d0e6b2002-01-31 23:42:44 +0000589 fi
590 if test "$PYTHON" != ""
591 then
592 PYTHON_VERSION=`$PYTHON -c "import sys; print sys.version[[0:3]]"`
593 echo Found Python version $PYTHON_VERSION
594 fi
595 if test "$PYTHON_VERSION" != ""
596 then
Daniel Veillard253aa2c2002-02-02 09:17:16 +0000597 if test -r $with_python/include/python$PYTHON_VERSION/Python.h -a \
598 -d $with_python/lib/python$PYTHON_VERSION/site-packages
Daniel Veillardf1d0e6b2002-01-31 23:42:44 +0000599 then
600 PYTHON_INCLUDES=$with_python/include/python$PYTHON_VERSION
Daniel Veillard253aa2c2002-02-02 09:17:16 +0000601 PYTHON_SITE_PACKAGES=$with_python/lib/python$PYTHON_VERSION/site-packages
Daniel Veillardf1d0e6b2002-01-31 23:42:44 +0000602 else
603 if test -r $prefix/include/python$PYTHON_VERSION/Python.h
604 then
Daniel Veillard253aa2c2002-02-02 09:17:16 +0000605 PYTHON_INCLUDES='$(prefix)/include/python$(PYTHON_VERSION)'
Daniel Veillarde3b7d9a2002-08-14 14:11:30 +0000606 PYTHON_SITE_PACKAGES='$(libdir)/python$(PYTHON_VERSION)/site-packages'
Daniel Veillardf1d0e6b2002-01-31 23:42:44 +0000607 else
608 if test -r /usr/include/python$PYTHON_VERSION/Python.h
609 then
610 PYTHON_INCLUDES=/usr/include/python$PYTHON_VERSION
Daniel Veillarde3b7d9a2002-08-14 14:11:30 +0000611 PYTHON_SITE_PACKAGES='$(libdir)/python$(PYTHON_VERSION)/site-packages'
Daniel Veillardf1d0e6b2002-01-31 23:42:44 +0000612 else
613 echo could not find python$PYTHON_VERSION/Python.h
614 fi
615 fi
William M. Brack5d4cba42004-01-06 15:19:12 +0000616 if test ! -d "$PYTHON_SITE_PACKAGES"
Daniel Veillardb6984ef2002-08-14 16:55:31 +0000617 then
618 PYTHON_SITE_PACKAGES=`$PYTHON -c "from distutils import sysconfig; print sysconfig.get_python_lib()"`
619 fi
Daniel Veillardf1d0e6b2002-01-31 23:42:44 +0000620 fi
621 fi
Daniel Veillard38b80a82003-05-14 18:59:00 +0000622 if test "$with_python" != ""
623 then
624 pythondir='$(PYTHON_SITE_PACKAGES)'
625 else
626 pythondir='$(libdir)/python${PYTHON_VERSION}/site-packages'
627 fi
Daniel Veillardf1d0e6b2002-01-31 23:42:44 +0000628fi
629AM_CONDITIONAL(WITH_PYTHON, test "$PYTHON_INCLUDES" != "")
Daniel Veillard40b11342002-09-20 12:01:39 +0000630if test "$PYTHON_INCLUDES" != ""
631then
632 PYTHON_SUBDIR=python
633else
634 PYTHON_SUBDIR=
635fi
Daniel Veillard38b80a82003-05-14 18:59:00 +0000636AC_SUBST(pythondir)
Daniel Veillard40b11342002-09-20 12:01:39 +0000637AC_SUBST(PYTHON_SUBDIR)
Daniel Veillardf1d0e6b2002-01-31 23:42:44 +0000638
Daniel Veillardce1648b2005-01-04 15:10:22 +0000639dnl check for dso support
640WITH_MODULES=0
641MODULE_EXTENSION=".so"
642TEST_MODULES=
643
Daniel Veillardf6b71bd2005-01-04 17:50:14 +0000644if test "$with_modules" != "no" ; then
Daniel Veillardce1648b2005-01-04 15:10:22 +0000645AC_CHECK_LIB(dld, shl_load, [
646 WITH_MODULES=1
647 MODULE_PLATFORM_LIBS="-ldld"
648 AC_DEFINE([HAVE_SHLLOAD], [], [Have shl_load based dso])
649])
650
651AC_CHECK_LIB(dl, dlopen, [
652 WITH_MODULES=1
653 MODULE_PLATFORM_LIBS="-ldl"
654 AC_DEFINE([HAVE_DLOPEN], [], [Have dlopen based dso])
655])
Daniel Veillardf6b71bd2005-01-04 17:50:14 +0000656fi
Daniel Veillardce1648b2005-01-04 15:10:22 +0000657
658if test "${WITH_MODULES}" = "1"; then
659 TEST_MODULES="ModuleTests"
660fi
661
662AC_SUBST(WITH_MODULES)
663AC_SUBST(MODULE_PLATFORM_LIBS)
664AC_SUBST(MODULE_EXTENSION)
665AC_SUBST(TEST_MODULES)
666
Daniel Veillard437b87b2000-01-03 17:30:46 +0000667dnl
668dnl Tester makes use of readline if present
669dnl
Daniel Veillard03109292000-08-14 14:58:22 +0000670
Daniel Veillard361d8452000-04-03 19:48:13 +0000671dnl
William M. Brack21e4ef22005-01-02 09:53:13 +0000672dnl specific tests to setup DV and Bill's devel environments with debug etc ...
Daniel Veillard81418e32001-05-22 15:08:55 +0000673dnl (-Wunreachable-code)
Daniel Veillardf6eea272001-01-18 12:17:12 +0000674dnl
William M. Brack871611b2003-10-18 04:53:14 +0000675if [[ "${LOGNAME}" = "veillard" -a "`pwd`" = "/u/veillard/XML" ]] || \
Daniel Veillardb7c6ac42004-06-29 22:01:27 +0000676 [[ "${LOGNAME}" = "veillard" -a "`pwd`" = "/home/veillard/libxml2" ]] || \
William M. Bracka2e844a2004-01-06 11:52:13 +0000677 [[ "${LOGNAME}" = "bill" -a "`pwd`" = "/home/bill/gnomecvs/xmltest" ]] || \
William M. Brack4119d1c2004-06-24 02:24:44 +0000678 [[ "${LOGNAME}" = "wbrack" -a "`pwd`" = "/Users/wbrack/gnomecvs/xmltest" ]]
William M. Brack871611b2003-10-18 04:53:14 +0000679 then
Daniel Veillard4432df22003-09-28 18:58:27 +0000680 if test "$with_minimum" != "yes"
681 then
682 if test "${with_mem_debug}" = "" ; then
683 with_mem_debug="yes"
Daniel Veillard22cdb842004-10-04 14:09:17 +0000684 with_run_debug="yes"
Daniel Veillard4432df22003-09-28 18:58:27 +0000685 fi
686 if test "${with_docbook}" = "" ; then
687 with_docbook="yes"
688 fi
Daniel Veillardeae522a2001-04-23 13:41:34 +0000689 fi
Daniel Veillardeff45a92004-10-29 12:10:55 +0000690 if test "${CC}" = "gcc" ; then
Daniel Veillard05f97352004-10-31 15:35:32 +0000691 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 +0000692 fi
Daniel Veillard2e9b1652003-02-19 13:29:45 +0000693 STATIC_BINARIES="-static"
Daniel Veillardc86a4fa2001-03-26 16:28:29 +0000694dnl -Wcast-qual -ansi
Daniel Veillard2e9b1652003-02-19 13:29:45 +0000695else
696 STATIC_BINARIES=
Daniel Veillardf6eea272001-01-18 12:17:12 +0000697fi
Daniel Veillard2e9b1652003-02-19 13:29:45 +0000698AC_SUBST(STATIC_BINARIES)
Daniel Veillard92ad2102001-03-27 12:47:33 +0000699
700dnl
701dnl Check for trio string functions
702dnl
703
704if test "${NEED_TRIO}" = "1" ; then
705 echo Adding trio library for string functions
706 WITH_TRIO=1
707else
708 WITH_TRIO=0
709fi
Daniel Veillard01ef7382001-05-08 07:31:43 +0000710AM_CONDITIONAL(WITH_TRIO_SOURCES, test "${NEED_TRIO}" = "1")
Daniel Veillard92ad2102001-03-27 12:47:33 +0000711AC_SUBST(WITH_TRIO)
712
Daniel Veillardf6eea272001-01-18 12:17:12 +0000713dnl
William M. Brack97ad4c72003-05-13 08:08:36 +0000714dnl Allow to enable/disable various pieces
Daniel Veillard361d8452000-04-03 19:48:13 +0000715dnl
William M. Brack21e4ef22005-01-02 09:53:13 +0000716echo Checking configuration requirements
Daniel Veillard361d8452000-04-03 19:48:13 +0000717
William M. Brack21e4ef22005-01-02 09:53:13 +0000718dnl
719dnl Thread-related stuff
720dnl
Daniel Veillardb8478642001-10-12 17:29:10 +0000721THREAD_LIBS=""
Daniel Veillarddbfe05a2005-05-04 09:18:00 +0000722BASE_THREAD_LIBS=""
Daniel Veillardb8478642001-10-12 17:29:10 +0000723WITH_THREADS=0
724THREAD_CFLAGS=""
Daniel Veillardab7488e2001-10-17 11:30:37 +0000725TEST_THREADS=""
Daniel Veillard6984e6d2003-12-09 14:20:17 +0000726THREADS_W32=""
Daniel Veillard64a411c2001-10-15 12:32:07 +0000727
Daniel Veillard84942712003-04-18 14:40:05 +0000728if test "$with_threads" = "no" ; then
729 echo Disabling multithreaded support
730else
Daniel Veillardb8478642001-10-12 17:29:10 +0000731 echo Enabling multithreaded support
732
733 AC_CHECK_HEADER(pthread.h,
Daniel Veillardcbaf3992001-12-31 16:16:02 +0000734 AC_CHECK_LIB(pthread, pthread_join,[
Daniel Veillardb8478642001-10-12 17:29:10 +0000735 THREAD_LIBS="-lpthread"
Daniel Veillardc790bf42003-10-11 10:50:10 +0000736 AC_DEFINE([HAVE_LIBPTHREAD], [], [Define if pthread library is there (-lpthread)])
737 AC_DEFINE([HAVE_PTHREAD_H], [], [Define if <pthread.h> is there])
Daniel Veillardab7488e2001-10-17 11:30:37 +0000738 WITH_THREADS="1"]))
Daniel Veillard6984e6d2003-12-09 14:20:17 +0000739 case $host_os in
740 *mingw32*) WITH_THREADS="1"
741 THREADS_W32="Win32"
742 THREAD_CFLAGS="$THREAD_CFLAGS -DHAVE_WIN32_THREADS"
743 ;;
William M. Bracka73f45b2005-01-11 02:21:33 +0000744 *cygwin*) THREAD_LIBS=""
745 ;;
Daniel Veillard7a3447a2005-01-04 14:31:14 +0000746 *beos*) WITH_THREADS="1"
747 THREAD_CFLAGS="$THREAD_CFLAGS -DHAVE_BEOS_THREADS"
748 ;;
Daniel Veillarddbfe05a2005-05-04 09:18:00 +0000749 *linux*)
750 if test "${CC}" = "gcc" -a "${THREAD_LIBS}" = "-lpthread" ; then
751 THREAD_LIBS=""
752 BASE_THREAD_LIBS="-lpthread"
753 fi
754 ;;
Daniel Veillard6984e6d2003-12-09 14:20:17 +0000755 esac
Daniel Veillardb8478642001-10-12 17:29:10 +0000756 if test "$WITH_THREADS" = "1" ; then
Daniel Veillardab7488e2001-10-17 11:30:37 +0000757 THREAD_CFLAGS="$THREAD_CFLAGS -D_REENTRANT"
758 TEST_THREADS="Threadtests"
Daniel Veillardb8478642001-10-12 17:29:10 +0000759 fi
760fi
William M. Brack306e33c2004-06-12 01:01:22 +0000761if test "$with_thread_alloc" = "yes" -a "$WITH_THREADS" = "1" ; then
Daniel Veillardab7488e2001-10-17 11:30:37 +0000762 THREAD_CFLAGS="$THREAD_CFLAGS -DLIBXML_THREAD_ALLOC_ENABLED"
Daniel Veillard64a411c2001-10-15 12:32:07 +0000763fi
764
Daniel Veillardb8478642001-10-12 17:29:10 +0000765AC_SUBST(THREAD_LIBS)
Daniel Veillarddbfe05a2005-05-04 09:18:00 +0000766AC_SUBST(BASE_THREAD_LIBS)
Daniel Veillardb8478642001-10-12 17:29:10 +0000767AC_SUBST(WITH_THREADS)
768AC_SUBST(THREAD_CFLAGS)
Daniel Veillardab7488e2001-10-17 11:30:37 +0000769AC_SUBST(TEST_THREADS)
Daniel Veillard6984e6d2003-12-09 14:20:17 +0000770AC_SUBST(THREADS_W32)
Daniel Veillardb8478642001-10-12 17:29:10 +0000771
William M. Brack21e4ef22005-01-02 09:53:13 +0000772dnl
773dnl xmllint shell history
774dnl
Daniel Veillard259ff742001-10-06 13:49:59 +0000775if test "$with_history" = "yes" ; then
Daniel Veillardf012a642001-07-23 19:10:52 +0000776 echo Enabling xmllint shell history
777 dnl check for terminal library. this is a very cool solution
778 dnl from octave's configure.in
779 unset tcap
780 for termlib in ncurses curses termcap terminfo termlib; do
781 AC_CHECK_LIB(${termlib}, tputs, [tcap="-l$termlib"])
782 test -n "$tcap" && break
783 done
784
785 AC_CHECK_HEADER(readline/history.h,
786 AC_CHECK_LIB(history, append_history,[
787 RDL_LIBS="-lhistory"
Daniel Veillardc790bf42003-10-11 10:50:10 +0000788 AC_DEFINE([HAVE_LIBHISTORY], [], [Define if history library is there (-lhistory)])]))
Daniel Veillardf012a642001-07-23 19:10:52 +0000789 AC_CHECK_HEADER(readline/readline.h,
790 AC_CHECK_LIB(readline, readline,[
791 RDL_LIBS="-lreadline $RDL_LIBS $tcap"
Daniel Veillardc790bf42003-10-11 10:50:10 +0000792 AC_DEFINE([HAVE_LIBREADLINE], [], [Define if readline library is there (-lreadline)])], , $tcap))
Daniel Veillardf012a642001-07-23 19:10:52 +0000793 if test -n "$RDL_DIR" -a -n "$RDL_LIBS"; then
794 CPPFLAGS="$CPPFLAGS -I${RDL_DIR}/include"
795 RDL_LIBS="-L${RDL_DIR}/lib $RDL_LIBS"
Daniel Veillardf012a642001-07-23 19:10:52 +0000796 fi
Daniel Veillardf012a642001-07-23 19:10:52 +0000797fi
798
William M. Brack21e4ef22005-01-02 09:53:13 +0000799dnl
800dnl Tree functions
801dnl
Daniel Veillard652327a2003-09-29 18:02:38 +0000802if test "$with_tree" = "no" ; then
803 echo Disabling DOM like tree manipulation APIs
804 WITH_TREE=0
805else
806 WITH_TREE=1
807fi
808AC_SUBST(WITH_TREE)
809
Daniel Veillard361d8452000-04-03 19:48:13 +0000810if test "$with_ftp" = "no" ; then
811 echo Disabling FTP support
812 WITH_FTP=0
813 FTP_OBJ=
814else
815 WITH_FTP=1
816 FTP_OBJ=nanoftp.o
817fi
818AC_SUBST(WITH_FTP)
819AC_SUBST(FTP_OBJ)
820
Daniel Veillard361d8452000-04-03 19:48:13 +0000821if test "$with_http" = "no" ; then
822 echo Disabling HTTP support
823 WITH_HTTP=0
824 HTTP_OBJ=
825else
826 WITH_HTTP=1
827 HTTP_OBJ=nanohttp.o
828fi
829AC_SUBST(WITH_HTTP)
830AC_SUBST(HTTP_OBJ)
831
Daniel Veillard4432df22003-09-28 18:58:27 +0000832if test "$with_legacy" = "no" ; then
833 echo Disabling deprecated APIs
834 WITH_LEGACY=0
835else
836 WITH_LEGACY=1
837fi
838AC_SUBST(WITH_LEGACY)
839
Daniel Veillard81273902003-09-30 00:43:48 +0000840if test "$with_reader" = "no" ; then
841 echo Disabling the xmlReader parsing interface
842 WITH_READER=0
Daniel Veillard73b013f2003-09-30 12:36:01 +0000843 READER_TEST=
Daniel Veillard81273902003-09-30 00:43:48 +0000844else
845 WITH_READER=1
Daniel Veillard73b013f2003-09-30 12:36:01 +0000846 READER_TEST=Readertests
William M. Brack21e4ef22005-01-02 09:53:13 +0000847 if test "$with_push" = "no" ; then
848 echo xmlReader requires Push interface - enabling it
849 with_push=yes
850 fi
Daniel Veillard81273902003-09-30 00:43:48 +0000851fi
852AC_SUBST(WITH_READER)
Daniel Veillard73b013f2003-09-30 12:36:01 +0000853AC_SUBST(READER_TEST)
Daniel Veillard81273902003-09-30 00:43:48 +0000854
William M. Brack21e4ef22005-01-02 09:53:13 +0000855if test "$with_writer" = "no" ; then
856 echo Disabling the xmlWriter saving interface
857 WITH_WRITER=0
858# WRITER_TEST=
859else
860 WITH_WRITER=1
861# WRITER_TEST=Writertests
862 if test "$with_push" = "no" ; then
863 echo xmlWriter requires Push interface - enabling it
864 with_push=yes
865 fi
866 if test "$with_output" = "no" ; then
867 echo xmlWriter requires Output interface - enabling it
868 with_output=yes
869 fi
Daniel Veillardb3de70c2003-12-02 22:32:15 +0000870fi
William M. Brack21e4ef22005-01-02 09:53:13 +0000871AC_SUBST(WITH_WRITER)
872#AC_SUBST(WRITER_TEST)
873
Daniel Veillardb3de70c2003-12-02 22:32:15 +0000874if test "$with_pattern" = "no" ; then
875 echo Disabling the xmlPattern parsing interface
876 WITH_PATTERN=0
Daniel Veillardf9d16912005-01-30 22:36:30 +0000877 TEST_PATTERN=
Daniel Veillardb3de70c2003-12-02 22:32:15 +0000878else
879 WITH_PATTERN=1
Daniel Veillardf9d16912005-01-30 22:36:30 +0000880 TEST_PATTERN=Patterntests
Daniel Veillardb3de70c2003-12-02 22:32:15 +0000881fi
882AC_SUBST(WITH_PATTERN)
Daniel Veillardf9d16912005-01-30 22:36:30 +0000883AC_SUBST(TEST_PATTERN)
Daniel Veillardb3de70c2003-12-02 22:32:15 +0000884
Daniel Veillard81273902003-09-30 00:43:48 +0000885if test "$with_sax1" = "no" ; then
886 echo Disabling the older SAX1 interface
887 WITH_SAX1=0
888 TEST_SAX=
889else
890 WITH_SAX1=1
891 TEST_SAX=SAXtests
892fi
893AC_SUBST(WITH_SAX1)
894AC_SUBST(TEST_SAX)
895
Daniel Veillard73b013f2003-09-30 12:36:01 +0000896if test "$with_push" = "no" ; then
897 echo Disabling the PUSH parser interfaces
898 WITH_PUSH=0
899 TEST_PUSH=
900else
901 WITH_PUSH=1
902 TEST_PUSH="XMLPushtests"
903fi
904AC_SUBST(WITH_PUSH)
905AC_SUBST(TEST_PUSH)
906
Daniel Veillard73b013f2003-09-30 12:36:01 +0000907if test "$with_html" = "no" ; then
908 echo Disabling HTML support
909 WITH_HTML=0
910 HTML_OBJ=
911 TEST_HTML=
912else
913 WITH_HTML=1
914 HTML_OBJ="HTMLparser.o HTMLtree.o"
915 TEST_HTML=HTMLtests
William M. Brack871611b2003-10-18 04:53:14 +0000916 if test "$with_push" != "no" ; then
Daniel Veillard73b013f2003-09-30 12:36:01 +0000917 TEST_PHTML=HTMLPushtests
918 else
919 TEST_PHTML=
920 fi
921fi
922AC_SUBST(WITH_HTML)
923AC_SUBST(HTML_OBJ)
924AC_SUBST(TEST_HTML)
925AC_SUBST(TEST_PHTML)
926
Daniel Veillard73b013f2003-09-30 12:36:01 +0000927if test "$with_valid" = "no" ; then
Daniel Veillard4432df22003-09-28 18:58:27 +0000928 echo Disabling DTD validation support
929 WITH_VALID=0
930 TEST_VALID=
931 TEST_VTIME=
932else
933 WITH_VALID=1
934 TEST_VALID=Validtests
935 TEST_VTIME=VTimingtests
936fi
937AC_SUBST(WITH_VALID)
938AC_SUBST(TEST_VALID)
939AC_SUBST(TEST_VTIME)
Daniel Veillard361d8452000-04-03 19:48:13 +0000940
Daniel Veillarda7374592001-05-10 14:17:55 +0000941if test "$with_catalog" = "no" ; then
942 echo Disabling Catalog support
943 WITH_CATALOG=0
944 CATALOG_OBJ=
Daniel Veillard4432df22003-09-28 18:58:27 +0000945 TEST_CATALOG=
Daniel Veillarda7374592001-05-10 14:17:55 +0000946else
947 WITH_CATALOG=1
948 CATALOG_OBJ="catalog.o"
Daniel Veillard4432df22003-09-28 18:58:27 +0000949 TEST_CATALOG=Catatests
Daniel Veillarda7374592001-05-10 14:17:55 +0000950fi
951AC_SUBST(WITH_CATALOG)
952AC_SUBST(CATALOG_OBJ)
Daniel Veillard4432df22003-09-28 18:58:27 +0000953AC_SUBST(TEST_CATALOG)
Daniel Veillarda7374592001-05-10 14:17:55 +0000954
Daniel Veillardb59076b2001-04-29 17:04:07 +0000955if test "$with_docbook" = "no" ; then
956 echo Disabling Docbook support
Daniel Veillardeae522a2001-04-23 13:41:34 +0000957 WITH_DOCB=0
958 DOCB_OBJ=
Daniel Veillardb59076b2001-04-29 17:04:07 +0000959else
960 WITH_DOCB=1
961 DOCB_OBJ="DOCBparser.o"
Daniel Veillardeae522a2001-04-23 13:41:34 +0000962fi
963AC_SUBST(WITH_DOCB)
964AC_SUBST(DOCB_OBJ)
965
966
William M. Brack21e4ef22005-01-02 09:53:13 +0000967if test "$with_xptr" = "no" ; then
968 echo Disabling XPointer support
969 WITH_XPTR=0
970 XPTR_OBJ=
971 TEST_XPTR=
972else
973 WITH_XPTR=1
974 XPTR_OBJ=xpointer.o
975 TEST_XPTR=XPtrtests
976 if test "$with_xpath" = "no" ; then
977 echo XPointer requires XPath support - enabling it
978 with_xpath=yes
979 fi
Daniel Veillard4432df22003-09-28 18:58:27 +0000980fi
William M. Brack21e4ef22005-01-02 09:53:13 +0000981AC_SUBST(WITH_XPTR)
982AC_SUBST(XPTR_OBJ)
983AC_SUBST(TEST_XPTR)
984
985if test "$with_c14n" = "no" ; then
986 echo Disabling C14N support
987 WITH_C14N=0
988 C14N_OBJ=
989 TEST_C14N=
990else
991 WITH_C14N=1
992 C14N_OBJ="c14n.c"
993 TEST_C14N=C14Ntests
994 if test "$with_xpath" = "no" ; then
995 echo C14N requires XPath support - enabling it
996 with_xpath=yes
997 fi
998fi
999AC_SUBST(WITH_C14N)
1000AC_SUBST(C14N_OBJ)
1001AC_SUBST(TEST_C14N)
1002
1003if test "$with_xinclude" = "no" ; then
1004 echo Disabling XInclude support
1005 WITH_XINCLUDE=0
1006 XINCLUDE_OBJ=
1007 with_xinclude="no"
1008 TEST_XINCLUDE=
1009else
1010 WITH_XINCLUDE=1
1011 XINCLUDE_OBJ=xinclude.o
1012 TEST_XINCLUDE=XIncludetests
1013 if test "$with_xpath" = "no" ; then
1014 echo XInclude requires XPath support - enabling it
1015 with_xpath=yes
1016 fi
1017fi
1018AC_SUBST(WITH_XINCLUDE)
1019AC_SUBST(XINCLUDE_OBJ)
1020AC_SUBST(TEST_XINCLUDE)
1021
Daniel Veillard361d8452000-04-03 19:48:13 +00001022if test "$with_xpath" = "no" ; then
1023 echo Disabling XPATH support
1024 WITH_XPATH=0
1025 XPATH_OBJ=
Daniel Veillard4432df22003-09-28 18:58:27 +00001026 TEST_XPATH=
Daniel Veillard361d8452000-04-03 19:48:13 +00001027else
1028 WITH_XPATH=1
1029 XPATH_OBJ=xpath.o
Daniel Veillard4432df22003-09-28 18:58:27 +00001030 TEST_XPATH=XPathtests
Daniel Veillard361d8452000-04-03 19:48:13 +00001031fi
1032AC_SUBST(WITH_XPATH)
1033AC_SUBST(XPATH_OBJ)
Daniel Veillard4432df22003-09-28 18:58:27 +00001034AC_SUBST(TEST_XPATH)
Daniel Veillard361d8452000-04-03 19:48:13 +00001035
William M. Brack21e4ef22005-01-02 09:53:13 +00001036dnl
1037dnl output functions
1038dnl
1039if test "$with_output" = "no" ; then
1040 echo Disabling serialization/saving support
1041 WITH_OUTPUT=0
Daniel Veillardc8df0aa2000-10-10 23:50:30 +00001042else
William M. Brack21e4ef22005-01-02 09:53:13 +00001043 WITH_OUTPUT=1
Daniel Veillardc8df0aa2000-10-10 23:50:30 +00001044fi
William M. Brack21e4ef22005-01-02 09:53:13 +00001045AC_SUBST(WITH_OUTPUT)
Daniel Veillard9e8bfae2000-11-06 16:43:11 +00001046
Daniel Veillard6e90d192001-07-03 16:37:49 +00001047WITH_ICONV=0
Daniel Veillard496a1cf2000-05-03 14:20:55 +00001048if test "$with_iconv" = "no" ; then
1049 echo Disabling ICONV support
Daniel Veillardd574f782001-03-14 19:40:17 +00001050else
Daniel Veillard220346d2001-12-07 11:33:54 +00001051 if test "$with_iconv" != "yes" -a "$with_iconv" != "" ; then
Daniel Veillard6e90d192001-07-03 16:37:49 +00001052 CPPFLAGS="${CPPFLAGS} -I$with_iconv/include"
Daniel Veillardf5b44e42001-09-17 17:19:54 +00001053 # Export this since our headers include iconv.h
1054 XML_INCLUDEDIR="${XML_INCLUDEDIR} -I$with_iconv/include"
Daniel Veillard6e90d192001-07-03 16:37:49 +00001055 ICONV_LIBS="-L$with_iconv/lib"
Daniel Veillard496a1cf2000-05-03 14:20:55 +00001056 fi
Daniel Veillard6e90d192001-07-03 16:37:49 +00001057
1058 AC_CHECK_HEADER(iconv.h,
1059 AC_MSG_CHECKING(for iconv)
1060 AC_TRY_LINK([#include <stdlib.h>
1061#include <iconv.h>],[
1062iconv_t cd = iconv_open ("","");
1063iconv (cd, NULL, NULL, NULL, NULL);],[
1064 AC_MSG_RESULT(yes)
1065 WITH_ICONV=1],[
1066 AC_MSG_RESULT(no)
1067 AC_MSG_CHECKING(for iconv in -liconv)
1068
1069 _ldflags="${LDFLAGS}"
1070 _libs="${LIBS}"
1071 LDFLAGS="${LDFLAGS} ${ICONV_LIBS}"
1072 LIBS="${LIBS} -liconv"
1073
1074 AC_TRY_LINK([#include <stdlib.h>
1075#include <iconv.h>],[
1076iconv_t cd = iconv_open ("","");
1077iconv (cd, NULL, NULL, NULL, NULL);],[
1078 AC_MSG_RESULT(yes)
1079 WITH_ICONV=1
1080 ICONV_LIBS="${ICONV_LIBS} -liconv"
1081 LIBS="${_libs}"
1082 LDFLAGS="${_ldflags}"],[
1083 AC_MSG_RESULT(no)
1084 LIBS="${_libs}"
1085 LDFLAGS="${_ldflags}"])]))
1086fi
Daniel Veillard6984e6d2003-12-09 14:20:17 +00001087case "$host" in
1088 *mingw*) M_LIBS=""
1089 ;;
Daniel Veillard7a3447a2005-01-04 14:31:14 +00001090 *beos*) M_LIBS=""
1091 ;;
Daniel Veillard6984e6d2003-12-09 14:20:17 +00001092 *) M_LIBS="-lm"
1093 ;;
1094esac
Daniel Veillardb82c1662001-12-09 14:00:54 +00001095XML_LIBS="-lxml2 $Z_LIBS $THREAD_LIBS $ICONV_LIBS $M_LIBS $LIBS"
Daniel Veillard90d165b2003-09-01 20:33:13 +00001096XML_LIBTOOLLIBS="libxml2.la"
Daniel Veillard496a1cf2000-05-03 14:20:55 +00001097AC_SUBST(WITH_ICONV)
1098
Daniel Veillard01fc1a92003-07-30 15:12:01 +00001099WITH_ISO8859X=1
Daniel Veillard01fc1a92003-07-30 15:12:01 +00001100if test "$WITH_ICONV" != "1" ; then
1101if test "$with_iso8859x" = "no" ; then
1102 echo Disabling ISO8859X support
1103 WITH_ISO8859X=0
1104fi
1105fi
1106AC_SUBST(WITH_ISO8859X)
1107
Daniel Veillardef4d3bc2003-02-07 12:38:22 +00001108if test "$with_schemas" = "no" ; then
William M. Brack21e4ef22005-01-02 09:53:13 +00001109 echo "Disabling Schemas/Relax-NG support"
Daniel Veillardef4d3bc2003-02-07 12:38:22 +00001110 WITH_SCHEMAS=0
1111 TEST_SCHEMAS=
1112else
Daniel Veillard71531f32003-02-05 13:19:53 +00001113 echo "Enabled Schemas/Relax-NG support"
Daniel Veillard4255d502002-04-16 15:50:10 +00001114 WITH_SCHEMAS=1
Daniel Veillard6eadf632003-01-23 18:29:16 +00001115 TEST_SCHEMAS="Schemastests Relaxtests"
Daniel Veillard6dc91962004-03-22 19:10:02 +00001116 if test "$PYTHON_INCLUDES" != "" ; then
1117 PYTHON_TESTS="$PYTHON_TESTS RelaxNGPythonTests SchemasPythonTests"
1118 fi
Daniel Veillard23e73572002-09-19 19:56:43 +00001119 with_regexps=yes
Daniel Veillard4255d502002-04-16 15:50:10 +00001120fi
1121AC_SUBST(WITH_SCHEMAS)
1122AC_SUBST(TEST_SCHEMAS)
1123
Daniel Veillard23e73572002-09-19 19:56:43 +00001124if test "$with_regexps" = "no" ; then
1125 echo Disabling Regexps support
1126 WITH_REGEXPS=0
1127 TEST_REGEXPS=
1128else
1129 WITH_REGEXPS=1
1130 TEST_REGEXPS="Regexptests Automatatests"
1131fi
1132AC_SUBST(WITH_REGEXPS)
1133AC_SUBST(TEST_REGEXPS)
1134
Daniel Veillard361d8452000-04-03 19:48:13 +00001135if test "$with_debug" = "no" ; then
1136 echo Disabling DEBUG support
1137 WITH_DEBUG=0
1138 DEBUG_OBJ=
Daniel Veillard4432df22003-09-28 18:58:27 +00001139 TEST_DEBUG=
Daniel Veillard361d8452000-04-03 19:48:13 +00001140else
1141 WITH_DEBUG=1
1142 DEBUG_OBJ=debugXML.o
Daniel Veillard4432df22003-09-28 18:58:27 +00001143 TEST_DEBUG=Scripttests
Daniel Veillard361d8452000-04-03 19:48:13 +00001144fi
1145AC_SUBST(WITH_DEBUG)
1146AC_SUBST(DEBUG_OBJ)
Daniel Veillard4432df22003-09-28 18:58:27 +00001147AC_SUBST(TEST_DEBUG)
Daniel Veillard361d8452000-04-03 19:48:13 +00001148
Daniel Veillard361d8452000-04-03 19:48:13 +00001149if test "$with_mem_debug" = "yes" ; then
William M. Brack306e33c2004-06-12 01:01:22 +00001150 if test "$with_thread_alloc" = "yes" ; then
1151 echo Disabling memory debug - cannot use mem-debug with thread-alloc!
1152 WITH_MEM_DEBUG=0
1153 else
1154 echo Enabling memory debug support
1155 WITH_MEM_DEBUG=1
1156 fi
Daniel Veillard361d8452000-04-03 19:48:13 +00001157else
1158 WITH_MEM_DEBUG=0
1159fi
1160AC_SUBST(WITH_MEM_DEBUG)
1161
Daniel Veillard22cdb842004-10-04 14:09:17 +00001162if test "$with_run_debug" = "yes" ; then
1163 echo Enabling runtime debug support
1164 WITH_RUN_DEBUG=1
1165else
1166 WITH_RUN_DEBUG=0
1167fi
1168AC_SUBST(WITH_RUN_DEBUG)
Daniel Veillard1638a472003-08-14 01:23:25 +00001169
1170WIN32_EXTRA_LIBADD=
1171WIN32_EXTRA_LDFLAGS=
William M. Bracka73f45b2005-01-11 02:21:33 +00001172CYGWIN_EXTRA_LDFLAGS=
1173CYGWIN_EXTRA_PYTHON_LIBADD=
Daniel Veillard1638a472003-08-14 01:23:25 +00001174case "$host" in
1175 *-*-mingw*)
Daniel Veillard6984e6d2003-12-09 14:20:17 +00001176 CPPFLAGS="$CPPFLAGS -DWIN32"
1177 WIN32_EXTRA_LIBADD="-lws2_32"
Daniel Veillard1638a472003-08-14 01:23:25 +00001178 WIN32_EXTRA_LDFLAGS="-no-undefined"
1179 AC_DEFINE([_WINSOCKAPI_],1,[Using the Win32 Socket implementation])
1180 AC_DEFINE([snprintf],[_snprintf],[Win32 Std C name mangling work-around])
1181 AC_DEFINE([vsnprintf],[_vsnprintf],[Win32 Std C name mangling work-around])
1182 ;;
Daniel Veillardd392ba72004-08-04 14:56:45 +00001183 *-*-cygwin*)
1184 CYGWIN_EXTRA_LDFLAGS="-no-undefined"
William M. Bracka73f45b2005-01-11 02:21:33 +00001185 if test "${PYTHON}" != ""
1186 then
1187 CYGWIN_EXTRA_PYTHON_LIBADD="-L/usr/lib/python${PYTHON_VERSION}/config -lpython${PYTHON_VERSION}"
1188 fi
Daniel Veillardd392ba72004-08-04 14:56:45 +00001189 ;;
Daniel Veillard1638a472003-08-14 01:23:25 +00001190esac
1191AC_SUBST(WIN32_EXTRA_LIBADD)
1192AC_SUBST(WIN32_EXTRA_LDFLAGS)
Daniel Veillardd392ba72004-08-04 14:56:45 +00001193AC_SUBST(CYGWIN_EXTRA_LDFLAGS)
1194AC_SUBST(CYGWIN_EXTRA_PYTHON_LIBADD)
Daniel Veillard1638a472003-08-14 01:23:25 +00001195
Daniel Veillard6984e6d2003-12-09 14:20:17 +00001196AC_SUBST(CPPFLAGS)
Daniel Veillardd7e200c1999-11-15 17:53:11 +00001197AC_SUBST(CFLAGS)
Daniel Veillardf5c2c871999-12-01 09:51:45 +00001198AC_SUBST(XML_CFLAGS)
Daniel Veillardd7e200c1999-11-15 17:53:11 +00001199
Daniel Veillardb05deb71999-08-10 19:04:08 +00001200AC_SUBST(XML_LIBDIR)
1201AC_SUBST(XML_LIBS)
Daniel Veillard90d165b2003-09-01 20:33:13 +00001202AC_SUBST(XML_LIBTOOLLIBS)
Daniel Veillard81418e32001-05-22 15:08:55 +00001203AC_SUBST(ICONV_LIBS)
Daniel Veillardb05deb71999-08-10 19:04:08 +00001204AC_SUBST(XML_INCLUDEDIR)
1205AC_SUBST(HTML_DIR)
1206AC_SUBST(HAVE_ISNAN)
1207AC_SUBST(HAVE_ISINF)
Daniel Veillardf1d0e6b2002-01-31 23:42:44 +00001208AC_SUBST(PYTHON)
1209AC_SUBST(PYTHON_VERSION)
1210AC_SUBST(PYTHON_INCLUDES)
Daniel Veillard253aa2c2002-02-02 09:17:16 +00001211AC_SUBST(PYTHON_SITE_PACKAGES)
Daniel Veillardb05deb71999-08-10 19:04:08 +00001212
Daniel Veillardb05deb71999-08-10 19:04:08 +00001213AC_SUBST(M_LIBS)
Daniel Veillard437b87b2000-01-03 17:30:46 +00001214AC_SUBST(RDL_LIBS)
Daniel Veillard361d8452000-04-03 19:48:13 +00001215
Daniel Veillard9715c172002-11-25 16:33:40 +00001216dnl for the spec file
1217RELDATE=`date +'%a %b %e %Y'`
1218AC_SUBST(RELDATE)
Daniel Veillard6dc91962004-03-22 19:10:02 +00001219AC_SUBST(PYTHON_TESTS)
Daniel Veillard9715c172002-11-25 16:33:40 +00001220
Daniel Veillardc6e997c2003-01-27 12:35:42 +00001221rm -f COPYING.LIB COPYING
Daniel Veillardc575b992002-02-08 13:28:40 +00001222ln -s Copyright COPYING
1223
Daniel Veillarde4177a52004-01-08 16:43:57 +00001224# keep on one line for cygwin c.f. #130896
Daniel Veillardb1da40c2004-09-06 11:57:44 +00001225AC_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 +00001226
Daniel Veillard06d25242004-02-25 13:01:42 +00001227chmod +x xml2-config python/setup.py