Correction of namespeaces
[xmldoc.git] / configure
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for xmldoc 0.8.
4 #
5 # Report bugs to <arjen@andromeda.nl>.
6 #
7 #
8 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
9 #
10 #
11 # This configure script is free software; the Free Software Foundation
12 # gives unlimited permission to copy, distribute and modify it.
13 ## -------------------- ##
14 ## M4sh Initialization. ##
15 ## -------------------- ##
16
17 # Be more Bourne compatible
18 DUALCASE=1; export DUALCASE # for MKS sh
19 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
20   emulate sh
21   NULLCMD=:
22   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
23   # is contrary to our usage.  Disable this feature.
24   alias -g '${1+"$@"}'='"$@"'
25   setopt NO_GLOB_SUBST
26 else
27   case `(set -o) 2>/dev/null` in #(
28   *posix*) :
29     set -o posix ;; #(
30   *) :
31      ;;
32 esac
33 fi
34
35
36 as_nl='
37 '
38 export as_nl
39 # Printing a long string crashes Solaris 7 /usr/bin/printf.
40 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
41 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
42 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
43 # Prefer a ksh shell builtin over an external printf program on Solaris,
44 # but without wasting forks for bash or zsh.
45 if test -z "$BASH_VERSION$ZSH_VERSION" \
46     && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
47   as_echo='print -r --'
48   as_echo_n='print -rn --'
49 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
50   as_echo='printf %s\n'
51   as_echo_n='printf %s'
52 else
53   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
54     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
55     as_echo_n='/usr/ucb/echo -n'
56   else
57     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
58     as_echo_n_body='eval
59       arg=$1;
60       case $arg in #(
61       *"$as_nl"*)
62         expr "X$arg" : "X\\(.*\\)$as_nl";
63         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
64       esac;
65       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
66     '
67     export as_echo_n_body
68     as_echo_n='sh -c $as_echo_n_body as_echo'
69   fi
70   export as_echo_body
71   as_echo='sh -c $as_echo_body as_echo'
72 fi
73
74 # The user is always right.
75 if test "${PATH_SEPARATOR+set}" != set; then
76   PATH_SEPARATOR=:
77   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
79       PATH_SEPARATOR=';'
80   }
81 fi
82
83
84 # IFS
85 # We need space, tab and new line, in precisely that order.  Quoting is
86 # there to prevent editors from complaining about space-tab.
87 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
88 # splitting by setting IFS to empty value.)
89 IFS=" ""        $as_nl"
90
91 # Find who we are.  Look in the path if we contain no directory separator.
92 as_myself=
93 case $0 in #((
94   *[\\/]* ) as_myself=$0 ;;
95   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
96 for as_dir in $PATH
97 do
98   IFS=$as_save_IFS
99   test -z "$as_dir" && as_dir=.
100     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
101   done
102 IFS=$as_save_IFS
103
104      ;;
105 esac
106 # We did not find ourselves, most probably we were run as `sh COMMAND'
107 # in which case we are not to be found in the path.
108 if test "x$as_myself" = x; then
109   as_myself=$0
110 fi
111 if test ! -f "$as_myself"; then
112   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
113   exit 1
114 fi
115
116 # Unset variables that we do not need and which cause bugs (e.g. in
117 # pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
118 # suppresses any "Segmentation fault" message there.  '((' could
119 # trigger a bug in pdksh 5.2.14.
120 for as_var in BASH_ENV ENV MAIL MAILPATH
121 do eval test x\${$as_var+set} = xset \
122   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
123 done
124 PS1='$ '
125 PS2='> '
126 PS4='+ '
127
128 # NLS nuisances.
129 LC_ALL=C
130 export LC_ALL
131 LANGUAGE=C
132 export LANGUAGE
133
134 # CDPATH.
135 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
136
137 # Use a proper internal environment variable to ensure we don't fall
138   # into an infinite loop, continuously re-executing ourselves.
139   if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
140     _as_can_reexec=no; export _as_can_reexec;
141     # We cannot yet assume a decent shell, so we have to provide a
142 # neutralization value for shells without unset; and this also
143 # works around shells that cannot unset nonexistent variables.
144 # Preserve -v and -x to the replacement shell.
145 BASH_ENV=/dev/null
146 ENV=/dev/null
147 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
148 case $- in # ((((
149   *v*x* | *x*v* ) as_opts=-vx ;;
150   *v* ) as_opts=-v ;;
151   *x* ) as_opts=-x ;;
152   * ) as_opts= ;;
153 esac
154 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
155 # Admittedly, this is quite paranoid, since all the known shells bail
156 # out after a failed `exec'.
157 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
158 as_fn_exit 255
159   fi
160   # We don't want this to propagate to other subprocesses.
161           { _as_can_reexec=; unset _as_can_reexec;}
162 if test "x$CONFIG_SHELL" = x; then
163   as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
164   emulate sh
165   NULLCMD=:
166   # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
167   # is contrary to our usage.  Disable this feature.
168   alias -g '\${1+\"\$@\"}'='\"\$@\"'
169   setopt NO_GLOB_SUBST
170 else
171   case \`(set -o) 2>/dev/null\` in #(
172   *posix*) :
173     set -o posix ;; #(
174   *) :
175      ;;
176 esac
177 fi
178 "
179   as_required="as_fn_return () { (exit \$1); }
180 as_fn_success () { as_fn_return 0; }
181 as_fn_failure () { as_fn_return 1; }
182 as_fn_ret_success () { return 0; }
183 as_fn_ret_failure () { return 1; }
184
185 exitcode=0
186 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
187 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
188 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
189 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
190 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
191
192 else
193   exitcode=1; echo positional parameters were not saved.
194 fi
195 test x\$exitcode = x0 || exit 1
196 test -x / || exit 1"
197   as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
198   as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
199   eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
200   test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
201 test \$(( 1 + 1 )) = 2 || exit 1"
202   if (eval "$as_required") 2>/dev/null; then :
203   as_have_required=yes
204 else
205   as_have_required=no
206 fi
207   if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
208
209 else
210   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
211 as_found=false
212 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
213 do
214   IFS=$as_save_IFS
215   test -z "$as_dir" && as_dir=.
216   as_found=:
217   case $as_dir in #(
218          /*)
219            for as_base in sh bash ksh sh5; do
220              # Try only shells that exist, to save several forks.
221              as_shell=$as_dir/$as_base
222              if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
223                     { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
224   CONFIG_SHELL=$as_shell as_have_required=yes
225                    if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
226   break 2
227 fi
228 fi
229            done;;
230        esac
231   as_found=false
232 done
233 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
234               { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
235   CONFIG_SHELL=$SHELL as_have_required=yes
236 fi; }
237 IFS=$as_save_IFS
238
239
240       if test "x$CONFIG_SHELL" != x; then :
241   export CONFIG_SHELL
242              # We cannot yet assume a decent shell, so we have to provide a
243 # neutralization value for shells without unset; and this also
244 # works around shells that cannot unset nonexistent variables.
245 # Preserve -v and -x to the replacement shell.
246 BASH_ENV=/dev/null
247 ENV=/dev/null
248 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
249 case $- in # ((((
250   *v*x* | *x*v* ) as_opts=-vx ;;
251   *v* ) as_opts=-v ;;
252   *x* ) as_opts=-x ;;
253   * ) as_opts= ;;
254 esac
255 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
256 # Admittedly, this is quite paranoid, since all the known shells bail
257 # out after a failed `exec'.
258 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
259 exit 255
260 fi
261
262     if test x$as_have_required = xno; then :
263   $as_echo "$0: This script requires a shell more modern than all"
264   $as_echo "$0: the shells that I found on your system."
265   if test x${ZSH_VERSION+set} = xset ; then
266     $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
267     $as_echo "$0: be upgraded to zsh 4.3.4 or later."
268   else
269     $as_echo "$0: Please tell bug-autoconf@gnu.org and arjen@andromeda.nl
270 $0: about your system, including any error possibly output
271 $0: before this message. Then install a modern shell, or
272 $0: manually run the script under such a shell if you do
273 $0: have one."
274   fi
275   exit 1
276 fi
277 fi
278 fi
279 SHELL=${CONFIG_SHELL-/bin/sh}
280 export SHELL
281 # Unset more variables known to interfere with behavior of common tools.
282 CLICOLOR_FORCE= GREP_OPTIONS=
283 unset CLICOLOR_FORCE GREP_OPTIONS
284
285 ## --------------------- ##
286 ## M4sh Shell Functions. ##
287 ## --------------------- ##
288 # as_fn_unset VAR
289 # ---------------
290 # Portably unset VAR.
291 as_fn_unset ()
292 {
293   { eval $1=; unset $1;}
294 }
295 as_unset=as_fn_unset
296
297 # as_fn_set_status STATUS
298 # -----------------------
299 # Set $? to STATUS, without forking.
300 as_fn_set_status ()
301 {
302   return $1
303 } # as_fn_set_status
304
305 # as_fn_exit STATUS
306 # -----------------
307 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
308 as_fn_exit ()
309 {
310   set +e
311   as_fn_set_status $1
312   exit $1
313 } # as_fn_exit
314
315 # as_fn_mkdir_p
316 # -------------
317 # Create "$as_dir" as a directory, including parents if necessary.
318 as_fn_mkdir_p ()
319 {
320
321   case $as_dir in #(
322   -*) as_dir=./$as_dir;;
323   esac
324   test -d "$as_dir" || eval $as_mkdir_p || {
325     as_dirs=
326     while :; do
327       case $as_dir in #(
328       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
329       *) as_qdir=$as_dir;;
330       esac
331       as_dirs="'$as_qdir' $as_dirs"
332       as_dir=`$as_dirname -- "$as_dir" ||
333 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
334          X"$as_dir" : 'X\(//\)[^/]' \| \
335          X"$as_dir" : 'X\(//\)$' \| \
336          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
337 $as_echo X"$as_dir" |
338     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
339             s//\1/
340             q
341           }
342           /^X\(\/\/\)[^/].*/{
343             s//\1/
344             q
345           }
346           /^X\(\/\/\)$/{
347             s//\1/
348             q
349           }
350           /^X\(\/\).*/{
351             s//\1/
352             q
353           }
354           s/.*/./; q'`
355       test -d "$as_dir" && break
356     done
357     test -z "$as_dirs" || eval "mkdir $as_dirs"
358   } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
359
360
361 } # as_fn_mkdir_p
362
363 # as_fn_executable_p FILE
364 # -----------------------
365 # Test if FILE is an executable regular file.
366 as_fn_executable_p ()
367 {
368   test -f "$1" && test -x "$1"
369 } # as_fn_executable_p
370 # as_fn_append VAR VALUE
371 # ----------------------
372 # Append the text in VALUE to the end of the definition contained in VAR. Take
373 # advantage of any shell optimizations that allow amortized linear growth over
374 # repeated appends, instead of the typical quadratic growth present in naive
375 # implementations.
376 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
377   eval 'as_fn_append ()
378   {
379     eval $1+=\$2
380   }'
381 else
382   as_fn_append ()
383   {
384     eval $1=\$$1\$2
385   }
386 fi # as_fn_append
387
388 # as_fn_arith ARG...
389 # ------------------
390 # Perform arithmetic evaluation on the ARGs, and store the result in the
391 # global $as_val. Take advantage of shells that can avoid forks. The arguments
392 # must be portable across $(()) and expr.
393 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
394   eval 'as_fn_arith ()
395   {
396     as_val=$(( $* ))
397   }'
398 else
399   as_fn_arith ()
400   {
401     as_val=`expr "$@" || test $? -eq 1`
402   }
403 fi # as_fn_arith
404
405
406 # as_fn_error STATUS ERROR [LINENO LOG_FD]
407 # ----------------------------------------
408 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
409 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
410 # script with STATUS, using 1 if that was 0.
411 as_fn_error ()
412 {
413   as_status=$1; test $as_status -eq 0 && as_status=1
414   if test "$4"; then
415     as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
416     $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
417   fi
418   $as_echo "$as_me: error: $2" >&2
419   as_fn_exit $as_status
420 } # as_fn_error
421
422 if expr a : '\(a\)' >/dev/null 2>&1 &&
423    test "X`expr 00001 : '.*\(...\)'`" = X001; then
424   as_expr=expr
425 else
426   as_expr=false
427 fi
428
429 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
430   as_basename=basename
431 else
432   as_basename=false
433 fi
434
435 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
436   as_dirname=dirname
437 else
438   as_dirname=false
439 fi
440
441 as_me=`$as_basename -- "$0" ||
442 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
443          X"$0" : 'X\(//\)$' \| \
444          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
445 $as_echo X/"$0" |
446     sed '/^.*\/\([^/][^/]*\)\/*$/{
447             s//\1/
448             q
449           }
450           /^X\/\(\/\/\)$/{
451             s//\1/
452             q
453           }
454           /^X\/\(\/\).*/{
455             s//\1/
456             q
457           }
458           s/.*/./; q'`
459
460 # Avoid depending upon Character Ranges.
461 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
462 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
463 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
464 as_cr_digits='0123456789'
465 as_cr_alnum=$as_cr_Letters$as_cr_digits
466
467
468   as_lineno_1=$LINENO as_lineno_1a=$LINENO
469   as_lineno_2=$LINENO as_lineno_2a=$LINENO
470   eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
471   test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
472   # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
473   sed -n '
474     p
475     /[$]LINENO/=
476   ' <$as_myself |
477     sed '
478       s/[$]LINENO.*/&-/
479       t lineno
480       b
481       :lineno
482       N
483       :loop
484       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
485       t loop
486       s/-\n.*//
487     ' >$as_me.lineno &&
488   chmod +x "$as_me.lineno" ||
489     { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
490
491   # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
492   # already done that, so ensure we don't try to do so again and fall
493   # in an infinite loop.  This has already happened in practice.
494   _as_can_reexec=no; export _as_can_reexec
495   # Don't try to exec as it changes $[0], causing all sort of problems
496   # (the dirname of $[0] is not the place where we might find the
497   # original and so on.  Autoconf is especially sensitive to this).
498   . "./$as_me.lineno"
499   # Exit status is that of the last command.
500   exit
501 }
502
503 ECHO_C= ECHO_N= ECHO_T=
504 case `echo -n x` in #(((((
505 -n*)
506   case `echo 'xy\c'` in
507   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
508   xy)  ECHO_C='\c';;
509   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
510        ECHO_T=' ';;
511   esac;;
512 *)
513   ECHO_N='-n';;
514 esac
515
516 rm -f conf$$ conf$$.exe conf$$.file
517 if test -d conf$$.dir; then
518   rm -f conf$$.dir/conf$$.file
519 else
520   rm -f conf$$.dir
521   mkdir conf$$.dir 2>/dev/null
522 fi
523 if (echo >conf$$.file) 2>/dev/null; then
524   if ln -s conf$$.file conf$$ 2>/dev/null; then
525     as_ln_s='ln -s'
526     # ... but there are two gotchas:
527     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
528     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
529     # In both cases, we have to default to `cp -pR'.
530     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
531       as_ln_s='cp -pR'
532   elif ln conf$$.file conf$$ 2>/dev/null; then
533     as_ln_s=ln
534   else
535     as_ln_s='cp -pR'
536   fi
537 else
538   as_ln_s='cp -pR'
539 fi
540 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
541 rmdir conf$$.dir 2>/dev/null
542
543 if mkdir -p . 2>/dev/null; then
544   as_mkdir_p='mkdir -p "$as_dir"'
545 else
546   test -d ./-p && rmdir ./-p
547   as_mkdir_p=false
548 fi
549
550 as_test_x='test -x'
551 as_executable_p=as_fn_executable_p
552
553 # Sed expression to map a string onto a valid CPP name.
554 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
555
556 # Sed expression to map a string onto a valid variable name.
557 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
558
559
560 test -n "$DJDIR" || exec 7<&0 </dev/null
561 exec 6>&1
562
563 # Name of the host.
564 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
565 # so uname gets run too.
566 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
567
568 #
569 # Initializations.
570 #
571 ac_default_prefix=/usr/local
572 ac_clean_files=
573 ac_config_libobj_dir=.
574 LIBOBJS=
575 cross_compiling=no
576 subdirs=
577 MFLAGS=
578 MAKEFLAGS=
579
580 # Identity of this package.
581 PACKAGE_NAME='xmldoc'
582 PACKAGE_TARNAME='xmldoc'
583 PACKAGE_VERSION='0.8'
584 PACKAGE_STRING='xmldoc 0.8'
585 PACKAGE_BUGREPORT='arjen@andromeda.nl'
586 PACKAGE_URL=''
587
588 # Factoring default headers for most tests.
589 ac_includes_default="\
590 #include <stdio.h>
591 #ifdef HAVE_SYS_TYPES_H
592 # include <sys/types.h>
593 #endif
594 #ifdef HAVE_SYS_STAT_H
595 # include <sys/stat.h>
596 #endif
597 #ifdef STDC_HEADERS
598 # include <stdlib.h>
599 # include <stddef.h>
600 #else
601 # ifdef HAVE_STDLIB_H
602 #  include <stdlib.h>
603 # endif
604 #endif
605 #ifdef HAVE_STRING_H
606 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
607 #  include <memory.h>
608 # endif
609 # include <string.h>
610 #endif
611 #ifdef HAVE_STRINGS_H
612 # include <strings.h>
613 #endif
614 #ifdef HAVE_INTTYPES_H
615 # include <inttypes.h>
616 #endif
617 #ifdef HAVE_STDINT_H
618 # include <stdint.h>
619 #endif
620 #ifdef HAVE_UNISTD_H
621 # include <unistd.h>
622 #endif"
623
624 ac_subst_vars='am__EXEEXT_FALSE
625 am__EXEEXT_TRUE
626 LTLIBOBJS
627 LIBOBJS
628 EGREP
629 GREP
630 CPP
631 XSLT_CONFIG
632 am__fastdepCC_FALSE
633 am__fastdepCC_TRUE
634 CCDEPMODE
635 am__nodep
636 AMDEPBACKSLASH
637 AMDEP_FALSE
638 AMDEP_TRUE
639 am__quote
640 am__include
641 DEPDIR
642 OBJEXT
643 EXEEXT
644 ac_ct_CC
645 CPPFLAGS
646 LDFLAGS
647 CFLAGS
648 CC
649 AM_BACKSLASH
650 AM_DEFAULT_VERBOSITY
651 AM_DEFAULT_V
652 AM_V
653 am__untar
654 am__tar
655 AMTAR
656 am__leading_dot
657 SET_MAKE
658 AWK
659 mkdir_p
660 MKDIR_P
661 INSTALL_STRIP_PROGRAM
662 STRIP
663 install_sh
664 MAKEINFO
665 AUTOHEADER
666 AUTOMAKE
667 AUTOCONF
668 ACLOCAL
669 VERSION
670 PACKAGE
671 CYGPATH_W
672 am__isrc
673 INSTALL_DATA
674 INSTALL_SCRIPT
675 INSTALL_PROGRAM
676 target_alias
677 host_alias
678 build_alias
679 LIBS
680 ECHO_T
681 ECHO_N
682 ECHO_C
683 DEFS
684 mandir
685 localedir
686 libdir
687 psdir
688 pdfdir
689 dvidir
690 htmldir
691 infodir
692 docdir
693 oldincludedir
694 includedir
695 runstatedir
696 localstatedir
697 sharedstatedir
698 sysconfdir
699 datadir
700 datarootdir
701 libexecdir
702 sbindir
703 bindir
704 program_transform_name
705 prefix
706 exec_prefix
707 PACKAGE_URL
708 PACKAGE_BUGREPORT
709 PACKAGE_STRING
710 PACKAGE_VERSION
711 PACKAGE_TARNAME
712 PACKAGE_NAME
713 PATH_SEPARATOR
714 SHELL'
715 ac_subst_files=''
716 ac_user_opts='
717 enable_option_checking
718 enable_silent_rules
719 enable_dependency_tracking
720 '
721       ac_precious_vars='build_alias
722 host_alias
723 target_alias
724 CC
725 CFLAGS
726 LDFLAGS
727 LIBS
728 CPPFLAGS
729 CPP'
730
731
732 # Initialize some variables set by options.
733 ac_init_help=
734 ac_init_version=false
735 ac_unrecognized_opts=
736 ac_unrecognized_sep=
737 # The variables have the same names as the options, with
738 # dashes changed to underlines.
739 cache_file=/dev/null
740 exec_prefix=NONE
741 no_create=
742 no_recursion=
743 prefix=NONE
744 program_prefix=NONE
745 program_suffix=NONE
746 program_transform_name=s,x,x,
747 silent=
748 site=
749 srcdir=
750 verbose=
751 x_includes=NONE
752 x_libraries=NONE
753
754 # Installation directory options.
755 # These are left unexpanded so users can "make install exec_prefix=/foo"
756 # and all the variables that are supposed to be based on exec_prefix
757 # by default will actually change.
758 # Use braces instead of parens because sh, perl, etc. also accept them.
759 # (The list follows the same order as the GNU Coding Standards.)
760 bindir='${exec_prefix}/bin'
761 sbindir='${exec_prefix}/sbin'
762 libexecdir='${exec_prefix}/libexec'
763 datarootdir='${prefix}/share'
764 datadir='${datarootdir}'
765 sysconfdir='${prefix}/etc'
766 sharedstatedir='${prefix}/com'
767 localstatedir='${prefix}/var'
768 runstatedir='${localstatedir}/run'
769 includedir='${prefix}/include'
770 oldincludedir='/usr/include'
771 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
772 infodir='${datarootdir}/info'
773 htmldir='${docdir}'
774 dvidir='${docdir}'
775 pdfdir='${docdir}'
776 psdir='${docdir}'
777 libdir='${exec_prefix}/lib'
778 localedir='${datarootdir}/locale'
779 mandir='${datarootdir}/man'
780
781 ac_prev=
782 ac_dashdash=
783 for ac_option
784 do
785   # If the previous option needs an argument, assign it.
786   if test -n "$ac_prev"; then
787     eval $ac_prev=\$ac_option
788     ac_prev=
789     continue
790   fi
791
792   case $ac_option in
793   *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
794   *=)   ac_optarg= ;;
795   *)    ac_optarg=yes ;;
796   esac
797
798   # Accept the important Cygnus configure options, so we can diagnose typos.
799
800   case $ac_dashdash$ac_option in
801   --)
802     ac_dashdash=yes ;;
803
804   -bindir | --bindir | --bindi | --bind | --bin | --bi)
805     ac_prev=bindir ;;
806   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
807     bindir=$ac_optarg ;;
808
809   -build | --build | --buil | --bui | --bu)
810     ac_prev=build_alias ;;
811   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
812     build_alias=$ac_optarg ;;
813
814   -cache-file | --cache-file | --cache-fil | --cache-fi \
815   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
816     ac_prev=cache_file ;;
817   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
818   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
819     cache_file=$ac_optarg ;;
820
821   --config-cache | -C)
822     cache_file=config.cache ;;
823
824   -datadir | --datadir | --datadi | --datad)
825     ac_prev=datadir ;;
826   -datadir=* | --datadir=* | --datadi=* | --datad=*)
827     datadir=$ac_optarg ;;
828
829   -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
830   | --dataroo | --dataro | --datar)
831     ac_prev=datarootdir ;;
832   -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
833   | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
834     datarootdir=$ac_optarg ;;
835
836   -disable-* | --disable-*)
837     ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
838     # Reject names that are not valid shell variable names.
839     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
840       as_fn_error $? "invalid feature name: $ac_useropt"
841     ac_useropt_orig=$ac_useropt
842     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
843     case $ac_user_opts in
844       *"
845 "enable_$ac_useropt"
846 "*) ;;
847       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
848          ac_unrecognized_sep=', ';;
849     esac
850     eval enable_$ac_useropt=no ;;
851
852   -docdir | --docdir | --docdi | --doc | --do)
853     ac_prev=docdir ;;
854   -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
855     docdir=$ac_optarg ;;
856
857   -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
858     ac_prev=dvidir ;;
859   -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
860     dvidir=$ac_optarg ;;
861
862   -enable-* | --enable-*)
863     ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
864     # Reject names that are not valid shell variable names.
865     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
866       as_fn_error $? "invalid feature name: $ac_useropt"
867     ac_useropt_orig=$ac_useropt
868     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
869     case $ac_user_opts in
870       *"
871 "enable_$ac_useropt"
872 "*) ;;
873       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
874          ac_unrecognized_sep=', ';;
875     esac
876     eval enable_$ac_useropt=\$ac_optarg ;;
877
878   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
879   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
880   | --exec | --exe | --ex)
881     ac_prev=exec_prefix ;;
882   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
883   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
884   | --exec=* | --exe=* | --ex=*)
885     exec_prefix=$ac_optarg ;;
886
887   -gas | --gas | --ga | --g)
888     # Obsolete; use --with-gas.
889     with_gas=yes ;;
890
891   -help | --help | --hel | --he | -h)
892     ac_init_help=long ;;
893   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
894     ac_init_help=recursive ;;
895   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
896     ac_init_help=short ;;
897
898   -host | --host | --hos | --ho)
899     ac_prev=host_alias ;;
900   -host=* | --host=* | --hos=* | --ho=*)
901     host_alias=$ac_optarg ;;
902
903   -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
904     ac_prev=htmldir ;;
905   -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
906   | --ht=*)
907     htmldir=$ac_optarg ;;
908
909   -includedir | --includedir | --includedi | --included | --include \
910   | --includ | --inclu | --incl | --inc)
911     ac_prev=includedir ;;
912   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
913   | --includ=* | --inclu=* | --incl=* | --inc=*)
914     includedir=$ac_optarg ;;
915
916   -infodir | --infodir | --infodi | --infod | --info | --inf)
917     ac_prev=infodir ;;
918   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
919     infodir=$ac_optarg ;;
920
921   -libdir | --libdir | --libdi | --libd)
922     ac_prev=libdir ;;
923   -libdir=* | --libdir=* | --libdi=* | --libd=*)
924     libdir=$ac_optarg ;;
925
926   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
927   | --libexe | --libex | --libe)
928     ac_prev=libexecdir ;;
929   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
930   | --libexe=* | --libex=* | --libe=*)
931     libexecdir=$ac_optarg ;;
932
933   -localedir | --localedir | --localedi | --localed | --locale)
934     ac_prev=localedir ;;
935   -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
936     localedir=$ac_optarg ;;
937
938   -localstatedir | --localstatedir | --localstatedi | --localstated \
939   | --localstate | --localstat | --localsta | --localst | --locals)
940     ac_prev=localstatedir ;;
941   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
942   | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
943     localstatedir=$ac_optarg ;;
944
945   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
946     ac_prev=mandir ;;
947   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
948     mandir=$ac_optarg ;;
949
950   -nfp | --nfp | --nf)
951     # Obsolete; use --without-fp.
952     with_fp=no ;;
953
954   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
955   | --no-cr | --no-c | -n)
956     no_create=yes ;;
957
958   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
959   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
960     no_recursion=yes ;;
961
962   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
963   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
964   | --oldin | --oldi | --old | --ol | --o)
965     ac_prev=oldincludedir ;;
966   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
967   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
968   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
969     oldincludedir=$ac_optarg ;;
970
971   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
972     ac_prev=prefix ;;
973   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
974     prefix=$ac_optarg ;;
975
976   -program-prefix | --program-prefix | --program-prefi | --program-pref \
977   | --program-pre | --program-pr | --program-p)
978     ac_prev=program_prefix ;;
979   -program-prefix=* | --program-prefix=* | --program-prefi=* \
980   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
981     program_prefix=$ac_optarg ;;
982
983   -program-suffix | --program-suffix | --program-suffi | --program-suff \
984   | --program-suf | --program-su | --program-s)
985     ac_prev=program_suffix ;;
986   -program-suffix=* | --program-suffix=* | --program-suffi=* \
987   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
988     program_suffix=$ac_optarg ;;
989
990   -program-transform-name | --program-transform-name \
991   | --program-transform-nam | --program-transform-na \
992   | --program-transform-n | --program-transform- \
993   | --program-transform | --program-transfor \
994   | --program-transfo | --program-transf \
995   | --program-trans | --program-tran \
996   | --progr-tra | --program-tr | --program-t)
997     ac_prev=program_transform_name ;;
998   -program-transform-name=* | --program-transform-name=* \
999   | --program-transform-nam=* | --program-transform-na=* \
1000   | --program-transform-n=* | --program-transform-=* \
1001   | --program-transform=* | --program-transfor=* \
1002   | --program-transfo=* | --program-transf=* \
1003   | --program-trans=* | --program-tran=* \
1004   | --progr-tra=* | --program-tr=* | --program-t=*)
1005     program_transform_name=$ac_optarg ;;
1006
1007   -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1008     ac_prev=pdfdir ;;
1009   -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1010     pdfdir=$ac_optarg ;;
1011
1012   -psdir | --psdir | --psdi | --psd | --ps)
1013     ac_prev=psdir ;;
1014   -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1015     psdir=$ac_optarg ;;
1016
1017   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1018   | -silent | --silent | --silen | --sile | --sil)
1019     silent=yes ;;
1020
1021   -runstatedir | --runstatedir | --runstatedi | --runstated \
1022   | --runstate | --runstat | --runsta | --runst | --runs \
1023   | --run | --ru | --r)
1024     ac_prev=runstatedir ;;
1025   -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
1026   | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
1027   | --run=* | --ru=* | --r=*)
1028     runstatedir=$ac_optarg ;;
1029
1030   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1031     ac_prev=sbindir ;;
1032   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1033   | --sbi=* | --sb=*)
1034     sbindir=$ac_optarg ;;
1035
1036   -sharedstatedir | --sharedstatedir | --sharedstatedi \
1037   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1038   | --sharedst | --shareds | --shared | --share | --shar \
1039   | --sha | --sh)
1040     ac_prev=sharedstatedir ;;
1041   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1042   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1043   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1044   | --sha=* | --sh=*)
1045     sharedstatedir=$ac_optarg ;;
1046
1047   -site | --site | --sit)
1048     ac_prev=site ;;
1049   -site=* | --site=* | --sit=*)
1050     site=$ac_optarg ;;
1051
1052   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1053     ac_prev=srcdir ;;
1054   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1055     srcdir=$ac_optarg ;;
1056
1057   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1058   | --syscon | --sysco | --sysc | --sys | --sy)
1059     ac_prev=sysconfdir ;;
1060   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1061   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1062     sysconfdir=$ac_optarg ;;
1063
1064   -target | --target | --targe | --targ | --tar | --ta | --t)
1065     ac_prev=target_alias ;;
1066   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1067     target_alias=$ac_optarg ;;
1068
1069   -v | -verbose | --verbose | --verbos | --verbo | --verb)
1070     verbose=yes ;;
1071
1072   -version | --version | --versio | --versi | --vers | -V)
1073     ac_init_version=: ;;
1074
1075   -with-* | --with-*)
1076     ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1077     # Reject names that are not valid shell variable names.
1078     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1079       as_fn_error $? "invalid package name: $ac_useropt"
1080     ac_useropt_orig=$ac_useropt
1081     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1082     case $ac_user_opts in
1083       *"
1084 "with_$ac_useropt"
1085 "*) ;;
1086       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1087          ac_unrecognized_sep=', ';;
1088     esac
1089     eval with_$ac_useropt=\$ac_optarg ;;
1090
1091   -without-* | --without-*)
1092     ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1093     # Reject names that are not valid shell variable names.
1094     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1095       as_fn_error $? "invalid package name: $ac_useropt"
1096     ac_useropt_orig=$ac_useropt
1097     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1098     case $ac_user_opts in
1099       *"
1100 "with_$ac_useropt"
1101 "*) ;;
1102       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1103          ac_unrecognized_sep=', ';;
1104     esac
1105     eval with_$ac_useropt=no ;;
1106
1107   --x)
1108     # Obsolete; use --with-x.
1109     with_x=yes ;;
1110
1111   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1112   | --x-incl | --x-inc | --x-in | --x-i)
1113     ac_prev=x_includes ;;
1114   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1115   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1116     x_includes=$ac_optarg ;;
1117
1118   -x-libraries | --x-libraries | --x-librarie | --x-librari \
1119   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1120     ac_prev=x_libraries ;;
1121   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1122   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1123     x_libraries=$ac_optarg ;;
1124
1125   -*) as_fn_error $? "unrecognized option: \`$ac_option'
1126 Try \`$0 --help' for more information"
1127     ;;
1128
1129   *=*)
1130     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1131     # Reject names that are not valid shell variable names.
1132     case $ac_envvar in #(
1133       '' | [0-9]* | *[!_$as_cr_alnum]* )
1134       as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1135     esac
1136     eval $ac_envvar=\$ac_optarg
1137     export $ac_envvar ;;
1138
1139   *)
1140     # FIXME: should be removed in autoconf 3.0.
1141     $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1142     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1143       $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1144     : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1145     ;;
1146
1147   esac
1148 done
1149
1150 if test -n "$ac_prev"; then
1151   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1152   as_fn_error $? "missing argument to $ac_option"
1153 fi
1154
1155 if test -n "$ac_unrecognized_opts"; then
1156   case $enable_option_checking in
1157     no) ;;
1158     fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1159     *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1160   esac
1161 fi
1162
1163 # Check all directory arguments for consistency.
1164 for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
1165                 datadir sysconfdir sharedstatedir localstatedir includedir \
1166                 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1167                 libdir localedir mandir runstatedir
1168 do
1169   eval ac_val=\$$ac_var
1170   # Remove trailing slashes.
1171   case $ac_val in
1172     */ )
1173       ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1174       eval $ac_var=\$ac_val;;
1175   esac
1176   # Be sure to have absolute directory names.
1177   case $ac_val in
1178     [\\/$]* | ?:[\\/]* )  continue;;
1179     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1180   esac
1181   as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1182 done
1183
1184 # There might be people who depend on the old broken behavior: `$host'
1185 # used to hold the argument of --host etc.
1186 # FIXME: To remove some day.
1187 build=$build_alias
1188 host=$host_alias
1189 target=$target_alias
1190
1191 # FIXME: To remove some day.
1192 if test "x$host_alias" != x; then
1193   if test "x$build_alias" = x; then
1194     cross_compiling=maybe
1195   elif test "x$build_alias" != "x$host_alias"; then
1196     cross_compiling=yes
1197   fi
1198 fi
1199
1200 ac_tool_prefix=
1201 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1202
1203 test "$silent" = yes && exec 6>/dev/null
1204
1205
1206 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1207 ac_ls_di=`ls -di .` &&
1208 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1209   as_fn_error $? "working directory cannot be determined"
1210 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1211   as_fn_error $? "pwd does not report name of working directory"
1212
1213
1214 # Find the source files, if location was not specified.
1215 if test -z "$srcdir"; then
1216   ac_srcdir_defaulted=yes
1217   # Try the directory containing this script, then the parent directory.
1218   ac_confdir=`$as_dirname -- "$as_myself" ||
1219 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1220          X"$as_myself" : 'X\(//\)[^/]' \| \
1221          X"$as_myself" : 'X\(//\)$' \| \
1222          X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1223 $as_echo X"$as_myself" |
1224     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1225             s//\1/
1226             q
1227           }
1228           /^X\(\/\/\)[^/].*/{
1229             s//\1/
1230             q
1231           }
1232           /^X\(\/\/\)$/{
1233             s//\1/
1234             q
1235           }
1236           /^X\(\/\).*/{
1237             s//\1/
1238             q
1239           }
1240           s/.*/./; q'`
1241   srcdir=$ac_confdir
1242   if test ! -r "$srcdir/$ac_unique_file"; then
1243     srcdir=..
1244   fi
1245 else
1246   ac_srcdir_defaulted=no
1247 fi
1248 if test ! -r "$srcdir/$ac_unique_file"; then
1249   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1250   as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1251 fi
1252 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1253 ac_abs_confdir=`(
1254         cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1255         pwd)`
1256 # When building in place, set srcdir=.
1257 if test "$ac_abs_confdir" = "$ac_pwd"; then
1258   srcdir=.
1259 fi
1260 # Remove unnecessary trailing slashes from srcdir.
1261 # Double slashes in file names in object file debugging info
1262 # mess up M-x gdb in Emacs.
1263 case $srcdir in
1264 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1265 esac
1266 for ac_var in $ac_precious_vars; do
1267   eval ac_env_${ac_var}_set=\${${ac_var}+set}
1268   eval ac_env_${ac_var}_value=\$${ac_var}
1269   eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1270   eval ac_cv_env_${ac_var}_value=\$${ac_var}
1271 done
1272
1273 #
1274 # Report the --help message.
1275 #
1276 if test "$ac_init_help" = "long"; then
1277   # Omit some internal or obsolete options to make the list less imposing.
1278   # This message is too long to be a string in the A/UX 3.1 sh.
1279   cat <<_ACEOF
1280 \`configure' configures xmldoc 0.8 to adapt to many kinds of systems.
1281
1282 Usage: $0 [OPTION]... [VAR=VALUE]...
1283
1284 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1285 VAR=VALUE.  See below for descriptions of some of the useful variables.
1286
1287 Defaults for the options are specified in brackets.
1288
1289 Configuration:
1290   -h, --help              display this help and exit
1291       --help=short        display options specific to this package
1292       --help=recursive    display the short help of all the included packages
1293   -V, --version           display version information and exit
1294   -q, --quiet, --silent   do not print \`checking ...' messages
1295       --cache-file=FILE   cache test results in FILE [disabled]
1296   -C, --config-cache      alias for \`--cache-file=config.cache'
1297   -n, --no-create         do not create output files
1298       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1299
1300 Installation directories:
1301   --prefix=PREFIX         install architecture-independent files in PREFIX
1302                           [$ac_default_prefix]
1303   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1304                           [PREFIX]
1305
1306 By default, \`make install' will install all the files in
1307 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1308 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1309 for instance \`--prefix=\$HOME'.
1310
1311 For better control, use the options below.
1312
1313 Fine tuning of the installation directories:
1314   --bindir=DIR            user executables [EPREFIX/bin]
1315   --sbindir=DIR           system admin executables [EPREFIX/sbin]
1316   --libexecdir=DIR        program executables [EPREFIX/libexec]
1317   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1318   --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1319   --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
1320   --runstatedir=DIR       modifiable per-process data [LOCALSTATEDIR/run]
1321   --libdir=DIR            object code libraries [EPREFIX/lib]
1322   --includedir=DIR        C header files [PREFIX/include]
1323   --oldincludedir=DIR     C header files for non-gcc [/usr/include]
1324   --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
1325   --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
1326   --infodir=DIR           info documentation [DATAROOTDIR/info]
1327   --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
1328   --mandir=DIR            man documentation [DATAROOTDIR/man]
1329   --docdir=DIR            documentation root [DATAROOTDIR/doc/xmldoc]
1330   --htmldir=DIR           html documentation [DOCDIR]
1331   --dvidir=DIR            dvi documentation [DOCDIR]
1332   --pdfdir=DIR            pdf documentation [DOCDIR]
1333   --psdir=DIR             ps documentation [DOCDIR]
1334 _ACEOF
1335
1336   cat <<\_ACEOF
1337
1338 Program names:
1339   --program-prefix=PREFIX            prepend PREFIX to installed program names
1340   --program-suffix=SUFFIX            append SUFFIX to installed program names
1341   --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
1342 _ACEOF
1343 fi
1344
1345 if test -n "$ac_init_help"; then
1346   case $ac_init_help in
1347      short | recursive ) echo "Configuration of xmldoc 0.8:";;
1348    esac
1349   cat <<\_ACEOF
1350
1351 Optional Features:
1352   --disable-option-checking  ignore unrecognized --enable/--with options
1353   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1354   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1355   --enable-silent-rules   less verbose build output (undo: "make V=1")
1356   --disable-silent-rules  verbose build output (undo: "make V=0")
1357   --enable-dependency-tracking
1358                           do not reject slow dependency extractors
1359   --disable-dependency-tracking
1360                           speeds up one-time build
1361
1362 Some influential environment variables:
1363   CC          C compiler command
1364   CFLAGS      C compiler flags
1365   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
1366               nonstandard directory <lib dir>
1367   LIBS        libraries to pass to the linker, e.g. -l<library>
1368   CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1369               you have headers in a nonstandard directory <include dir>
1370   CPP         C preprocessor
1371
1372 Use these variables to override the choices made by `configure' or to help
1373 it to find libraries and programs with nonstandard names/locations.
1374
1375 Report bugs to <arjen@andromeda.nl>.
1376 _ACEOF
1377 ac_status=$?
1378 fi
1379
1380 if test "$ac_init_help" = "recursive"; then
1381   # If there are subdirs, report their specific --help.
1382   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1383     test -d "$ac_dir" ||
1384       { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1385       continue
1386     ac_builddir=.
1387
1388 case "$ac_dir" in
1389 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1390 *)
1391   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1392   # A ".." for each directory in $ac_dir_suffix.
1393   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1394   case $ac_top_builddir_sub in
1395   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1396   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1397   esac ;;
1398 esac
1399 ac_abs_top_builddir=$ac_pwd
1400 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1401 # for backward compatibility:
1402 ac_top_builddir=$ac_top_build_prefix
1403
1404 case $srcdir in
1405   .)  # We are building in place.
1406     ac_srcdir=.
1407     ac_top_srcdir=$ac_top_builddir_sub
1408     ac_abs_top_srcdir=$ac_pwd ;;
1409   [\\/]* | ?:[\\/]* )  # Absolute name.
1410     ac_srcdir=$srcdir$ac_dir_suffix;
1411     ac_top_srcdir=$srcdir
1412     ac_abs_top_srcdir=$srcdir ;;
1413   *) # Relative name.
1414     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1415     ac_top_srcdir=$ac_top_build_prefix$srcdir
1416     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1417 esac
1418 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1419
1420     cd "$ac_dir" || { ac_status=$?; continue; }
1421     # Check for guested configure.
1422     if test -f "$ac_srcdir/configure.gnu"; then
1423       echo &&
1424       $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1425     elif test -f "$ac_srcdir/configure"; then
1426       echo &&
1427       $SHELL "$ac_srcdir/configure" --help=recursive
1428     else
1429       $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1430     fi || ac_status=$?
1431     cd "$ac_pwd" || { ac_status=$?; break; }
1432   done
1433 fi
1434
1435 test -n "$ac_init_help" && exit $ac_status
1436 if $ac_init_version; then
1437   cat <<\_ACEOF
1438 xmldoc configure 0.8
1439 generated by GNU Autoconf 2.69
1440
1441 Copyright (C) 2012 Free Software Foundation, Inc.
1442 This configure script is free software; the Free Software Foundation
1443 gives unlimited permission to copy, distribute and modify it.
1444 _ACEOF
1445   exit
1446 fi
1447
1448 ## ------------------------ ##
1449 ## Autoconf initialization. ##
1450 ## ------------------------ ##
1451
1452 # ac_fn_c_try_compile LINENO
1453 # --------------------------
1454 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1455 ac_fn_c_try_compile ()
1456 {
1457   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1458   rm -f conftest.$ac_objext
1459   if { { ac_try="$ac_compile"
1460 case "(($ac_try" in
1461   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1462   *) ac_try_echo=$ac_try;;
1463 esac
1464 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1465 $as_echo "$ac_try_echo"; } >&5
1466   (eval "$ac_compile") 2>conftest.err
1467   ac_status=$?
1468   if test -s conftest.err; then
1469     grep -v '^ *+' conftest.err >conftest.er1
1470     cat conftest.er1 >&5
1471     mv -f conftest.er1 conftest.err
1472   fi
1473   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1474   test $ac_status = 0; } && {
1475          test -z "$ac_c_werror_flag" ||
1476          test ! -s conftest.err
1477        } && test -s conftest.$ac_objext; then :
1478   ac_retval=0
1479 else
1480   $as_echo "$as_me: failed program was:" >&5
1481 sed 's/^/| /' conftest.$ac_ext >&5
1482
1483         ac_retval=1
1484 fi
1485   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1486   as_fn_set_status $ac_retval
1487
1488 } # ac_fn_c_try_compile
1489
1490 # ac_fn_c_try_link LINENO
1491 # -----------------------
1492 # Try to link conftest.$ac_ext, and return whether this succeeded.
1493 ac_fn_c_try_link ()
1494 {
1495   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1496   rm -f conftest.$ac_objext conftest$ac_exeext
1497   if { { ac_try="$ac_link"
1498 case "(($ac_try" in
1499   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1500   *) ac_try_echo=$ac_try;;
1501 esac
1502 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1503 $as_echo "$ac_try_echo"; } >&5
1504   (eval "$ac_link") 2>conftest.err
1505   ac_status=$?
1506   if test -s conftest.err; then
1507     grep -v '^ *+' conftest.err >conftest.er1
1508     cat conftest.er1 >&5
1509     mv -f conftest.er1 conftest.err
1510   fi
1511   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1512   test $ac_status = 0; } && {
1513          test -z "$ac_c_werror_flag" ||
1514          test ! -s conftest.err
1515        } && test -s conftest$ac_exeext && {
1516          test "$cross_compiling" = yes ||
1517          test -x conftest$ac_exeext
1518        }; then :
1519   ac_retval=0
1520 else
1521   $as_echo "$as_me: failed program was:" >&5
1522 sed 's/^/| /' conftest.$ac_ext >&5
1523
1524         ac_retval=1
1525 fi
1526   # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1527   # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1528   # interfere with the next link command; also delete a directory that is
1529   # left behind by Apple's compiler.  We do this before executing the actions.
1530   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1531   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1532   as_fn_set_status $ac_retval
1533
1534 } # ac_fn_c_try_link
1535
1536 # ac_fn_c_try_cpp LINENO
1537 # ----------------------
1538 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1539 ac_fn_c_try_cpp ()
1540 {
1541   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1542   if { { ac_try="$ac_cpp conftest.$ac_ext"
1543 case "(($ac_try" in
1544   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1545   *) ac_try_echo=$ac_try;;
1546 esac
1547 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1548 $as_echo "$ac_try_echo"; } >&5
1549   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1550   ac_status=$?
1551   if test -s conftest.err; then
1552     grep -v '^ *+' conftest.err >conftest.er1
1553     cat conftest.er1 >&5
1554     mv -f conftest.er1 conftest.err
1555   fi
1556   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1557   test $ac_status = 0; } > conftest.i && {
1558          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1559          test ! -s conftest.err
1560        }; then :
1561   ac_retval=0
1562 else
1563   $as_echo "$as_me: failed program was:" >&5
1564 sed 's/^/| /' conftest.$ac_ext >&5
1565
1566     ac_retval=1
1567 fi
1568   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1569   as_fn_set_status $ac_retval
1570
1571 } # ac_fn_c_try_cpp
1572
1573 # ac_fn_c_try_run LINENO
1574 # ----------------------
1575 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1576 # that executables *can* be run.
1577 ac_fn_c_try_run ()
1578 {
1579   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1580   if { { ac_try="$ac_link"
1581 case "(($ac_try" in
1582   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1583   *) ac_try_echo=$ac_try;;
1584 esac
1585 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1586 $as_echo "$ac_try_echo"; } >&5
1587   (eval "$ac_link") 2>&5
1588   ac_status=$?
1589   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1590   test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1591   { { case "(($ac_try" in
1592   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1593   *) ac_try_echo=$ac_try;;
1594 esac
1595 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1596 $as_echo "$ac_try_echo"; } >&5
1597   (eval "$ac_try") 2>&5
1598   ac_status=$?
1599   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1600   test $ac_status = 0; }; }; then :
1601   ac_retval=0
1602 else
1603   $as_echo "$as_me: program exited with status $ac_status" >&5
1604        $as_echo "$as_me: failed program was:" >&5
1605 sed 's/^/| /' conftest.$ac_ext >&5
1606
1607        ac_retval=$ac_status
1608 fi
1609   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1610   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1611   as_fn_set_status $ac_retval
1612
1613 } # ac_fn_c_try_run
1614
1615 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1616 # -------------------------------------------------------
1617 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1618 # the include files in INCLUDES and setting the cache variable VAR
1619 # accordingly.
1620 ac_fn_c_check_header_mongrel ()
1621 {
1622   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1623   if eval \${$3+:} false; then :
1624   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1625 $as_echo_n "checking for $2... " >&6; }
1626 if eval \${$3+:} false; then :
1627   $as_echo_n "(cached) " >&6
1628 fi
1629 eval ac_res=\$$3
1630                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1631 $as_echo "$ac_res" >&6; }
1632 else
1633   # Is the header compilable?
1634 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1635 $as_echo_n "checking $2 usability... " >&6; }
1636 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1637 /* end confdefs.h.  */
1638 $4
1639 #include <$2>
1640 _ACEOF
1641 if ac_fn_c_try_compile "$LINENO"; then :
1642   ac_header_compiler=yes
1643 else
1644   ac_header_compiler=no
1645 fi
1646 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1647 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1648 $as_echo "$ac_header_compiler" >&6; }
1649
1650 # Is the header present?
1651 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1652 $as_echo_n "checking $2 presence... " >&6; }
1653 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1654 /* end confdefs.h.  */
1655 #include <$2>
1656 _ACEOF
1657 if ac_fn_c_try_cpp "$LINENO"; then :
1658   ac_header_preproc=yes
1659 else
1660   ac_header_preproc=no
1661 fi
1662 rm -f conftest.err conftest.i conftest.$ac_ext
1663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1664 $as_echo "$ac_header_preproc" >&6; }
1665
1666 # So?  What about this header?
1667 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1668   yes:no: )
1669     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1670 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1671     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1672 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1673     ;;
1674   no:yes:* )
1675     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1676 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1677     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     check for missing prerequisite headers?" >&5
1678 $as_echo "$as_me: WARNING: $2:     check for missing prerequisite headers?" >&2;}
1679     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1680 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1681     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&5
1682 $as_echo "$as_me: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&2;}
1683     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1684 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1685 ( $as_echo "## --------------------------------- ##
1686 ## Report this to arjen@andromeda.nl ##
1687 ## --------------------------------- ##"
1688      ) | sed "s/^/$as_me: WARNING:     /" >&2
1689     ;;
1690 esac
1691   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1692 $as_echo_n "checking for $2... " >&6; }
1693 if eval \${$3+:} false; then :
1694   $as_echo_n "(cached) " >&6
1695 else
1696   eval "$3=\$ac_header_compiler"
1697 fi
1698 eval ac_res=\$$3
1699                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1700 $as_echo "$ac_res" >&6; }
1701 fi
1702   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1703
1704 } # ac_fn_c_check_header_mongrel
1705
1706 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1707 # -------------------------------------------------------
1708 # Tests whether HEADER exists and can be compiled using the include files in
1709 # INCLUDES, setting the cache variable VAR accordingly.
1710 ac_fn_c_check_header_compile ()
1711 {
1712   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1713   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1714 $as_echo_n "checking for $2... " >&6; }
1715 if eval \${$3+:} false; then :
1716   $as_echo_n "(cached) " >&6
1717 else
1718   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1719 /* end confdefs.h.  */
1720 $4
1721 #include <$2>
1722 _ACEOF
1723 if ac_fn_c_try_compile "$LINENO"; then :
1724   eval "$3=yes"
1725 else
1726   eval "$3=no"
1727 fi
1728 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1729 fi
1730 eval ac_res=\$$3
1731                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1732 $as_echo "$ac_res" >&6; }
1733   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1734
1735 } # ac_fn_c_check_header_compile
1736 cat >config.log <<_ACEOF
1737 This file contains any messages produced by compilers while
1738 running configure, to aid debugging if configure makes a mistake.
1739
1740 It was created by xmldoc $as_me 0.8, which was
1741 generated by GNU Autoconf 2.69.  Invocation command line was
1742
1743   $ $0 $@
1744
1745 _ACEOF
1746 exec 5>>config.log
1747 {
1748 cat <<_ASUNAME
1749 ## --------- ##
1750 ## Platform. ##
1751 ## --------- ##
1752
1753 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1754 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1755 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1756 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1757 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1758
1759 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1760 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
1761
1762 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
1763 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
1764 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1765 /usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
1766 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
1767 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
1768 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
1769
1770 _ASUNAME
1771
1772 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1773 for as_dir in $PATH
1774 do
1775   IFS=$as_save_IFS
1776   test -z "$as_dir" && as_dir=.
1777     $as_echo "PATH: $as_dir"
1778   done
1779 IFS=$as_save_IFS
1780
1781 } >&5
1782
1783 cat >&5 <<_ACEOF
1784
1785
1786 ## ----------- ##
1787 ## Core tests. ##
1788 ## ----------- ##
1789
1790 _ACEOF
1791
1792
1793 # Keep a trace of the command line.
1794 # Strip out --no-create and --no-recursion so they do not pile up.
1795 # Strip out --silent because we don't want to record it for future runs.
1796 # Also quote any args containing shell meta-characters.
1797 # Make two passes to allow for proper duplicate-argument suppression.
1798 ac_configure_args=
1799 ac_configure_args0=
1800 ac_configure_args1=
1801 ac_must_keep_next=false
1802 for ac_pass in 1 2
1803 do
1804   for ac_arg
1805   do
1806     case $ac_arg in
1807     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1808     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1809     | -silent | --silent | --silen | --sile | --sil)
1810       continue ;;
1811     *\'*)
1812       ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1813     esac
1814     case $ac_pass in
1815     1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1816     2)
1817       as_fn_append ac_configure_args1 " '$ac_arg'"
1818       if test $ac_must_keep_next = true; then
1819         ac_must_keep_next=false # Got value, back to normal.
1820       else
1821         case $ac_arg in
1822           *=* | --config-cache | -C | -disable-* | --disable-* \
1823           | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1824           | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1825           | -with-* | --with-* | -without-* | --without-* | --x)
1826             case "$ac_configure_args0 " in
1827               "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1828             esac
1829             ;;
1830           -* ) ac_must_keep_next=true ;;
1831         esac
1832       fi
1833       as_fn_append ac_configure_args " '$ac_arg'"
1834       ;;
1835     esac
1836   done
1837 done
1838 { ac_configure_args0=; unset ac_configure_args0;}
1839 { ac_configure_args1=; unset ac_configure_args1;}
1840
1841 # When interrupted or exit'd, cleanup temporary files, and complete
1842 # config.log.  We remove comments because anyway the quotes in there
1843 # would cause problems or look ugly.
1844 # WARNING: Use '\'' to represent an apostrophe within the trap.
1845 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1846 trap 'exit_status=$?
1847   # Save into config.log some information that might help in debugging.
1848   {
1849     echo
1850
1851     $as_echo "## ---------------- ##
1852 ## Cache variables. ##
1853 ## ---------------- ##"
1854     echo
1855     # The following way of writing the cache mishandles newlines in values,
1856 (
1857   for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1858     eval ac_val=\$$ac_var
1859     case $ac_val in #(
1860     *${as_nl}*)
1861       case $ac_var in #(
1862       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1863 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1864       esac
1865       case $ac_var in #(
1866       _ | IFS | as_nl) ;; #(
1867       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1868       *) { eval $ac_var=; unset $ac_var;} ;;
1869       esac ;;
1870     esac
1871   done
1872   (set) 2>&1 |
1873     case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1874     *${as_nl}ac_space=\ *)
1875       sed -n \
1876         "s/'\''/'\''\\\\'\'''\''/g;
1877           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1878       ;; #(
1879     *)
1880       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1881       ;;
1882     esac |
1883     sort
1884 )
1885     echo
1886
1887     $as_echo "## ----------------- ##
1888 ## Output variables. ##
1889 ## ----------------- ##"
1890     echo
1891     for ac_var in $ac_subst_vars
1892     do
1893       eval ac_val=\$$ac_var
1894       case $ac_val in
1895       *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1896       esac
1897       $as_echo "$ac_var='\''$ac_val'\''"
1898     done | sort
1899     echo
1900
1901     if test -n "$ac_subst_files"; then
1902       $as_echo "## ------------------- ##
1903 ## File substitutions. ##
1904 ## ------------------- ##"
1905       echo
1906       for ac_var in $ac_subst_files
1907       do
1908         eval ac_val=\$$ac_var
1909         case $ac_val in
1910         *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1911         esac
1912         $as_echo "$ac_var='\''$ac_val'\''"
1913       done | sort
1914       echo
1915     fi
1916
1917     if test -s confdefs.h; then
1918       $as_echo "## ----------- ##
1919 ## confdefs.h. ##
1920 ## ----------- ##"
1921       echo
1922       cat confdefs.h
1923       echo
1924     fi
1925     test "$ac_signal" != 0 &&
1926       $as_echo "$as_me: caught signal $ac_signal"
1927     $as_echo "$as_me: exit $exit_status"
1928   } >&5
1929   rm -f core *.core core.conftest.* &&
1930     rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1931     exit $exit_status
1932 ' 0
1933 for ac_signal in 1 2 13 15; do
1934   trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
1935 done
1936 ac_signal=0
1937
1938 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1939 rm -f -r conftest* confdefs.h
1940
1941 $as_echo "/* confdefs.h */" > confdefs.h
1942
1943 # Predefined preprocessor variables.
1944
1945 cat >>confdefs.h <<_ACEOF
1946 #define PACKAGE_NAME "$PACKAGE_NAME"
1947 _ACEOF
1948
1949 cat >>confdefs.h <<_ACEOF
1950 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1951 _ACEOF
1952
1953 cat >>confdefs.h <<_ACEOF
1954 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1955 _ACEOF
1956
1957 cat >>confdefs.h <<_ACEOF
1958 #define PACKAGE_STRING "$PACKAGE_STRING"
1959 _ACEOF
1960
1961 cat >>confdefs.h <<_ACEOF
1962 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1963 _ACEOF
1964
1965 cat >>confdefs.h <<_ACEOF
1966 #define PACKAGE_URL "$PACKAGE_URL"
1967 _ACEOF
1968
1969
1970 # Let the site file select an alternate cache file if it wants to.
1971 # Prefer an explicitly selected file to automatically selected ones.
1972 ac_site_file1=NONE
1973 ac_site_file2=NONE
1974 if test -n "$CONFIG_SITE"; then
1975   # We do not want a PATH search for config.site.
1976   case $CONFIG_SITE in #((
1977     -*)  ac_site_file1=./$CONFIG_SITE;;
1978     */*) ac_site_file1=$CONFIG_SITE;;
1979     *)   ac_site_file1=./$CONFIG_SITE;;
1980   esac
1981 elif test "x$prefix" != xNONE; then
1982   ac_site_file1=$prefix/share/config.site
1983   ac_site_file2=$prefix/etc/config.site
1984 else
1985   ac_site_file1=$ac_default_prefix/share/config.site
1986   ac_site_file2=$ac_default_prefix/etc/config.site
1987 fi
1988 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1989 do
1990   test "x$ac_site_file" = xNONE && continue
1991   if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
1992     { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
1993 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
1994     sed 's/^/| /' "$ac_site_file" >&5
1995     . "$ac_site_file" \
1996       || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1997 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1998 as_fn_error $? "failed to load site script $ac_site_file
1999 See \`config.log' for more details" "$LINENO" 5; }
2000   fi
2001 done
2002
2003 if test -r "$cache_file"; then
2004   # Some versions of bash will fail to source /dev/null (special files
2005   # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
2006   if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2007     { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2008 $as_echo "$as_me: loading cache $cache_file" >&6;}
2009     case $cache_file in
2010       [\\/]* | ?:[\\/]* ) . "$cache_file";;
2011       *)                      . "./$cache_file";;
2012     esac
2013   fi
2014 else
2015   { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2016 $as_echo "$as_me: creating cache $cache_file" >&6;}
2017   >$cache_file
2018 fi
2019
2020 # Check that the precious variables saved in the cache have kept the same
2021 # value.
2022 ac_cache_corrupted=false
2023 for ac_var in $ac_precious_vars; do
2024   eval ac_old_set=\$ac_cv_env_${ac_var}_set
2025   eval ac_new_set=\$ac_env_${ac_var}_set
2026   eval ac_old_val=\$ac_cv_env_${ac_var}_value
2027   eval ac_new_val=\$ac_env_${ac_var}_value
2028   case $ac_old_set,$ac_new_set in
2029     set,)
2030       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2031 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2032       ac_cache_corrupted=: ;;
2033     ,set)
2034       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2035 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2036       ac_cache_corrupted=: ;;
2037     ,);;
2038     *)
2039       if test "x$ac_old_val" != "x$ac_new_val"; then
2040         # differences in whitespace do not lead to failure.
2041         ac_old_val_w=`echo x $ac_old_val`
2042         ac_new_val_w=`echo x $ac_new_val`
2043         if test "$ac_old_val_w" != "$ac_new_val_w"; then
2044           { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2045 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2046           ac_cache_corrupted=:
2047         else
2048           { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2049 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2050           eval $ac_var=\$ac_old_val
2051         fi
2052         { $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
2053 $as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
2054         { $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
2055 $as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
2056       fi;;
2057   esac
2058   # Pass precious variables to config.status.
2059   if test "$ac_new_set" = set; then
2060     case $ac_new_val in
2061     *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2062     *) ac_arg=$ac_var=$ac_new_val ;;
2063     esac
2064     case " $ac_configure_args " in
2065       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
2066       *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2067     esac
2068   fi
2069 done
2070 if $ac_cache_corrupted; then
2071   { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2072 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2073   { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2074 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2075   as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2076 fi
2077 ## -------------------- ##
2078 ## Main body of script. ##
2079 ## -------------------- ##
2080
2081 ac_ext=c
2082 ac_cpp='$CPP $CPPFLAGS'
2083 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2084 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2085 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2086
2087
2088 am__api_version='1.15'
2089
2090 ac_aux_dir=
2091 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2092   if test -f "$ac_dir/install-sh"; then
2093     ac_aux_dir=$ac_dir
2094     ac_install_sh="$ac_aux_dir/install-sh -c"
2095     break
2096   elif test -f "$ac_dir/install.sh"; then
2097     ac_aux_dir=$ac_dir
2098     ac_install_sh="$ac_aux_dir/install.sh -c"
2099     break
2100   elif test -f "$ac_dir/shtool"; then
2101     ac_aux_dir=$ac_dir
2102     ac_install_sh="$ac_aux_dir/shtool install -c"
2103     break
2104   fi
2105 done
2106 if test -z "$ac_aux_dir"; then
2107   as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2108 fi
2109
2110 # These three variables are undocumented and unsupported,
2111 # and are intended to be withdrawn in a future Autoconf release.
2112 # They can cause serious problems if a builder's source tree is in a directory
2113 # whose full name contains unusual characters.
2114 ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
2115 ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
2116 ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
2117
2118
2119 # Find a good install program.  We prefer a C program (faster),
2120 # so one script is as good as another.  But avoid the broken or
2121 # incompatible versions:
2122 # SysV /etc/install, /usr/sbin/install
2123 # SunOS /usr/etc/install
2124 # IRIX /sbin/install
2125 # AIX /bin/install
2126 # AmigaOS /C/install, which installs bootblocks on floppy discs
2127 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2128 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2129 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2130 # OS/2's system install, which has a completely different semantic
2131 # ./install, which can be erroneously created by make from ./install.sh.
2132 # Reject install programs that cannot install multiple files.
2133 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2134 $as_echo_n "checking for a BSD-compatible install... " >&6; }
2135 if test -z "$INSTALL"; then
2136 if ${ac_cv_path_install+:} false; then :
2137   $as_echo_n "(cached) " >&6
2138 else
2139   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2140 for as_dir in $PATH
2141 do
2142   IFS=$as_save_IFS
2143   test -z "$as_dir" && as_dir=.
2144     # Account for people who put trailing slashes in PATH elements.
2145 case $as_dir/ in #((
2146   ./ | .// | /[cC]/* | \
2147   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2148   ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
2149   /usr/ucb/* ) ;;
2150   *)
2151     # OSF1 and SCO ODT 3.0 have their own names for install.
2152     # Don't use installbsd from OSF since it installs stuff as root
2153     # by default.
2154     for ac_prog in ginstall scoinst install; do
2155       for ac_exec_ext in '' $ac_executable_extensions; do
2156         if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2157           if test $ac_prog = install &&
2158             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2159             # AIX install.  It has an incompatible calling convention.
2160             :
2161           elif test $ac_prog = install &&
2162             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2163             # program-specific install script used by HP pwplus--don't use.
2164             :
2165           else
2166             rm -rf conftest.one conftest.two conftest.dir
2167             echo one > conftest.one
2168             echo two > conftest.two
2169             mkdir conftest.dir
2170             if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2171               test -s conftest.one && test -s conftest.two &&
2172               test -s conftest.dir/conftest.one &&
2173               test -s conftest.dir/conftest.two
2174             then
2175               ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2176               break 3
2177             fi
2178           fi
2179         fi
2180       done
2181     done
2182     ;;
2183 esac
2184
2185   done
2186 IFS=$as_save_IFS
2187
2188 rm -rf conftest.one conftest.two conftest.dir
2189
2190 fi
2191   if test "${ac_cv_path_install+set}" = set; then
2192     INSTALL=$ac_cv_path_install
2193   else
2194     # As a last resort, use the slow shell script.  Don't cache a
2195     # value for INSTALL within a source directory, because that will
2196     # break other packages using the cache if that directory is
2197     # removed, or if the value is a relative name.
2198     INSTALL=$ac_install_sh
2199   fi
2200 fi
2201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2202 $as_echo "$INSTALL" >&6; }
2203
2204 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2205 # It thinks the first close brace ends the variable substitution.
2206 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2207
2208 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2209
2210 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2211
2212 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2213 $as_echo_n "checking whether build environment is sane... " >&6; }
2214 # Reject unsafe characters in $srcdir or the absolute working directory
2215 # name.  Accept space and tab only in the latter.
2216 am_lf='
2217 '
2218 case `pwd` in
2219   *[\\\"\#\$\&\'\`$am_lf]*)
2220     as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
2221 esac
2222 case $srcdir in
2223   *[\\\"\#\$\&\'\`$am_lf\ \     ]*)
2224     as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
2225 esac
2226
2227 # Do 'set' in a subshell so we don't clobber the current shell's
2228 # arguments.  Must try -L first in case configure is actually a
2229 # symlink; some systems play weird games with the mod time of symlinks
2230 # (eg FreeBSD returns the mod time of the symlink's containing
2231 # directory).
2232 if (
2233    am_has_slept=no
2234    for am_try in 1 2; do
2235      echo "timestamp, slept: $am_has_slept" > conftest.file
2236      set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2237      if test "$*" = "X"; then
2238         # -L didn't work.
2239         set X `ls -t "$srcdir/configure" conftest.file`
2240      fi
2241      if test "$*" != "X $srcdir/configure conftest.file" \
2242         && test "$*" != "X conftest.file $srcdir/configure"; then
2243
2244         # If neither matched, then we have a broken ls.  This can happen
2245         # if, for instance, CONFIG_SHELL is bash and it inherits a
2246         # broken ls alias from the environment.  This has actually
2247         # happened.  Such a system could not be considered "sane".
2248         as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
2249   alias in your environment" "$LINENO" 5
2250      fi
2251      if test "$2" = conftest.file || test $am_try -eq 2; then
2252        break
2253      fi
2254      # Just in case.
2255      sleep 1
2256      am_has_slept=yes
2257    done
2258    test "$2" = conftest.file
2259    )
2260 then
2261    # Ok.
2262    :
2263 else
2264    as_fn_error $? "newly created file is older than distributed files!
2265 Check your system clock" "$LINENO" 5
2266 fi
2267 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2268 $as_echo "yes" >&6; }
2269 # If we didn't sleep, we still need to ensure time stamps of config.status and
2270 # generated files are strictly newer.
2271 am_sleep_pid=
2272 if grep 'slept: no' conftest.file >/dev/null 2>&1; then
2273   ( sleep 1 ) &
2274   am_sleep_pid=$!
2275 fi
2276
2277 rm -f conftest.file
2278
2279 test "$program_prefix" != NONE &&
2280   program_transform_name="s&^&$program_prefix&;$program_transform_name"
2281 # Use a double $ so make ignores it.
2282 test "$program_suffix" != NONE &&
2283   program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2284 # Double any \ or $.
2285 # By default was `s,x,x', remove it if useless.
2286 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2287 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2288
2289 # Expand $ac_aux_dir to an absolute path.
2290 am_aux_dir=`cd "$ac_aux_dir" && pwd`
2291
2292 if test x"${MISSING+set}" != xset; then
2293   case $am_aux_dir in
2294   *\ * | *\     *)
2295     MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
2296   *)
2297     MISSING="\${SHELL} $am_aux_dir/missing" ;;
2298   esac
2299 fi
2300 # Use eval to expand $SHELL
2301 if eval "$MISSING --is-lightweight"; then
2302   am_missing_run="$MISSING "
2303 else
2304   am_missing_run=
2305   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
2306 $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
2307 fi
2308
2309 if test x"${install_sh+set}" != xset; then
2310   case $am_aux_dir in
2311   *\ * | *\     *)
2312     install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
2313   *)
2314     install_sh="\${SHELL} $am_aux_dir/install-sh"
2315   esac
2316 fi
2317
2318 # Installed binaries are usually stripped using 'strip' when the user
2319 # run "make install-strip".  However 'strip' might not be the right
2320 # tool to use in cross-compilation environments, therefore Automake
2321 # will honor the 'STRIP' environment variable to overrule this program.
2322 if test "$cross_compiling" != no; then
2323   if test -n "$ac_tool_prefix"; then
2324   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2325 set dummy ${ac_tool_prefix}strip; ac_word=$2
2326 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2327 $as_echo_n "checking for $ac_word... " >&6; }
2328 if ${ac_cv_prog_STRIP+:} false; then :
2329   $as_echo_n "(cached) " >&6
2330 else
2331   if test -n "$STRIP"; then
2332   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2333 else
2334 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2335 for as_dir in $PATH
2336 do
2337   IFS=$as_save_IFS
2338   test -z "$as_dir" && as_dir=.
2339     for ac_exec_ext in '' $ac_executable_extensions; do
2340   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2341     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2342     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2343     break 2
2344   fi
2345 done
2346   done
2347 IFS=$as_save_IFS
2348
2349 fi
2350 fi
2351 STRIP=$ac_cv_prog_STRIP
2352 if test -n "$STRIP"; then
2353   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2354 $as_echo "$STRIP" >&6; }
2355 else
2356   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2357 $as_echo "no" >&6; }
2358 fi
2359
2360
2361 fi
2362 if test -z "$ac_cv_prog_STRIP"; then
2363   ac_ct_STRIP=$STRIP
2364   # Extract the first word of "strip", so it can be a program name with args.
2365 set dummy strip; ac_word=$2
2366 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2367 $as_echo_n "checking for $ac_word... " >&6; }
2368 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
2369   $as_echo_n "(cached) " >&6
2370 else
2371   if test -n "$ac_ct_STRIP"; then
2372   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2373 else
2374 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2375 for as_dir in $PATH
2376 do
2377   IFS=$as_save_IFS
2378   test -z "$as_dir" && as_dir=.
2379     for ac_exec_ext in '' $ac_executable_extensions; do
2380   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2381     ac_cv_prog_ac_ct_STRIP="strip"
2382     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2383     break 2
2384   fi
2385 done
2386   done
2387 IFS=$as_save_IFS
2388
2389 fi
2390 fi
2391 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2392 if test -n "$ac_ct_STRIP"; then
2393   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
2394 $as_echo "$ac_ct_STRIP" >&6; }
2395 else
2396   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2397 $as_echo "no" >&6; }
2398 fi
2399
2400   if test "x$ac_ct_STRIP" = x; then
2401     STRIP=":"
2402   else
2403     case $cross_compiling:$ac_tool_warned in
2404 yes:)
2405 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2406 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2407 ac_tool_warned=yes ;;
2408 esac
2409     STRIP=$ac_ct_STRIP
2410   fi
2411 else
2412   STRIP="$ac_cv_prog_STRIP"
2413 fi
2414
2415 fi
2416 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2417
2418 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
2419 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
2420 if test -z "$MKDIR_P"; then
2421   if ${ac_cv_path_mkdir+:} false; then :
2422   $as_echo_n "(cached) " >&6
2423 else
2424   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2425 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
2426 do
2427   IFS=$as_save_IFS
2428   test -z "$as_dir" && as_dir=.
2429     for ac_prog in mkdir gmkdir; do
2430          for ac_exec_ext in '' $ac_executable_extensions; do
2431            as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
2432            case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2433              'mkdir (GNU coreutils) '* | \
2434              'mkdir (coreutils) '* | \
2435              'mkdir (fileutils) '4.1*)
2436                ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
2437                break 3;;
2438            esac
2439          done
2440        done
2441   done
2442 IFS=$as_save_IFS
2443
2444 fi
2445
2446   test -d ./--version && rmdir ./--version
2447   if test "${ac_cv_path_mkdir+set}" = set; then
2448     MKDIR_P="$ac_cv_path_mkdir -p"
2449   else
2450     # As a last resort, use the slow shell script.  Don't cache a
2451     # value for MKDIR_P within a source directory, because that will
2452     # break other packages using the cache if that directory is
2453     # removed, or if the value is a relative name.
2454     MKDIR_P="$ac_install_sh -d"
2455   fi
2456 fi
2457 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2458 $as_echo "$MKDIR_P" >&6; }
2459
2460 for ac_prog in gawk mawk nawk awk
2461 do
2462   # Extract the first word of "$ac_prog", so it can be a program name with args.
2463 set dummy $ac_prog; ac_word=$2
2464 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2465 $as_echo_n "checking for $ac_word... " >&6; }
2466 if ${ac_cv_prog_AWK+:} false; then :
2467   $as_echo_n "(cached) " >&6
2468 else
2469   if test -n "$AWK"; then
2470   ac_cv_prog_AWK="$AWK" # Let the user override the test.
2471 else
2472 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2473 for as_dir in $PATH
2474 do
2475   IFS=$as_save_IFS
2476   test -z "$as_dir" && as_dir=.
2477     for ac_exec_ext in '' $ac_executable_extensions; do
2478   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2479     ac_cv_prog_AWK="$ac_prog"
2480     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2481     break 2
2482   fi
2483 done
2484   done
2485 IFS=$as_save_IFS
2486
2487 fi
2488 fi
2489 AWK=$ac_cv_prog_AWK
2490 if test -n "$AWK"; then
2491   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2492 $as_echo "$AWK" >&6; }
2493 else
2494   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2495 $as_echo "no" >&6; }
2496 fi
2497
2498
2499   test -n "$AWK" && break
2500 done
2501
2502 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2503 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2504 set x ${MAKE-make}
2505 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2506 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
2507   $as_echo_n "(cached) " >&6
2508 else
2509   cat >conftest.make <<\_ACEOF
2510 SHELL = /bin/sh
2511 all:
2512         @echo '@@@%%%=$(MAKE)=@@@%%%'
2513 _ACEOF
2514 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
2515 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2516   *@@@%%%=?*=@@@%%%*)
2517     eval ac_cv_prog_make_${ac_make}_set=yes;;
2518   *)
2519     eval ac_cv_prog_make_${ac_make}_set=no;;
2520 esac
2521 rm -f conftest.make
2522 fi
2523 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2524   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2525 $as_echo "yes" >&6; }
2526   SET_MAKE=
2527 else
2528   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2529 $as_echo "no" >&6; }
2530   SET_MAKE="MAKE=${MAKE-make}"
2531 fi
2532
2533 rm -rf .tst 2>/dev/null
2534 mkdir .tst 2>/dev/null
2535 if test -d .tst; then
2536   am__leading_dot=.
2537 else
2538   am__leading_dot=_
2539 fi
2540 rmdir .tst 2>/dev/null
2541
2542 # Check whether --enable-silent-rules was given.
2543 if test "${enable_silent_rules+set}" = set; then :
2544   enableval=$enable_silent_rules;
2545 fi
2546
2547 case $enable_silent_rules in # (((
2548   yes) AM_DEFAULT_VERBOSITY=0;;
2549    no) AM_DEFAULT_VERBOSITY=1;;
2550     *) AM_DEFAULT_VERBOSITY=1;;
2551 esac
2552 am_make=${MAKE-make}
2553 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
2554 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
2555 if ${am_cv_make_support_nested_variables+:} false; then :
2556   $as_echo_n "(cached) " >&6
2557 else
2558   if $as_echo 'TRUE=$(BAR$(V))
2559 BAR0=false
2560 BAR1=true
2561 V=1
2562 am__doit:
2563         @$(TRUE)
2564 .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
2565   am_cv_make_support_nested_variables=yes
2566 else
2567   am_cv_make_support_nested_variables=no
2568 fi
2569 fi
2570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
2571 $as_echo "$am_cv_make_support_nested_variables" >&6; }
2572 if test $am_cv_make_support_nested_variables = yes; then
2573     AM_V='$(V)'
2574   AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
2575 else
2576   AM_V=$AM_DEFAULT_VERBOSITY
2577   AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
2578 fi
2579 AM_BACKSLASH='\'
2580
2581 if test "`cd $srcdir && pwd`" != "`pwd`"; then
2582   # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2583   # is not polluted with repeated "-I."
2584   am__isrc=' -I$(srcdir)'
2585   # test to see if srcdir already configured
2586   if test -f $srcdir/config.status; then
2587     as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
2588   fi
2589 fi
2590
2591 # test whether we have cygpath
2592 if test -z "$CYGPATH_W"; then
2593   if (cygpath --version) >/dev/null 2>/dev/null; then
2594     CYGPATH_W='cygpath -w'
2595   else
2596     CYGPATH_W=echo
2597   fi
2598 fi
2599
2600
2601 # Define the identity of the package.
2602  PACKAGE='xmldoc'
2603  VERSION='0.8'
2604
2605
2606 cat >>confdefs.h <<_ACEOF
2607 #define PACKAGE "$PACKAGE"
2608 _ACEOF
2609
2610
2611 cat >>confdefs.h <<_ACEOF
2612 #define VERSION "$VERSION"
2613 _ACEOF
2614
2615 # Some tools Automake needs.
2616
2617 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2618
2619
2620 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
2621
2622
2623 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2624
2625
2626 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2627
2628
2629 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2630
2631 # For better backward compatibility.  To be removed once Automake 1.9.x
2632 # dies out for good.  For more background, see:
2633 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
2634 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
2635 mkdir_p='$(MKDIR_P)'
2636
2637 # We need awk for the "check" target (and possibly the TAP driver).  The
2638 # system "awk" is bad on some platforms.
2639 # Always define AMTAR for backward compatibility.  Yes, it's still used
2640 # in the wild :-(  We should find a proper way to deprecate it ...
2641 AMTAR='$${TAR-tar}'
2642
2643
2644 # We'll loop over all known methods to create a tar archive until one works.
2645 _am_tools='gnutar  pax cpio none'
2646
2647 am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
2648
2649
2650
2651
2652
2653
2654 # POSIX will say in a future version that running "rm -f" with no argument
2655 # is OK; and we want to be able to make that assumption in our Makefile
2656 # recipes.  So use an aggressive probe to check that the usage we want is
2657 # actually supported "in the wild" to an acceptable degree.
2658 # See automake bug#10828.
2659 # To make any issue more visible, cause the running configure to be aborted
2660 # by default if the 'rm' program in use doesn't match our expectations; the
2661 # user can still override this though.
2662 if rm -f && rm -fr && rm -rf; then : OK; else
2663   cat >&2 <<'END'
2664 Oops!
2665
2666 Your 'rm' program seems unable to run without file operands specified
2667 on the command line, even when the '-f' option is present.  This is contrary
2668 to the behaviour of most rm programs out there, and not conforming with
2669 the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
2670
2671 Please tell bug-automake@gnu.org about your system, including the value
2672 of your $PATH and any error possibly output before this message.  This
2673 can help us improve future automake versions.
2674
2675 END
2676   if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
2677     echo 'Configuration will proceed anyway, since you have set the' >&2
2678     echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
2679     echo >&2
2680   else
2681     cat >&2 <<'END'
2682 Aborting the configuration process, to ensure you take notice of the issue.
2683
2684 You can download and install GNU coreutils to get an 'rm' implementation
2685 that behaves properly: <http://www.gnu.org/software/coreutils/>.
2686
2687 If you want to complete the configuration process using your problematic
2688 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
2689 to "yes", and re-run configure.
2690
2691 END
2692     as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
2693   fi
2694 fi
2695
2696
2697 ac_ext=c
2698 ac_cpp='$CPP $CPPFLAGS'
2699 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2700 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2701 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2702 if test -n "$ac_tool_prefix"; then
2703   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2704 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2705 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2706 $as_echo_n "checking for $ac_word... " >&6; }
2707 if ${ac_cv_prog_CC+:} false; then :
2708   $as_echo_n "(cached) " >&6
2709 else
2710   if test -n "$CC"; then
2711   ac_cv_prog_CC="$CC" # Let the user override the test.
2712 else
2713 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2714 for as_dir in $PATH
2715 do
2716   IFS=$as_save_IFS
2717   test -z "$as_dir" && as_dir=.
2718     for ac_exec_ext in '' $ac_executable_extensions; do
2719   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2720     ac_cv_prog_CC="${ac_tool_prefix}gcc"
2721     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2722     break 2
2723   fi
2724 done
2725   done
2726 IFS=$as_save_IFS
2727
2728 fi
2729 fi
2730 CC=$ac_cv_prog_CC
2731 if test -n "$CC"; then
2732   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2733 $as_echo "$CC" >&6; }
2734 else
2735   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2736 $as_echo "no" >&6; }
2737 fi
2738
2739
2740 fi
2741 if test -z "$ac_cv_prog_CC"; then
2742   ac_ct_CC=$CC
2743   # Extract the first word of "gcc", so it can be a program name with args.
2744 set dummy gcc; ac_word=$2
2745 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2746 $as_echo_n "checking for $ac_word... " >&6; }
2747 if ${ac_cv_prog_ac_ct_CC+:} false; then :
2748   $as_echo_n "(cached) " >&6
2749 else
2750   if test -n "$ac_ct_CC"; then
2751   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2752 else
2753 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2754 for as_dir in $PATH
2755 do
2756   IFS=$as_save_IFS
2757   test -z "$as_dir" && as_dir=.
2758     for ac_exec_ext in '' $ac_executable_extensions; do
2759   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2760     ac_cv_prog_ac_ct_CC="gcc"
2761     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2762     break 2
2763   fi
2764 done
2765   done
2766 IFS=$as_save_IFS
2767
2768 fi
2769 fi
2770 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2771 if test -n "$ac_ct_CC"; then
2772   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2773 $as_echo "$ac_ct_CC" >&6; }
2774 else
2775   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2776 $as_echo "no" >&6; }
2777 fi
2778
2779   if test "x$ac_ct_CC" = x; then
2780     CC=""
2781   else
2782     case $cross_compiling:$ac_tool_warned in
2783 yes:)
2784 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2785 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2786 ac_tool_warned=yes ;;
2787 esac
2788     CC=$ac_ct_CC
2789   fi
2790 else
2791   CC="$ac_cv_prog_CC"
2792 fi
2793
2794 if test -z "$CC"; then
2795           if test -n "$ac_tool_prefix"; then
2796     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2797 set dummy ${ac_tool_prefix}cc; ac_word=$2
2798 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2799 $as_echo_n "checking for $ac_word... " >&6; }
2800 if ${ac_cv_prog_CC+:} false; then :
2801   $as_echo_n "(cached) " >&6
2802 else
2803   if test -n "$CC"; then
2804   ac_cv_prog_CC="$CC" # Let the user override the test.
2805 else
2806 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2807 for as_dir in $PATH
2808 do
2809   IFS=$as_save_IFS
2810   test -z "$as_dir" && as_dir=.
2811     for ac_exec_ext in '' $ac_executable_extensions; do
2812   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2813     ac_cv_prog_CC="${ac_tool_prefix}cc"
2814     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2815     break 2
2816   fi
2817 done
2818   done
2819 IFS=$as_save_IFS
2820
2821 fi
2822 fi
2823 CC=$ac_cv_prog_CC
2824 if test -n "$CC"; then
2825   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2826 $as_echo "$CC" >&6; }
2827 else
2828   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2829 $as_echo "no" >&6; }
2830 fi
2831
2832
2833   fi
2834 fi
2835 if test -z "$CC"; then
2836   # Extract the first word of "cc", so it can be a program name with args.
2837 set dummy cc; ac_word=$2
2838 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2839 $as_echo_n "checking for $ac_word... " >&6; }
2840 if ${ac_cv_prog_CC+:} false; then :
2841   $as_echo_n "(cached) " >&6
2842 else
2843   if test -n "$CC"; then
2844   ac_cv_prog_CC="$CC" # Let the user override the test.
2845 else
2846   ac_prog_rejected=no
2847 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2848 for as_dir in $PATH
2849 do
2850   IFS=$as_save_IFS
2851   test -z "$as_dir" && as_dir=.
2852     for ac_exec_ext in '' $ac_executable_extensions; do
2853   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2854     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2855        ac_prog_rejected=yes
2856        continue
2857      fi
2858     ac_cv_prog_CC="cc"
2859     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2860     break 2
2861   fi
2862 done
2863   done
2864 IFS=$as_save_IFS
2865
2866 if test $ac_prog_rejected = yes; then
2867   # We found a bogon in the path, so make sure we never use it.
2868   set dummy $ac_cv_prog_CC
2869   shift
2870   if test $# != 0; then
2871     # We chose a different compiler from the bogus one.
2872     # However, it has the same basename, so the bogon will be chosen
2873     # first if we set CC to just the basename; use the full file name.
2874     shift
2875     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2876   fi
2877 fi
2878 fi
2879 fi
2880 CC=$ac_cv_prog_CC
2881 if test -n "$CC"; then
2882   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2883 $as_echo "$CC" >&6; }
2884 else
2885   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2886 $as_echo "no" >&6; }
2887 fi
2888
2889
2890 fi
2891 if test -z "$CC"; then
2892   if test -n "$ac_tool_prefix"; then
2893   for ac_prog in cl.exe
2894   do
2895     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2896 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2897 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2898 $as_echo_n "checking for $ac_word... " >&6; }
2899 if ${ac_cv_prog_CC+:} false; then :
2900   $as_echo_n "(cached) " >&6
2901 else
2902   if test -n "$CC"; then
2903   ac_cv_prog_CC="$CC" # Let the user override the test.
2904 else
2905 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2906 for as_dir in $PATH
2907 do
2908   IFS=$as_save_IFS
2909   test -z "$as_dir" && as_dir=.
2910     for ac_exec_ext in '' $ac_executable_extensions; do
2911   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2912     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2913     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2914     break 2
2915   fi
2916 done
2917   done
2918 IFS=$as_save_IFS
2919
2920 fi
2921 fi
2922 CC=$ac_cv_prog_CC
2923 if test -n "$CC"; then
2924   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2925 $as_echo "$CC" >&6; }
2926 else
2927   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2928 $as_echo "no" >&6; }
2929 fi
2930
2931
2932     test -n "$CC" && break
2933   done
2934 fi
2935 if test -z "$CC"; then
2936   ac_ct_CC=$CC
2937   for ac_prog in cl.exe
2938 do
2939   # Extract the first word of "$ac_prog", so it can be a program name with args.
2940 set dummy $ac_prog; ac_word=$2
2941 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2942 $as_echo_n "checking for $ac_word... " >&6; }
2943 if ${ac_cv_prog_ac_ct_CC+:} false; then :
2944   $as_echo_n "(cached) " >&6
2945 else
2946   if test -n "$ac_ct_CC"; then
2947   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2948 else
2949 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2950 for as_dir in $PATH
2951 do
2952   IFS=$as_save_IFS
2953   test -z "$as_dir" && as_dir=.
2954     for ac_exec_ext in '' $ac_executable_extensions; do
2955   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2956     ac_cv_prog_ac_ct_CC="$ac_prog"
2957     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2958     break 2
2959   fi
2960 done
2961   done
2962 IFS=$as_save_IFS
2963
2964 fi
2965 fi
2966 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2967 if test -n "$ac_ct_CC"; then
2968   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2969 $as_echo "$ac_ct_CC" >&6; }
2970 else
2971   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2972 $as_echo "no" >&6; }
2973 fi
2974
2975
2976   test -n "$ac_ct_CC" && break
2977 done
2978
2979   if test "x$ac_ct_CC" = x; then
2980     CC=""
2981   else
2982     case $cross_compiling:$ac_tool_warned in
2983 yes:)
2984 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2985 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2986 ac_tool_warned=yes ;;
2987 esac
2988     CC=$ac_ct_CC
2989   fi
2990 fi
2991
2992 fi
2993
2994
2995 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2996 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2997 as_fn_error $? "no acceptable C compiler found in \$PATH
2998 See \`config.log' for more details" "$LINENO" 5; }
2999
3000 # Provide some information about the compiler.
3001 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3002 set X $ac_compile
3003 ac_compiler=$2
3004 for ac_option in --version -v -V -qversion; do
3005   { { ac_try="$ac_compiler $ac_option >&5"
3006 case "(($ac_try" in
3007   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3008   *) ac_try_echo=$ac_try;;
3009 esac
3010 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3011 $as_echo "$ac_try_echo"; } >&5
3012   (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3013   ac_status=$?
3014   if test -s conftest.err; then
3015     sed '10a\
3016 ... rest of stderr output deleted ...
3017          10q' conftest.err >conftest.er1
3018     cat conftest.er1 >&5
3019   fi
3020   rm -f conftest.er1 conftest.err
3021   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3022   test $ac_status = 0; }
3023 done
3024
3025 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3026 /* end confdefs.h.  */
3027
3028 int
3029 main ()
3030 {
3031
3032   ;
3033   return 0;
3034 }
3035 _ACEOF
3036 ac_clean_files_save=$ac_clean_files
3037 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3038 # Try to create an executable without -o first, disregard a.out.
3039 # It will help us diagnose broken compilers, and finding out an intuition
3040 # of exeext.
3041 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3042 $as_echo_n "checking whether the C compiler works... " >&6; }
3043 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3044
3045 # The possible output files:
3046 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3047
3048 ac_rmfiles=
3049 for ac_file in $ac_files
3050 do
3051   case $ac_file in
3052     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3053     * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3054   esac
3055 done
3056 rm -f $ac_rmfiles
3057
3058 if { { ac_try="$ac_link_default"
3059 case "(($ac_try" in
3060   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3061   *) ac_try_echo=$ac_try;;
3062 esac
3063 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3064 $as_echo "$ac_try_echo"; } >&5
3065   (eval "$ac_link_default") 2>&5
3066   ac_status=$?
3067   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3068   test $ac_status = 0; }; then :
3069   # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3070 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3071 # in a Makefile.  We should not override ac_cv_exeext if it was cached,
3072 # so that the user can short-circuit this test for compilers unknown to
3073 # Autoconf.
3074 for ac_file in $ac_files ''
3075 do
3076   test -f "$ac_file" || continue
3077   case $ac_file in
3078     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3079         ;;
3080     [ab].out )
3081         # We found the default executable, but exeext='' is most
3082         # certainly right.
3083         break;;
3084     *.* )
3085         if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3086         then :; else
3087            ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3088         fi
3089         # We set ac_cv_exeext here because the later test for it is not
3090         # safe: cross compilers may not add the suffix if given an `-o'
3091         # argument, so we may need to know it at that point already.
3092         # Even if this section looks crufty: it has the advantage of
3093         # actually working.
3094         break;;
3095     * )
3096         break;;
3097   esac
3098 done
3099 test "$ac_cv_exeext" = no && ac_cv_exeext=
3100
3101 else
3102   ac_file=''
3103 fi
3104 if test -z "$ac_file"; then :
3105   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3106 $as_echo "no" >&6; }
3107 $as_echo "$as_me: failed program was:" >&5
3108 sed 's/^/| /' conftest.$ac_ext >&5
3109
3110 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3111 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3112 as_fn_error 77 "C compiler cannot create executables
3113 See \`config.log' for more details" "$LINENO" 5; }
3114 else
3115   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3116 $as_echo "yes" >&6; }
3117 fi
3118 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3119 $as_echo_n "checking for C compiler default output file name... " >&6; }
3120 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3121 $as_echo "$ac_file" >&6; }
3122 ac_exeext=$ac_cv_exeext
3123
3124 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3125 ac_clean_files=$ac_clean_files_save
3126 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3127 $as_echo_n "checking for suffix of executables... " >&6; }
3128 if { { ac_try="$ac_link"
3129 case "(($ac_try" in
3130   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3131   *) ac_try_echo=$ac_try;;
3132 esac
3133 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3134 $as_echo "$ac_try_echo"; } >&5
3135   (eval "$ac_link") 2>&5
3136   ac_status=$?
3137   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3138   test $ac_status = 0; }; then :
3139   # If both `conftest.exe' and `conftest' are `present' (well, observable)
3140 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
3141 # work properly (i.e., refer to `conftest.exe'), while it won't with
3142 # `rm'.
3143 for ac_file in conftest.exe conftest conftest.*; do
3144   test -f "$ac_file" || continue
3145   case $ac_file in
3146     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3147     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3148           break;;
3149     * ) break;;
3150   esac
3151 done
3152 else
3153   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3154 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3155 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3156 See \`config.log' for more details" "$LINENO" 5; }
3157 fi
3158 rm -f conftest conftest$ac_cv_exeext
3159 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3160 $as_echo "$ac_cv_exeext" >&6; }
3161
3162 rm -f conftest.$ac_ext
3163 EXEEXT=$ac_cv_exeext
3164 ac_exeext=$EXEEXT
3165 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3166 /* end confdefs.h.  */
3167 #include <stdio.h>
3168 int
3169 main ()
3170 {
3171 FILE *f = fopen ("conftest.out", "w");
3172  return ferror (f) || fclose (f) != 0;
3173
3174   ;
3175   return 0;
3176 }
3177 _ACEOF
3178 ac_clean_files="$ac_clean_files conftest.out"
3179 # Check that the compiler produces executables we can run.  If not, either
3180 # the compiler is broken, or we cross compile.
3181 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3182 $as_echo_n "checking whether we are cross compiling... " >&6; }
3183 if test "$cross_compiling" != yes; then
3184   { { ac_try="$ac_link"
3185 case "(($ac_try" in
3186   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3187   *) ac_try_echo=$ac_try;;
3188 esac
3189 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3190 $as_echo "$ac_try_echo"; } >&5
3191   (eval "$ac_link") 2>&5
3192   ac_status=$?
3193   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3194   test $ac_status = 0; }
3195   if { ac_try='./conftest$ac_cv_exeext'
3196   { { case "(($ac_try" in
3197   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3198   *) ac_try_echo=$ac_try;;
3199 esac
3200 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3201 $as_echo "$ac_try_echo"; } >&5
3202   (eval "$ac_try") 2>&5
3203   ac_status=$?
3204   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3205   test $ac_status = 0; }; }; then
3206     cross_compiling=no
3207   else
3208     if test "$cross_compiling" = maybe; then
3209         cross_compiling=yes
3210     else
3211         { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3212 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3213 as_fn_error $? "cannot run C compiled programs.
3214 If you meant to cross compile, use \`--host'.
3215 See \`config.log' for more details" "$LINENO" 5; }
3216     fi
3217   fi
3218 fi
3219 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3220 $as_echo "$cross_compiling" >&6; }
3221
3222 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3223 ac_clean_files=$ac_clean_files_save
3224 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3225 $as_echo_n "checking for suffix of object files... " >&6; }
3226 if ${ac_cv_objext+:} false; then :
3227   $as_echo_n "(cached) " >&6
3228 else
3229   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3230 /* end confdefs.h.  */
3231
3232 int
3233 main ()
3234 {
3235
3236   ;
3237   return 0;
3238 }
3239 _ACEOF
3240 rm -f conftest.o conftest.obj
3241 if { { ac_try="$ac_compile"
3242 case "(($ac_try" in
3243   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3244   *) ac_try_echo=$ac_try;;
3245 esac
3246 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3247 $as_echo "$ac_try_echo"; } >&5
3248   (eval "$ac_compile") 2>&5
3249   ac_status=$?
3250   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3251   test $ac_status = 0; }; then :
3252   for ac_file in conftest.o conftest.obj conftest.*; do
3253   test -f "$ac_file" || continue;
3254   case $ac_file in
3255     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3256     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3257        break;;
3258   esac
3259 done
3260 else
3261   $as_echo "$as_me: failed program was:" >&5
3262 sed 's/^/| /' conftest.$ac_ext >&5
3263
3264 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3265 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3266 as_fn_error $? "cannot compute suffix of object files: cannot compile
3267 See \`config.log' for more details" "$LINENO" 5; }
3268 fi
3269 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3270 fi
3271 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3272 $as_echo "$ac_cv_objext" >&6; }
3273 OBJEXT=$ac_cv_objext
3274 ac_objext=$OBJEXT
3275 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3276 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3277 if ${ac_cv_c_compiler_gnu+:} false; then :
3278   $as_echo_n "(cached) " >&6
3279 else
3280   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3281 /* end confdefs.h.  */
3282
3283 int
3284 main ()
3285 {
3286 #ifndef __GNUC__
3287        choke me
3288 #endif
3289
3290   ;
3291   return 0;
3292 }
3293 _ACEOF
3294 if ac_fn_c_try_compile "$LINENO"; then :
3295   ac_compiler_gnu=yes
3296 else
3297   ac_compiler_gnu=no
3298 fi
3299 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3300 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3301
3302 fi
3303 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3304 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3305 if test $ac_compiler_gnu = yes; then
3306   GCC=yes
3307 else
3308   GCC=
3309 fi
3310 ac_test_CFLAGS=${CFLAGS+set}
3311 ac_save_CFLAGS=$CFLAGS
3312 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3313 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3314 if ${ac_cv_prog_cc_g+:} false; then :
3315   $as_echo_n "(cached) " >&6
3316 else
3317   ac_save_c_werror_flag=$ac_c_werror_flag
3318    ac_c_werror_flag=yes
3319    ac_cv_prog_cc_g=no
3320    CFLAGS="-g"
3321    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3322 /* end confdefs.h.  */
3323
3324 int
3325 main ()
3326 {
3327
3328   ;
3329   return 0;
3330 }
3331 _ACEOF
3332 if ac_fn_c_try_compile "$LINENO"; then :
3333   ac_cv_prog_cc_g=yes
3334 else
3335   CFLAGS=""
3336       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3337 /* end confdefs.h.  */
3338
3339 int
3340 main ()
3341 {
3342
3343   ;
3344   return 0;
3345 }
3346 _ACEOF
3347 if ac_fn_c_try_compile "$LINENO"; then :
3348
3349 else
3350   ac_c_werror_flag=$ac_save_c_werror_flag
3351          CFLAGS="-g"
3352          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3353 /* end confdefs.h.  */
3354
3355 int
3356 main ()
3357 {
3358
3359   ;
3360   return 0;
3361 }
3362 _ACEOF
3363 if ac_fn_c_try_compile "$LINENO"; then :
3364   ac_cv_prog_cc_g=yes
3365 fi
3366 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3367 fi
3368 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3369 fi
3370 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3371    ac_c_werror_flag=$ac_save_c_werror_flag
3372 fi
3373 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3374 $as_echo "$ac_cv_prog_cc_g" >&6; }
3375 if test "$ac_test_CFLAGS" = set; then
3376   CFLAGS=$ac_save_CFLAGS
3377 elif test $ac_cv_prog_cc_g = yes; then
3378   if test "$GCC" = yes; then
3379     CFLAGS="-g -O2"
3380   else
3381     CFLAGS="-g"
3382   fi
3383 else
3384   if test "$GCC" = yes; then
3385     CFLAGS="-O2"
3386   else
3387     CFLAGS=
3388   fi
3389 fi
3390 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3391 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3392 if ${ac_cv_prog_cc_c89+:} false; then :
3393   $as_echo_n "(cached) " >&6
3394 else
3395   ac_cv_prog_cc_c89=no
3396 ac_save_CC=$CC
3397 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3398 /* end confdefs.h.  */
3399 #include <stdarg.h>
3400 #include <stdio.h>
3401 struct stat;
3402 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
3403 struct buf { int x; };
3404 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3405 static char *e (p, i)
3406      char **p;
3407      int i;
3408 {
3409   return p[i];
3410 }
3411 static char *f (char * (*g) (char **, int), char **p, ...)
3412 {
3413   char *s;
3414   va_list v;
3415   va_start (v,p);
3416   s = g (p, va_arg (v,int));
3417   va_end (v);
3418   return s;
3419 }
3420
3421 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
3422    function prototypes and stuff, but not '\xHH' hex character constants.
3423    These don't provoke an error unfortunately, instead are silently treated
3424    as 'x'.  The following induces an error, until -std is added to get
3425    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
3426    array size at least.  It's necessary to write '\x00'==0 to get something
3427    that's true only with -std.  */
3428 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3429
3430 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3431    inside strings and character constants.  */
3432 #define FOO(x) 'x'
3433 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3434
3435 int test (int i, double x);
3436 struct s1 {int (*f) (int a);};
3437 struct s2 {int (*f) (double a);};
3438 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3439 int argc;
3440 char **argv;
3441 int
3442 main ()
3443 {
3444 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
3445   ;
3446   return 0;
3447 }
3448 _ACEOF
3449 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3450         -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3451 do
3452   CC="$ac_save_CC $ac_arg"
3453   if ac_fn_c_try_compile "$LINENO"; then :
3454   ac_cv_prog_cc_c89=$ac_arg
3455 fi
3456 rm -f core conftest.err conftest.$ac_objext
3457   test "x$ac_cv_prog_cc_c89" != "xno" && break
3458 done
3459 rm -f conftest.$ac_ext
3460 CC=$ac_save_CC
3461
3462 fi
3463 # AC_CACHE_VAL
3464 case "x$ac_cv_prog_cc_c89" in
3465   x)
3466     { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3467 $as_echo "none needed" >&6; } ;;
3468   xno)
3469     { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3470 $as_echo "unsupported" >&6; } ;;
3471   *)
3472     CC="$CC $ac_cv_prog_cc_c89"
3473     { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3474 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3475 esac
3476 if test "x$ac_cv_prog_cc_c89" != xno; then :
3477
3478 fi
3479
3480 ac_ext=c
3481 ac_cpp='$CPP $CPPFLAGS'
3482 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3483 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3484 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3485
3486 ac_ext=c
3487 ac_cpp='$CPP $CPPFLAGS'
3488 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3489 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3490 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3491 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
3492 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
3493 if ${am_cv_prog_cc_c_o+:} false; then :
3494   $as_echo_n "(cached) " >&6
3495 else
3496   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3497 /* end confdefs.h.  */
3498
3499 int
3500 main ()
3501 {
3502
3503   ;
3504   return 0;
3505 }
3506 _ACEOF
3507   # Make sure it works both with $CC and with simple cc.
3508   # Following AC_PROG_CC_C_O, we do the test twice because some
3509   # compilers refuse to overwrite an existing .o file with -o,
3510   # though they will create one.
3511   am_cv_prog_cc_c_o=yes
3512   for am_i in 1 2; do
3513     if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
3514    ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
3515    ac_status=$?
3516    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3517    (exit $ac_status); } \
3518          && test -f conftest2.$ac_objext; then
3519       : OK
3520     else
3521       am_cv_prog_cc_c_o=no
3522       break
3523     fi
3524   done
3525   rm -f core conftest*
3526   unset am_i
3527 fi
3528 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
3529 $as_echo "$am_cv_prog_cc_c_o" >&6; }
3530 if test "$am_cv_prog_cc_c_o" != yes; then
3531    # Losing compiler, so override with the script.
3532    # FIXME: It is wrong to rewrite CC.
3533    # But if we don't then we get into trouble of one sort or another.
3534    # A longer-term fix would be to have automake use am__CC in this case,
3535    # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
3536    CC="$am_aux_dir/compile $CC"
3537 fi
3538 ac_ext=c
3539 ac_cpp='$CPP $CPPFLAGS'
3540 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3541 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3542 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3543
3544 DEPDIR="${am__leading_dot}deps"
3545
3546 ac_config_commands="$ac_config_commands depfiles"
3547
3548
3549 am_make=${MAKE-make}
3550 cat > confinc << 'END'
3551 am__doit:
3552         @echo this is the am__doit target
3553 .PHONY: am__doit
3554 END
3555 # If we don't find an include directive, just comment out the code.
3556 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3557 $as_echo_n "checking for style of include used by $am_make... " >&6; }
3558 am__include="#"
3559 am__quote=
3560 _am_result=none
3561 # First try GNU make style include.
3562 echo "include confinc" > confmf
3563 # Ignore all kinds of additional output from 'make'.
3564 case `$am_make -s -f confmf 2> /dev/null` in #(
3565 *the\ am__doit\ target*)
3566   am__include=include
3567   am__quote=
3568   _am_result=GNU
3569   ;;
3570 esac
3571 # Now try BSD make style include.
3572 if test "$am__include" = "#"; then
3573    echo '.include "confinc"' > confmf
3574    case `$am_make -s -f confmf 2> /dev/null` in #(
3575    *the\ am__doit\ target*)
3576      am__include=.include
3577      am__quote="\""
3578      _am_result=BSD
3579      ;;
3580    esac
3581 fi
3582
3583
3584 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3585 $as_echo "$_am_result" >&6; }
3586 rm -f confinc confmf
3587
3588 # Check whether --enable-dependency-tracking was given.
3589 if test "${enable_dependency_tracking+set}" = set; then :
3590   enableval=$enable_dependency_tracking;
3591 fi
3592
3593 if test "x$enable_dependency_tracking" != xno; then
3594   am_depcomp="$ac_aux_dir/depcomp"
3595   AMDEPBACKSLASH='\'
3596   am__nodep='_no'
3597 fi
3598  if test "x$enable_dependency_tracking" != xno; then
3599   AMDEP_TRUE=
3600   AMDEP_FALSE='#'
3601 else
3602   AMDEP_TRUE='#'
3603   AMDEP_FALSE=
3604 fi
3605
3606
3607
3608 depcc="$CC"   am_compiler_list=
3609
3610 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
3611 $as_echo_n "checking dependency style of $depcc... " >&6; }
3612 if ${am_cv_CC_dependencies_compiler_type+:} false; then :
3613   $as_echo_n "(cached) " >&6
3614 else
3615   if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3616   # We make a subdir and do the tests there.  Otherwise we can end up
3617   # making bogus files that we don't know about and never remove.  For
3618   # instance it was reported that on HP-UX the gcc test will end up
3619   # making a dummy file named 'D' -- because '-MD' means "put the output
3620   # in D".
3621   rm -rf conftest.dir
3622   mkdir conftest.dir
3623   # Copy depcomp to subdir because otherwise we won't find it if we're
3624   # using a relative directory.
3625   cp "$am_depcomp" conftest.dir
3626   cd conftest.dir
3627   # We will build objects and dependencies in a subdirectory because
3628   # it helps to detect inapplicable dependency modes.  For instance
3629   # both Tru64's cc and ICC support -MD to output dependencies as a
3630   # side effect of compilation, but ICC will put the dependencies in
3631   # the current directory while Tru64 will put them in the object
3632   # directory.
3633   mkdir sub
3634
3635   am_cv_CC_dependencies_compiler_type=none
3636   if test "$am_compiler_list" = ""; then
3637      am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3638   fi
3639   am__universal=false
3640   case " $depcc " in #(
3641      *\ -arch\ *\ -arch\ *) am__universal=true ;;
3642      esac
3643
3644   for depmode in $am_compiler_list; do
3645     # Setup a source with many dependencies, because some compilers
3646     # like to wrap large dependency lists on column 80 (with \), and
3647     # we should not choose a depcomp mode which is confused by this.
3648     #
3649     # We need to recreate these files for each test, as the compiler may
3650     # overwrite some of them when testing with obscure command lines.
3651     # This happens at least with the AIX C compiler.
3652     : > sub/conftest.c
3653     for i in 1 2 3 4 5 6; do
3654       echo '#include "conftst'$i'.h"' >> sub/conftest.c
3655       # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
3656       # Solaris 10 /bin/sh.
3657       echo '/* dummy */' > sub/conftst$i.h
3658     done
3659     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3660
3661     # We check with '-c' and '-o' for the sake of the "dashmstdout"
3662     # mode.  It turns out that the SunPro C++ compiler does not properly
3663     # handle '-M -o', and we need to detect this.  Also, some Intel
3664     # versions had trouble with output in subdirs.
3665     am__obj=sub/conftest.${OBJEXT-o}
3666     am__minus_obj="-o $am__obj"
3667     case $depmode in
3668     gcc)
3669       # This depmode causes a compiler race in universal mode.
3670       test "$am__universal" = false || continue
3671       ;;
3672     nosideeffect)
3673       # After this tag, mechanisms are not by side-effect, so they'll
3674       # only be used when explicitly requested.
3675       if test "x$enable_dependency_tracking" = xyes; then
3676         continue
3677       else
3678         break
3679       fi
3680       ;;
3681     msvc7 | msvc7msys | msvisualcpp | msvcmsys)
3682       # This compiler won't grok '-c -o', but also, the minuso test has
3683       # not run yet.  These depmodes are late enough in the game, and
3684       # so weak that their functioning should not be impacted.
3685       am__obj=conftest.${OBJEXT-o}
3686       am__minus_obj=
3687       ;;
3688     none) break ;;
3689     esac
3690     if depmode=$depmode \
3691        source=sub/conftest.c object=$am__obj \
3692        depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
3693        $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
3694          >/dev/null 2>conftest.err &&
3695        grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
3696        grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
3697        grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
3698        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3699       # icc doesn't choke on unknown options, it will just issue warnings
3700       # or remarks (even with -Werror).  So we grep stderr for any message
3701       # that says an option was ignored or not supported.
3702       # When given -MP, icc 7.0 and 7.1 complain thusly:
3703       #   icc: Command line warning: ignoring option '-M'; no argument required
3704       # The diagnosis changed in icc 8.0:
3705       #   icc: Command line remark: option '-MP' not supported
3706       if (grep 'ignoring option' conftest.err ||
3707           grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
3708         am_cv_CC_dependencies_compiler_type=$depmode
3709         break
3710       fi
3711     fi
3712   done
3713
3714   cd ..
3715   rm -rf conftest.dir
3716 else
3717   am_cv_CC_dependencies_compiler_type=none
3718 fi
3719
3720 fi
3721 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
3722 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
3723 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
3724
3725  if
3726   test "x$enable_dependency_tracking" != xno \
3727   && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
3728   am__fastdepCC_TRUE=
3729   am__fastdepCC_FALSE='#'
3730 else
3731   am__fastdepCC_TRUE='#'
3732   am__fastdepCC_FALSE=
3733 fi
3734
3735
3736
3737 # Extract the first word of "xslt-config", so it can be a program name with args.
3738 set dummy xslt-config; ac_word=$2
3739 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3740 $as_echo_n "checking for $ac_word... " >&6; }
3741 if ${ac_cv_path_XSLT_CONFIG+:} false; then :
3742   $as_echo_n "(cached) " >&6
3743 else
3744   case $XSLT_CONFIG in
3745   [\\/]* | ?:[\\/]*)
3746   ac_cv_path_XSLT_CONFIG="$XSLT_CONFIG" # Let the user override the test with a path.
3747   ;;
3748   *)
3749   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3750 for as_dir in $PATH
3751 do
3752   IFS=$as_save_IFS
3753   test -z "$as_dir" && as_dir=.
3754     for ac_exec_ext in '' $ac_executable_extensions; do
3755   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3756     ac_cv_path_XSLT_CONFIG="$as_dir/$ac_word$ac_exec_ext"
3757     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3758     break 2
3759   fi
3760 done
3761   done
3762 IFS=$as_save_IFS
3763
3764   test -z "$ac_cv_path_XSLT_CONFIG" && ac_cv_path_XSLT_CONFIG="no"
3765   ;;
3766 esac
3767 fi
3768 XSLT_CONFIG=$ac_cv_path_XSLT_CONFIG
3769 if test -n "$XSLT_CONFIG"; then
3770   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XSLT_CONFIG" >&5
3771 $as_echo "$XSLT_CONFIG" >&6; }
3772 else
3773   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3774 $as_echo "no" >&6; }
3775 fi
3776
3777
3778
3779 if test $XSLT_CONFIG = "no"
3780 then
3781    echo "XSLT library not found (see http://xmlsoft.org/)."
3782    exit 1;
3783 fi
3784
3785
3786 XSLT_CFLAGS=`$XSLT_CONFIG --cflags`
3787 XSLT_LFLAGS=`$XSLT_CONFIG --libs`
3788 CFLAGS="$CFLAGS $XSLT_CFLAGS"
3789 LDFLAGS="$LDFLAGS $XSLT_LFLAGS"
3790
3791
3792 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lexslt" >&5
3793 $as_echo_n "checking for main in -lexslt... " >&6; }
3794 if ${ac_cv_lib_exslt_main+:} false; then :
3795   $as_echo_n "(cached) " >&6
3796 else
3797   ac_check_lib_save_LIBS=$LIBS
3798 LIBS="-lexslt  $LIBS"
3799 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3800 /* end confdefs.h.  */
3801
3802
3803 int
3804 main ()
3805 {
3806 return main ();
3807   ;
3808   return 0;
3809 }
3810 _ACEOF
3811 if ac_fn_c_try_link "$LINENO"; then :
3812   ac_cv_lib_exslt_main=yes
3813 else
3814   ac_cv_lib_exslt_main=no
3815 fi
3816 rm -f core conftest.err conftest.$ac_objext \
3817     conftest$ac_exeext conftest.$ac_ext
3818 LIBS=$ac_check_lib_save_LIBS
3819 fi
3820 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_exslt_main" >&5
3821 $as_echo "$ac_cv_lib_exslt_main" >&6; }
3822 if test "x$ac_cv_lib_exslt_main" = xyes; then :
3823   cat >>confdefs.h <<_ACEOF
3824 #define HAVE_LIBEXSLT 1
3825 _ACEOF
3826
3827   LIBS="-lexslt $LIBS"
3828
3829 fi
3830
3831 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseFile in -lxml2" >&5
3832 $as_echo_n "checking for xmlParseFile in -lxml2... " >&6; }
3833 if ${ac_cv_lib_xml2_xmlParseFile+:} false; then :
3834   $as_echo_n "(cached) " >&6
3835 else
3836   ac_check_lib_save_LIBS=$LIBS
3837 LIBS="-lxml2  $LIBS"
3838 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3839 /* end confdefs.h.  */
3840
3841 /* Override any GCC internal prototype to avoid an error.
3842    Use char because int might match the return type of a GCC
3843    builtin and then its argument prototype would still apply.  */
3844 #ifdef __cplusplus
3845 extern "C"
3846 #endif
3847 char xmlParseFile ();
3848 int
3849 main ()
3850 {
3851 return xmlParseFile ();
3852   ;
3853   return 0;
3854 }
3855 _ACEOF
3856 if ac_fn_c_try_link "$LINENO"; then :
3857   ac_cv_lib_xml2_xmlParseFile=yes
3858 else
3859   ac_cv_lib_xml2_xmlParseFile=no
3860 fi
3861 rm -f core conftest.err conftest.$ac_objext \
3862     conftest$ac_exeext conftest.$ac_ext
3863 LIBS=$ac_check_lib_save_LIBS
3864 fi
3865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseFile" >&5
3866 $as_echo "$ac_cv_lib_xml2_xmlParseFile" >&6; }
3867 if test "x$ac_cv_lib_xml2_xmlParseFile" = xyes; then :
3868   cat >>confdefs.h <<_ACEOF
3869 #define HAVE_LIBXML2 1
3870 _ACEOF
3871
3872   LIBS="-lxml2 $LIBS"
3873
3874 fi
3875
3876 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xsltProcess in -lxslt" >&5
3877 $as_echo_n "checking for xsltProcess in -lxslt... " >&6; }
3878 if ${ac_cv_lib_xslt_xsltProcess+:} false; then :
3879   $as_echo_n "(cached) " >&6
3880 else
3881   ac_check_lib_save_LIBS=$LIBS
3882 LIBS="-lxslt  $LIBS"
3883 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3884 /* end confdefs.h.  */
3885
3886 /* Override any GCC internal prototype to avoid an error.
3887    Use char because int might match the return type of a GCC
3888    builtin and then its argument prototype would still apply.  */
3889 #ifdef __cplusplus
3890 extern "C"
3891 #endif
3892 char xsltProcess ();
3893 int
3894 main ()
3895 {
3896 return xsltProcess ();
3897   ;
3898   return 0;
3899 }
3900 _ACEOF
3901 if ac_fn_c_try_link "$LINENO"; then :
3902   ac_cv_lib_xslt_xsltProcess=yes
3903 else
3904   ac_cv_lib_xslt_xsltProcess=no
3905 fi
3906 rm -f core conftest.err conftest.$ac_objext \
3907     conftest$ac_exeext conftest.$ac_ext
3908 LIBS=$ac_check_lib_save_LIBS
3909 fi
3910 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xslt_xsltProcess" >&5
3911 $as_echo "$ac_cv_lib_xslt_xsltProcess" >&6; }
3912 if test "x$ac_cv_lib_xslt_xsltProcess" = xyes; then :
3913   cat >>confdefs.h <<_ACEOF
3914 #define HAVE_LIBXSLT 1
3915 _ACEOF
3916
3917   LIBS="-lxslt $LIBS"
3918
3919 fi
3920
3921
3922 ac_ext=c
3923 ac_cpp='$CPP $CPPFLAGS'
3924 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3925 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3926 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3927 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
3928 $as_echo_n "checking how to run the C preprocessor... " >&6; }
3929 # On Suns, sometimes $CPP names a directory.
3930 if test -n "$CPP" && test -d "$CPP"; then
3931   CPP=
3932 fi
3933 if test -z "$CPP"; then
3934   if ${ac_cv_prog_CPP+:} false; then :
3935   $as_echo_n "(cached) " >&6
3936 else
3937       # Double quotes because CPP needs to be expanded
3938     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3939     do
3940       ac_preproc_ok=false
3941 for ac_c_preproc_warn_flag in '' yes
3942 do
3943   # Use a header file that comes with gcc, so configuring glibc
3944   # with a fresh cross-compiler works.
3945   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3946   # <limits.h> exists even on freestanding compilers.
3947   # On the NeXT, cc -E runs the code through the compiler's parser,
3948   # not just through cpp. "Syntax error" is here to catch this case.
3949   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3950 /* end confdefs.h.  */
3951 #ifdef __STDC__
3952 # include <limits.h>
3953 #else
3954 # include <assert.h>
3955 #endif
3956                      Syntax error
3957 _ACEOF
3958 if ac_fn_c_try_cpp "$LINENO"; then :
3959
3960 else
3961   # Broken: fails on valid input.
3962 continue
3963 fi
3964 rm -f conftest.err conftest.i conftest.$ac_ext
3965
3966   # OK, works on sane cases.  Now check whether nonexistent headers
3967   # can be detected and how.
3968   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3969 /* end confdefs.h.  */
3970 #include <ac_nonexistent.h>
3971 _ACEOF
3972 if ac_fn_c_try_cpp "$LINENO"; then :
3973   # Broken: success on invalid input.
3974 continue
3975 else
3976   # Passes both tests.
3977 ac_preproc_ok=:
3978 break
3979 fi
3980 rm -f conftest.err conftest.i conftest.$ac_ext
3981
3982 done
3983 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3984 rm -f conftest.i conftest.err conftest.$ac_ext
3985 if $ac_preproc_ok; then :
3986   break
3987 fi
3988
3989     done
3990     ac_cv_prog_CPP=$CPP
3991
3992 fi
3993   CPP=$ac_cv_prog_CPP
3994 else
3995   ac_cv_prog_CPP=$CPP
3996 fi
3997 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
3998 $as_echo "$CPP" >&6; }
3999 ac_preproc_ok=false
4000 for ac_c_preproc_warn_flag in '' yes
4001 do
4002   # Use a header file that comes with gcc, so configuring glibc
4003   # with a fresh cross-compiler works.
4004   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4005   # <limits.h> exists even on freestanding compilers.
4006   # On the NeXT, cc -E runs the code through the compiler's parser,
4007   # not just through cpp. "Syntax error" is here to catch this case.
4008   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4009 /* end confdefs.h.  */
4010 #ifdef __STDC__
4011 # include <limits.h>
4012 #else
4013 # include <assert.h>
4014 #endif
4015                      Syntax error
4016 _ACEOF
4017 if ac_fn_c_try_cpp "$LINENO"; then :
4018
4019 else
4020   # Broken: fails on valid input.
4021 continue
4022 fi
4023 rm -f conftest.err conftest.i conftest.$ac_ext
4024
4025   # OK, works on sane cases.  Now check whether nonexistent headers
4026   # can be detected and how.
4027   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4028 /* end confdefs.h.  */
4029 #include <ac_nonexistent.h>
4030 _ACEOF
4031 if ac_fn_c_try_cpp "$LINENO"; then :
4032   # Broken: success on invalid input.
4033 continue
4034 else
4035   # Passes both tests.
4036 ac_preproc_ok=:
4037 break
4038 fi
4039 rm -f conftest.err conftest.i conftest.$ac_ext
4040
4041 done
4042 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4043 rm -f conftest.i conftest.err conftest.$ac_ext
4044 if $ac_preproc_ok; then :
4045
4046 else
4047   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4048 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4049 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
4050 See \`config.log' for more details" "$LINENO" 5; }
4051 fi
4052
4053 ac_ext=c
4054 ac_cpp='$CPP $CPPFLAGS'
4055 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4056 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4057 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4058
4059
4060 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4061 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4062 if ${ac_cv_path_GREP+:} false; then :
4063   $as_echo_n "(cached) " >&6
4064 else
4065   if test -z "$GREP"; then
4066   ac_path_GREP_found=false
4067   # Loop through the user's path and test for each of PROGNAME-LIST
4068   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4069 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4070 do
4071   IFS=$as_save_IFS
4072   test -z "$as_dir" && as_dir=.
4073     for ac_prog in grep ggrep; do
4074     for ac_exec_ext in '' $ac_executable_extensions; do
4075       ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4076       as_fn_executable_p "$ac_path_GREP" || continue
4077 # Check for GNU ac_path_GREP and select it if it is found.
4078   # Check for GNU $ac_path_GREP
4079 case `"$ac_path_GREP" --version 2>&1` in
4080 *GNU*)
4081   ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4082 *)
4083   ac_count=0
4084   $as_echo_n 0123456789 >"conftest.in"
4085   while :
4086   do
4087     cat "conftest.in" "conftest.in" >"conftest.tmp"
4088     mv "conftest.tmp" "conftest.in"
4089     cp "conftest.in" "conftest.nl"
4090     $as_echo 'GREP' >> "conftest.nl"
4091     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4092     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4093     as_fn_arith $ac_count + 1 && ac_count=$as_val
4094     if test $ac_count -gt ${ac_path_GREP_max-0}; then
4095       # Best one so far, save it but keep looking for a better one
4096       ac_cv_path_GREP="$ac_path_GREP"
4097       ac_path_GREP_max=$ac_count
4098     fi
4099     # 10*(2^10) chars as input seems more than enough
4100     test $ac_count -gt 10 && break
4101   done
4102   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4103 esac
4104
4105       $ac_path_GREP_found && break 3
4106     done
4107   done
4108   done
4109 IFS=$as_save_IFS
4110   if test -z "$ac_cv_path_GREP"; then
4111     as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4112   fi
4113 else
4114   ac_cv_path_GREP=$GREP
4115 fi
4116
4117 fi
4118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4119 $as_echo "$ac_cv_path_GREP" >&6; }
4120  GREP="$ac_cv_path_GREP"
4121
4122
4123 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4124 $as_echo_n "checking for egrep... " >&6; }
4125 if ${ac_cv_path_EGREP+:} false; then :
4126   $as_echo_n "(cached) " >&6
4127 else
4128   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4129    then ac_cv_path_EGREP="$GREP -E"
4130    else
4131      if test -z "$EGREP"; then
4132   ac_path_EGREP_found=false
4133   # Loop through the user's path and test for each of PROGNAME-LIST
4134   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4135 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4136 do
4137   IFS=$as_save_IFS
4138   test -z "$as_dir" && as_dir=.
4139     for ac_prog in egrep; do
4140     for ac_exec_ext in '' $ac_executable_extensions; do
4141       ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4142       as_fn_executable_p "$ac_path_EGREP" || continue
4143 # Check for GNU ac_path_EGREP and select it if it is found.
4144   # Check for GNU $ac_path_EGREP
4145 case `"$ac_path_EGREP" --version 2>&1` in
4146 *GNU*)
4147   ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4148 *)
4149   ac_count=0
4150   $as_echo_n 0123456789 >"conftest.in"
4151   while :
4152   do
4153     cat "conftest.in" "conftest.in" >"conftest.tmp"
4154     mv "conftest.tmp" "conftest.in"
4155     cp "conftest.in" "conftest.nl"
4156     $as_echo 'EGREP' >> "conftest.nl"
4157     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4158     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4159     as_fn_arith $ac_count + 1 && ac_count=$as_val
4160     if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4161       # Best one so far, save it but keep looking for a better one
4162       ac_cv_path_EGREP="$ac_path_EGREP"
4163       ac_path_EGREP_max=$ac_count
4164     fi
4165     # 10*(2^10) chars as input seems more than enough
4166     test $ac_count -gt 10 && break
4167   done
4168   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4169 esac
4170
4171       $ac_path_EGREP_found && break 3
4172     done
4173   done
4174   done
4175 IFS=$as_save_IFS
4176   if test -z "$ac_cv_path_EGREP"; then
4177     as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4178   fi
4179 else
4180   ac_cv_path_EGREP=$EGREP
4181 fi
4182
4183    fi
4184 fi
4185 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4186 $as_echo "$ac_cv_path_EGREP" >&6; }
4187  EGREP="$ac_cv_path_EGREP"
4188
4189
4190 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
4191 $as_echo_n "checking for ANSI C header files... " >&6; }
4192 if ${ac_cv_header_stdc+:} false; then :
4193   $as_echo_n "(cached) " >&6
4194 else
4195   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4196 /* end confdefs.h.  */
4197 #include <stdlib.h>
4198 #include <stdarg.h>
4199 #include <string.h>
4200 #include <float.h>
4201
4202 int
4203 main ()
4204 {
4205
4206   ;
4207   return 0;
4208 }
4209 _ACEOF
4210 if ac_fn_c_try_compile "$LINENO"; then :
4211   ac_cv_header_stdc=yes
4212 else
4213   ac_cv_header_stdc=no
4214 fi
4215 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4216
4217 if test $ac_cv_header_stdc = yes; then
4218   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4219   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4220 /* end confdefs.h.  */
4221 #include <string.h>
4222
4223 _ACEOF
4224 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4225   $EGREP "memchr" >/dev/null 2>&1; then :
4226
4227 else
4228   ac_cv_header_stdc=no
4229 fi
4230 rm -f conftest*
4231
4232 fi
4233
4234 if test $ac_cv_header_stdc = yes; then
4235   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
4236   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4237 /* end confdefs.h.  */
4238 #include <stdlib.h>
4239
4240 _ACEOF
4241 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4242   $EGREP "free" >/dev/null 2>&1; then :
4243
4244 else
4245   ac_cv_header_stdc=no
4246 fi
4247 rm -f conftest*
4248
4249 fi
4250
4251 if test $ac_cv_header_stdc = yes; then
4252   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
4253   if test "$cross_compiling" = yes; then :
4254   :
4255 else
4256   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4257 /* end confdefs.h.  */
4258 #include <ctype.h>
4259 #include <stdlib.h>
4260 #if ((' ' & 0x0FF) == 0x020)
4261 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4262 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4263 #else
4264 # define ISLOWER(c) \
4265                    (('a' <= (c) && (c) <= 'i') \
4266                      || ('j' <= (c) && (c) <= 'r') \
4267                      || ('s' <= (c) && (c) <= 'z'))
4268 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4269 #endif
4270
4271 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4272 int
4273 main ()
4274 {
4275   int i;
4276   for (i = 0; i < 256; i++)
4277     if (XOR (islower (i), ISLOWER (i))
4278         || toupper (i) != TOUPPER (i))
4279       return 2;
4280   return 0;
4281 }
4282 _ACEOF
4283 if ac_fn_c_try_run "$LINENO"; then :
4284
4285 else
4286   ac_cv_header_stdc=no
4287 fi
4288 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
4289   conftest.$ac_objext conftest.beam conftest.$ac_ext
4290 fi
4291
4292 fi
4293 fi
4294 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
4295 $as_echo "$ac_cv_header_stdc" >&6; }
4296 if test $ac_cv_header_stdc = yes; then
4297
4298 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
4299
4300 fi
4301
4302 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
4303 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
4304                   inttypes.h stdint.h unistd.h
4305 do :
4306   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4307 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
4308 "
4309 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
4310   cat >>confdefs.h <<_ACEOF
4311 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
4312 _ACEOF
4313
4314 fi
4315
4316 done
4317
4318
4319 for ac_header in unistd.h
4320 do :
4321   ac_fn_c_check_header_mongrel "$LINENO" "unistd.h" "ac_cv_header_unistd_h" "$ac_includes_default"
4322 if test "x$ac_cv_header_unistd_h" = xyes; then :
4323   cat >>confdefs.h <<_ACEOF
4324 #define HAVE_UNISTD_H 1
4325 _ACEOF
4326
4327 fi
4328
4329 done
4330
4331
4332 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
4333 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
4334 if ${ac_cv_c_const+:} false; then :
4335   $as_echo_n "(cached) " >&6
4336 else
4337   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4338 /* end confdefs.h.  */
4339
4340 int
4341 main ()
4342 {
4343
4344 #ifndef __cplusplus
4345   /* Ultrix mips cc rejects this sort of thing.  */
4346   typedef int charset[2];
4347   const charset cs = { 0, 0 };
4348   /* SunOS 4.1.1 cc rejects this.  */
4349   char const *const *pcpcc;
4350   char **ppc;
4351   /* NEC SVR4.0.2 mips cc rejects this.  */
4352   struct point {int x, y;};
4353   static struct point const zero = {0,0};
4354   /* AIX XL C 1.02.0.0 rejects this.
4355      It does not let you subtract one const X* pointer from another in
4356      an arm of an if-expression whose if-part is not a constant
4357      expression */
4358   const char *g = "string";
4359   pcpcc = &g + (g ? g-g : 0);
4360   /* HPUX 7.0 cc rejects these. */
4361   ++pcpcc;
4362   ppc = (char**) pcpcc;
4363   pcpcc = (char const *const *) ppc;
4364   { /* SCO 3.2v4 cc rejects this sort of thing.  */
4365     char tx;
4366     char *t = &tx;
4367     char const *s = 0 ? (char *) 0 : (char const *) 0;
4368
4369     *t++ = 0;
4370     if (s) return 0;
4371   }
4372   { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
4373     int x[] = {25, 17};
4374     const int *foo = &x[0];
4375     ++foo;
4376   }
4377   { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
4378     typedef const int *iptr;
4379     iptr p = 0;
4380     ++p;
4381   }
4382   { /* AIX XL C 1.02.0.0 rejects this sort of thing, saying
4383        "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
4384     struct s { int j; const int *ap[3]; } bx;
4385     struct s *b = &bx; b->j = 5;
4386   }
4387   { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
4388     const int foo = 10;
4389     if (!foo) return 0;
4390   }
4391   return !cs[0] && !zero.x;
4392 #endif
4393
4394   ;
4395   return 0;
4396 }
4397 _ACEOF
4398 if ac_fn_c_try_compile "$LINENO"; then :
4399   ac_cv_c_const=yes
4400 else
4401   ac_cv_c_const=no
4402 fi
4403 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4404 fi
4405 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5
4406 $as_echo "$ac_cv_c_const" >&6; }
4407 if test $ac_cv_c_const = no; then
4408
4409 $as_echo "#define const /**/" >>confdefs.h
4410
4411 fi
4412
4413
4414
4415 ac_config_files="$ac_config_files Makefile doc/Makefile"
4416
4417
4418 cat >confcache <<\_ACEOF
4419 # This file is a shell script that caches the results of configure
4420 # tests run on this system so they can be shared between configure
4421 # scripts and configure runs, see configure's option --config-cache.
4422 # It is not useful on other systems.  If it contains results you don't
4423 # want to keep, you may remove or edit it.
4424 #
4425 # config.status only pays attention to the cache file if you give it
4426 # the --recheck option to rerun configure.
4427 #
4428 # `ac_cv_env_foo' variables (set or unset) will be overridden when
4429 # loading this file, other *unset* `ac_cv_foo' will be assigned the
4430 # following values.
4431
4432 _ACEOF
4433
4434 # The following way of writing the cache mishandles newlines in values,
4435 # but we know of no workaround that is simple, portable, and efficient.
4436 # So, we kill variables containing newlines.
4437 # Ultrix sh set writes to stderr and can't be redirected directly,
4438 # and sets the high bit in the cache file unless we assign to the vars.
4439 (
4440   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
4441     eval ac_val=\$$ac_var
4442     case $ac_val in #(
4443     *${as_nl}*)
4444       case $ac_var in #(
4445       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
4446 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
4447       esac
4448       case $ac_var in #(
4449       _ | IFS | as_nl) ;; #(
4450       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
4451       *) { eval $ac_var=; unset $ac_var;} ;;
4452       esac ;;
4453     esac
4454   done
4455
4456   (set) 2>&1 |
4457     case $as_nl`(ac_space=' '; set) 2>&1` in #(
4458     *${as_nl}ac_space=\ *)
4459       # `set' does not quote correctly, so add quotes: double-quote
4460       # substitution turns \\\\ into \\, and sed turns \\ into \.
4461       sed -n \
4462         "s/'/'\\\\''/g;
4463           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
4464       ;; #(
4465     *)
4466       # `set' quotes correctly as required by POSIX, so do not add quotes.
4467       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
4468       ;;
4469     esac |
4470     sort
4471 ) |
4472   sed '
4473      /^ac_cv_env_/b end
4474      t clear
4475      :clear
4476      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
4477      t end
4478      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
4479      :end' >>confcache
4480 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
4481   if test -w "$cache_file"; then
4482     if test "x$cache_file" != "x/dev/null"; then
4483       { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
4484 $as_echo "$as_me: updating cache $cache_file" >&6;}
4485       if test ! -f "$cache_file" || test -h "$cache_file"; then
4486         cat confcache >"$cache_file"
4487       else
4488         case $cache_file in #(
4489         */* | ?:*)
4490           mv -f confcache "$cache_file"$$ &&
4491           mv -f "$cache_file"$$ "$cache_file" ;; #(
4492         *)
4493           mv -f confcache "$cache_file" ;;
4494         esac
4495       fi
4496     fi
4497   else
4498     { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
4499 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
4500   fi
4501 fi
4502 rm -f confcache
4503
4504 test "x$prefix" = xNONE && prefix=$ac_default_prefix
4505 # Let make expand exec_prefix.
4506 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
4507
4508 # Transform confdefs.h into DEFS.
4509 # Protect against shell expansion while executing Makefile rules.
4510 # Protect against Makefile macro expansion.
4511 #
4512 # If the first sed substitution is executed (which looks for macros that
4513 # take arguments), then branch to the quote section.  Otherwise,
4514 # look for a macro that doesn't take arguments.
4515 ac_script='
4516 :mline
4517 /\\$/{
4518  N
4519  s,\\\n,,
4520  b mline
4521 }
4522 t clear
4523 :clear
4524 s/^[     ]*#[    ]*define[       ][      ]*\([^  (][^    (]*([^)]*)\)[   ]*\(.*\)/-D\1=\2/g
4525 t quote
4526 s/^[     ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\)/-D\1=\2/g
4527 t quote
4528 b any
4529 :quote
4530 s/[      `~#$^&*(){}\\|;'\''"<>?]/\\&/g
4531 s/\[/\\&/g
4532 s/\]/\\&/g
4533 s/\$/$$/g
4534 H
4535 :any
4536 ${
4537         g
4538         s/^\n//
4539         s/\n/ /g
4540         p
4541 }
4542 '
4543 DEFS=`sed -n "$ac_script" confdefs.h`
4544
4545
4546 ac_libobjs=
4547 ac_ltlibobjs=
4548 U=
4549 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
4550   # 1. Remove the extension, and $U if already installed.
4551   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
4552   ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
4553   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
4554   #    will be set to the directory where LIBOBJS objects are built.
4555   as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
4556   as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
4557 done
4558 LIBOBJS=$ac_libobjs
4559
4560 LTLIBOBJS=$ac_ltlibobjs
4561
4562
4563 { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
4564 $as_echo_n "checking that generated files are newer than configure... " >&6; }
4565    if test -n "$am_sleep_pid"; then
4566      # Hide warnings about reused PIDs.
4567      wait $am_sleep_pid 2>/dev/null
4568    fi
4569    { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
4570 $as_echo "done" >&6; }
4571  if test -n "$EXEEXT"; then
4572   am__EXEEXT_TRUE=
4573   am__EXEEXT_FALSE='#'
4574 else
4575   am__EXEEXT_TRUE='#'
4576   am__EXEEXT_FALSE=
4577 fi
4578
4579 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
4580   as_fn_error $? "conditional \"AMDEP\" was never defined.
4581 Usually this means the macro was only invoked conditionally." "$LINENO" 5
4582 fi
4583 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
4584   as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
4585 Usually this means the macro was only invoked conditionally." "$LINENO" 5
4586 fi
4587
4588 : "${CONFIG_STATUS=./config.status}"
4589 ac_write_fail=0
4590 ac_clean_files_save=$ac_clean_files
4591 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
4592 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
4593 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
4594 as_write_fail=0
4595 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
4596 #! $SHELL
4597 # Generated by $as_me.
4598 # Run this file to recreate the current configuration.
4599 # Compiler output produced by configure, useful for debugging
4600 # configure, is in config.log if it exists.
4601
4602 debug=false
4603 ac_cs_recheck=false
4604 ac_cs_silent=false
4605
4606 SHELL=\${CONFIG_SHELL-$SHELL}
4607 export SHELL
4608 _ASEOF
4609 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
4610 ## -------------------- ##
4611 ## M4sh Initialization. ##
4612 ## -------------------- ##
4613
4614 # Be more Bourne compatible
4615 DUALCASE=1; export DUALCASE # for MKS sh
4616 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
4617   emulate sh
4618   NULLCMD=:
4619   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
4620   # is contrary to our usage.  Disable this feature.
4621   alias -g '${1+"$@"}'='"$@"'
4622   setopt NO_GLOB_SUBST
4623 else
4624   case `(set -o) 2>/dev/null` in #(
4625   *posix*) :
4626     set -o posix ;; #(
4627   *) :
4628      ;;
4629 esac
4630 fi
4631
4632
4633 as_nl='
4634 '
4635 export as_nl
4636 # Printing a long string crashes Solaris 7 /usr/bin/printf.
4637 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
4638 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
4639 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
4640 # Prefer a ksh shell builtin over an external printf program on Solaris,
4641 # but without wasting forks for bash or zsh.
4642 if test -z "$BASH_VERSION$ZSH_VERSION" \
4643     && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
4644   as_echo='print -r --'
4645   as_echo_n='print -rn --'
4646 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
4647   as_echo='printf %s\n'
4648   as_echo_n='printf %s'
4649 else
4650   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
4651     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
4652     as_echo_n='/usr/ucb/echo -n'
4653   else
4654     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
4655     as_echo_n_body='eval
4656       arg=$1;
4657       case $arg in #(
4658       *"$as_nl"*)
4659         expr "X$arg" : "X\\(.*\\)$as_nl";
4660         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
4661       esac;
4662       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
4663     '
4664     export as_echo_n_body
4665     as_echo_n='sh -c $as_echo_n_body as_echo'
4666   fi
4667   export as_echo_body
4668   as_echo='sh -c $as_echo_body as_echo'
4669 fi
4670
4671 # The user is always right.
4672 if test "${PATH_SEPARATOR+set}" != set; then
4673   PATH_SEPARATOR=:
4674   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
4675     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
4676       PATH_SEPARATOR=';'
4677   }
4678 fi
4679
4680
4681 # IFS
4682 # We need space, tab and new line, in precisely that order.  Quoting is
4683 # there to prevent editors from complaining about space-tab.
4684 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
4685 # splitting by setting IFS to empty value.)
4686 IFS=" ""        $as_nl"
4687
4688 # Find who we are.  Look in the path if we contain no directory separator.
4689 as_myself=
4690 case $0 in #((
4691   *[\\/]* ) as_myself=$0 ;;
4692   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4693 for as_dir in $PATH
4694 do
4695   IFS=$as_save_IFS
4696   test -z "$as_dir" && as_dir=.
4697     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
4698   done
4699 IFS=$as_save_IFS
4700
4701      ;;
4702 esac
4703 # We did not find ourselves, most probably we were run as `sh COMMAND'
4704 # in which case we are not to be found in the path.
4705 if test "x$as_myself" = x; then
4706   as_myself=$0
4707 fi
4708 if test ! -f "$as_myself"; then
4709   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
4710   exit 1
4711 fi
4712
4713 # Unset variables that we do not need and which cause bugs (e.g. in
4714 # pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
4715 # suppresses any "Segmentation fault" message there.  '((' could
4716 # trigger a bug in pdksh 5.2.14.
4717 for as_var in BASH_ENV ENV MAIL MAILPATH
4718 do eval test x\${$as_var+set} = xset \
4719   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
4720 done
4721 PS1='$ '
4722 PS2='> '
4723 PS4='+ '
4724
4725 # NLS nuisances.
4726 LC_ALL=C
4727 export LC_ALL
4728 LANGUAGE=C
4729 export LANGUAGE
4730
4731 # CDPATH.
4732 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
4733
4734
4735 # as_fn_error STATUS ERROR [LINENO LOG_FD]
4736 # ----------------------------------------
4737 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
4738 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
4739 # script with STATUS, using 1 if that was 0.
4740 as_fn_error ()
4741 {
4742   as_status=$1; test $as_status -eq 0 && as_status=1
4743   if test "$4"; then
4744     as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
4745     $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
4746   fi
4747   $as_echo "$as_me: error: $2" >&2
4748   as_fn_exit $as_status
4749 } # as_fn_error
4750
4751
4752 # as_fn_set_status STATUS
4753 # -----------------------
4754 # Set $? to STATUS, without forking.
4755 as_fn_set_status ()
4756 {
4757   return $1
4758 } # as_fn_set_status
4759
4760 # as_fn_exit STATUS
4761 # -----------------
4762 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
4763 as_fn_exit ()
4764 {
4765   set +e
4766   as_fn_set_status $1
4767   exit $1
4768 } # as_fn_exit
4769
4770 # as_fn_unset VAR
4771 # ---------------
4772 # Portably unset VAR.
4773 as_fn_unset ()
4774 {
4775   { eval $1=; unset $1;}
4776 }
4777 as_unset=as_fn_unset
4778 # as_fn_append VAR VALUE
4779 # ----------------------
4780 # Append the text in VALUE to the end of the definition contained in VAR. Take
4781 # advantage of any shell optimizations that allow amortized linear growth over
4782 # repeated appends, instead of the typical quadratic growth present in naive
4783 # implementations.
4784 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
4785   eval 'as_fn_append ()
4786   {
4787     eval $1+=\$2
4788   }'
4789 else
4790   as_fn_append ()
4791   {
4792     eval $1=\$$1\$2
4793   }
4794 fi # as_fn_append
4795
4796 # as_fn_arith ARG...
4797 # ------------------
4798 # Perform arithmetic evaluation on the ARGs, and store the result in the
4799 # global $as_val. Take advantage of shells that can avoid forks. The arguments
4800 # must be portable across $(()) and expr.
4801 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
4802   eval 'as_fn_arith ()
4803   {
4804     as_val=$(( $* ))
4805   }'
4806 else
4807   as_fn_arith ()
4808   {
4809     as_val=`expr "$@" || test $? -eq 1`
4810   }
4811 fi # as_fn_arith
4812
4813
4814 if expr a : '\(a\)' >/dev/null 2>&1 &&
4815    test "X`expr 00001 : '.*\(...\)'`" = X001; then
4816   as_expr=expr
4817 else
4818   as_expr=false
4819 fi
4820
4821 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
4822   as_basename=basename
4823 else
4824   as_basename=false
4825 fi
4826
4827 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
4828   as_dirname=dirname
4829 else
4830   as_dirname=false
4831 fi
4832
4833 as_me=`$as_basename -- "$0" ||
4834 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
4835          X"$0" : 'X\(//\)$' \| \
4836          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
4837 $as_echo X/"$0" |
4838     sed '/^.*\/\([^/][^/]*\)\/*$/{
4839             s//\1/
4840             q
4841           }
4842           /^X\/\(\/\/\)$/{
4843             s//\1/
4844             q
4845           }
4846           /^X\/\(\/\).*/{
4847             s//\1/
4848             q
4849           }
4850           s/.*/./; q'`
4851
4852 # Avoid depending upon Character Ranges.
4853 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
4854 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
4855 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
4856 as_cr_digits='0123456789'
4857 as_cr_alnum=$as_cr_Letters$as_cr_digits
4858
4859 ECHO_C= ECHO_N= ECHO_T=
4860 case `echo -n x` in #(((((
4861 -n*)
4862   case `echo 'xy\c'` in
4863   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
4864   xy)  ECHO_C='\c';;
4865   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
4866        ECHO_T=' ';;
4867   esac;;
4868 *)
4869   ECHO_N='-n';;
4870 esac
4871
4872 rm -f conf$$ conf$$.exe conf$$.file
4873 if test -d conf$$.dir; then
4874   rm -f conf$$.dir/conf$$.file
4875 else
4876   rm -f conf$$.dir
4877   mkdir conf$$.dir 2>/dev/null
4878 fi
4879 if (echo >conf$$.file) 2>/dev/null; then
4880   if ln -s conf$$.file conf$$ 2>/dev/null; then
4881     as_ln_s='ln -s'
4882     # ... but there are two gotchas:
4883     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
4884     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
4885     # In both cases, we have to default to `cp -pR'.
4886     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
4887       as_ln_s='cp -pR'
4888   elif ln conf$$.file conf$$ 2>/dev/null; then
4889     as_ln_s=ln
4890   else
4891     as_ln_s='cp -pR'
4892   fi
4893 else
4894   as_ln_s='cp -pR'
4895 fi
4896 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
4897 rmdir conf$$.dir 2>/dev/null
4898
4899
4900 # as_fn_mkdir_p
4901 # -------------
4902 # Create "$as_dir" as a directory, including parents if necessary.
4903 as_fn_mkdir_p ()
4904 {
4905
4906   case $as_dir in #(
4907   -*) as_dir=./$as_dir;;
4908   esac
4909   test -d "$as_dir" || eval $as_mkdir_p || {
4910     as_dirs=
4911     while :; do
4912       case $as_dir in #(
4913       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
4914       *) as_qdir=$as_dir;;
4915       esac
4916       as_dirs="'$as_qdir' $as_dirs"
4917       as_dir=`$as_dirname -- "$as_dir" ||
4918 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
4919          X"$as_dir" : 'X\(//\)[^/]' \| \
4920          X"$as_dir" : 'X\(//\)$' \| \
4921          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
4922 $as_echo X"$as_dir" |
4923     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
4924             s//\1/
4925             q
4926           }
4927           /^X\(\/\/\)[^/].*/{
4928             s//\1/
4929             q
4930           }
4931           /^X\(\/\/\)$/{
4932             s//\1/
4933             q
4934           }
4935           /^X\(\/\).*/{
4936             s//\1/
4937             q
4938           }
4939           s/.*/./; q'`
4940       test -d "$as_dir" && break
4941     done
4942     test -z "$as_dirs" || eval "mkdir $as_dirs"
4943   } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
4944
4945
4946 } # as_fn_mkdir_p
4947 if mkdir -p . 2>/dev/null; then
4948   as_mkdir_p='mkdir -p "$as_dir"'
4949 else
4950   test -d ./-p && rmdir ./-p
4951   as_mkdir_p=false
4952 fi
4953
4954
4955 # as_fn_executable_p FILE
4956 # -----------------------
4957 # Test if FILE is an executable regular file.
4958 as_fn_executable_p ()
4959 {
4960   test -f "$1" && test -x "$1"
4961 } # as_fn_executable_p
4962 as_test_x='test -x'
4963 as_executable_p=as_fn_executable_p
4964
4965 # Sed expression to map a string onto a valid CPP name.
4966 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
4967
4968 # Sed expression to map a string onto a valid variable name.
4969 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
4970
4971
4972 exec 6>&1
4973 ## ----------------------------------- ##
4974 ## Main body of $CONFIG_STATUS script. ##
4975 ## ----------------------------------- ##
4976 _ASEOF
4977 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
4978
4979 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4980 # Save the log message, to keep $0 and so on meaningful, and to
4981 # report actual input values of CONFIG_FILES etc. instead of their
4982 # values after options handling.
4983 ac_log="
4984 This file was extended by xmldoc $as_me 0.8, which was
4985 generated by GNU Autoconf 2.69.  Invocation command line was
4986
4987   CONFIG_FILES    = $CONFIG_FILES
4988   CONFIG_HEADERS  = $CONFIG_HEADERS
4989   CONFIG_LINKS    = $CONFIG_LINKS
4990   CONFIG_COMMANDS = $CONFIG_COMMANDS
4991   $ $0 $@
4992
4993 on `(hostname || uname -n) 2>/dev/null | sed 1q`
4994 "
4995
4996 _ACEOF
4997
4998 case $ac_config_files in *"
4999 "*) set x $ac_config_files; shift; ac_config_files=$*;;
5000 esac
5001
5002
5003
5004 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5005 # Files that config.status was made for.
5006 config_files="$ac_config_files"
5007 config_commands="$ac_config_commands"
5008
5009 _ACEOF
5010
5011 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5012 ac_cs_usage="\
5013 \`$as_me' instantiates files and other configuration actions
5014 from templates according to the current configuration.  Unless the files
5015 and actions are specified as TAGs, all are instantiated by default.
5016
5017 Usage: $0 [OPTION]... [TAG]...
5018
5019   -h, --help       print this help, then exit
5020   -V, --version    print version number and configuration settings, then exit
5021       --config     print configuration, then exit
5022   -q, --quiet, --silent
5023                    do not print progress messages
5024   -d, --debug      don't remove temporary files
5025       --recheck    update $as_me by reconfiguring in the same conditions
5026       --file=FILE[:TEMPLATE]
5027                    instantiate the configuration file FILE
5028
5029 Configuration files:
5030 $config_files
5031
5032 Configuration commands:
5033 $config_commands
5034
5035 Report bugs to <arjen@andromeda.nl>."
5036
5037 _ACEOF
5038 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5039 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
5040 ac_cs_version="\\
5041 xmldoc config.status 0.8
5042 configured by $0, generated by GNU Autoconf 2.69,
5043   with options \\"\$ac_cs_config\\"
5044
5045 Copyright (C) 2012 Free Software Foundation, Inc.
5046 This config.status script is free software; the Free Software Foundation
5047 gives unlimited permission to copy, distribute and modify it."
5048
5049 ac_pwd='$ac_pwd'
5050 srcdir='$srcdir'
5051 INSTALL='$INSTALL'
5052 MKDIR_P='$MKDIR_P'
5053 AWK='$AWK'
5054 test -n "\$AWK" || AWK=awk
5055 _ACEOF
5056
5057 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5058 # The default lists apply if the user does not specify any file.
5059 ac_need_defaults=:
5060 while test $# != 0
5061 do
5062   case $1 in
5063   --*=?*)
5064     ac_option=`expr "X$1" : 'X\([^=]*\)='`
5065     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
5066     ac_shift=:
5067     ;;
5068   --*=)
5069     ac_option=`expr "X$1" : 'X\([^=]*\)='`
5070     ac_optarg=
5071     ac_shift=:
5072     ;;
5073   *)
5074     ac_option=$1
5075     ac_optarg=$2
5076     ac_shift=shift
5077     ;;
5078   esac
5079
5080   case $ac_option in
5081   # Handling of the options.
5082   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
5083     ac_cs_recheck=: ;;
5084   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
5085     $as_echo "$ac_cs_version"; exit ;;
5086   --config | --confi | --conf | --con | --co | --c )
5087     $as_echo "$ac_cs_config"; exit ;;
5088   --debug | --debu | --deb | --de | --d | -d )
5089     debug=: ;;
5090   --file | --fil | --fi | --f )
5091     $ac_shift
5092     case $ac_optarg in
5093     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
5094     '') as_fn_error $? "missing file argument" ;;
5095     esac
5096     as_fn_append CONFIG_FILES " '$ac_optarg'"
5097     ac_need_defaults=false;;
5098   --he | --h |  --help | --hel | -h )
5099     $as_echo "$ac_cs_usage"; exit ;;
5100   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
5101   | -silent | --silent | --silen | --sile | --sil | --si | --s)
5102     ac_cs_silent=: ;;
5103
5104   # This is an error.
5105   -*) as_fn_error $? "unrecognized option: \`$1'
5106 Try \`$0 --help' for more information." ;;
5107
5108   *) as_fn_append ac_config_targets " $1"
5109      ac_need_defaults=false ;;
5110
5111   esac
5112   shift
5113 done
5114
5115 ac_configure_extra_args=
5116
5117 if $ac_cs_silent; then
5118   exec 6>/dev/null
5119   ac_configure_extra_args="$ac_configure_extra_args --silent"
5120 fi
5121
5122 _ACEOF
5123 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5124 if \$ac_cs_recheck; then
5125   set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
5126   shift
5127   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
5128   CONFIG_SHELL='$SHELL'
5129   export CONFIG_SHELL
5130   exec "\$@"
5131 fi
5132
5133 _ACEOF
5134 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5135 exec 5>>config.log
5136 {
5137   echo
5138   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
5139 ## Running $as_me. ##
5140 _ASBOX
5141   $as_echo "$ac_log"
5142 } >&5
5143
5144 _ACEOF
5145 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5146 #
5147 # INIT-COMMANDS
5148 #
5149 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
5150
5151 _ACEOF
5152
5153 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5154
5155 # Handling of arguments.
5156 for ac_config_target in $ac_config_targets
5157 do
5158   case $ac_config_target in
5159     "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
5160     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
5161     "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
5162
5163   *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
5164   esac
5165 done
5166
5167
5168 # If the user did not use the arguments to specify the items to instantiate,
5169 # then the envvar interface is used.  Set only those that are not.
5170 # We use the long form for the default assignment because of an extremely
5171 # bizarre bug on SunOS 4.1.3.
5172 if $ac_need_defaults; then
5173   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
5174   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
5175 fi
5176
5177 # Have a temporary directory for convenience.  Make it in the build tree
5178 # simply because there is no reason against having it here, and in addition,
5179 # creating and moving files from /tmp can sometimes cause problems.
5180 # Hook for its removal unless debugging.
5181 # Note that there is a small window in which the directory will not be cleaned:
5182 # after its creation but before its name has been assigned to `$tmp'.
5183 $debug ||
5184 {
5185   tmp= ac_tmp=
5186   trap 'exit_status=$?
5187   : "${ac_tmp:=$tmp}"
5188   { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
5189 ' 0
5190   trap 'as_fn_exit 1' 1 2 13 15
5191 }
5192 # Create a (secure) tmp directory for tmp files.
5193
5194 {
5195   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
5196   test -d "$tmp"
5197 }  ||
5198 {
5199   tmp=./conf$$-$RANDOM
5200   (umask 077 && mkdir "$tmp")
5201 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
5202 ac_tmp=$tmp
5203
5204 # Set up the scripts for CONFIG_FILES section.
5205 # No need to generate them if there are no CONFIG_FILES.
5206 # This happens for instance with `./config.status config.h'.
5207 if test -n "$CONFIG_FILES"; then
5208
5209
5210 ac_cr=`echo X | tr X '\015'`
5211 # On cygwin, bash can eat \r inside `` if the user requested igncr.
5212 # But we know of no other shell where ac_cr would be empty at this
5213 # point, so we can use a bashism as a fallback.
5214 if test "x$ac_cr" = x; then
5215   eval ac_cr=\$\'\\r\'
5216 fi
5217 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
5218 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
5219   ac_cs_awk_cr='\\r'
5220 else
5221   ac_cs_awk_cr=$ac_cr
5222 fi
5223
5224 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
5225 _ACEOF
5226
5227
5228 {
5229   echo "cat >conf$$subs.awk <<_ACEOF" &&
5230   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
5231   echo "_ACEOF"
5232 } >conf$$subs.sh ||
5233   as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
5234 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
5235 ac_delim='%!_!# '
5236 for ac_last_try in false false false false false :; do
5237   . ./conf$$subs.sh ||
5238     as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
5239
5240   ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
5241   if test $ac_delim_n = $ac_delim_num; then
5242     break
5243   elif $ac_last_try; then
5244     as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
5245   else
5246     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
5247   fi
5248 done
5249 rm -f conf$$subs.sh
5250
5251 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5252 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
5253 _ACEOF
5254 sed -n '
5255 h
5256 s/^/S["/; s/!.*/"]=/
5257 p
5258 g
5259 s/^[^!]*!//
5260 :repl
5261 t repl
5262 s/'"$ac_delim"'$//
5263 t delim
5264 :nl
5265 h
5266 s/\(.\{148\}\)..*/\1/
5267 t more1
5268 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
5269 p
5270 n
5271 b repl
5272 :more1
5273 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
5274 p
5275 g
5276 s/.\{148\}//
5277 t nl
5278 :delim
5279 h
5280 s/\(.\{148\}\)..*/\1/
5281 t more2
5282 s/["\\]/\\&/g; s/^/"/; s/$/"/
5283 p
5284 b
5285 :more2
5286 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
5287 p
5288 g
5289 s/.\{148\}//
5290 t delim
5291 ' <conf$$subs.awk | sed '
5292 /^[^""]/{
5293   N
5294   s/\n//
5295 }
5296 ' >>$CONFIG_STATUS || ac_write_fail=1
5297 rm -f conf$$subs.awk
5298 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5299 _ACAWK
5300 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
5301   for (key in S) S_is_set[key] = 1
5302   FS = "\a"
5303
5304 }
5305 {
5306   line = $ 0
5307   nfields = split(line, field, "@")
5308   substed = 0
5309   len = length(field[1])
5310   for (i = 2; i < nfields; i++) {
5311     key = field[i]
5312     keylen = length(key)
5313     if (S_is_set[key]) {
5314       value = S[key]
5315       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
5316       len += length(value) + length(field[++i])
5317       substed = 1
5318     } else
5319       len += 1 + keylen
5320   }
5321
5322   print line
5323 }
5324
5325 _ACAWK
5326 _ACEOF
5327 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5328 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
5329   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
5330 else
5331   cat
5332 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
5333   || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
5334 _ACEOF
5335
5336 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
5337 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
5338 # trailing colons and then remove the whole line if VPATH becomes empty
5339 # (actually we leave an empty line to preserve line numbers).
5340 if test "x$srcdir" = x.; then
5341   ac_vpsub='/^[  ]*VPATH[        ]*=[    ]*/{
5342 h
5343 s///
5344 s/^/:/
5345 s/[      ]*$/:/
5346 s/:\$(srcdir):/:/g
5347 s/:\${srcdir}:/:/g
5348 s/:@srcdir@:/:/g
5349 s/^:*//
5350 s/:*$//
5351 x
5352 s/\(=[   ]*\).*/\1/
5353 G
5354 s/\n//
5355 s/^[^=]*=[       ]*$//
5356 }'
5357 fi
5358
5359 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5360 fi # test -n "$CONFIG_FILES"
5361
5362
5363 eval set X "  :F $CONFIG_FILES      :C $CONFIG_COMMANDS"
5364 shift
5365 for ac_tag
5366 do
5367   case $ac_tag in
5368   :[FHLC]) ac_mode=$ac_tag; continue;;
5369   esac
5370   case $ac_mode$ac_tag in
5371   :[FHL]*:*);;
5372   :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
5373   :[FH]-) ac_tag=-:-;;
5374   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
5375   esac
5376   ac_save_IFS=$IFS
5377   IFS=:
5378   set x $ac_tag
5379   IFS=$ac_save_IFS
5380   shift
5381   ac_file=$1
5382   shift
5383
5384   case $ac_mode in
5385   :L) ac_source=$1;;
5386   :[FH])
5387     ac_file_inputs=
5388     for ac_f
5389     do
5390       case $ac_f in
5391       -) ac_f="$ac_tmp/stdin";;
5392       *) # Look for the file first in the build tree, then in the source tree
5393          # (if the path is not absolute).  The absolute path cannot be DOS-style,
5394          # because $ac_f cannot contain `:'.
5395          test -f "$ac_f" ||
5396            case $ac_f in
5397            [\\/$]*) false;;
5398            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
5399            esac ||
5400            as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
5401       esac
5402       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
5403       as_fn_append ac_file_inputs " '$ac_f'"
5404     done
5405
5406     # Let's still pretend it is `configure' which instantiates (i.e., don't
5407     # use $as_me), people would be surprised to read:
5408     #    /* config.h.  Generated by config.status.  */
5409     configure_input='Generated from '`
5410           $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
5411         `' by configure.'
5412     if test x"$ac_file" != x-; then
5413       configure_input="$ac_file.  $configure_input"
5414       { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
5415 $as_echo "$as_me: creating $ac_file" >&6;}
5416     fi
5417     # Neutralize special characters interpreted by sed in replacement strings.
5418     case $configure_input in #(
5419     *\&* | *\|* | *\\* )
5420        ac_sed_conf_input=`$as_echo "$configure_input" |
5421        sed 's/[\\\\&|]/\\\\&/g'`;; #(
5422     *) ac_sed_conf_input=$configure_input;;
5423     esac
5424
5425     case $ac_tag in
5426     *:-:* | *:-) cat >"$ac_tmp/stdin" \
5427       || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
5428     esac
5429     ;;
5430   esac
5431
5432   ac_dir=`$as_dirname -- "$ac_file" ||
5433 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
5434          X"$ac_file" : 'X\(//\)[^/]' \| \
5435          X"$ac_file" : 'X\(//\)$' \| \
5436          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
5437 $as_echo X"$ac_file" |
5438     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
5439             s//\1/
5440             q
5441           }
5442           /^X\(\/\/\)[^/].*/{
5443             s//\1/
5444             q
5445           }
5446           /^X\(\/\/\)$/{
5447             s//\1/
5448             q
5449           }
5450           /^X\(\/\).*/{
5451             s//\1/
5452             q
5453           }
5454           s/.*/./; q'`
5455   as_dir="$ac_dir"; as_fn_mkdir_p
5456   ac_builddir=.
5457
5458 case "$ac_dir" in
5459 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
5460 *)
5461   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
5462   # A ".." for each directory in $ac_dir_suffix.
5463   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
5464   case $ac_top_builddir_sub in
5465   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
5466   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
5467   esac ;;
5468 esac
5469 ac_abs_top_builddir=$ac_pwd
5470 ac_abs_builddir=$ac_pwd$ac_dir_suffix
5471 # for backward compatibility:
5472 ac_top_builddir=$ac_top_build_prefix
5473
5474 case $srcdir in
5475   .)  # We are building in place.
5476     ac_srcdir=.
5477     ac_top_srcdir=$ac_top_builddir_sub
5478     ac_abs_top_srcdir=$ac_pwd ;;
5479   [\\/]* | ?:[\\/]* )  # Absolute name.
5480     ac_srcdir=$srcdir$ac_dir_suffix;
5481     ac_top_srcdir=$srcdir
5482     ac_abs_top_srcdir=$srcdir ;;
5483   *) # Relative name.
5484     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
5485     ac_top_srcdir=$ac_top_build_prefix$srcdir
5486     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
5487 esac
5488 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
5489
5490
5491   case $ac_mode in
5492   :F)
5493   #
5494   # CONFIG_FILE
5495   #
5496
5497   case $INSTALL in
5498   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
5499   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
5500   esac
5501   ac_MKDIR_P=$MKDIR_P
5502   case $MKDIR_P in
5503   [\\/$]* | ?:[\\/]* ) ;;
5504   */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
5505   esac
5506 _ACEOF
5507
5508 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5509 # If the template does not know about datarootdir, expand it.
5510 # FIXME: This hack should be removed a few years after 2.60.
5511 ac_datarootdir_hack=; ac_datarootdir_seen=
5512 ac_sed_dataroot='
5513 /datarootdir/ {
5514   p
5515   q
5516 }
5517 /@datadir@/p
5518 /@docdir@/p
5519 /@infodir@/p
5520 /@localedir@/p
5521 /@mandir@/p'
5522 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
5523 *datarootdir*) ac_datarootdir_seen=yes;;
5524 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
5525   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
5526 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
5527 _ACEOF
5528 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5529   ac_datarootdir_hack='
5530   s&@datadir@&$datadir&g
5531   s&@docdir@&$docdir&g
5532   s&@infodir@&$infodir&g
5533   s&@localedir@&$localedir&g
5534   s&@mandir@&$mandir&g
5535   s&\\\${datarootdir}&$datarootdir&g' ;;
5536 esac
5537 _ACEOF
5538
5539 # Neutralize VPATH when `$srcdir' = `.'.
5540 # Shell code in configure.ac might set extrasub.
5541 # FIXME: do we really want to maintain this feature?
5542 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5543 ac_sed_extra="$ac_vpsub
5544 $extrasub
5545 _ACEOF
5546 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5547 :t
5548 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
5549 s|@configure_input@|$ac_sed_conf_input|;t t
5550 s&@top_builddir@&$ac_top_builddir_sub&;t t
5551 s&@top_build_prefix@&$ac_top_build_prefix&;t t
5552 s&@srcdir@&$ac_srcdir&;t t
5553 s&@abs_srcdir@&$ac_abs_srcdir&;t t
5554 s&@top_srcdir@&$ac_top_srcdir&;t t
5555 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
5556 s&@builddir@&$ac_builddir&;t t
5557 s&@abs_builddir@&$ac_abs_builddir&;t t
5558 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
5559 s&@INSTALL@&$ac_INSTALL&;t t
5560 s&@MKDIR_P@&$ac_MKDIR_P&;t t
5561 $ac_datarootdir_hack
5562 "
5563 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
5564   >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
5565
5566 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
5567   { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
5568   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' \
5569       "$ac_tmp/out"`; test -z "$ac_out"; } &&
5570   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
5571 which seems to be undefined.  Please make sure it is defined" >&5
5572 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
5573 which seems to be undefined.  Please make sure it is defined" >&2;}
5574
5575   rm -f "$ac_tmp/stdin"
5576   case $ac_file in
5577   -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
5578   *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
5579   esac \
5580   || as_fn_error $? "could not create $ac_file" "$LINENO" 5
5581  ;;
5582
5583
5584   :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
5585 $as_echo "$as_me: executing $ac_file commands" >&6;}
5586  ;;
5587   esac
5588
5589
5590   case $ac_file$ac_mode in
5591     "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
5592   # Older Autoconf quotes --file arguments for eval, but not when files
5593   # are listed without --file.  Let's play safe and only enable the eval
5594   # if we detect the quoting.
5595   case $CONFIG_FILES in
5596   *\'*) eval set x "$CONFIG_FILES" ;;
5597   *)   set x $CONFIG_FILES ;;
5598   esac
5599   shift
5600   for mf
5601   do
5602     # Strip MF so we end up with the name of the file.
5603     mf=`echo "$mf" | sed -e 's/:.*$//'`
5604     # Check whether this is an Automake generated Makefile or not.
5605     # We used to match only the files named 'Makefile.in', but
5606     # some people rename them; so instead we look at the file content.
5607     # Grep'ing the first line is not enough: some people post-process
5608     # each Makefile.in and add a new line on top of each file to say so.
5609     # Grep'ing the whole file is not good either: AIX grep has a line
5610     # limit of 2048, but all sed's we know have understand at least 4000.
5611     if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
5612       dirpart=`$as_dirname -- "$mf" ||
5613 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
5614          X"$mf" : 'X\(//\)[^/]' \| \
5615          X"$mf" : 'X\(//\)$' \| \
5616          X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
5617 $as_echo X"$mf" |
5618     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
5619             s//\1/
5620             q
5621           }
5622           /^X\(\/\/\)[^/].*/{
5623             s//\1/
5624             q
5625           }
5626           /^X\(\/\/\)$/{
5627             s//\1/
5628             q
5629           }
5630           /^X\(\/\).*/{
5631             s//\1/
5632             q
5633           }
5634           s/.*/./; q'`
5635     else
5636       continue
5637     fi
5638     # Extract the definition of DEPDIR, am__include, and am__quote
5639     # from the Makefile without running 'make'.
5640     DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
5641     test -z "$DEPDIR" && continue
5642     am__include=`sed -n 's/^am__include = //p' < "$mf"`
5643     test -z "$am__include" && continue
5644     am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
5645     # Find all dependency output files, they are included files with
5646     # $(DEPDIR) in their names.  We invoke sed twice because it is the
5647     # simplest approach to changing $(DEPDIR) to its actual value in the
5648     # expansion.
5649     for file in `sed -n "
5650       s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
5651          sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
5652       # Make sure the directory exists.
5653       test -f "$dirpart/$file" && continue
5654       fdir=`$as_dirname -- "$file" ||
5655 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
5656          X"$file" : 'X\(//\)[^/]' \| \
5657          X"$file" : 'X\(//\)$' \| \
5658          X"$file" : 'X\(/\)' \| . 2>/dev/null ||
5659 $as_echo X"$file" |
5660     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
5661             s//\1/
5662             q
5663           }
5664           /^X\(\/\/\)[^/].*/{
5665             s//\1/
5666             q
5667           }
5668           /^X\(\/\/\)$/{
5669             s//\1/
5670             q
5671           }
5672           /^X\(\/\).*/{
5673             s//\1/
5674             q
5675           }
5676           s/.*/./; q'`
5677       as_dir=$dirpart/$fdir; as_fn_mkdir_p
5678       # echo "creating $dirpart/$file"
5679       echo '# dummy' > "$dirpart/$file"
5680     done
5681   done
5682 }
5683  ;;
5684
5685   esac
5686 done # for ac_tag
5687
5688
5689 as_fn_exit 0
5690 _ACEOF
5691 ac_clean_files=$ac_clean_files_save
5692
5693 test $ac_write_fail = 0 ||
5694   as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
5695
5696
5697 # configure is writing to config.log, and then calls config.status.
5698 # config.status does its own redirection, appending to config.log.
5699 # Unfortunately, on DOS this fails, as config.log is still kept open
5700 # by configure, so config.status won't be able to write to it; its
5701 # output is simply discarded.  So we exec the FD to /dev/null,
5702 # effectively closing config.log, so it can be properly (re)opened and
5703 # appended to by config.status.  When coming back to configure, we
5704 # need to make the FD available again.
5705 if test "$no_create" != yes; then
5706   ac_cs_success=:
5707   ac_config_status_args=
5708   test "$silent" = yes &&
5709     ac_config_status_args="$ac_config_status_args --quiet"
5710   exec 5>/dev/null
5711   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
5712   exec 5>>config.log
5713   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
5714   # would make configure fail if this is the last instruction.
5715   $ac_cs_success || as_fn_exit 1
5716 fi
5717 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
5718   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
5719 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
5720 fi
5721