2 # Generated by configure.
3 # Run this file to recreate the current configuration.
4 # Compiler output produced by configure, useful for debugging
5 # configure, is in config.log if it exists.
8 SHELL
=${CONFIG_SHELL-/bin/sh}
10 ## --------------------- ##
11 ## M4sh Initialization. ##
12 ## --------------------- ##
14 # Be Bourne compatible
15 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
18 elif test -n "${BASH_VERSION+set}" && (set -o posix
) >/dev
/null
2>&1; then
23 # Support unset when possible.
24 if (FOO
=FOO
; unset FOO
) >/dev
/null
2>&1; then
30 (set +x
; test -n "`(LANG=C; export LANG) 2>&1`") &&
31 { $as_unset LANG ||
test "${LANG+set}" != set; } ||
32 { LANG
=C
; export LANG
; }
33 (set +x
; test -n "`(LC_ALL=C; export LC_ALL) 2>&1`") &&
34 { $as_unset LC_ALL ||
test "${LC_ALL+set}" != set; } ||
35 { LC_ALL
=C
; export LC_ALL
; }
36 (set +x
; test -n "`(LC_TIME=C; export LC_TIME) 2>&1`") &&
37 { $as_unset LC_TIME ||
test "${LC_TIME+set}" != set; } ||
38 { LC_TIME
=C
; export LC_TIME
; }
39 (set +x
; test -n "`(LC_CTYPE=C; export LC_CTYPE) 2>&1`") &&
40 { $as_unset LC_CTYPE ||
test "${LC_CTYPE+set}" != set; } ||
41 { LC_CTYPE
=C
; export LC_CTYPE
; }
42 (set +x
; test -n "`(LANGUAGE=C; export LANGUAGE) 2>&1`") &&
43 { $as_unset LANGUAGE ||
test "${LANGUAGE+set}" != set; } ||
44 { LANGUAGE
=C
; export LANGUAGE
; }
45 (set +x
; test -n "`(LC_COLLATE=C; export LC_COLLATE) 2>&1`") &&
46 { $as_unset LC_COLLATE ||
test "${LC_COLLATE+set}" != set; } ||
47 { LC_COLLATE
=C
; export LC_COLLATE
; }
48 (set +x
; test -n "`(LC_NUMERIC=C; export LC_NUMERIC) 2>&1`") &&
49 { $as_unset LC_NUMERIC ||
test "${LC_NUMERIC+set}" != set; } ||
50 { LC_NUMERIC
=C
; export LC_NUMERIC
; }
51 (set +x
; test -n "`(LC_MESSAGES=C; export LC_MESSAGES) 2>&1`") &&
52 { $as_unset LC_MESSAGES ||
test "${LC_MESSAGES+set}" != set; } ||
53 { LC_MESSAGES
=C
; export LC_MESSAGES
; }
56 # Name of the executable.
57 as_me
=`(basename "$0") 2>/dev/null ||
58 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
59 X"$0" : 'X\(//\)$' \| \
60 X"$0" : 'X\(/\)$' \| \
61 . : '\(.\)' 2>/dev/null ||
63 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
64 /^X\/\(\/\/\)$/{ s//\1/; q; }
65 /^X\/\(\/\).*/{ s//\1/; q; }
68 # PATH needs CR, and LINENO needs CR and PATH.
69 # Avoid depending upon Character Ranges.
70 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
71 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
72 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
73 as_cr_digits
='0123456789'
74 as_cr_alnum
=$as_cr_Letters$as_cr_digits
76 # The user is always right.
77 if test "${PATH_SEPARATOR+set}" != set; then
78 echo "#! /bin/sh" >conftest.sh
79 echo "exit 0" >>conftest.sh
81 if (PATH
=".;."; conftest.sh
) >/dev
/null
2>&1; then
92 as_lineno_3
=`(expr $as_lineno_1 + 1) 2>/dev/null`
93 test "x$as_lineno_1" != "x$as_lineno_2" &&
94 test "x$as_lineno_3" = "x$as_lineno_2" ||
{
95 # Find who we are. Look in the path if we contain no path at all
98 *[\\/]* ) as_myself
=$0 ;;
99 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
103 test -z "$as_dir" && as_dir
=.
104 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
109 # We did not find ourselves, most probably we were run as `sh COMMAND'
110 # in which case we are not to be found in the path.
111 if test "x$as_myself" = x
; then
114 if test ! -f "$as_myself"; then
115 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
116 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
117 { (exit 1); exit 1; }; }
119 case $CONFIG_SHELL in
121 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
122 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
125 test -z "$as_dir" && as_dir
=.
126 for as_base
in sh bash ksh sh5
; do
129 if ("$as_dir/$as_base" -c '
132 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
133 test "x$as_lineno_1" != "x$as_lineno_2" &&
134 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev
/null
; then
135 CONFIG_SHELL
=$as_dir/$as_base
137 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
145 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
146 # uniformly replaced by the line number. The first 'sed' inserts a
147 # line-number line before each line; the second 'sed' does the real
148 # work. The second script uses 'N' to pair each line-number line
149 # with the numbered line, and appends trailing '-' during
150 # substitution so that $LINENO is not a special case at line end.
151 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
152 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
153 sed '=' <$as_myself |
158 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
161 s,^['$as_cr_digits']*\n,,
163 chmod +x
$as_me.lineno ||
164 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
165 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
166 { (exit 1); exit 1; }; }
168 # Don't try to exec as it changes $[0], causing all sort of problems
169 # (the dirname of $[0] is not the place where we might find the
170 # original and so on. Autoconf is especially sensible to this).
172 # Exit status is that of the last command.
177 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
178 *c
*,-n*) ECHO_N
= ECHO_C
='
180 *c
*,* ) ECHO_N
=-n ECHO_C
= ECHO_T
= ;;
181 *) ECHO_N
= ECHO_C
='\c' ECHO_T
= ;;
184 if expr a
: '\(a\)' >/dev
/null
2>&1; then
190 rm -f conf$$ conf$$.exe conf$$.
file
192 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
193 # We could just check for DJGPP; but this test a) works b) is more generic
194 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
195 if test -f conf$$.exe
; then
196 # Don't use ln at all; we don't have any links
201 elif ln conf$$.
file conf$$
2>/dev
/null
; then
206 rm -f conf$$ conf$$.exe conf$$.
file
208 as_executable_p
="test -f"
210 # Sed expression to map a string onto a valid CPP name.
211 as_tr_cpp
="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
213 # Sed expression to map a string onto a valid variable name.
214 as_tr_sh
="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
218 # We need space, tab and new line, in precisely that order.
224 $as_unset CDPATH ||
test "${CDPATH+set}" != set ||
{ CDPATH
=$PATH_SEPARATOR; export CDPATH
; }
228 # Open the log real soon, to keep \$[0] and so on meaningful, and to
229 # report actual input values of CONFIG_FILES etc. instead of their
230 # values after options handling. Logging --version etc. is OK.
234 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
235 ## Running $as_me. ##
240 This file was extended by $as_me, which was
241 generated by GNU Autoconf 2.53. Invocation command line was
243 CONFIG_FILES = $CONFIG_FILES
244 CONFIG_HEADERS = $CONFIG_HEADERS
245 CONFIG_LINKS = $CONFIG_LINKS
246 CONFIG_COMMANDS = $CONFIG_COMMANDS
250 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
252 config_files
=" libxml.spec Makefile include/Makefile include/libxml/Makefile doc/Makefile example/Makefile python/Makefile python/tests/Makefile include/libxml/xmlversion.h xml2-config libxml-2.0.pc xml2Conf.sh python/setup.py"
253 config_headers
=" config.h"
254 config_commands
=" default-1"
257 \`$as_me' instantiates files from templates according to the
258 current configuration.
260 Usage: $0 [OPTIONS] [FILE]...
262 -h, --help print this help, then exit
263 -V, --version print version number, then exit
264 -d, --debug don't remove temporary files
265 --recheck update $as_me by reconfiguring in the same conditions
266 --file=FILE[:TEMPLATE]
267 instantiate the configuration file FILE
268 --header=FILE[:TEMPLATE]
269 instantiate the configuration header FILE
274 Configuration headers:
277 Configuration commands:
280 Report bugs to <bug-autoconf@gnu.org>."
283 configured by ./configure, generated by GNU Autoconf 2.53,
286 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
287 Free Software Foundation, Inc.
288 This config.status script is free software; the Free Software Foundation
289 gives unlimited permission to copy, distribute and modify it."
291 INSTALL
="/usr/bin/install -c"
292 # If no file are specified by the user, then we need to provide default
293 # value. By we need to know if files were specified by the user.
299 ac_option
=`expr "x$1" : 'x\([^=]*\)='`
300 ac_optarg
=`expr "x$1" : 'x[^=]*=\(.*\)'`
302 set dummy
"$ac_option" "$ac_optarg" ${1+"$@"}
306 *) # This is not an option, so the user has probably given explicit
308 ac_need_defaults
=false
;;
312 # Handling of the options.
313 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
314 echo "running /bin/sh ./configure " " --no-create --no-recursion"
315 exec /bin
/sh .
/configure
--no-create --no-recursion ;;
316 --version |
--vers* |
-V )
317 echo "$ac_cs_version"; exit 0 ;;
319 # Conflict between --help and --header
320 { { echo "$as_me:$LINENO: error: ambiguous option: $1
321 Try \`$0 --help' for more information." >&5
322 echo "$as_me: error: ambiguous option: $1
323 Try \`$0 --help' for more information." >&2;}
324 { (exit 1); exit 1; }; };;
325 --help |
--hel |
-h )
326 echo "$ac_cs_usage"; exit 0 ;;
327 --debug |
--d* |
-d )
329 --file |
--fil |
--fi |
--f )
331 CONFIG_FILES
="$CONFIG_FILES $1"
332 ac_need_defaults
=false
;;
333 --header |
--heade |
--head |
--hea )
335 CONFIG_HEADERS
="$CONFIG_HEADERS $1"
336 ac_need_defaults
=false
;;
339 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
340 Try \`$0 --help' for more information." >&5
341 echo "$as_me: error: unrecognized option: $1
342 Try \`$0 --help' for more information." >&2;}
343 { (exit 1); exit 1; }; } ;;
345 *) ac_config_targets
="$ac_config_targets $1" ;;
352 # INIT-COMMANDS section.
357 for ac_config_target
in $ac_config_targets
359 case "$ac_config_target" in
360 # Handling of arguments.
361 "libxml.spec" ) CONFIG_FILES
="$CONFIG_FILES libxml.spec" ;;
362 "Makefile" ) CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
363 "include/Makefile" ) CONFIG_FILES
="$CONFIG_FILES include/Makefile" ;;
364 "include/libxml/Makefile" ) CONFIG_FILES
="$CONFIG_FILES include/libxml/Makefile" ;;
365 "doc/Makefile" ) CONFIG_FILES
="$CONFIG_FILES doc/Makefile" ;;
366 "example/Makefile" ) CONFIG_FILES
="$CONFIG_FILES example/Makefile" ;;
367 "python/Makefile" ) CONFIG_FILES
="$CONFIG_FILES python/Makefile" ;;
368 "python/tests/Makefile" ) CONFIG_FILES
="$CONFIG_FILES python/tests/Makefile" ;;
369 "include/libxml/xmlversion.h" ) CONFIG_FILES
="$CONFIG_FILES include/libxml/xmlversion.h" ;;
370 "xml2-config" ) CONFIG_FILES
="$CONFIG_FILES xml2-config" ;;
371 "libxml-2.0.pc" ) CONFIG_FILES
="$CONFIG_FILES libxml-2.0.pc" ;;
372 "xml2Conf.sh" ) CONFIG_FILES
="$CONFIG_FILES xml2Conf.sh" ;;
373 "python/setup.py" ) CONFIG_FILES
="$CONFIG_FILES python/setup.py" ;;
374 "default-1" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS default-1" ;;
375 "config.h" ) CONFIG_HEADERS
="$CONFIG_HEADERS config.h" ;;
376 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
377 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
378 { (exit 1); exit 1; }; };;
382 # If the user did not use the arguments to specify the items to instantiate,
383 # then the envvar interface is used. Set only those that are not.
384 # We use the long form for the default assignment because of an extremely
385 # bizarre bug on SunOS 4.1.3.
386 if $ac_need_defaults; then
387 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
388 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
389 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
392 # Create a temporary directory, and hook for its removal unless debugging.
395 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
396 trap '{ (exit 1); exit 1; }' 1 2 13 15
399 # Create a (secure) tmp directory for tmp files.
402 tmp
=`(umask 077 && mktemp -d -q "$TMPDIR/csXXXXXX") 2>/dev/null` &&
403 test -n "$tmp" && test -d "$tmp"
406 tmp
=$TMPDIR/cs$$
-$RANDOM
407 (umask 077 && mkdir
$tmp)
410 echo "$me: cannot create a temporary directory in $TMPDIR" >&2
411 { (exit 1); exit 1; }
416 # CONFIG_FILES section.
419 # No need to generate the scripts if there are no CONFIG_FILES.
420 # This happens for instance when ./config.status config.h
421 if test -n "$CONFIG_FILES"; then
422 # Protect against being on the right side of a sed subst in config.status.
423 sed 's/,@/@@/; s/@,/@@/; s/,;t t$/@;t t/; /@;t t$/s/[\\&,]/\\&/g;
424 s/@@/,@/; s/@@/@,/; s/@;t t$/,;t t/' >$tmp/subs.
sed <<\CEOF
425 s
,@SHELL@
,/bin
/sh
,;t t
426 s
,@PATH_SEPARATOR@
,:,;t t
427 s
,@PACKAGE_NAME@
,,;t t
428 s
,@PACKAGE_TARNAME@
,,;t t
429 s
,@PACKAGE_VERSION@
,,;t t
430 s
,@PACKAGE_STRING@
,,;t t
431 s
,@PACKAGE_BUGREPORT@
,,;t t
432 s
,@exec_prefix@
,${prefix},;t t
433 s
,@prefix@
,/usr
/local,;t t
434 s
,@program_transform_name@
,s
,x
,x
,,;t t
435 s
,@bindir@
,${exec_prefix}/bin
,;t t
436 s
,@sbindir@
,${exec_prefix}/sbin
,;t t
437 s
,@libexecdir@
,${exec_prefix}/libexec
,;t t
438 s
,@datadir@
,${prefix}/share
,;t t
439 s
,@sysconfdir@
,${prefix}/etc
,;t t
440 s
,@sharedstatedir@
,${prefix}/com
,;t t
441 s
,@localstatedir@
,${prefix}/var
,;t t
442 s
,@libdir@
,${exec_prefix}/lib
,;t t
443 s
,@includedir@
,${prefix}/include
,;t t
444 s
,@oldincludedir@
,/usr
/include
,;t t
445 s
,@infodir@
,${prefix}/info
,;t t
446 s
,@mandir@
,${prefix}/man
,;t t
447 s
,@build_alias@
,,;t t
449 s
,@target_alias@
,,;t t
450 s
,@DEFS@
,-DHAVE_CONFIG_H,;t t
455 s
,@build@
,i686-pc-linux-gnu
,;t t
456 s
,@build_cpu@
,i686
,;t t
457 s
,@build_vendor@
,pc
,;t t
458 s
,@build_os@
,linux-gnu
,;t t
459 s
,@
host@
,i686-pc-linux-gnu
,;t t
460 s
,@host_cpu@
,i686
,;t t
461 s
,@host_vendor@
,pc
,;t t
462 s
,@host_os@
,linux-gnu
,;t t
463 s
,@LIBXML_MAJOR_VERSION@
,2,;t t
464 s
,@LIBXML_MINOR_VERSION@
,4,;t t
465 s
,@LIBXML_MICRO_VERSION@
,28,;t t
466 s
,@LIBXML_VERSION@
,2.4.28,;t t
467 s
,@LIBXML_VERSION_INFO@
,6:28:4,;t t
468 s
,@LIBXML_VERSION_NUMBER@
,20428,;t t
469 s
,@INSTALL_PROGRAM@
,${INSTALL},;t t
470 s
,@INSTALL_SCRIPT@
,${INSTALL},;t t
471 s
,@INSTALL_DATA@
,${INSTALL} -m 644,;t t
472 s
,@PACKAGE@
,libxml2
,;t t
473 s
,@VERSION@
,2.4.28,;t t
474 s
,@ACLOCAL@
,aclocal-1.4
,;t t
475 s
,@AUTOCONF@
,autoconf
,;t t
476 s
,@AUTOMAKE@
,automake-1.4
,;t t
477 s
,@AUTOHEADER@
,autoheader
,;t t
478 s
,@MAKEINFO@
,makeinfo
,;t t
481 s
,@CFLAGS@
,-g -O2 -Wall,;t t
484 s
,@ac_ct_CC@
,gcc
,;t t
490 s
,@TAR@
,/bin
/tar,;t t
495 s
,@RANLIB@
,ranlib
,;t t
496 s
,@ac_ct_RANLIB@
,ranlib
,;t t
498 s
,@ac_ct_STRIP@
,strip
,;t t
499 s
,@LIBTOOL@
,$
(SHELL
) $
(top_builddir
)/libtool
,;t t
500 s
,@MAINTAINER_MODE_TRUE@
,#,;t t
501 s
,@MAINTAINER_MODE_FALSE@
,,;t t
505 s
,@HTML_DIR@
,$
(prefix
)/doc
,;t t
506 s
,@PYTHON@
,/usr
/bin
/python
,;t t
507 s
,@WITH_PYTHON_TRUE@
,,;t t
508 s
,@WITH_PYTHON_FALSE@
,#,;t t
509 s
,@PYTHON_SUBDIR@
,python
,;t t
510 s
,@WITH_TRIO_SOURCES_TRUE@
,#,;t t
511 s
,@WITH_TRIO_SOURCES_FALSE@
,,;t t
513 s
,@THREAD_LIBS@
,,;t t
514 s
,@WITH_THREADS@
,0,;t t
515 s
,@THREAD_CFLAGS@
,,;t t
516 s
,@TEST_THREADS@
,,;t t
518 s
,@FTP_OBJ@
,nanoftp.o
,;t t
520 s
,@HTTP_OBJ@
,nanohttp.o
,;t t
522 s
,@HTML_OBJ@
,HTMLparser.o HTMLtree.o
,;t t
523 s
,@WITH_CATALOG@
,1,;t t
524 s
,@CATALOG_OBJ@
,catalog.o
,;t t
526 s
,@DOCB_OBJ@
,DOCBparser.o
,;t t
527 s
,@WITH_XPATH@
,1,;t t
528 s
,@XPATH_OBJ@
,xpath.o
,;t t
530 s
,@XPTR_OBJ@
,xpointer.o
,;t t
532 s
,@C14N_OBJ@
,c14n.c
,;t t
533 s
,@WITH_XINCLUDE@
,1,;t t
534 s
,@XINCLUDE_OBJ@
,xinclude.o
,;t t
535 s
,@WITH_ICONV@
,1,;t t
536 s
,@WITH_SCHEMAS@
,0,;t t
537 s
,@TEST_SCHEMAS@
,,;t t
538 s
,@WITH_REGEXPS@
,1,;t t
539 s
,@TEST_REGEXPS@
,Regexptests Automatatests
,;t t
540 s
,@WITH_DEBUG@
,1,;t t
541 s
,@DEBUG_OBJ@
,debugXML.o
,;t t
542 s
,@WITH_MEM_DEBUG@
,0,;t t
544 s
,@XML_LIBDIR@
,-L${libdir},;t t
545 s
,@XML_LIBS@
,-lxml2 -lz -lm ,;t t
547 s
,@XML_INCLUDEDIR@
,-I${includedir}/libxml2
,;t t
550 s
,@PYTHON_VERSION@
,1.5,;t t
551 s
,@PYTHON_INCLUDES@
,/usr
/include
/python1.5
,;t t
552 s
,@PYTHON_SITE_PACKAGES@
,/usr
/lib
/python1.5
/site-packages
,;t t
557 # Split the substitutions into bite-sized pieces for seds with
558 # small command number limits, like on Digital OSF/1 and HP-UX.
560 ac_sed_frag
=1 # Number of current file.
561 ac_beg
=1 # First line for current file.
562 ac_end
=$ac_max_sed_lines # Line after last line for current file.
565 while $ac_more_lines; do
566 if test $ac_beg -gt 1; then
567 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
569 sed "${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
571 if test ! -s $tmp/subs.frag
; then
574 # The purpose of the label and of the branching condition is to
575 # speed up the sed processing (if there are no `@' at all, there
576 # is no need to browse any of the substitutions).
577 # These are the two extra sed commands mentioned above.
579 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag
) >$tmp/subs-
$ac_sed_frag.
sed
580 if test -z "$ac_sed_cmds"; then
581 ac_sed_cmds
="sed -f $tmp/subs-$ac_sed_frag.sed"
583 ac_sed_cmds
="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
585 ac_sed_frag
=`expr $ac_sed_frag + 1`
587 ac_end
=`expr $ac_end + $ac_max_sed_lines`
590 if test -z "$ac_sed_cmds"; then
593 fi # test -n "$CONFIG_FILES"
595 for ac_file
in : $CONFIG_FILES; do test "x$ac_file" = x
: && continue
596 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
598 - |
*:- |
*:-:* ) # input from stdin
600 ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
601 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
602 *:* ) ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
603 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
604 * ) ac_file_in
=$ac_file.
in ;;
607 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
608 ac_dir
=`(dirname "$ac_file") 2>/dev/null ||
609 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
610 X"$ac_file" : 'X\(//\)[^/]' \| \
611 X"$ac_file" : 'X\(//\)$' \| \
612 X"$ac_file" : 'X\(/\)' \| \
613 . : '\(.\)' 2>/dev/null ||
615 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
616 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
617 /^X\(\/\/\)$/{ s//\1/; q; }
618 /^X\(\/\).*/{ s//\1/; q; }
621 [\\/]* | ?
:[\\/]* ) as_incr_dir
=;;
625 for as_mkdir_dir
in `IFS='/\\'; set X $as_dummy; shift; echo "$@"`; do
626 case $as_mkdir_dir in
628 ?
:) as_incr_dir
=$as_mkdir_dir ;;
630 as_incr_dir
=$as_incr_dir/$as_mkdir_dir
631 test -d "$as_incr_dir" ||
632 mkdir
"$as_incr_dir" ||
633 { { echo "$as_me:$LINENO: error: cannot create \"$ac_dir\"" >&5
634 echo "$as_me: error: cannot create \"$ac_dir\"" >&2;}
635 { (exit 1); exit 1; }; }
642 if test "$ac_dir" != .
; then
643 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
644 # A "../" for each directory in $ac_dir_suffix.
645 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
647 ac_dir_suffix
= ac_top_builddir
=
651 .
) # No --srcdir option. We are building in place.
653 if test -z "$ac_top_builddir"; then
656 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
658 [\\/]* | ?
:[\\/]* ) # Absolute path.
659 ac_srcdir
=$srcdir$ac_dir_suffix;
660 ac_top_srcdir
=$srcdir ;;
662 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
663 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
665 # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
667 ac_abs_builddir
=`cd "$ac_dir" && cd $ac_builddir && pwd`
668 ac_abs_top_builddir
=`cd "$ac_dir" && cd $ac_top_builddir && pwd`
669 ac_abs_srcdir
=`cd "$ac_dir" && cd $ac_srcdir && pwd`
670 ac_abs_top_srcdir
=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
674 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
675 *) ac_INSTALL
=$ac_top_builddir$INSTALL ;;
678 if test x
"$ac_file" != x-
; then
679 { echo "$as_me:$LINENO: creating $ac_file" >&5
680 echo "$as_me: creating $ac_file" >&6;}
683 # Let's still pretend it is `configure' which instantiates (i.e., don't
684 # use $as_me), people would be surprised to read:
685 # /* config.h. Generated by config.status. */
686 if test x
"$ac_file" = x-
; then
689 configure_input
="$ac_file. "
691 configure_input
=$configure_input"Generated from `echo $ac_file_in |
692 sed 's,.*/,,'` by configure."
694 # First look for the input files in the build tree, otherwise in the
696 ac_file_inputs
=`IFS=:
697 for f in $ac_file_in; do
699 -) echo $tmp/stdin ;;
701 # Absolute (can't be DOS-style, as IFS=:)
702 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
703 echo "$as_me: error: cannot find input file: $f" >&2;}
704 { (exit 1); exit 1; }; }
707 if test -f "$f"; then
710 elif test -f "$srcdir/$f"; then
715 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
716 echo "$as_me: error: cannot find input file: $f" >&2;}
717 { (exit 1); exit 1; }; }
720 done` ||
{ (exit 1); exit 1; }
721 sed "/^[ ]*VPATH[ ]*=/{
725 s/^\([^=]*=[ ]*\):*/\1/;
731 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
732 s,@configure_input@,$configure_input,;t t
733 s,@srcdir@,$ac_srcdir,;t t
734 s,@abs_srcdir@,$ac_abs_srcdir,;t t
735 s,@top_srcdir@,$ac_top_srcdir,;t t
736 s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
737 s,@builddir@,$ac_builddir,;t t
738 s,@abs_builddir@,$ac_abs_builddir,;t t
739 s,@top_builddir@,$ac_top_builddir,;t t
740 s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
741 s,@INSTALL@,$ac_INSTALL,;t t
742 " $ac_file_inputs |
(eval "$ac_sed_cmds") >$tmp/out
744 if test x
"$ac_file" != x-
; then
754 # CONFIG_HEADER section.
757 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
758 # NAME is the cpp macro being defined and VALUE is the value it is being given.
760 # ac_d sets the value in "#define NAME VALUE" lines.
761 ac_dA
='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
765 # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
766 ac_uA
='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
767 ac_uB
='$,\1#\2define\3'
771 for ac_file
in : $CONFIG_HEADERS; do test "x$ac_file" = x
: && continue
772 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
774 - |
*:- |
*:-:* ) # input from stdin
776 ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
777 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
778 *:* ) ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
779 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
780 * ) ac_file_in
=$ac_file.
in ;;
783 test x
"$ac_file" != x-
&& { echo "$as_me:$LINENO: creating $ac_file" >&5
784 echo "$as_me: creating $ac_file" >&6;}
786 # First look for the input files in the build tree, otherwise in the
788 ac_file_inputs
=`IFS=:
789 for f in $ac_file_in; do
791 -) echo $tmp/stdin ;;
793 # Absolute (can't be DOS-style, as IFS=:)
794 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
795 echo "$as_me: error: cannot find input file: $f" >&2;}
796 { (exit 1); exit 1; }; }
799 if test -f "$f"; then
802 elif test -f "$srcdir/$f"; then
807 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
808 echo "$as_me: error: cannot find input file: $f" >&2;}
809 { (exit 1); exit 1; }; }
812 done` ||
{ (exit 1); exit 1; }
813 # Remove the trailing spaces.
814 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
816 # Handle all the #define templates only if necessary.
817 if egrep "^[ ]*#[ ]*define" $tmp/in >/dev
/null
; then
818 # If there are no defines, we may have an empty if/fi
820 cat >$tmp/defines.
sed <<CEOF
824 ${ac_dA}PACKAGE_NAME${ac_dB}PACKAGE_NAME${ac_dC}""${ac_dD}
825 ${ac_dA}PACKAGE_TARNAME${ac_dB}PACKAGE_TARNAME${ac_dC}""${ac_dD}
826 ${ac_dA}PACKAGE_VERSION${ac_dB}PACKAGE_VERSION${ac_dC}""${ac_dD}
827 ${ac_dA}PACKAGE_STRING${ac_dB}PACKAGE_STRING${ac_dC}""${ac_dD}
828 ${ac_dA}PACKAGE_BUGREPORT${ac_dB}PACKAGE_BUGREPORT${ac_dC}""${ac_dD}
829 ${ac_dA}PACKAGE${ac_dB}PACKAGE${ac_dC}"libxml2"${ac_dD}
830 ${ac_dA}VERSION${ac_dB}VERSION${ac_dC}"2.4.28"${ac_dD}
831 ${ac_dA}HAVE_SYS_TYPES_H${ac_dB}HAVE_SYS_TYPES_H${ac_dC}1${ac_dD}
832 ${ac_dA}HAVE_SYS_STAT_H${ac_dB}HAVE_SYS_STAT_H${ac_dC}1${ac_dD}
833 ${ac_dA}HAVE_STDLIB_H${ac_dB}HAVE_STDLIB_H${ac_dC}1${ac_dD}
834 ${ac_dA}HAVE_STRING_H${ac_dB}HAVE_STRING_H${ac_dC}1${ac_dD}
835 ${ac_dA}HAVE_MEMORY_H${ac_dB}HAVE_MEMORY_H${ac_dC}1${ac_dD}
836 ${ac_dA}HAVE_STRINGS_H${ac_dB}HAVE_STRINGS_H${ac_dC}1${ac_dD}
837 ${ac_dA}HAVE_INTTYPES_H${ac_dB}HAVE_INTTYPES_H${ac_dC}1${ac_dD}
838 ${ac_dA}HAVE_STDINT_H${ac_dB}HAVE_STDINT_H${ac_dC}1${ac_dD}
839 ${ac_dA}HAVE_UNISTD_H${ac_dB}HAVE_UNISTD_H${ac_dC}1${ac_dD}
840 ${ac_dA}PROTOTYPES${ac_dB}PROTOTYPES${ac_dC}1${ac_dD}
841 ${ac_dA}HAVE_DLFCN_H${ac_dB}HAVE_DLFCN_H${ac_dC}1${ac_dD}
842 ${ac_dA}HAVE_ZLIB_H${ac_dB}HAVE_ZLIB_H${ac_dC}1${ac_dD}
843 ${ac_dA}HAVE_LIBZ${ac_dB}HAVE_LIBZ${ac_dC}1${ac_dD}
844 ${ac_dA}HAVE_DIRENT_H${ac_dB}HAVE_DIRENT_H${ac_dC}1${ac_dD}
845 ${ac_dA}STDC_HEADERS${ac_dB}STDC_HEADERS${ac_dC}1${ac_dD}
846 ${ac_dA}HAVE_FCNTL_H${ac_dB}HAVE_FCNTL_H${ac_dC}1${ac_dD}
847 ${ac_dA}HAVE_UNISTD_H${ac_dB}HAVE_UNISTD_H${ac_dC}1${ac_dD}
848 ${ac_dA}HAVE_CTYPE_H${ac_dB}HAVE_CTYPE_H${ac_dC}1${ac_dD}
849 ${ac_dA}HAVE_DIRENT_H${ac_dB}HAVE_DIRENT_H${ac_dC}1${ac_dD}
850 ${ac_dA}HAVE_ERRNO_H${ac_dB}HAVE_ERRNO_H${ac_dC}1${ac_dD}
851 ${ac_dA}HAVE_MALLOC_H${ac_dB}HAVE_MALLOC_H${ac_dC}1${ac_dD}
852 ${ac_dA}HAVE_STDARG_H${ac_dB}HAVE_STDARG_H${ac_dC}1${ac_dD}
853 ${ac_dA}HAVE_SYS_STAT_H${ac_dB}HAVE_SYS_STAT_H${ac_dC}1${ac_dD}
854 ${ac_dA}HAVE_SYS_TYPES_H${ac_dB}HAVE_SYS_TYPES_H${ac_dC}1${ac_dD}
855 ${ac_dA}HAVE_TIME_H${ac_dB}HAVE_TIME_H${ac_dC}1${ac_dD}
856 ${ac_dA}HAVE_ANSIDECL_H${ac_dB}HAVE_ANSIDECL_H${ac_dC}1${ac_dD}
857 ${ac_dA}HAVE_MATH_H${ac_dB}HAVE_MATH_H${ac_dC}1${ac_dD}
858 ${ac_dA}HAVE_FLOAT_H${ac_dB}HAVE_FLOAT_H${ac_dC}1${ac_dD}
859 ${ac_dA}HAVE_STDLIB_H${ac_dB}HAVE_STDLIB_H${ac_dC}1${ac_dD}
860 ${ac_dA}HAVE_SYS_SOCKET_H${ac_dB}HAVE_SYS_SOCKET_H${ac_dC}1${ac_dD}
861 ${ac_dA}HAVE_NETINET_IN_H${ac_dB}HAVE_NETINET_IN_H${ac_dC}1${ac_dD}
863 sed -f $tmp/defines.
sed $tmp/in >$tmp/out
867 cat >$tmp/defines.
sed <<CEOF
871 ${ac_dA}HAVE_ARPA_INET_H${ac_dB}HAVE_ARPA_INET_H${ac_dC}1${ac_dD}
872 ${ac_dA}HAVE_NETDB_H${ac_dB}HAVE_NETDB_H${ac_dC}1${ac_dD}
873 ${ac_dA}HAVE_SYS_TIME_H${ac_dB}HAVE_SYS_TIME_H${ac_dC}1${ac_dD}
874 ${ac_dA}HAVE_SYS_SELECT_H${ac_dB}HAVE_SYS_SELECT_H${ac_dC}1${ac_dD}
875 ${ac_dA}HAVE_SYS_MMAN_H${ac_dB}HAVE_SYS_MMAN_H${ac_dC}1${ac_dD}
876 ${ac_dA}HAVE_SYS_TIMEB_H${ac_dB}HAVE_SYS_TIMEB_H${ac_dC}1${ac_dD}
877 ${ac_dA}HAVE_SIGNAL_H${ac_dB}HAVE_SIGNAL_H${ac_dC}1${ac_dD}
878 ${ac_dA}HAVE_ARPA_NAMESER_H${ac_dB}HAVE_ARPA_NAMESER_H${ac_dC}1${ac_dD}
879 ${ac_dA}HAVE_RESOLV_H${ac_dB}HAVE_RESOLV_H${ac_dC}1${ac_dD}
880 ${ac_dA}HAVE_STRFTIME${ac_dB}HAVE_STRFTIME${ac_dC}1${ac_dD}
881 ${ac_dA}HAVE_STRDUP${ac_dB}HAVE_STRDUP${ac_dC}1${ac_dD}
882 ${ac_dA}HAVE_STRNDUP${ac_dB}HAVE_STRNDUP${ac_dC}1${ac_dD}
883 ${ac_dA}HAVE_STRERROR${ac_dB}HAVE_STRERROR${ac_dC}1${ac_dD}
884 ${ac_dA}HAVE_FINITE${ac_dB}HAVE_FINITE${ac_dC}1${ac_dD}
885 ${ac_dA}HAVE_STRFTIME${ac_dB}HAVE_STRFTIME${ac_dC}1${ac_dD}
886 ${ac_dA}HAVE_LOCALTIME${ac_dB}HAVE_LOCALTIME${ac_dC}1${ac_dD}
887 ${ac_dA}HAVE_GETTIMEOFDAY${ac_dB}HAVE_GETTIMEOFDAY${ac_dC}1${ac_dD}
888 ${ac_dA}HAVE_FTIME${ac_dB}HAVE_FTIME${ac_dC}1${ac_dD}
889 ${ac_dA}HAVE_STAT${ac_dB}HAVE_STAT${ac_dC}1${ac_dD}
890 ${ac_dA}HAVE_SIGNAL${ac_dB}HAVE_SIGNAL${ac_dC}1${ac_dD}
891 ${ac_dA}HAVE_PRINTF${ac_dB}HAVE_PRINTF${ac_dC}1${ac_dD}
892 ${ac_dA}HAVE_SPRINTF${ac_dB}HAVE_SPRINTF${ac_dC}1${ac_dD}
893 ${ac_dA}HAVE_FPRINTF${ac_dB}HAVE_FPRINTF${ac_dC}1${ac_dD}
894 ${ac_dA}HAVE_SNPRINTF${ac_dB}HAVE_SNPRINTF${ac_dC}1${ac_dD}
895 ${ac_dA}HAVE_VFPRINTF${ac_dB}HAVE_VFPRINTF${ac_dC}1${ac_dD}
896 ${ac_dA}HAVE_VSPRINTF${ac_dB}HAVE_VSPRINTF${ac_dC}1${ac_dD}
897 ${ac_dA}HAVE_VSNPRINTF${ac_dB}HAVE_VSNPRINTF${ac_dC}1${ac_dD}
898 ${ac_dA}HAVE_SSCANF${ac_dB}HAVE_SSCANF${ac_dC}1${ac_dD}
899 ${ac_dA}SOCKLEN_T${ac_dB}SOCKLEN_T${ac_dC}socklen_t${ac_dD}
900 ${ac_dA}HAVE_ISINF${ac_dB}HAVE_ISINF${ac_dC}1${ac_dD}
902 sed -f $tmp/defines.
sed $tmp/in >$tmp/out
908 # Handle all the #undef templates
909 cat >$tmp/undefs.
sed <<CEOF
913 ${ac_uA}PACKAGE_NAME${ac_uB}PACKAGE_NAME${ac_uC}""${ac_uD}
914 ${ac_uA}PACKAGE_TARNAME${ac_uB}PACKAGE_TARNAME${ac_uC}""${ac_uD}
915 ${ac_uA}PACKAGE_VERSION${ac_uB}PACKAGE_VERSION${ac_uC}""${ac_uD}
916 ${ac_uA}PACKAGE_STRING${ac_uB}PACKAGE_STRING${ac_uC}""${ac_uD}
917 ${ac_uA}PACKAGE_BUGREPORT${ac_uB}PACKAGE_BUGREPORT${ac_uC}""${ac_uD}
918 ${ac_uA}PACKAGE${ac_uB}PACKAGE${ac_uC}"libxml2"${ac_uD}
919 ${ac_uA}VERSION${ac_uB}VERSION${ac_uC}"2.4.28"${ac_uD}
920 ${ac_uA}HAVE_SYS_TYPES_H${ac_uB}HAVE_SYS_TYPES_H${ac_uC}1${ac_uD}
921 ${ac_uA}HAVE_SYS_STAT_H${ac_uB}HAVE_SYS_STAT_H${ac_uC}1${ac_uD}
922 ${ac_uA}HAVE_STDLIB_H${ac_uB}HAVE_STDLIB_H${ac_uC}1${ac_uD}
923 ${ac_uA}HAVE_STRING_H${ac_uB}HAVE_STRING_H${ac_uC}1${ac_uD}
924 ${ac_uA}HAVE_MEMORY_H${ac_uB}HAVE_MEMORY_H${ac_uC}1${ac_uD}
925 ${ac_uA}HAVE_STRINGS_H${ac_uB}HAVE_STRINGS_H${ac_uC}1${ac_uD}
926 ${ac_uA}HAVE_INTTYPES_H${ac_uB}HAVE_INTTYPES_H${ac_uC}1${ac_uD}
927 ${ac_uA}HAVE_STDINT_H${ac_uB}HAVE_STDINT_H${ac_uC}1${ac_uD}
928 ${ac_uA}HAVE_UNISTD_H${ac_uB}HAVE_UNISTD_H${ac_uC}1${ac_uD}
929 ${ac_uA}PROTOTYPES${ac_uB}PROTOTYPES${ac_uC}1${ac_uD}
930 ${ac_uA}HAVE_DLFCN_H${ac_uB}HAVE_DLFCN_H${ac_uC}1${ac_uD}
931 ${ac_uA}HAVE_ZLIB_H${ac_uB}HAVE_ZLIB_H${ac_uC}1${ac_uD}
932 ${ac_uA}HAVE_LIBZ${ac_uB}HAVE_LIBZ${ac_uC}1${ac_uD}
933 ${ac_uA}HAVE_DIRENT_H${ac_uB}HAVE_DIRENT_H${ac_uC}1${ac_uD}
934 ${ac_uA}STDC_HEADERS${ac_uB}STDC_HEADERS${ac_uC}1${ac_uD}
935 ${ac_uA}HAVE_FCNTL_H${ac_uB}HAVE_FCNTL_H${ac_uC}1${ac_uD}
936 ${ac_uA}HAVE_UNISTD_H${ac_uB}HAVE_UNISTD_H${ac_uC}1${ac_uD}
937 ${ac_uA}HAVE_CTYPE_H${ac_uB}HAVE_CTYPE_H${ac_uC}1${ac_uD}
938 ${ac_uA}HAVE_DIRENT_H${ac_uB}HAVE_DIRENT_H${ac_uC}1${ac_uD}
939 ${ac_uA}HAVE_ERRNO_H${ac_uB}HAVE_ERRNO_H${ac_uC}1${ac_uD}
940 ${ac_uA}HAVE_MALLOC_H${ac_uB}HAVE_MALLOC_H${ac_uC}1${ac_uD}
941 ${ac_uA}HAVE_STDARG_H${ac_uB}HAVE_STDARG_H${ac_uC}1${ac_uD}
942 ${ac_uA}HAVE_SYS_STAT_H${ac_uB}HAVE_SYS_STAT_H${ac_uC}1${ac_uD}
943 ${ac_uA}HAVE_SYS_TYPES_H${ac_uB}HAVE_SYS_TYPES_H${ac_uC}1${ac_uD}
944 ${ac_uA}HAVE_TIME_H${ac_uB}HAVE_TIME_H${ac_uC}1${ac_uD}
945 ${ac_uA}HAVE_ANSIDECL_H${ac_uB}HAVE_ANSIDECL_H${ac_uC}1${ac_uD}
946 ${ac_uA}HAVE_MATH_H${ac_uB}HAVE_MATH_H${ac_uC}1${ac_uD}
947 ${ac_uA}HAVE_FLOAT_H${ac_uB}HAVE_FLOAT_H${ac_uC}1${ac_uD}
948 ${ac_uA}HAVE_STDLIB_H${ac_uB}HAVE_STDLIB_H${ac_uC}1${ac_uD}
949 ${ac_uA}HAVE_SYS_SOCKET_H${ac_uB}HAVE_SYS_SOCKET_H${ac_uC}1${ac_uD}
950 ${ac_uA}HAVE_NETINET_IN_H${ac_uB}HAVE_NETINET_IN_H${ac_uC}1${ac_uD}
952 sed -f $tmp/undefs.
sed $tmp/in >$tmp/out
956 cat >$tmp/undefs.
sed <<CEOF
960 ${ac_uA}HAVE_ARPA_INET_H${ac_uB}HAVE_ARPA_INET_H${ac_uC}1${ac_uD}
961 ${ac_uA}HAVE_NETDB_H${ac_uB}HAVE_NETDB_H${ac_uC}1${ac_uD}
962 ${ac_uA}HAVE_SYS_TIME_H${ac_uB}HAVE_SYS_TIME_H${ac_uC}1${ac_uD}
963 ${ac_uA}HAVE_SYS_SELECT_H${ac_uB}HAVE_SYS_SELECT_H${ac_uC}1${ac_uD}
964 ${ac_uA}HAVE_SYS_MMAN_H${ac_uB}HAVE_SYS_MMAN_H${ac_uC}1${ac_uD}
965 ${ac_uA}HAVE_SYS_TIMEB_H${ac_uB}HAVE_SYS_TIMEB_H${ac_uC}1${ac_uD}
966 ${ac_uA}HAVE_SIGNAL_H${ac_uB}HAVE_SIGNAL_H${ac_uC}1${ac_uD}
967 ${ac_uA}HAVE_ARPA_NAMESER_H${ac_uB}HAVE_ARPA_NAMESER_H${ac_uC}1${ac_uD}
968 ${ac_uA}HAVE_RESOLV_H${ac_uB}HAVE_RESOLV_H${ac_uC}1${ac_uD}
969 ${ac_uA}HAVE_STRFTIME${ac_uB}HAVE_STRFTIME${ac_uC}1${ac_uD}
970 ${ac_uA}HAVE_STRDUP${ac_uB}HAVE_STRDUP${ac_uC}1${ac_uD}
971 ${ac_uA}HAVE_STRNDUP${ac_uB}HAVE_STRNDUP${ac_uC}1${ac_uD}
972 ${ac_uA}HAVE_STRERROR${ac_uB}HAVE_STRERROR${ac_uC}1${ac_uD}
973 ${ac_uA}HAVE_FINITE${ac_uB}HAVE_FINITE${ac_uC}1${ac_uD}
974 ${ac_uA}HAVE_STRFTIME${ac_uB}HAVE_STRFTIME${ac_uC}1${ac_uD}
975 ${ac_uA}HAVE_LOCALTIME${ac_uB}HAVE_LOCALTIME${ac_uC}1${ac_uD}
976 ${ac_uA}HAVE_GETTIMEOFDAY${ac_uB}HAVE_GETTIMEOFDAY${ac_uC}1${ac_uD}
977 ${ac_uA}HAVE_FTIME${ac_uB}HAVE_FTIME${ac_uC}1${ac_uD}
978 ${ac_uA}HAVE_STAT${ac_uB}HAVE_STAT${ac_uC}1${ac_uD}
979 ${ac_uA}HAVE_SIGNAL${ac_uB}HAVE_SIGNAL${ac_uC}1${ac_uD}
980 ${ac_uA}HAVE_PRINTF${ac_uB}HAVE_PRINTF${ac_uC}1${ac_uD}
981 ${ac_uA}HAVE_SPRINTF${ac_uB}HAVE_SPRINTF${ac_uC}1${ac_uD}
982 ${ac_uA}HAVE_FPRINTF${ac_uB}HAVE_FPRINTF${ac_uC}1${ac_uD}
983 ${ac_uA}HAVE_SNPRINTF${ac_uB}HAVE_SNPRINTF${ac_uC}1${ac_uD}
984 ${ac_uA}HAVE_VFPRINTF${ac_uB}HAVE_VFPRINTF${ac_uC}1${ac_uD}
985 ${ac_uA}HAVE_VSPRINTF${ac_uB}HAVE_VSPRINTF${ac_uC}1${ac_uD}
986 ${ac_uA}HAVE_VSNPRINTF${ac_uB}HAVE_VSNPRINTF${ac_uC}1${ac_uD}
987 ${ac_uA}HAVE_SSCANF${ac_uB}HAVE_SSCANF${ac_uC}1${ac_uD}
988 ${ac_uA}SOCKLEN_T${ac_uB}SOCKLEN_T${ac_uC}socklen_t${ac_uD}
989 ${ac_uA}HAVE_ISINF${ac_uB}HAVE_ISINF${ac_uC}1${ac_uD}
990 s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
992 sed -f $tmp/undefs.
sed $tmp/in >$tmp/out
996 # Let's still pretend it is `configure' which instantiates (i.e., don't
997 # use $as_me), people would be surprised to read:
998 # /* config.h. Generated by config.status. */
999 if test x
"$ac_file" = x-
; then
1000 echo "/* Generated by configure. */" >$tmp/config.h
1002 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
1004 cat $tmp/in >>$tmp/config.h
1006 if test x
"$ac_file" != x-
; then
1007 if cmp -s $ac_file $tmp/config.h
2>/dev
/null
; then
1008 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
1009 echo "$as_me: $ac_file is unchanged" >&6;}
1011 ac_dir
=`(dirname "$ac_file") 2>/dev/null ||
1012 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1013 X"$ac_file" : 'X\(//\)[^/]' \| \
1014 X"$ac_file" : 'X\(//\)$' \| \
1015 X"$ac_file" : 'X\(/\)' \| \
1016 . : '\(.\)' 2>/dev/null ||
1018 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
1019 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
1020 /^X\(\/\/\)$/{ s//\1/; q; }
1021 /^X\(\/\).*/{ s//\1/; q; }
1024 [\\/]* | ?
:[\\/]* ) as_incr_dir
=;;
1028 for as_mkdir_dir
in `IFS='/\\'; set X $as_dummy; shift; echo "$@"`; do
1029 case $as_mkdir_dir in
1030 # Skip DOS drivespec
1031 ?
:) as_incr_dir
=$as_mkdir_dir ;;
1033 as_incr_dir
=$as_incr_dir/$as_mkdir_dir
1034 test -d "$as_incr_dir" ||
1035 mkdir
"$as_incr_dir" ||
1036 { { echo "$as_me:$LINENO: error: cannot create \"$ac_dir\"" >&5
1037 echo "$as_me: error: cannot create \"$ac_dir\"" >&2;}
1038 { (exit 1); exit 1; }; }
1044 mv $tmp/config.h
$ac_file
1053 # CONFIG_COMMANDS section.
1055 for ac_file
in : $CONFIG_COMMANDS; do test "x$ac_file" = x
: && continue
1056 ac_dest
=`echo "$ac_file" | sed 's,:.*,,'`
1057 ac_source
=`echo "$ac_file" | sed 's,[^:]*:,,'`
1058 ac_dir
=`(dirname "$ac_dest") 2>/dev/null ||
1059 $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1060 X"$ac_dest" : 'X\(//\)[^/]' \| \
1061 X"$ac_dest" : 'X\(//\)$' \| \
1062 X"$ac_dest" : 'X\(/\)' \| \
1063 . : '\(.\)' 2>/dev/null ||
1065 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
1066 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
1067 /^X\(\/\/\)$/{ s//\1/; q; }
1068 /^X\(\/\).*/{ s//\1/; q; }
1072 if test "$ac_dir" != .
; then
1073 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1074 # A "../" for each directory in $ac_dir_suffix.
1075 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
1077 ac_dir_suffix
= ac_top_builddir
=
1081 .
) # No --srcdir option. We are building in place.
1083 if test -z "$ac_top_builddir"; then
1086 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
1088 [\\/]* | ?
:[\\/]* ) # Absolute path.
1089 ac_srcdir
=$srcdir$ac_dir_suffix;
1090 ac_top_srcdir
=$srcdir ;;
1092 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
1093 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
1095 # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
1097 ac_abs_builddir
=`cd "$ac_dir" && cd $ac_builddir && pwd`
1098 ac_abs_top_builddir
=`cd "$ac_dir" && cd $ac_top_builddir && pwd`
1099 ac_abs_srcdir
=`cd "$ac_dir" && cd $ac_srcdir && pwd`
1100 ac_abs_top_srcdir
=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
1103 { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
1104 echo "$as_me: executing $ac_dest commands" >&6;}
1106 default-1
) test -z "$CONFIG_HEADERS" ||
echo timestamp
> stamp-h
;;
1110 { (exit 0); exit 0; }