2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for Xestia Address Book 0.01.
5 # Report bugs to <bugs@xestia.co.uk>.
8 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
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 ## -------------------- ##
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 :
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+"$@"}'='"$@"'
27 case `(set -o) 2>/dev/null` in #(
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
48 as_echo_n='print -rn --'
49 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
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'
57 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
62 expr "X$arg" : "X\\(.*\\)$as_nl";
63 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
65 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
68 as_echo_n='sh -c $as_echo_n_body as_echo'
71 as_echo='sh -c $as_echo_body as_echo'
74 # The user is always right.
75 if test "${PATH_SEPARATOR+set}" != set; then
77 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
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.)
91 # Find who we are. Look in the path if we contain no directory separator.
94 *[\\/]* ) as_myself=$0 ;;
95 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
99 test -z "$as_dir" && as_dir=.
100 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
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
111 if test ! -f "$as_myself"; then
112 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
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 || :
135 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
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.
147 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
149 *v*x* | *x*v* ) as_opts=-vx ;;
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
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 :
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+\"\$@\"}'='\"\$@\"'
171 case \`(set -o) 2>/dev/null\` in #(
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; }
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 :
193 exitcode=1; echo positional parameters were not saved.
195 test x\$exitcode = x0 || 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 :
207 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
210 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
212 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
215 test -z "$as_dir" && as_dir=.
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 :
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
240 if test "x$CONFIG_SHELL" != x; then :
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.
248 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
250 *v*x* | *x*v* ) as_opts=-vx ;;
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
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."
269 $as_echo "$0: Please tell bug-autoconf@gnu.org and bugs@xestia.co.uk
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
279 SHELL=${CONFIG_SHELL-/bin/sh}
281 # Unset more variables known to interfere with behavior of common tools.
282 CLICOLOR_FORCE= GREP_OPTIONS=
283 unset CLICOLOR_FORCE GREP_OPTIONS
285 ## --------------------- ##
286 ## M4sh Shell Functions. ##
287 ## --------------------- ##
290 # Portably unset VAR.
293 { eval $1=; unset $1;}
297 # as_fn_set_status STATUS
298 # -----------------------
299 # Set $? to STATUS, without forking.
307 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
317 # Create "$as_dir" as a directory, including parents if necessary.
322 -*) as_dir=./$as_dir;;
324 test -d "$as_dir" || eval $as_mkdir_p || {
328 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
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\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
355 test -d "$as_dir" && break
357 test -z "$as_dirs" || eval "mkdir $as_dirs"
358 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
363 # as_fn_executable_p FILE
364 # -----------------------
365 # Test if FILE is an executable regular file.
366 as_fn_executable_p ()
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
376 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
377 eval 'as_fn_append ()
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 :
401 as_val=`expr "$@" || test $? -eq 1`
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.
413 as_status=$1; test $as_status -eq 0 && as_status=1
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
418 $as_echo "$as_me: error: $2" >&2
419 as_fn_exit $as_status
422 if expr a : '\(a\)' >/dev/null 2>&1 &&
423 test "X`expr 00001 : '.*\(...\)'`" = X001; then
429 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
435 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
441 as_me=`$as_basename -- "$0" ||
442 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
443 X"$0" : 'X\(//\)$' \| \
444 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
446 sed '/^.*\/\([^/][^/]*\)\/*$/{
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
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. :-)
484 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
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; }
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).
499 # Exit status is that of the last command.
503 ECHO_C= ECHO_N= ECHO_T=
504 case `echo -n x` in #(((((
506 case `echo 'xy\c'` in
507 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
509 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
516 rm -f conf$$ conf$$.exe conf$$.file
517 if test -d conf$$.dir; then
518 rm -f conf$$.dir/conf$$.file
521 mkdir conf$$.dir 2>/dev/null
523 if (echo >conf$$.file) 2>/dev/null; then
524 if ln -s conf$$.file conf$$ 2>/dev/null; then
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 ||
532 elif ln conf$$.file conf$$ 2>/dev/null; then
540 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
541 rmdir conf$$.dir 2>/dev/null
543 if mkdir -p . 2>/dev/null; then
544 as_mkdir_p='mkdir -p "$as_dir"'
546 test -d ./-p && rmdir ./-p
551 as_executable_p=as_fn_executable_p
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'"
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'"
560 test -n "$DJDIR" || exec 7<&0 </dev/null
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`
571 ac_default_prefix=/usr/local
573 ac_config_libobj_dir=.
580 # Identity of this package.
581 PACKAGE_NAME='Xestia Address Book'
582 PACKAGE_TARNAME='xestia-address-book'
583 PACKAGE_VERSION='0.01'
584 PACKAGE_STRING='Xestia Address Book 0.01'
585 PACKAGE_BUGREPORT='bugs@xestia.co.uk'
588 # Factoring default headers for most tests.
589 ac_includes_default="\
591 #ifdef HAVE_SYS_TYPES_H
592 # include <sys/types.h>
594 #ifdef HAVE_SYS_STAT_H
595 # include <sys/stat.h>
601 # ifdef HAVE_STDLIB_H
606 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
611 #ifdef HAVE_STRINGS_H
612 # include <strings.h>
614 #ifdef HAVE_INTTYPES_H
615 # include <inttypes.h>
624 ac_subst_vars='LTLIBOBJS
630 FOUND_UUIDGEN_RES_FALSE
631 FOUND_UUIDGEN_RES_TRUE
636 FOUND_XML2CONFIG_RES_FALSE
637 FOUND_XML2CONFIG_RES_TRUE
639 FOUND_CURLCONFIG_RES_FALSE
640 FOUND_CURLCONFIG_RES_TRUE
698 program_transform_name
711 enable_option_checking
718 ac_precious_vars='build_alias
733 # Initialize some variables set by options.
735 ac_init_version=false
736 ac_unrecognized_opts=
738 # The variables have the same names as the options, with
739 # dashes changed to underlines.
747 program_transform_name=s,x,x,
755 # Installation directory options.
756 # These are left unexpanded so users can "make install exec_prefix=/foo"
757 # and all the variables that are supposed to be based on exec_prefix
758 # by default will actually change.
759 # Use braces instead of parens because sh, perl, etc. also accept them.
760 # (The list follows the same order as the GNU Coding Standards.)
761 bindir='${exec_prefix}/bin'
762 sbindir='${exec_prefix}/sbin'
763 libexecdir='${exec_prefix}/libexec'
764 datarootdir='${prefix}/share'
765 datadir='${datarootdir}'
766 sysconfdir='${prefix}/etc'
767 sharedstatedir='${prefix}/com'
768 localstatedir='${prefix}/var'
769 includedir='${prefix}/include'
770 oldincludedir='/usr/include'
771 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
772 infodir='${datarootdir}/info'
777 libdir='${exec_prefix}/lib'
778 localedir='${datarootdir}/locale'
779 mandir='${datarootdir}/man'
785 # If the previous option needs an argument, assign it.
786 if test -n "$ac_prev"; then
787 eval $ac_prev=\$ac_option
793 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
798 # Accept the important Cygnus configure options, so we can diagnose typos.
800 case $ac_dashdash$ac_option in
804 -bindir | --bindir | --bindi | --bind | --bin | --bi)
806 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
809 -build | --build | --buil | --bui | --bu)
810 ac_prev=build_alias ;;
811 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
812 build_alias=$ac_optarg ;;
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 ;;
822 cache_file=config.cache ;;
824 -datadir | --datadir | --datadi | --datad)
826 -datadir=* | --datadir=* | --datadi=* | --datad=*)
827 datadir=$ac_optarg ;;
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 ;;
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
847 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
848 ac_unrecognized_sep=', ';;
850 eval enable_$ac_useropt=no ;;
852 -docdir | --docdir | --docdi | --doc | --do)
854 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
857 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
859 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
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
873 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
874 ac_unrecognized_sep=', ';;
876 eval enable_$ac_useropt=\$ac_optarg ;;
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 ;;
887 -gas | --gas | --ga | --g)
888 # Obsolete; use --with-gas.
891 -help | --help | --hel | --he | -h)
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 ;;
898 -host | --host | --hos | --ho)
899 ac_prev=host_alias ;;
900 -host=* | --host=* | --hos=* | --ho=*)
901 host_alias=$ac_optarg ;;
903 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
905 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
907 htmldir=$ac_optarg ;;
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 ;;
916 -infodir | --infodir | --infodi | --infod | --info | --inf)
918 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
919 infodir=$ac_optarg ;;
921 -libdir | --libdir | --libdi | --libd)
923 -libdir=* | --libdir=* | --libdi=* | --libd=*)
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 ;;
933 -localedir | --localedir | --localedi | --localed | --locale)
935 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
936 localedir=$ac_optarg ;;
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 ;;
945 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
947 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
951 # Obsolete; use --without-fp.
954 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
955 | --no-cr | --no-c | -n)
958 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
959 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
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 ;;
971 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
973 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
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 ;;
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 ;;
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 ;;
1007 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1009 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1010 pdfdir=$ac_optarg ;;
1012 -psdir | --psdir | --psdi | --psd | --ps)
1014 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1017 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1018 | -silent | --silent | --silen | --sile | --sil)
1021 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1023 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1025 sbindir=$ac_optarg ;;
1027 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1028 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1029 | --sharedst | --shareds | --shared | --share | --shar \
1031 ac_prev=sharedstatedir ;;
1032 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1033 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1034 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1036 sharedstatedir=$ac_optarg ;;
1038 -site | --site | --sit)
1040 -site=* | --site=* | --sit=*)
1043 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1045 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1046 srcdir=$ac_optarg ;;
1048 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1049 | --syscon | --sysco | --sysc | --sys | --sy)
1050 ac_prev=sysconfdir ;;
1051 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1052 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1053 sysconfdir=$ac_optarg ;;
1055 -target | --target | --targe | --targ | --tar | --ta | --t)
1056 ac_prev=target_alias ;;
1057 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1058 target_alias=$ac_optarg ;;
1060 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1063 -version | --version | --versio | --versi | --vers | -V)
1064 ac_init_version=: ;;
1067 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1068 # Reject names that are not valid shell variable names.
1069 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1070 as_fn_error $? "invalid package name: $ac_useropt"
1071 ac_useropt_orig=$ac_useropt
1072 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1073 case $ac_user_opts in
1077 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1078 ac_unrecognized_sep=', ';;
1080 eval with_$ac_useropt=\$ac_optarg ;;
1082 -without-* | --without-*)
1083 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1084 # Reject names that are not valid shell variable names.
1085 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1086 as_fn_error $? "invalid package name: $ac_useropt"
1087 ac_useropt_orig=$ac_useropt
1088 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1089 case $ac_user_opts in
1093 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1094 ac_unrecognized_sep=', ';;
1096 eval with_$ac_useropt=no ;;
1099 # Obsolete; use --with-x.
1102 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1103 | --x-incl | --x-inc | --x-in | --x-i)
1104 ac_prev=x_includes ;;
1105 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1106 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1107 x_includes=$ac_optarg ;;
1109 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1110 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1111 ac_prev=x_libraries ;;
1112 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1113 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1114 x_libraries=$ac_optarg ;;
1116 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1117 Try \`$0 --help' for more information"
1121 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1122 # Reject names that are not valid shell variable names.
1123 case $ac_envvar in #(
1124 '' | [0-9]* | *[!_$as_cr_alnum]* )
1125 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1127 eval $ac_envvar=\$ac_optarg
1128 export $ac_envvar ;;
1131 # FIXME: should be removed in autoconf 3.0.
1132 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1133 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1134 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1135 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1141 if test -n "$ac_prev"; then
1142 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1143 as_fn_error $? "missing argument to $ac_option"
1146 if test -n "$ac_unrecognized_opts"; then
1147 case $enable_option_checking in
1149 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1150 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1154 # Check all directory arguments for consistency.
1155 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1156 datadir sysconfdir sharedstatedir localstatedir includedir \
1157 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1158 libdir localedir mandir
1160 eval ac_val=\$$ac_var
1161 # Remove trailing slashes.
1164 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1165 eval $ac_var=\$ac_val;;
1167 # Be sure to have absolute directory names.
1169 [\\/$]* | ?:[\\/]* ) continue;;
1170 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1172 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1175 # There might be people who depend on the old broken behavior: `$host'
1176 # used to hold the argument of --host etc.
1177 # FIXME: To remove some day.
1180 target=$target_alias
1182 # FIXME: To remove some day.
1183 if test "x$host_alias" != x; then
1184 if test "x$build_alias" = x; then
1185 cross_compiling=maybe
1186 elif test "x$build_alias" != "x$host_alias"; then
1192 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1194 test "$silent" = yes && exec 6>/dev/null
1197 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1198 ac_ls_di=`ls -di .` &&
1199 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1200 as_fn_error $? "working directory cannot be determined"
1201 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1202 as_fn_error $? "pwd does not report name of working directory"
1205 # Find the source files, if location was not specified.
1206 if test -z "$srcdir"; then
1207 ac_srcdir_defaulted=yes
1208 # Try the directory containing this script, then the parent directory.
1209 ac_confdir=`$as_dirname -- "$as_myself" ||
1210 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1211 X"$as_myself" : 'X\(//\)[^/]' \| \
1212 X"$as_myself" : 'X\(//\)$' \| \
1213 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1214 $as_echo X"$as_myself" |
1215 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1233 if test ! -r "$srcdir/$ac_unique_file"; then
1237 ac_srcdir_defaulted=no
1239 if test ! -r "$srcdir/$ac_unique_file"; then
1240 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1241 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1243 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1245 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1247 # When building in place, set srcdir=.
1248 if test "$ac_abs_confdir" = "$ac_pwd"; then
1251 # Remove unnecessary trailing slashes from srcdir.
1252 # Double slashes in file names in object file debugging info
1253 # mess up M-x gdb in Emacs.
1255 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1257 for ac_var in $ac_precious_vars; do
1258 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1259 eval ac_env_${ac_var}_value=\$${ac_var}
1260 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1261 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1265 # Report the --help message.
1267 if test "$ac_init_help" = "long"; then
1268 # Omit some internal or obsolete options to make the list less imposing.
1269 # This message is too long to be a string in the A/UX 3.1 sh.
1271 \`configure' configures Xestia Address Book 0.01 to adapt to many kinds of systems.
1273 Usage: $0 [OPTION]... [VAR=VALUE]...
1275 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1276 VAR=VALUE. See below for descriptions of some of the useful variables.
1278 Defaults for the options are specified in brackets.
1281 -h, --help display this help and exit
1282 --help=short display options specific to this package
1283 --help=recursive display the short help of all the included packages
1284 -V, --version display version information and exit
1285 -q, --quiet, --silent do not print \`checking ...' messages
1286 --cache-file=FILE cache test results in FILE [disabled]
1287 -C, --config-cache alias for \`--cache-file=config.cache'
1288 -n, --no-create do not create output files
1289 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1291 Installation directories:
1292 --prefix=PREFIX install architecture-independent files in PREFIX
1293 [$ac_default_prefix]
1294 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1297 By default, \`make install' will install all the files in
1298 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1299 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1300 for instance \`--prefix=\$HOME'.
1302 For better control, use the options below.
1304 Fine tuning of the installation directories:
1305 --bindir=DIR user executables [EPREFIX/bin]
1306 --sbindir=DIR system admin executables [EPREFIX/sbin]
1307 --libexecdir=DIR program executables [EPREFIX/libexec]
1308 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1309 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1310 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1311 --libdir=DIR object code libraries [EPREFIX/lib]
1312 --includedir=DIR C header files [PREFIX/include]
1313 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1314 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1315 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1316 --infodir=DIR info documentation [DATAROOTDIR/info]
1317 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1318 --mandir=DIR man documentation [DATAROOTDIR/man]
1319 --docdir=DIR documentation root
1320 [DATAROOTDIR/doc/xestia-address-book]
1321 --htmldir=DIR html documentation [DOCDIR]
1322 --dvidir=DIR dvi documentation [DOCDIR]
1323 --pdfdir=DIR pdf documentation [DOCDIR]
1324 --psdir=DIR ps documentation [DOCDIR]
1331 if test -n "$ac_init_help"; then
1332 case $ac_init_help in
1333 short | recursive ) echo "Configuration of Xestia Address Book 0.01:";;
1338 --disable-option-checking ignore unrecognized --enable/--with options
1339 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1340 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1341 --enable-debug Enable debugging features for the build.
1344 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1345 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1346 --with-wxdir=PATH Use uninstalled version of wxWidgets in PATH
1347 --with-wx-config=CONFIG wx-config script to use (optional)
1348 --with-wx-prefix=PREFIX Prefix where wxWidgets is installed (optional)
1349 --with-wx-exec-prefix=PREFIX
1350 Exec prefix where wxWidgets is installed (optional)
1352 Some influential environment variables:
1353 CXX C++ compiler command
1354 CXXFLAGS C++ compiler flags
1355 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1356 nonstandard directory <lib dir>
1357 LIBS libraries to pass to the linker, e.g. -l<library>
1358 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1359 you have headers in a nonstandard directory <include dir>
1360 CC C compiler command
1361 CFLAGS C compiler flags
1363 CXXCPP C++ preprocessor
1365 Use these variables to override the choices made by `configure' or to help
1366 it to find libraries and programs with nonstandard names/locations.
1368 Report bugs to <bugs@xestia.co.uk>.
1373 if test "$ac_init_help" = "recursive"; then
1374 # If there are subdirs, report their specific --help.
1375 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1376 test -d "$ac_dir" ||
1377 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1382 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1384 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1385 # A ".." for each directory in $ac_dir_suffix.
1386 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1387 case $ac_top_builddir_sub in
1388 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1389 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1392 ac_abs_top_builddir=$ac_pwd
1393 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1394 # for backward compatibility:
1395 ac_top_builddir=$ac_top_build_prefix
1398 .) # We are building in place.
1400 ac_top_srcdir=$ac_top_builddir_sub
1401 ac_abs_top_srcdir=$ac_pwd ;;
1402 [\\/]* | ?:[\\/]* ) # Absolute name.
1403 ac_srcdir=$srcdir$ac_dir_suffix;
1404 ac_top_srcdir=$srcdir
1405 ac_abs_top_srcdir=$srcdir ;;
1407 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1408 ac_top_srcdir=$ac_top_build_prefix$srcdir
1409 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1411 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1413 cd "$ac_dir" || { ac_status=$?; continue; }
1414 # Check for guested configure.
1415 if test -f "$ac_srcdir/configure.gnu"; then
1417 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1418 elif test -f "$ac_srcdir/configure"; then
1420 $SHELL "$ac_srcdir/configure" --help=recursive
1422 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1424 cd "$ac_pwd" || { ac_status=$?; break; }
1428 test -n "$ac_init_help" && exit $ac_status
1429 if $ac_init_version; then
1431 Xestia Address Book configure 0.01
1432 generated by GNU Autoconf 2.69
1434 Copyright (C) 2012 Free Software Foundation, Inc.
1435 This configure script is free software; the Free Software Foundation
1436 gives unlimited permission to copy, distribute and modify it.
1441 ## ------------------------ ##
1442 ## Autoconf initialization. ##
1443 ## ------------------------ ##
1445 # ac_fn_cxx_try_compile LINENO
1446 # ----------------------------
1447 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1448 ac_fn_cxx_try_compile ()
1450 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1451 rm -f conftest.$ac_objext
1452 if { { ac_try="$ac_compile"
1454 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1455 *) ac_try_echo=$ac_try;;
1457 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1458 $as_echo "$ac_try_echo"; } >&5
1459 (eval "$ac_compile") 2>conftest.err
1461 if test -s conftest.err; then
1462 grep -v '^ *+' conftest.err >conftest.er1
1463 cat conftest.er1 >&5
1464 mv -f conftest.er1 conftest.err
1466 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1467 test $ac_status = 0; } && {
1468 test -z "$ac_cxx_werror_flag" ||
1469 test ! -s conftest.err
1470 } && test -s conftest.$ac_objext; then :
1473 $as_echo "$as_me: failed program was:" >&5
1474 sed 's/^/| /' conftest.$ac_ext >&5
1478 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1479 as_fn_set_status $ac_retval
1481 } # ac_fn_cxx_try_compile
1483 # ac_fn_c_try_compile LINENO
1484 # --------------------------
1485 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1486 ac_fn_c_try_compile ()
1488 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1489 rm -f conftest.$ac_objext
1490 if { { ac_try="$ac_compile"
1492 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1493 *) ac_try_echo=$ac_try;;
1495 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1496 $as_echo "$ac_try_echo"; } >&5
1497 (eval "$ac_compile") 2>conftest.err
1499 if test -s conftest.err; then
1500 grep -v '^ *+' conftest.err >conftest.er1
1501 cat conftest.er1 >&5
1502 mv -f conftest.er1 conftest.err
1504 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1505 test $ac_status = 0; } && {
1506 test -z "$ac_c_werror_flag" ||
1507 test ! -s conftest.err
1508 } && test -s conftest.$ac_objext; then :
1511 $as_echo "$as_me: failed program was:" >&5
1512 sed 's/^/| /' conftest.$ac_ext >&5
1516 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1517 as_fn_set_status $ac_retval
1519 } # ac_fn_c_try_compile
1521 # ac_fn_c_try_cpp LINENO
1522 # ----------------------
1523 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1526 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1527 if { { ac_try="$ac_cpp conftest.$ac_ext"
1529 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1530 *) ac_try_echo=$ac_try;;
1532 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1533 $as_echo "$ac_try_echo"; } >&5
1534 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1536 if test -s conftest.err; then
1537 grep -v '^ *+' conftest.err >conftest.er1
1538 cat conftest.er1 >&5
1539 mv -f conftest.er1 conftest.err
1541 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1542 test $ac_status = 0; } > conftest.i && {
1543 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1544 test ! -s conftest.err
1548 $as_echo "$as_me: failed program was:" >&5
1549 sed 's/^/| /' conftest.$ac_ext >&5
1553 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1554 as_fn_set_status $ac_retval
1558 # ac_fn_cxx_try_cpp LINENO
1559 # ------------------------
1560 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1561 ac_fn_cxx_try_cpp ()
1563 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1564 if { { ac_try="$ac_cpp conftest.$ac_ext"
1566 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1567 *) ac_try_echo=$ac_try;;
1569 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1570 $as_echo "$ac_try_echo"; } >&5
1571 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1573 if test -s conftest.err; then
1574 grep -v '^ *+' conftest.err >conftest.er1
1575 cat conftest.er1 >&5
1576 mv -f conftest.er1 conftest.err
1578 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1579 test $ac_status = 0; } > conftest.i && {
1580 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
1581 test ! -s conftest.err
1585 $as_echo "$as_me: failed program was:" >&5
1586 sed 's/^/| /' conftest.$ac_ext >&5
1590 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1591 as_fn_set_status $ac_retval
1593 } # ac_fn_cxx_try_cpp
1595 # ac_fn_cxx_check_header_mongrel LINENO HEADER VAR INCLUDES
1596 # ---------------------------------------------------------
1597 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1598 # the include files in INCLUDES and setting the cache variable VAR
1600 ac_fn_cxx_check_header_mongrel ()
1602 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1603 if eval \${$3+:} false; then :
1604 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1605 $as_echo_n "checking for $2... " >&6; }
1606 if eval \${$3+:} false; then :
1607 $as_echo_n "(cached) " >&6
1610 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1611 $as_echo "$ac_res" >&6; }
1613 # Is the header compilable?
1614 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1615 $as_echo_n "checking $2 usability... " >&6; }
1616 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1617 /* end confdefs.h. */
1621 if ac_fn_cxx_try_compile "$LINENO"; then :
1622 ac_header_compiler=yes
1624 ac_header_compiler=no
1626 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1628 $as_echo "$ac_header_compiler" >&6; }
1630 # Is the header present?
1631 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1632 $as_echo_n "checking $2 presence... " >&6; }
1633 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1634 /* end confdefs.h. */
1637 if ac_fn_cxx_try_cpp "$LINENO"; then :
1638 ac_header_preproc=yes
1640 ac_header_preproc=no
1642 rm -f conftest.err conftest.i conftest.$ac_ext
1643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1644 $as_echo "$ac_header_preproc" >&6; }
1646 # So? What about this header?
1647 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in #((
1649 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1650 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1651 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1652 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1655 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1656 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1657 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1658 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1659 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1660 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1661 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1662 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1663 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1664 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1665 ( $as_echo "## -------------------------------- ##
1666 ## Report this to bugs@xestia.co.uk ##
1667 ## -------------------------------- ##"
1668 ) | sed "s/^/$as_me: WARNING: /" >&2
1671 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1672 $as_echo_n "checking for $2... " >&6; }
1673 if eval \${$3+:} false; then :
1674 $as_echo_n "(cached) " >&6
1676 eval "$3=\$ac_header_compiler"
1679 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1680 $as_echo "$ac_res" >&6; }
1682 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1684 } # ac_fn_cxx_check_header_mongrel
1686 # ac_fn_cxx_try_run LINENO
1687 # ------------------------
1688 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1689 # that executables *can* be run.
1690 ac_fn_cxx_try_run ()
1692 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1693 if { { ac_try="$ac_link"
1695 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1696 *) ac_try_echo=$ac_try;;
1698 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1699 $as_echo "$ac_try_echo"; } >&5
1700 (eval "$ac_link") 2>&5
1702 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1703 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1704 { { case "(($ac_try" in
1705 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1706 *) ac_try_echo=$ac_try;;
1708 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1709 $as_echo "$ac_try_echo"; } >&5
1710 (eval "$ac_try") 2>&5
1712 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1713 test $ac_status = 0; }; }; then :
1716 $as_echo "$as_me: program exited with status $ac_status" >&5
1717 $as_echo "$as_me: failed program was:" >&5
1718 sed 's/^/| /' conftest.$ac_ext >&5
1720 ac_retval=$ac_status
1722 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1723 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1724 as_fn_set_status $ac_retval
1726 } # ac_fn_cxx_try_run
1728 # ac_fn_cxx_check_header_compile LINENO HEADER VAR INCLUDES
1729 # ---------------------------------------------------------
1730 # Tests whether HEADER exists and can be compiled using the include files in
1731 # INCLUDES, setting the cache variable VAR accordingly.
1732 ac_fn_cxx_check_header_compile ()
1734 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1735 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1736 $as_echo_n "checking for $2... " >&6; }
1737 if eval \${$3+:} false; then :
1738 $as_echo_n "(cached) " >&6
1740 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1741 /* end confdefs.h. */
1745 if ac_fn_cxx_try_compile "$LINENO"; then :
1750 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1753 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1754 $as_echo "$ac_res" >&6; }
1755 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1757 } # ac_fn_cxx_check_header_compile
1759 # ac_fn_cxx_try_link LINENO
1760 # -------------------------
1761 # Try to link conftest.$ac_ext, and return whether this succeeded.
1762 ac_fn_cxx_try_link ()
1764 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1765 rm -f conftest.$ac_objext conftest$ac_exeext
1766 if { { ac_try="$ac_link"
1768 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1769 *) ac_try_echo=$ac_try;;
1771 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1772 $as_echo "$ac_try_echo"; } >&5
1773 (eval "$ac_link") 2>conftest.err
1775 if test -s conftest.err; then
1776 grep -v '^ *+' conftest.err >conftest.er1
1777 cat conftest.er1 >&5
1778 mv -f conftest.er1 conftest.err
1780 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1781 test $ac_status = 0; } && {
1782 test -z "$ac_cxx_werror_flag" ||
1783 test ! -s conftest.err
1784 } && test -s conftest$ac_exeext && {
1785 test "$cross_compiling" = yes ||
1786 test -x conftest$ac_exeext
1790 $as_echo "$as_me: failed program was:" >&5
1791 sed 's/^/| /' conftest.$ac_ext >&5
1795 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1796 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1797 # interfere with the next link command; also delete a directory that is
1798 # left behind by Apple's compiler. We do this before executing the actions.
1799 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1800 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1801 as_fn_set_status $ac_retval
1803 } # ac_fn_cxx_try_link
1805 # ac_fn_cxx_check_type LINENO TYPE VAR INCLUDES
1806 # ---------------------------------------------
1807 # Tests whether TYPE exists after having included INCLUDES, setting cache
1808 # variable VAR accordingly.
1809 ac_fn_cxx_check_type ()
1811 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1812 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1813 $as_echo_n "checking for $2... " >&6; }
1814 if eval \${$3+:} false; then :
1815 $as_echo_n "(cached) " >&6
1818 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1819 /* end confdefs.h. */
1830 if ac_fn_cxx_try_compile "$LINENO"; then :
1831 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1832 /* end confdefs.h. */
1843 if ac_fn_cxx_try_compile "$LINENO"; then :
1848 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1850 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1853 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1854 $as_echo "$ac_res" >&6; }
1855 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1857 } # ac_fn_cxx_check_type
1858 cat >config.log <<_ACEOF
1859 This file contains any messages produced by compilers while
1860 running configure, to aid debugging if configure makes a mistake.
1862 It was created by Xestia Address Book $as_me 0.01, which was
1863 generated by GNU Autoconf 2.69. Invocation command line was
1875 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1876 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1877 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1878 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1879 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1881 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1882 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1884 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1885 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1886 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1887 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1888 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1889 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1890 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1894 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1898 test -z "$as_dir" && as_dir=.
1899 $as_echo "PATH: $as_dir"
1915 # Keep a trace of the command line.
1916 # Strip out --no-create and --no-recursion so they do not pile up.
1917 # Strip out --silent because we don't want to record it for future runs.
1918 # Also quote any args containing shell meta-characters.
1919 # Make two passes to allow for proper duplicate-argument suppression.
1923 ac_must_keep_next=false
1929 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1930 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1931 | -silent | --silent | --silen | --sile | --sil)
1934 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1937 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1939 as_fn_append ac_configure_args1 " '$ac_arg'"
1940 if test $ac_must_keep_next = true; then
1941 ac_must_keep_next=false # Got value, back to normal.
1944 *=* | --config-cache | -C | -disable-* | --disable-* \
1945 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1946 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1947 | -with-* | --with-* | -without-* | --without-* | --x)
1948 case "$ac_configure_args0 " in
1949 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1952 -* ) ac_must_keep_next=true ;;
1955 as_fn_append ac_configure_args " '$ac_arg'"
1960 { ac_configure_args0=; unset ac_configure_args0;}
1961 { ac_configure_args1=; unset ac_configure_args1;}
1963 # When interrupted or exit'd, cleanup temporary files, and complete
1964 # config.log. We remove comments because anyway the quotes in there
1965 # would cause problems or look ugly.
1966 # WARNING: Use '\'' to represent an apostrophe within the trap.
1967 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1968 trap 'exit_status=$?
1969 # Save into config.log some information that might help in debugging.
1973 $as_echo "## ---------------- ##
1974 ## Cache variables. ##
1975 ## ---------------- ##"
1977 # The following way of writing the cache mishandles newlines in values,
1979 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1980 eval ac_val=\$$ac_var
1984 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1985 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1988 _ | IFS | as_nl) ;; #(
1989 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1990 *) { eval $ac_var=; unset $ac_var;} ;;
1995 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1996 *${as_nl}ac_space=\ *)
1998 "s/'\''/'\''\\\\'\'''\''/g;
1999 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2002 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2009 $as_echo "## ----------------- ##
2010 ## Output variables. ##
2011 ## ----------------- ##"
2013 for ac_var in $ac_subst_vars
2015 eval ac_val=\$$ac_var
2017 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2019 $as_echo "$ac_var='\''$ac_val'\''"
2023 if test -n "$ac_subst_files"; then
2024 $as_echo "## ------------------- ##
2025 ## File substitutions. ##
2026 ## ------------------- ##"
2028 for ac_var in $ac_subst_files
2030 eval ac_val=\$$ac_var
2032 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2034 $as_echo "$ac_var='\''$ac_val'\''"
2039 if test -s confdefs.h; then
2040 $as_echo "## ----------- ##
2047 test "$ac_signal" != 0 &&
2048 $as_echo "$as_me: caught signal $ac_signal"
2049 $as_echo "$as_me: exit $exit_status"
2051 rm -f core *.core core.conftest.* &&
2052 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2055 for ac_signal in 1 2 13 15; do
2056 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2060 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2061 rm -f -r conftest* confdefs.h
2063 $as_echo "/* confdefs.h */" > confdefs.h
2065 # Predefined preprocessor variables.
2067 cat >>confdefs.h <<_ACEOF
2068 #define PACKAGE_NAME "$PACKAGE_NAME"
2071 cat >>confdefs.h <<_ACEOF
2072 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2075 cat >>confdefs.h <<_ACEOF
2076 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2079 cat >>confdefs.h <<_ACEOF
2080 #define PACKAGE_STRING "$PACKAGE_STRING"
2083 cat >>confdefs.h <<_ACEOF
2084 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2087 cat >>confdefs.h <<_ACEOF
2088 #define PACKAGE_URL "$PACKAGE_URL"
2092 # Let the site file select an alternate cache file if it wants to.
2093 # Prefer an explicitly selected file to automatically selected ones.
2096 if test -n "$CONFIG_SITE"; then
2097 # We do not want a PATH search for config.site.
2098 case $CONFIG_SITE in #((
2099 -*) ac_site_file1=./$CONFIG_SITE;;
2100 */*) ac_site_file1=$CONFIG_SITE;;
2101 *) ac_site_file1=./$CONFIG_SITE;;
2103 elif test "x$prefix" != xNONE; then
2104 ac_site_file1=$prefix/share/config.site
2105 ac_site_file2=$prefix/etc/config.site
2107 ac_site_file1=$ac_default_prefix/share/config.site
2108 ac_site_file2=$ac_default_prefix/etc/config.site
2110 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2112 test "x$ac_site_file" = xNONE && continue
2113 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2114 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2115 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2116 sed 's/^/| /' "$ac_site_file" >&5
2118 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2119 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2120 as_fn_error $? "failed to load site script $ac_site_file
2121 See \`config.log' for more details" "$LINENO" 5; }
2125 if test -r "$cache_file"; then
2126 # Some versions of bash will fail to source /dev/null (special files
2127 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2128 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2129 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2130 $as_echo "$as_me: loading cache $cache_file" >&6;}
2132 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2133 *) . "./$cache_file";;
2137 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2138 $as_echo "$as_me: creating cache $cache_file" >&6;}
2142 # Check that the precious variables saved in the cache have kept the same
2144 ac_cache_corrupted=false
2145 for ac_var in $ac_precious_vars; do
2146 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2147 eval ac_new_set=\$ac_env_${ac_var}_set
2148 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2149 eval ac_new_val=\$ac_env_${ac_var}_value
2150 case $ac_old_set,$ac_new_set in
2152 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2153 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2154 ac_cache_corrupted=: ;;
2156 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2157 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2158 ac_cache_corrupted=: ;;
2161 if test "x$ac_old_val" != "x$ac_new_val"; then
2162 # differences in whitespace do not lead to failure.
2163 ac_old_val_w=`echo x $ac_old_val`
2164 ac_new_val_w=`echo x $ac_new_val`
2165 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2166 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2167 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2168 ac_cache_corrupted=:
2170 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2171 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2172 eval $ac_var=\$ac_old_val
2174 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2175 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2176 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2177 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2180 # Pass precious variables to config.status.
2181 if test "$ac_new_set" = set; then
2183 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2184 *) ac_arg=$ac_var=$ac_new_val ;;
2186 case " $ac_configure_args " in
2187 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2188 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2192 if $ac_cache_corrupted; then
2193 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2194 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2195 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2196 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2197 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2199 ## -------------------- ##
2200 ## Main body of script. ##
2201 ## -------------------- ##
2204 ac_cpp='$CPP $CPPFLAGS'
2205 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2206 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2207 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2210 #AC_CONFIG_SRCDIR([version.h])
2211 #AC_CONFIG_HEADERS([config.h])
2214 $as_echo "#define DEBUG 1" >>confdefs.h
2217 # Checks for programs.
2219 ac_cpp='$CXXCPP $CPPFLAGS'
2220 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2221 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2222 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
2223 if test -z "$CXX"; then
2224 if test -n "$CCC"; then
2227 if test -n "$ac_tool_prefix"; then
2228 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
2230 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2231 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2232 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2233 $as_echo_n "checking for $ac_word... " >&6; }
2234 if ${ac_cv_prog_CXX+:} false; then :
2235 $as_echo_n "(cached) " >&6
2237 if test -n "$CXX"; then
2238 ac_cv_prog_CXX="$CXX" # Let the user override the test.
2240 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2244 test -z "$as_dir" && as_dir=.
2245 for ac_exec_ext in '' $ac_executable_extensions; do
2246 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2247 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
2248 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2258 if test -n "$CXX"; then
2259 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
2260 $as_echo "$CXX" >&6; }
2262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2263 $as_echo "no" >&6; }
2267 test -n "$CXX" && break
2270 if test -z "$CXX"; then
2272 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
2274 # Extract the first word of "$ac_prog", so it can be a program name with args.
2275 set dummy $ac_prog; ac_word=$2
2276 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2277 $as_echo_n "checking for $ac_word... " >&6; }
2278 if ${ac_cv_prog_ac_ct_CXX+:} false; then :
2279 $as_echo_n "(cached) " >&6
2281 if test -n "$ac_ct_CXX"; then
2282 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
2284 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2288 test -z "$as_dir" && as_dir=.
2289 for ac_exec_ext in '' $ac_executable_extensions; do
2290 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2291 ac_cv_prog_ac_ct_CXX="$ac_prog"
2292 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2301 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
2302 if test -n "$ac_ct_CXX"; then
2303 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
2304 $as_echo "$ac_ct_CXX" >&6; }
2306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2307 $as_echo "no" >&6; }
2311 test -n "$ac_ct_CXX" && break
2314 if test "x$ac_ct_CXX" = x; then
2317 case $cross_compiling:$ac_tool_warned in
2319 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2320 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2321 ac_tool_warned=yes ;;
2329 # Provide some information about the compiler.
2330 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
2333 for ac_option in --version -v -V -qversion; do
2334 { { ac_try="$ac_compiler $ac_option >&5"
2336 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2337 *) ac_try_echo=$ac_try;;
2339 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2340 $as_echo "$ac_try_echo"; } >&5
2341 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2343 if test -s conftest.err; then
2345 ... rest of stderr output deleted ...
2346 10q' conftest.err >conftest.er1
2347 cat conftest.er1 >&5
2349 rm -f conftest.er1 conftest.err
2350 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2351 test $ac_status = 0; }
2354 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2355 /* end confdefs.h. */
2365 ac_clean_files_save=$ac_clean_files
2366 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
2367 # Try to create an executable without -o first, disregard a.out.
2368 # It will help us diagnose broken compilers, and finding out an intuition
2370 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C++ compiler works" >&5
2371 $as_echo_n "checking whether the C++ compiler works... " >&6; }
2372 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2374 # The possible output files:
2375 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2378 for ac_file in $ac_files
2381 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2382 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2387 if { { ac_try="$ac_link_default"
2389 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2390 *) ac_try_echo=$ac_try;;
2392 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2393 $as_echo "$ac_try_echo"; } >&5
2394 (eval "$ac_link_default") 2>&5
2396 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2397 test $ac_status = 0; }; then :
2398 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2399 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2400 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2401 # so that the user can short-circuit this test for compilers unknown to
2403 for ac_file in $ac_files ''
2405 test -f "$ac_file" || continue
2407 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2410 # We found the default executable, but exeext='' is most
2414 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2416 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2418 # We set ac_cv_exeext here because the later test for it is not
2419 # safe: cross compilers may not add the suffix if given an `-o'
2420 # argument, so we may need to know it at that point already.
2421 # Even if this section looks crufty: it has the advantage of
2428 test "$ac_cv_exeext" = no && ac_cv_exeext=
2433 if test -z "$ac_file"; then :
2434 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2435 $as_echo "no" >&6; }
2436 $as_echo "$as_me: failed program was:" >&5
2437 sed 's/^/| /' conftest.$ac_ext >&5
2439 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2440 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2441 as_fn_error 77 "C++ compiler cannot create executables
2442 See \`config.log' for more details" "$LINENO" 5; }
2444 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2445 $as_echo "yes" >&6; }
2447 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler default output file name" >&5
2448 $as_echo_n "checking for C++ compiler default output file name... " >&6; }
2449 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
2450 $as_echo "$ac_file" >&6; }
2451 ac_exeext=$ac_cv_exeext
2453 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
2454 ac_clean_files=$ac_clean_files_save
2455 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2456 $as_echo_n "checking for suffix of executables... " >&6; }
2457 if { { ac_try="$ac_link"
2459 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2460 *) ac_try_echo=$ac_try;;
2462 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2463 $as_echo "$ac_try_echo"; } >&5
2464 (eval "$ac_link") 2>&5
2466 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2467 test $ac_status = 0; }; then :
2468 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2469 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2470 # work properly (i.e., refer to `conftest.exe'), while it won't with
2472 for ac_file in conftest.exe conftest conftest.*; do
2473 test -f "$ac_file" || continue
2475 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2476 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2482 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2483 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2484 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
2485 See \`config.log' for more details" "$LINENO" 5; }
2487 rm -f conftest conftest$ac_cv_exeext
2488 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
2489 $as_echo "$ac_cv_exeext" >&6; }
2491 rm -f conftest.$ac_ext
2492 EXEEXT=$ac_cv_exeext
2494 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2495 /* end confdefs.h. */
2500 FILE *f = fopen ("conftest.out", "w");
2501 return ferror (f) || fclose (f) != 0;
2507 ac_clean_files="$ac_clean_files conftest.out"
2508 # Check that the compiler produces executables we can run. If not, either
2509 # the compiler is broken, or we cross compile.
2510 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
2511 $as_echo_n "checking whether we are cross compiling... " >&6; }
2512 if test "$cross_compiling" != yes; then
2513 { { ac_try="$ac_link"
2515 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2516 *) ac_try_echo=$ac_try;;
2518 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2519 $as_echo "$ac_try_echo"; } >&5
2520 (eval "$ac_link") 2>&5
2522 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2523 test $ac_status = 0; }
2524 if { ac_try='./conftest$ac_cv_exeext'
2525 { { case "(($ac_try" in
2526 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2527 *) ac_try_echo=$ac_try;;
2529 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2530 $as_echo "$ac_try_echo"; } >&5
2531 (eval "$ac_try") 2>&5
2533 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2534 test $ac_status = 0; }; }; then
2537 if test "$cross_compiling" = maybe; then
2540 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2541 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2542 as_fn_error $? "cannot run C++ compiled programs.
2543 If you meant to cross compile, use \`--host'.
2544 See \`config.log' for more details" "$LINENO" 5; }
2548 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
2549 $as_echo "$cross_compiling" >&6; }
2551 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
2552 ac_clean_files=$ac_clean_files_save
2553 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
2554 $as_echo_n "checking for suffix of object files... " >&6; }
2555 if ${ac_cv_objext+:} false; then :
2556 $as_echo_n "(cached) " >&6
2558 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2559 /* end confdefs.h. */
2569 rm -f conftest.o conftest.obj
2570 if { { ac_try="$ac_compile"
2572 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2573 *) ac_try_echo=$ac_try;;
2575 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2576 $as_echo "$ac_try_echo"; } >&5
2577 (eval "$ac_compile") 2>&5
2579 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2580 test $ac_status = 0; }; then :
2581 for ac_file in conftest.o conftest.obj conftest.*; do
2582 test -f "$ac_file" || continue;
2584 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2585 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2590 $as_echo "$as_me: failed program was:" >&5
2591 sed 's/^/| /' conftest.$ac_ext >&5
2593 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2594 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2595 as_fn_error $? "cannot compute suffix of object files: cannot compile
2596 See \`config.log' for more details" "$LINENO" 5; }
2598 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2600 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
2601 $as_echo "$ac_cv_objext" >&6; }
2602 OBJEXT=$ac_cv_objext
2604 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
2605 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
2606 if ${ac_cv_cxx_compiler_gnu+:} false; then :
2607 $as_echo_n "(cached) " >&6
2609 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2610 /* end confdefs.h. */
2623 if ac_fn_cxx_try_compile "$LINENO"; then :
2628 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2629 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
2632 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
2633 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
2634 if test $ac_compiler_gnu = yes; then
2639 ac_test_CXXFLAGS=${CXXFLAGS+set}
2640 ac_save_CXXFLAGS=$CXXFLAGS
2641 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
2642 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
2643 if ${ac_cv_prog_cxx_g+:} false; then :
2644 $as_echo_n "(cached) " >&6
2646 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
2647 ac_cxx_werror_flag=yes
2650 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2651 /* end confdefs.h. */
2661 if ac_fn_cxx_try_compile "$LINENO"; then :
2662 ac_cv_prog_cxx_g=yes
2665 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2666 /* end confdefs.h. */
2676 if ac_fn_cxx_try_compile "$LINENO"; then :
2679 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
2681 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2682 /* end confdefs.h. */
2692 if ac_fn_cxx_try_compile "$LINENO"; then :
2693 ac_cv_prog_cxx_g=yes
2695 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2697 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2699 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2700 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
2702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
2703 $as_echo "$ac_cv_prog_cxx_g" >&6; }
2704 if test "$ac_test_CXXFLAGS" = set; then
2705 CXXFLAGS=$ac_save_CXXFLAGS
2706 elif test $ac_cv_prog_cxx_g = yes; then
2707 if test "$GXX" = yes; then
2713 if test "$GXX" = yes; then
2720 ac_cpp='$CPP $CPPFLAGS'
2721 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2722 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2723 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2726 ac_cpp='$CPP $CPPFLAGS'
2727 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2728 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2729 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2730 if test -n "$ac_tool_prefix"; then
2731 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2732 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2733 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2734 $as_echo_n "checking for $ac_word... " >&6; }
2735 if ${ac_cv_prog_CC+:} false; then :
2736 $as_echo_n "(cached) " >&6
2738 if test -n "$CC"; then
2739 ac_cv_prog_CC="$CC" # Let the user override the test.
2741 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2745 test -z "$as_dir" && as_dir=.
2746 for ac_exec_ext in '' $ac_executable_extensions; do
2747 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2748 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2749 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2759 if test -n "$CC"; then
2760 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2761 $as_echo "$CC" >&6; }
2763 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2764 $as_echo "no" >&6; }
2769 if test -z "$ac_cv_prog_CC"; then
2771 # Extract the first word of "gcc", so it can be a program name with args.
2772 set dummy gcc; ac_word=$2
2773 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2774 $as_echo_n "checking for $ac_word... " >&6; }
2775 if ${ac_cv_prog_ac_ct_CC+:} false; then :
2776 $as_echo_n "(cached) " >&6
2778 if test -n "$ac_ct_CC"; then
2779 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2781 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2785 test -z "$as_dir" && as_dir=.
2786 for ac_exec_ext in '' $ac_executable_extensions; do
2787 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2788 ac_cv_prog_ac_ct_CC="gcc"
2789 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2798 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2799 if test -n "$ac_ct_CC"; then
2800 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2801 $as_echo "$ac_ct_CC" >&6; }
2803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2804 $as_echo "no" >&6; }
2807 if test "x$ac_ct_CC" = x; then
2810 case $cross_compiling:$ac_tool_warned in
2812 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2813 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2814 ac_tool_warned=yes ;;
2822 if test -z "$CC"; then
2823 if test -n "$ac_tool_prefix"; then
2824 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2825 set dummy ${ac_tool_prefix}cc; ac_word=$2
2826 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2827 $as_echo_n "checking for $ac_word... " >&6; }
2828 if ${ac_cv_prog_CC+:} false; then :
2829 $as_echo_n "(cached) " >&6
2831 if test -n "$CC"; then
2832 ac_cv_prog_CC="$CC" # Let the user override the test.
2834 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2838 test -z "$as_dir" && as_dir=.
2839 for ac_exec_ext in '' $ac_executable_extensions; do
2840 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2841 ac_cv_prog_CC="${ac_tool_prefix}cc"
2842 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2852 if test -n "$CC"; then
2853 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2854 $as_echo "$CC" >&6; }
2856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2857 $as_echo "no" >&6; }
2863 if test -z "$CC"; then
2864 # Extract the first word of "cc", so it can be a program name with args.
2865 set dummy cc; ac_word=$2
2866 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2867 $as_echo_n "checking for $ac_word... " >&6; }
2868 if ${ac_cv_prog_CC+:} false; then :
2869 $as_echo_n "(cached) " >&6
2871 if test -n "$CC"; then
2872 ac_cv_prog_CC="$CC" # Let the user override the test.
2875 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2879 test -z "$as_dir" && as_dir=.
2880 for ac_exec_ext in '' $ac_executable_extensions; do
2881 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2882 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2883 ac_prog_rejected=yes
2887 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2894 if test $ac_prog_rejected = yes; then
2895 # We found a bogon in the path, so make sure we never use it.
2896 set dummy $ac_cv_prog_CC
2898 if test $# != 0; then
2899 # We chose a different compiler from the bogus one.
2900 # However, it has the same basename, so the bogon will be chosen
2901 # first if we set CC to just the basename; use the full file name.
2903 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2909 if test -n "$CC"; then
2910 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2911 $as_echo "$CC" >&6; }
2913 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2914 $as_echo "no" >&6; }
2919 if test -z "$CC"; then
2920 if test -n "$ac_tool_prefix"; then
2921 for ac_prog in cl.exe
2923 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2924 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2925 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2926 $as_echo_n "checking for $ac_word... " >&6; }
2927 if ${ac_cv_prog_CC+:} false; then :
2928 $as_echo_n "(cached) " >&6
2930 if test -n "$CC"; then
2931 ac_cv_prog_CC="$CC" # Let the user override the test.
2933 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2937 test -z "$as_dir" && as_dir=.
2938 for ac_exec_ext in '' $ac_executable_extensions; do
2939 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2940 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2941 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2951 if test -n "$CC"; then
2952 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2953 $as_echo "$CC" >&6; }
2955 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2956 $as_echo "no" >&6; }
2960 test -n "$CC" && break
2963 if test -z "$CC"; then
2965 for ac_prog in cl.exe
2967 # Extract the first word of "$ac_prog", so it can be a program name with args.
2968 set dummy $ac_prog; ac_word=$2
2969 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2970 $as_echo_n "checking for $ac_word... " >&6; }
2971 if ${ac_cv_prog_ac_ct_CC+:} false; then :
2972 $as_echo_n "(cached) " >&6
2974 if test -n "$ac_ct_CC"; then
2975 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2977 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2981 test -z "$as_dir" && as_dir=.
2982 for ac_exec_ext in '' $ac_executable_extensions; do
2983 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2984 ac_cv_prog_ac_ct_CC="$ac_prog"
2985 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2994 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2995 if test -n "$ac_ct_CC"; then
2996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2997 $as_echo "$ac_ct_CC" >&6; }
2999 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3000 $as_echo "no" >&6; }
3004 test -n "$ac_ct_CC" && break
3007 if test "x$ac_ct_CC" = x; then
3010 case $cross_compiling:$ac_tool_warned in
3012 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3013 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3014 ac_tool_warned=yes ;;
3023 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3024 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3025 as_fn_error $? "no acceptable C compiler found in \$PATH
3026 See \`config.log' for more details" "$LINENO" 5; }
3028 # Provide some information about the compiler.
3029 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3032 for ac_option in --version -v -V -qversion; do
3033 { { ac_try="$ac_compiler $ac_option >&5"
3035 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3036 *) ac_try_echo=$ac_try;;
3038 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3039 $as_echo "$ac_try_echo"; } >&5
3040 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3042 if test -s conftest.err; then
3044 ... rest of stderr output deleted ...
3045 10q' conftest.err >conftest.er1
3046 cat conftest.er1 >&5
3048 rm -f conftest.er1 conftest.err
3049 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3050 test $ac_status = 0; }
3053 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3054 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3055 if ${ac_cv_c_compiler_gnu+:} false; then :
3056 $as_echo_n "(cached) " >&6
3058 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3059 /* end confdefs.h. */
3072 if ac_fn_c_try_compile "$LINENO"; then :
3077 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3078 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3081 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3082 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3083 if test $ac_compiler_gnu = yes; then
3088 ac_test_CFLAGS=${CFLAGS+set}
3089 ac_save_CFLAGS=$CFLAGS
3090 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3091 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3092 if ${ac_cv_prog_cc_g+:} false; then :
3093 $as_echo_n "(cached) " >&6
3095 ac_save_c_werror_flag=$ac_c_werror_flag
3096 ac_c_werror_flag=yes
3099 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3100 /* end confdefs.h. */
3110 if ac_fn_c_try_compile "$LINENO"; then :
3114 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3115 /* end confdefs.h. */
3125 if ac_fn_c_try_compile "$LINENO"; then :
3128 ac_c_werror_flag=$ac_save_c_werror_flag
3130 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3131 /* end confdefs.h. */
3141 if ac_fn_c_try_compile "$LINENO"; then :
3144 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3146 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3148 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3149 ac_c_werror_flag=$ac_save_c_werror_flag
3151 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3152 $as_echo "$ac_cv_prog_cc_g" >&6; }
3153 if test "$ac_test_CFLAGS" = set; then
3154 CFLAGS=$ac_save_CFLAGS
3155 elif test $ac_cv_prog_cc_g = yes; then
3156 if test "$GCC" = yes; then
3162 if test "$GCC" = yes; then
3168 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3169 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3170 if ${ac_cv_prog_cc_c89+:} false; then :
3171 $as_echo_n "(cached) " >&6
3173 ac_cv_prog_cc_c89=no
3175 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3176 /* end confdefs.h. */
3180 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3181 struct buf { int x; };
3182 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3183 static char *e (p, i)
3189 static char *f (char * (*g) (char **, int), char **p, ...)
3194 s = g (p, va_arg (v,int));
3199 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3200 function prototypes and stuff, but not '\xHH' hex character constants.
3201 These don't provoke an error unfortunately, instead are silently treated
3202 as 'x'. The following induces an error, until -std is added to get
3203 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3204 array size at least. It's necessary to write '\x00'==0 to get something
3205 that's true only with -std. */
3206 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3208 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3209 inside strings and character constants. */
3211 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3213 int test (int i, double x);
3214 struct s1 {int (*f) (int a);};
3215 struct s2 {int (*f) (double a);};
3216 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3222 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3227 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3228 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3230 CC="$ac_save_CC $ac_arg"
3231 if ac_fn_c_try_compile "$LINENO"; then :
3232 ac_cv_prog_cc_c89=$ac_arg
3234 rm -f core conftest.err conftest.$ac_objext
3235 test "x$ac_cv_prog_cc_c89" != "xno" && break
3237 rm -f conftest.$ac_ext
3242 case "x$ac_cv_prog_cc_c89" in
3244 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3245 $as_echo "none needed" >&6; } ;;
3247 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3248 $as_echo "unsupported" >&6; } ;;
3250 CC="$CC $ac_cv_prog_cc_c89"
3251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3252 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3254 if test "x$ac_cv_prog_cc_c89" != xno; then :
3259 ac_cpp='$CPP $CPPFLAGS'
3260 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3261 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3262 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3265 ac_cpp='$CPP $CPPFLAGS'
3266 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3267 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3268 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3269 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
3270 $as_echo_n "checking how to run the C preprocessor... " >&6; }
3271 # On Suns, sometimes $CPP names a directory.
3272 if test -n "$CPP" && test -d "$CPP"; then
3275 if test -z "$CPP"; then
3276 if ${ac_cv_prog_CPP+:} false; then :
3277 $as_echo_n "(cached) " >&6
3279 # Double quotes because CPP needs to be expanded
3280 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3283 for ac_c_preproc_warn_flag in '' yes
3285 # Use a header file that comes with gcc, so configuring glibc
3286 # with a fresh cross-compiler works.
3287 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3288 # <limits.h> exists even on freestanding compilers.
3289 # On the NeXT, cc -E runs the code through the compiler's parser,
3290 # not just through cpp. "Syntax error" is here to catch this case.
3291 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3292 /* end confdefs.h. */
3294 # include <limits.h>
3296 # include <assert.h>
3300 if ac_fn_c_try_cpp "$LINENO"; then :
3303 # Broken: fails on valid input.
3306 rm -f conftest.err conftest.i conftest.$ac_ext
3308 # OK, works on sane cases. Now check whether nonexistent headers
3309 # can be detected and how.
3310 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3311 /* end confdefs.h. */
3312 #include <ac_nonexistent.h>
3314 if ac_fn_c_try_cpp "$LINENO"; then :
3315 # Broken: success on invalid input.
3318 # Passes both tests.
3322 rm -f conftest.err conftest.i conftest.$ac_ext
3325 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3326 rm -f conftest.i conftest.err conftest.$ac_ext
3327 if $ac_preproc_ok; then :
3339 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
3340 $as_echo "$CPP" >&6; }
3342 for ac_c_preproc_warn_flag in '' yes
3344 # Use a header file that comes with gcc, so configuring glibc
3345 # with a fresh cross-compiler works.
3346 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3347 # <limits.h> exists even on freestanding compilers.
3348 # On the NeXT, cc -E runs the code through the compiler's parser,
3349 # not just through cpp. "Syntax error" is here to catch this case.
3350 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3351 /* end confdefs.h. */
3353 # include <limits.h>
3355 # include <assert.h>
3359 if ac_fn_c_try_cpp "$LINENO"; then :
3362 # Broken: fails on valid input.
3365 rm -f conftest.err conftest.i conftest.$ac_ext
3367 # OK, works on sane cases. Now check whether nonexistent headers
3368 # can be detected and how.
3369 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3370 /* end confdefs.h. */
3371 #include <ac_nonexistent.h>
3373 if ac_fn_c_try_cpp "$LINENO"; then :
3374 # Broken: success on invalid input.
3377 # Passes both tests.
3381 rm -f conftest.err conftest.i conftest.$ac_ext
3384 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3385 rm -f conftest.i conftest.err conftest.$ac_ext
3386 if $ac_preproc_ok; then :
3389 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3390 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3391 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
3392 See \`config.log' for more details" "$LINENO" 5; }
3396 ac_cpp='$CPP $CPPFLAGS'
3397 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3398 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3399 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3402 # Check prefix directories.
3404 if test "x$prefix" = "xNONE" ; then
3408 if test "x$exec_prefix" = "xNONE" ; then
3415 if test "x$bindir" = "xNONE" ; then
3418 BINDIR=`eval echo $bindir`
3421 # Checks for libraries.
3426 ac_cpp='$CXXCPP $CPPFLAGS'
3427 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3428 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3429 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3432 # Check for C++11 support for the compiler.
3434 CPPFLAGS="$CPPFLAGS -std=c++11"
3435 CXXFLAGS="$CXXFLAGS -std=c++11"
3439 ac_cpp='$CXXCPP $CPPFLAGS'
3440 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3441 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3442 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3443 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C++ preprocessor" >&5
3444 $as_echo_n "checking how to run the C++ preprocessor... " >&6; }
3445 if test -z "$CXXCPP"; then
3446 if ${ac_cv_prog_CXXCPP+:} false; then :
3447 $as_echo_n "(cached) " >&6
3449 # Double quotes because CXXCPP needs to be expanded
3450 for CXXCPP in "$CXX -E" "/lib/cpp"
3453 for ac_cxx_preproc_warn_flag in '' yes
3455 # Use a header file that comes with gcc, so configuring glibc
3456 # with a fresh cross-compiler works.
3457 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3458 # <limits.h> exists even on freestanding compilers.
3459 # On the NeXT, cc -E runs the code through the compiler's parser,
3460 # not just through cpp. "Syntax error" is here to catch this case.
3461 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3462 /* end confdefs.h. */
3464 # include <limits.h>
3466 # include <assert.h>
3470 if ac_fn_cxx_try_cpp "$LINENO"; then :
3473 # Broken: fails on valid input.
3476 rm -f conftest.err conftest.i conftest.$ac_ext
3478 # OK, works on sane cases. Now check whether nonexistent headers
3479 # can be detected and how.
3480 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3481 /* end confdefs.h. */
3482 #include <ac_nonexistent.h>
3484 if ac_fn_cxx_try_cpp "$LINENO"; then :
3485 # Broken: success on invalid input.
3488 # Passes both tests.
3492 rm -f conftest.err conftest.i conftest.$ac_ext
3495 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3496 rm -f conftest.i conftest.err conftest.$ac_ext
3497 if $ac_preproc_ok; then :
3502 ac_cv_prog_CXXCPP=$CXXCPP
3505 CXXCPP=$ac_cv_prog_CXXCPP
3507 ac_cv_prog_CXXCPP=$CXXCPP
3509 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXXCPP" >&5
3510 $as_echo "$CXXCPP" >&6; }
3512 for ac_cxx_preproc_warn_flag in '' yes
3514 # Use a header file that comes with gcc, so configuring glibc
3515 # with a fresh cross-compiler works.
3516 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3517 # <limits.h> exists even on freestanding compilers.
3518 # On the NeXT, cc -E runs the code through the compiler's parser,
3519 # not just through cpp. "Syntax error" is here to catch this case.
3520 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3521 /* end confdefs.h. */
3523 # include <limits.h>
3525 # include <assert.h>
3529 if ac_fn_cxx_try_cpp "$LINENO"; then :
3532 # Broken: fails on valid input.
3535 rm -f conftest.err conftest.i conftest.$ac_ext
3537 # OK, works on sane cases. Now check whether nonexistent headers
3538 # can be detected and how.
3539 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3540 /* end confdefs.h. */
3541 #include <ac_nonexistent.h>
3543 if ac_fn_cxx_try_cpp "$LINENO"; then :
3544 # Broken: success on invalid input.
3547 # Passes both tests.
3551 rm -f conftest.err conftest.i conftest.$ac_ext
3554 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3555 rm -f conftest.i conftest.err conftest.$ac_ext
3556 if $ac_preproc_ok; then :
3559 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3560 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3561 as_fn_error $? "C++ preprocessor \"$CXXCPP\" fails sanity check
3562 See \`config.log' for more details" "$LINENO" 5; }
3566 ac_cpp='$CXXCPP $CPPFLAGS'
3567 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3568 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3569 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3572 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
3573 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
3574 if ${ac_cv_path_GREP+:} false; then :
3575 $as_echo_n "(cached) " >&6
3577 if test -z "$GREP"; then
3578 ac_path_GREP_found=false
3579 # Loop through the user's path and test for each of PROGNAME-LIST
3580 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3581 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3584 test -z "$as_dir" && as_dir=.
3585 for ac_prog in grep ggrep; do
3586 for ac_exec_ext in '' $ac_executable_extensions; do
3587 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
3588 as_fn_executable_p "$ac_path_GREP" || continue
3589 # Check for GNU ac_path_GREP and select it if it is found.
3590 # Check for GNU $ac_path_GREP
3591 case `"$ac_path_GREP" --version 2>&1` in
3593 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
3596 $as_echo_n 0123456789 >"conftest.in"
3599 cat "conftest.in" "conftest.in" >"conftest.tmp"
3600 mv "conftest.tmp" "conftest.in"
3601 cp "conftest.in" "conftest.nl"
3602 $as_echo 'GREP' >> "conftest.nl"
3603 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3604 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3605 as_fn_arith $ac_count + 1 && ac_count=$as_val
3606 if test $ac_count -gt ${ac_path_GREP_max-0}; then
3607 # Best one so far, save it but keep looking for a better one
3608 ac_cv_path_GREP="$ac_path_GREP"
3609 ac_path_GREP_max=$ac_count
3611 # 10*(2^10) chars as input seems more than enough
3612 test $ac_count -gt 10 && break
3614 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3617 $ac_path_GREP_found && break 3
3622 if test -z "$ac_cv_path_GREP"; then
3623 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
3626 ac_cv_path_GREP=$GREP
3630 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
3631 $as_echo "$ac_cv_path_GREP" >&6; }
3632 GREP="$ac_cv_path_GREP"
3635 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
3636 $as_echo_n "checking for egrep... " >&6; }
3637 if ${ac_cv_path_EGREP+:} false; then :
3638 $as_echo_n "(cached) " >&6
3640 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
3641 then ac_cv_path_EGREP="$GREP -E"
3643 if test -z "$EGREP"; then
3644 ac_path_EGREP_found=false
3645 # Loop through the user's path and test for each of PROGNAME-LIST
3646 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3647 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3650 test -z "$as_dir" && as_dir=.
3651 for ac_prog in egrep; do
3652 for ac_exec_ext in '' $ac_executable_extensions; do
3653 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
3654 as_fn_executable_p "$ac_path_EGREP" || continue
3655 # Check for GNU ac_path_EGREP and select it if it is found.
3656 # Check for GNU $ac_path_EGREP
3657 case `"$ac_path_EGREP" --version 2>&1` in
3659 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
3662 $as_echo_n 0123456789 >"conftest.in"
3665 cat "conftest.in" "conftest.in" >"conftest.tmp"
3666 mv "conftest.tmp" "conftest.in"
3667 cp "conftest.in" "conftest.nl"
3668 $as_echo 'EGREP' >> "conftest.nl"
3669 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3670 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3671 as_fn_arith $ac_count + 1 && ac_count=$as_val
3672 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
3673 # Best one so far, save it but keep looking for a better one
3674 ac_cv_path_EGREP="$ac_path_EGREP"
3675 ac_path_EGREP_max=$ac_count
3677 # 10*(2^10) chars as input seems more than enough
3678 test $ac_count -gt 10 && break
3680 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3683 $ac_path_EGREP_found && break 3
3688 if test -z "$ac_cv_path_EGREP"; then
3689 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
3692 ac_cv_path_EGREP=$EGREP
3697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
3698 $as_echo "$ac_cv_path_EGREP" >&6; }
3699 EGREP="$ac_cv_path_EGREP"
3702 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
3703 $as_echo_n "checking for ANSI C header files... " >&6; }
3704 if ${ac_cv_header_stdc+:} false; then :
3705 $as_echo_n "(cached) " >&6
3707 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3708 /* end confdefs.h. */
3722 if ac_fn_cxx_try_compile "$LINENO"; then :
3723 ac_cv_header_stdc=yes
3725 ac_cv_header_stdc=no
3727 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3729 if test $ac_cv_header_stdc = yes; then
3730 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
3731 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3732 /* end confdefs.h. */
3736 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3737 $EGREP "memchr" >/dev/null 2>&1; then :
3740 ac_cv_header_stdc=no
3746 if test $ac_cv_header_stdc = yes; then
3747 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
3748 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3749 /* end confdefs.h. */
3753 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3754 $EGREP "free" >/dev/null 2>&1; then :
3757 ac_cv_header_stdc=no
3763 if test $ac_cv_header_stdc = yes; then
3764 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
3765 if test "$cross_compiling" = yes; then :
3768 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3769 /* end confdefs.h. */
3772 #if ((' ' & 0x0FF) == 0x020)
3773 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
3774 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
3776 # define ISLOWER(c) \
3777 (('a' <= (c) && (c) <= 'i') \
3778 || ('j' <= (c) && (c) <= 'r') \
3779 || ('s' <= (c) && (c) <= 'z'))
3780 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
3783 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
3788 for (i = 0; i < 256; i++)
3789 if (XOR (islower (i), ISLOWER (i))
3790 || toupper (i) != TOUPPER (i))
3795 if ac_fn_cxx_try_run "$LINENO"; then :
3798 ac_cv_header_stdc=no
3800 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
3801 conftest.$ac_objext conftest.beam conftest.$ac_ext
3806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
3807 $as_echo "$ac_cv_header_stdc" >&6; }
3808 if test $ac_cv_header_stdc = yes; then
3810 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
3814 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
3815 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
3816 inttypes.h stdint.h unistd.h
3818 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
3819 ac_fn_cxx_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
3821 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
3822 cat >>confdefs.h <<_ACEOF
3823 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
3831 ac_fn_cxx_check_header_mongrel "$LINENO" "thread" "ac_cv_header_thread" "$ac_includes_default"
3832 if test "x$ac_cv_header_thread" = xyes; then :
3835 echo "The C++ compiler does not support C++11 extensions which is
3836 needed for Xestia Address Book. Please install or use a
3837 compiler that supports C++11 extensions."
3846 # Check whether --with-wxdir was given.
3847 if test "${with_wxdir+set}" = set; then :
3848 withval=$with_wxdir; wx_config_name="$withval/wx-config"
3849 wx_config_args="--inplace"
3853 # Check whether --with-wx-config was given.
3854 if test "${with_wx_config+set}" = set; then :
3855 withval=$with_wx_config; wx_config_name="$withval"
3859 # Check whether --with-wx-prefix was given.
3860 if test "${with_wx_prefix+set}" = set; then :
3861 withval=$with_wx_prefix; wx_config_prefix="$withval"
3867 # Check whether --with-wx-exec-prefix was given.
3868 if test "${with_wx_exec_prefix+set}" = set; then :
3869 withval=$with_wx_exec_prefix; wx_config_exec_prefix="$withval"
3871 wx_config_exec_prefix=""
3878 if test x${WX_CONFIG_NAME+set} != xset ; then
3879 WX_CONFIG_NAME=wx-config
3882 if test "x$wx_config_name" != x ; then
3883 WX_CONFIG_NAME="$wx_config_name"
3886 if test x$wx_config_exec_prefix != x ; then
3887 wx_config_args="$wx_config_args --exec-prefix=$wx_config_exec_prefix"
3888 WX_LOOKUP_PATH="$wx_config_exec_prefix/bin"
3890 if test x$wx_config_prefix != x ; then
3891 wx_config_args="$wx_config_args --prefix=$wx_config_prefix"
3892 WX_LOOKUP_PATH="$WX_LOOKUP_PATH:$wx_config_prefix/bin"
3894 if test "$cross_compiling" = "yes"; then
3895 wx_config_args="$wx_config_args --host=$host_alias"
3898 if test -x "$WX_CONFIG_NAME" ; then
3899 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for wx-config" >&5
3900 $as_echo_n "checking for wx-config... " >&6; }
3901 WX_CONFIG_PATH="$WX_CONFIG_NAME"
3902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WX_CONFIG_PATH" >&5
3903 $as_echo "$WX_CONFIG_PATH" >&6; }
3905 # Extract the first word of "$WX_CONFIG_NAME", so it can be a program name with args.
3906 set dummy $WX_CONFIG_NAME; ac_word=$2
3907 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3908 $as_echo_n "checking for $ac_word... " >&6; }
3909 if ${ac_cv_path_WX_CONFIG_PATH+:} false; then :
3910 $as_echo_n "(cached) " >&6
3912 case $WX_CONFIG_PATH in
3914 ac_cv_path_WX_CONFIG_PATH="$WX_CONFIG_PATH" # Let the user override the test with a path.
3917 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3918 as_dummy=""$WX_LOOKUP_PATH:$PATH""
3919 for as_dir in $as_dummy
3922 test -z "$as_dir" && as_dir=.
3923 for ac_exec_ext in '' $ac_executable_extensions; do
3924 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3925 ac_cv_path_WX_CONFIG_PATH="$as_dir/$ac_word$ac_exec_ext"
3926 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3933 test -z "$ac_cv_path_WX_CONFIG_PATH" && ac_cv_path_WX_CONFIG_PATH="no"
3937 WX_CONFIG_PATH=$ac_cv_path_WX_CONFIG_PATH
3938 if test -n "$WX_CONFIG_PATH"; then
3939 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WX_CONFIG_PATH" >&5
3940 $as_echo "$WX_CONFIG_PATH" >&6; }
3942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3943 $as_echo "no" >&6; }
3949 if test "$WX_CONFIG_PATH" != "no" ; then
3952 min_wx_version=$reqwx
3953 if test -z "" ; then
3954 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for wxWidgets version >= $min_wx_version" >&5
3955 $as_echo_n "checking for wxWidgets version >= $min_wx_version... " >&6; }
3957 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for wxWidgets version >= $min_wx_version ()" >&5
3958 $as_echo_n "checking for wxWidgets version >= $min_wx_version ()... " >&6; }
3961 WX_CONFIG_WITH_ARGS="$WX_CONFIG_PATH $wx_config_args "
3963 WX_VERSION=`$WX_CONFIG_WITH_ARGS --version 2>/dev/null`
3964 wx_config_major_version=`echo $WX_VERSION | \
3965 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
3966 wx_config_minor_version=`echo $WX_VERSION | \
3967 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
3968 wx_config_micro_version=`echo $WX_VERSION | \
3969 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
3971 wx_requested_major_version=`echo $min_wx_version | \
3972 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
3973 wx_requested_minor_version=`echo $min_wx_version | \
3974 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
3975 wx_requested_micro_version=`echo $min_wx_version | \
3976 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
3980 if test "x$WX_VERSION" != x ; then
3981 if test $wx_config_major_version -gt $wx_requested_major_version; then
3984 if test $wx_config_major_version -eq $wx_requested_major_version; then
3985 if test $wx_config_minor_version -gt $wx_requested_minor_version; then
3988 if test $wx_config_minor_version -eq $wx_requested_minor_version; then
3989 if test $wx_config_micro_version -ge $wx_requested_micro_version; then
3999 if test -n "$wx_ver_ok"; then
4000 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes (version $WX_VERSION)" >&5
4001 $as_echo "yes (version $WX_VERSION)" >&6; }
4002 WX_LIBS=`$WX_CONFIG_WITH_ARGS --libs `
4004 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for wxWidgets static library" >&5
4005 $as_echo_n "checking for wxWidgets static library... " >&6; }
4006 WX_LIBS_STATIC=`$WX_CONFIG_WITH_ARGS --static --libs 2>/dev/null`
4007 if test "x$WX_LIBS_STATIC" = "x"; then
4008 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4009 $as_echo "no" >&6; }
4011 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4012 $as_echo "yes" >&6; }
4016 if test $wx_config_major_version -gt 2; then
4019 if test $wx_config_major_version -eq 2; then
4020 if test $wx_config_minor_version -gt 2; then
4023 if test $wx_config_minor_version -eq 2; then
4024 if test $wx_config_micro_version -ge 6; then
4033 if test $wx_config_major_version -gt 2; then
4036 if test $wx_config_major_version -eq 2; then
4037 if test $wx_config_minor_version -ge 7; then
4042 if test "x$wx_has_rescomp" = x ; then
4045 WX_RESCOMP=`$WX_CONFIG_WITH_ARGS --rescomp`
4048 if test "x$wx_has_cppflags" = x ; then
4049 WX_CFLAGS=`$WX_CONFIG_WITH_ARGS --cflags `
4050 WX_CPPFLAGS=$WX_CFLAGS
4051 WX_CXXFLAGS=$WX_CFLAGS
4053 WX_CFLAGS_ONLY=$WX_CFLAGS
4054 WX_CXXFLAGS_ONLY=$WX_CFLAGS
4056 WX_CPPFLAGS=`$WX_CONFIG_WITH_ARGS --cppflags `
4057 WX_CXXFLAGS=`$WX_CONFIG_WITH_ARGS --cxxflags `
4058 WX_CFLAGS=`$WX_CONFIG_WITH_ARGS --cflags `
4060 WX_CFLAGS_ONLY=`echo $WX_CFLAGS | sed "s@^$WX_CPPFLAGS *@@"`
4061 WX_CXXFLAGS_ONLY=`echo $WX_CXXFLAGS | sed "s@^$WX_CFLAGS *@@"`
4068 if test "x$WX_VERSION" = x; then
4069 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4070 $as_echo "no" >&6; }
4072 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no (version $WX_VERSION is not new enough)" >&5
4073 $as_echo "no (version $WX_VERSION is not new enough)" >&6; }
4083 if test ! -z ""; then
4086 The configuration you asked for $PACKAGE_NAME requires a wxWidgets
4087 build with the following settings:
4089 but such build is not available.
4091 To see the wxWidgets builds available on this system, please use
4092 'wx-config --list' command. To use the default build, returned by
4093 'wx-config --selected-config', use the options with their 'auto'
4099 The requested wxWidgets build couldn't be found.
4102 If you still get this error, then check that 'wx-config' is
4103 in path, the directory where wxWidgets libraries are installed
4104 (returned by 'wx-config --libs' command) is in LD_LIBRARY_PATH
4105 or equivalent variable and wxWidgets version is $reqwx or above."
4107 as_fn_error $? "$wx_error_message" "$LINENO" 5
4133 WX_VERSION_MAJOR="$wx_config_major_version"
4134 WX_VERSION_MINOR="$wx_config_minor_version"
4135 WX_VERSION_MICRO="$wx_config_micro_version"
4141 if test "$wxWin" != 1; then
4143 wxWidgets must be installed on your system.
4145 Please check that wx-config is in path, the directory where wxWidgets libraries
4146 are installed (returned by 'wx-config --libs' or 'wx-config --static --libs'
4147 command) is in LD_LIBRARY_PATH or equivalent variable and wxWidgets version
4152 CPPFLAGS="$CPPFLAGS $WX_CPPFLAGS"
4153 CXXFLAGS="$CXXFLAGS $WX_CXXFLAGS_ONLY"
4154 CFLAGS="$CFLAGS $WX_CFLAGS_ONLY"
4155 LIBS="$LIBS $WX_LIBS"
4157 # SFML Audio Library
4159 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lsfml-audio" >&5
4160 $as_echo_n "checking for main in -lsfml-audio... " >&6; }
4161 if ${ac_cv_lib_sfml_audio_main+:} false; then :
4162 $as_echo_n "(cached) " >&6
4164 ac_check_lib_save_LIBS=$LIBS
4165 LIBS="-lsfml-audio $LIBS"
4166 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4167 /* end confdefs.h. */
4178 if ac_fn_cxx_try_link "$LINENO"; then :
4179 ac_cv_lib_sfml_audio_main=yes
4181 ac_cv_lib_sfml_audio_main=no
4183 rm -f core conftest.err conftest.$ac_objext \
4184 conftest$ac_exeext conftest.$ac_ext
4185 LIBS=$ac_check_lib_save_LIBS
4187 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_sfml_audio_main" >&5
4188 $as_echo "$ac_cv_lib_sfml_audio_main" >&6; }
4189 if test "x$ac_cv_lib_sfml_audio_main" = xyes; then :
4190 cat >>confdefs.h <<_ACEOF
4191 #define HAVE_LIBSFML_AUDIO 1
4194 LIBS="-lsfml-audio $LIBS"
4197 echo "The SFML libraries must be installed on your system.
4198 Please check that this library is installed properly before
4199 running configure again."
4205 ac_fn_cxx_check_header_mongrel "$LINENO" "SFML/Audio.hpp" "ac_cv_header_SFML_Audio_hpp" "$ac_includes_default"
4206 if test "x$ac_cv_header_SFML_Audio_hpp" = xyes; then :
4209 echo "The SFML library headers must be installed on your system.
4210 Please check that the library headers are installed properly
4211 before running configure again."
4219 ac_cpp='$CXXCPP $CPPFLAGS'
4220 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4221 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4222 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4227 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lcurl" >&5
4228 $as_echo_n "checking for main in -lcurl... " >&6; }
4229 if ${ac_cv_lib_curl_main+:} false; then :
4230 $as_echo_n "(cached) " >&6
4232 ac_check_lib_save_LIBS=$LIBS
4234 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4235 /* end confdefs.h. */
4246 if ac_fn_cxx_try_link "$LINENO"; then :
4247 ac_cv_lib_curl_main=yes
4249 ac_cv_lib_curl_main=no
4251 rm -f core conftest.err conftest.$ac_objext \
4252 conftest$ac_exeext conftest.$ac_ext
4253 LIBS=$ac_check_lib_save_LIBS
4255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_curl_main" >&5
4256 $as_echo "$ac_cv_lib_curl_main" >&6; }
4257 if test "x$ac_cv_lib_curl_main" = xyes; then :
4258 cat >>confdefs.h <<_ACEOF
4259 #define HAVE_LIBCURL 1
4265 echo "The cURL library must be installed on your system.
4266 Please check that this library is installed properly before
4267 running configure again."
4273 ac_fn_cxx_check_header_mongrel "$LINENO" "curl/curl.h" "ac_cv_header_curl_curl_h" "$ac_includes_default"
4274 if test "x$ac_cv_header_curl_curl_h" = xyes; then :
4277 echo "The cURL library headers must be installed on your system.
4278 Please check that the library headers are installed properly
4279 before running configure again."
4286 # Extract the first word of "curl-config", so it can be a program name with args.
4287 set dummy curl-config; ac_word=$2
4288 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4289 $as_echo_n "checking for $ac_word... " >&6; }
4290 if ${ac_cv_prog_FOUND_CURLCONFIG+:} false; then :
4291 $as_echo_n "(cached) " >&6
4293 if test -n "$FOUND_CURLCONFIG"; then
4294 ac_cv_prog_FOUND_CURLCONFIG="$FOUND_CURLCONFIG" # Let the user override the test.
4296 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4300 test -z "$as_dir" && as_dir=.
4301 for ac_exec_ext in '' $ac_executable_extensions; do
4302 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4303 ac_cv_prog_FOUND_CURLCONFIG="yes"
4304 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4311 test -z "$ac_cv_prog_FOUND_CURLCONFIG" && ac_cv_prog_FOUND_CURLCONFIG="no"
4314 FOUND_CURLCONFIG=$ac_cv_prog_FOUND_CURLCONFIG
4315 if test -n "$FOUND_CURLCONFIG"; then
4316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FOUND_CURLCONFIG" >&5
4317 $as_echo "$FOUND_CURLCONFIG" >&6; }
4319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4320 $as_echo "no" >&6; }
4324 if test x$FOUND_CURLCONFIG = xyes; then
4325 FOUND_CURLCONFIG_RES_TRUE=
4326 FOUND_CURLCONFIG_RES_FALSE='#'
4328 FOUND_CURLCONFIG_RES_TRUE='#'
4329 FOUND_CURLCONFIG_RES_FALSE=
4333 if test -z "$FOUND_CURLCONFIG_RES_TRUE"; then :
4335 echo "Cannot find the curl-config program on your system.
4336 If it is installed on your system, adjust your PATH environment
4337 variable before running configure again."
4344 CPPFLAGSOLD=CPPFLAGS
4345 CPPFLAGS=`xml2-config --cflags`
4347 # Extract the first word of "xml2-config", so it can be a program name with args.
4348 set dummy xml2-config; ac_word=$2
4349 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4350 $as_echo_n "checking for $ac_word... " >&6; }
4351 if ${ac_cv_prog_FOUND_XML2CONFIG+:} false; then :
4352 $as_echo_n "(cached) " >&6
4354 if test -n "$FOUND_XML2CONFIG"; then
4355 ac_cv_prog_FOUND_XML2CONFIG="$FOUND_XML2CONFIG" # Let the user override the test.
4357 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4361 test -z "$as_dir" && as_dir=.
4362 for ac_exec_ext in '' $ac_executable_extensions; do
4363 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4364 ac_cv_prog_FOUND_XML2CONFIG="yes"
4365 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4372 test -z "$ac_cv_prog_FOUND_XML2CONFIG" && ac_cv_prog_FOUND_XML2CONFIG="no"
4375 FOUND_XML2CONFIG=$ac_cv_prog_FOUND_XML2CONFIG
4376 if test -n "$FOUND_XML2CONFIG"; then
4377 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FOUND_XML2CONFIG" >&5
4378 $as_echo "$FOUND_XML2CONFIG" >&6; }
4380 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4381 $as_echo "no" >&6; }
4385 if test x$FOUND_XML2CONFIG = xyes; then
4386 FOUND_XML2CONFIG_RES_TRUE=
4387 FOUND_XML2CONFIG_RES_FALSE='#'
4389 FOUND_XML2CONFIG_RES_TRUE='#'
4390 FOUND_XML2CONFIG_RES_FALSE=
4394 if test -z "$FOUND_XML2CONFIG_RES_TRUE"; then :
4396 echo "Cannot find the xml2-config program on your system.
4397 If it is installed on your system, adjust your PATH environment
4398 variable before running configure again."
4403 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lxml2" >&5
4404 $as_echo_n "checking for main in -lxml2... " >&6; }
4405 if ${ac_cv_lib_xml2_main+:} false; then :
4406 $as_echo_n "(cached) " >&6
4408 ac_check_lib_save_LIBS=$LIBS
4410 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4411 /* end confdefs.h. */
4422 if ac_fn_cxx_try_link "$LINENO"; then :
4423 ac_cv_lib_xml2_main=yes
4425 ac_cv_lib_xml2_main=no
4427 rm -f core conftest.err conftest.$ac_objext \
4428 conftest$ac_exeext conftest.$ac_ext
4429 LIBS=$ac_check_lib_save_LIBS
4431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_main" >&5
4432 $as_echo "$ac_cv_lib_xml2_main" >&6; }
4433 if test "x$ac_cv_lib_xml2_main" = xyes; then :
4434 cat >>confdefs.h <<_ACEOF
4435 #define HAVE_LIBXML2 1
4441 echo "The libxml2 library must be installed on your system.
4442 Please check that this library is installed properly before
4443 running configure again."
4449 for ac_header in libxml2/libxml/parser.h libxml2/libxml/tree.h
4451 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4452 ac_fn_cxx_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
4453 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
4454 cat >>confdefs.h <<_ACEOF
4455 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
4459 echo "The libxml2 library headers must be installed on your system.
4460 Please check that the library headers are installed properly
4461 before running configure again."
4469 CPPFLAGS=CPPFLAGSOLD
4473 # Extract the first word of "file", so it can be a program name with args.
4474 set dummy file; ac_word=$2
4475 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4476 $as_echo_n "checking for $ac_word... " >&6; }
4477 if ${ac_cv_prog_FOUND_FILE+:} false; then :
4478 $as_echo_n "(cached) " >&6
4480 if test -n "$FOUND_FILE"; then
4481 ac_cv_prog_FOUND_FILE="$FOUND_FILE" # Let the user override the test.
4483 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4487 test -z "$as_dir" && as_dir=.
4488 for ac_exec_ext in '' $ac_executable_extensions; do
4489 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4490 ac_cv_prog_FOUND_FILE="yes"
4491 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4498 test -z "$ac_cv_prog_FOUND_FILE" && ac_cv_prog_FOUND_FILE="no"
4501 FOUND_FILE=$ac_cv_prog_FOUND_FILE
4502 if test -n "$FOUND_FILE"; then
4503 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FOUND_FILE" >&5
4504 $as_echo "$FOUND_FILE" >&6; }
4506 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4507 $as_echo "no" >&6; }
4511 if test x$FOUND_FILE = xyes; then
4512 FOUND_FILE_RES_TRUE=
4513 FOUND_FILE_RES_FALSE='#'
4515 FOUND_FILE_RES_TRUE='#'
4516 FOUND_FILE_RES_FALSE=
4520 if test -z "$FOUND_FILE_RES_TRUE"; then :
4522 echo "Cannot find the file program on your system.
4523 If it is installed on your system, adjust your PATH environment
4524 variable before running configure again."
4529 # uuidgen application
4531 # Extract the first word of "uuidgen", so it can be a program name with args.
4532 set dummy uuidgen; ac_word=$2
4533 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4534 $as_echo_n "checking for $ac_word... " >&6; }
4535 if ${ac_cv_prog_FOUND_UUIDGEN+:} false; then :
4536 $as_echo_n "(cached) " >&6
4538 if test -n "$FOUND_UUIDGEN"; then
4539 ac_cv_prog_FOUND_UUIDGEN="$FOUND_UUIDGEN" # Let the user override the test.
4541 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4545 test -z "$as_dir" && as_dir=.
4546 for ac_exec_ext in '' $ac_executable_extensions; do
4547 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4548 ac_cv_prog_FOUND_UUIDGEN="yes"
4549 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4556 test -z "$ac_cv_prog_FOUND_UUIDGEN" && ac_cv_prog_FOUND_UUIDGEN="no"
4559 FOUND_UUIDGEN=$ac_cv_prog_FOUND_UUIDGEN
4560 if test -n "$FOUND_UUIDGEN"; then
4561 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FOUND_UUIDGEN" >&5
4562 $as_echo "$FOUND_UUIDGEN" >&6; }
4564 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4565 $as_echo "no" >&6; }
4569 if test x$FOUND_UUIDGEN = xyes; then
4570 FOUND_UUIDGEN_RES_TRUE=
4571 FOUND_UUIDGEN_RES_FALSE='#'
4573 FOUND_UUIDGEN_RES_TRUE='#'
4574 FOUND_UUIDGEN_RES_FALSE=
4578 if test -z "$FOUND_UUIDGEN_RES_TRUE"; then :
4580 echo "Cannot find the uuidgen program on your system.
4581 If it is installed on your system, adjust your PATH environment
4582 variable before running configure again."
4587 # Checks for header files.
4588 for ac_header in stdlib.h string.h iostream iomanip ios algorithm map vector utility
4590 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4591 ac_fn_cxx_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
4592 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
4593 cat >>confdefs.h <<_ACEOF
4594 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
4602 # Checks for typedefs, structures, and compiler characteristics.
4603 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for stdbool.h that conforms to C99" >&5
4604 $as_echo_n "checking for stdbool.h that conforms to C99... " >&6; }
4605 if ${ac_cv_header_stdbool_h+:} false; then :
4606 $as_echo_n "(cached) " >&6
4608 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4609 /* end confdefs.h. */
4611 #include <stdbool.h>
4613 "error: bool is not defined"
4616 "error: false is not defined"
4619 "error: false is not 0"
4622 "error: true is not defined"
4625 "error: true is not 1"
4627 #ifndef __bool_true_false_are_defined
4628 "error: __bool_true_false_are_defined is not defined"
4631 struct s { _Bool s: 1; _Bool t; } s;
4633 char a[true == 1 ? 1 : -1];
4634 char b[false == 0 ? 1 : -1];
4635 char c[__bool_true_false_are_defined == 1 ? 1 : -1];
4636 char d[(bool) 0.5 == true ? 1 : -1];
4637 /* See body of main program for 'e'. */
4638 char f[(_Bool) 0.0 == false ? 1 : -1];
4640 char h[sizeof (_Bool)];
4642 enum { j = false, k = true, l = false * true, m = true * 256 };
4643 /* The following fails for
4644 HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003]. */
4646 char o[sizeof n == m * sizeof n[0] ? 1 : -1];
4647 char p[-1 - (_Bool) 0 < 0 && -1 - (bool) 0 < 0 ? 1 : -1];
4648 /* Catch a bug in an HP-UX C compiler. See
4649 http://gcc.gnu.org/ml/gcc-patches/2003-12/msg02303.html
4650 http://lists.gnu.org/archive/html/bug-coreutils/2005-11/msg00161.html
4662 /* Refer to every declared value, to avoid compiler optimizations. */
4663 return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
4664 + !m + !n + !o + !p + !q + !pq);
4670 if ac_fn_cxx_try_compile "$LINENO"; then :
4671 ac_cv_header_stdbool_h=yes
4673 ac_cv_header_stdbool_h=no
4675 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4677 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdbool_h" >&5
4678 $as_echo "$ac_cv_header_stdbool_h" >&6; }
4679 ac_fn_cxx_check_type "$LINENO" "_Bool" "ac_cv_type__Bool" "$ac_includes_default"
4680 if test "x$ac_cv_type__Bool" = xyes; then :
4682 cat >>confdefs.h <<_ACEOF
4683 #define HAVE__BOOL 1
4690 if test $ac_cv_header_stdbool_h = yes; then
4692 $as_echo "#define HAVE_STDBOOL_H 1" >>confdefs.h
4696 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
4697 $as_echo_n "checking for inline... " >&6; }
4698 if ${ac_cv_c_inline+:} false; then :
4699 $as_echo_n "(cached) " >&6
4702 for ac_kw in inline __inline__ __inline; do
4703 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4704 /* end confdefs.h. */
4707 static $ac_kw foo_t static_foo () {return 0; }
4708 $ac_kw foo_t foo () {return 0; }
4712 if ac_fn_cxx_try_compile "$LINENO"; then :
4713 ac_cv_c_inline=$ac_kw
4715 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4716 test "$ac_cv_c_inline" != no && break
4720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
4721 $as_echo "$ac_cv_c_inline" >&6; }
4723 case $ac_cv_c_inline in
4726 case $ac_cv_c_inline in
4728 *) ac_val=$ac_cv_c_inline;;
4730 cat >>confdefs.h <<_ACEOF
4732 #define inline $ac_val
4739 # Setup the debug setting.
4741 # Check whether --enable-debug was given.
4742 if test "${enable_debug+set}" = set; then :
4743 enableval=$enable_debug; case "${enableval}" in
4746 *) as_fn_error $? "invalid value ${enableval} given for --enable-debug" "$LINENO" 5 ;;
4753 # Checks for library functions.
4755 if test x$debug = xtrue; then
4763 if test -z "$DEBUG_TRUE"; then :
4770 if test -z "$DEBUG_TRUE"; then :
4771 DBGSTATUS="DEBUG=true"
4774 DBGSTATUS="DEBUG=false"
4777 if test -z "$DEBUG_TRUE"; then :
4778 echo "Debugging mode has been enabled."
4781 ac_config_files="$ac_config_files Makefile"
4783 cat >confcache <<\_ACEOF
4784 # This file is a shell script that caches the results of configure
4785 # tests run on this system so they can be shared between configure
4786 # scripts and configure runs, see configure's option --config-cache.
4787 # It is not useful on other systems. If it contains results you don't
4788 # want to keep, you may remove or edit it.
4790 # config.status only pays attention to the cache file if you give it
4791 # the --recheck option to rerun configure.
4793 # `ac_cv_env_foo' variables (set or unset) will be overridden when
4794 # loading this file, other *unset* `ac_cv_foo' will be assigned the
4799 # The following way of writing the cache mishandles newlines in values,
4800 # but we know of no workaround that is simple, portable, and efficient.
4801 # So, we kill variables containing newlines.
4802 # Ultrix sh set writes to stderr and can't be redirected directly,
4803 # and sets the high bit in the cache file unless we assign to the vars.
4805 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
4806 eval ac_val=\$$ac_var
4810 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
4811 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
4814 _ | IFS | as_nl) ;; #(
4815 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
4816 *) { eval $ac_var=; unset $ac_var;} ;;
4822 case $as_nl`(ac_space=' '; set) 2>&1` in #(
4823 *${as_nl}ac_space=\ *)
4824 # `set' does not quote correctly, so add quotes: double-quote
4825 # substitution turns \\\\ into \\, and sed turns \\ into \.
4828 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
4831 # `set' quotes correctly as required by POSIX, so do not add quotes.
4832 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
4841 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
4843 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
4845 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
4846 if test -w "$cache_file"; then
4847 if test "x$cache_file" != "x/dev/null"; then
4848 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
4849 $as_echo "$as_me: updating cache $cache_file" >&6;}
4850 if test ! -f "$cache_file" || test -h "$cache_file"; then
4851 cat confcache >"$cache_file"
4853 case $cache_file in #(
4855 mv -f confcache "$cache_file"$$ &&
4856 mv -f "$cache_file"$$ "$cache_file" ;; #(
4858 mv -f confcache "$cache_file" ;;
4863 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
4864 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
4869 test "x$prefix" = xNONE && prefix=$ac_default_prefix
4870 # Let make expand exec_prefix.
4871 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
4873 # Transform confdefs.h into DEFS.
4874 # Protect against shell expansion while executing Makefile rules.
4875 # Protect against Makefile macro expansion.
4877 # If the first sed substitution is executed (which looks for macros that
4878 # take arguments), then branch to the quote section. Otherwise,
4879 # look for a macro that doesn't take arguments.
4889 s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g
4891 s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g
4895 s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g
4908 DEFS=`sed -n "$ac_script" confdefs.h`
4914 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
4915 # 1. Remove the extension, and $U if already installed.
4916 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
4917 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
4918 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
4919 # will be set to the directory where LIBOBJS objects are built.
4920 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
4921 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
4925 LTLIBOBJS=$ac_ltlibobjs
4928 if test -z "${FOUND_CURLCONFIG_RES_TRUE}" && test -z "${FOUND_CURLCONFIG_RES_FALSE}"; then
4929 as_fn_error $? "conditional \"FOUND_CURLCONFIG_RES\" was never defined.
4930 Usually this means the macro was only invoked conditionally." "$LINENO" 5
4932 if test -z "${FOUND_XML2CONFIG_RES_TRUE}" && test -z "${FOUND_XML2CONFIG_RES_FALSE}"; then
4933 as_fn_error $? "conditional \"FOUND_XML2CONFIG_RES\" was never defined.
4934 Usually this means the macro was only invoked conditionally." "$LINENO" 5
4936 if test -z "${FOUND_FILE_RES_TRUE}" && test -z "${FOUND_FILE_RES_FALSE}"; then
4937 as_fn_error $? "conditional \"FOUND_FILE_RES\" was never defined.
4938 Usually this means the macro was only invoked conditionally." "$LINENO" 5
4940 if test -z "${FOUND_UUIDGEN_RES_TRUE}" && test -z "${FOUND_UUIDGEN_RES_FALSE}"; then
4941 as_fn_error $? "conditional \"FOUND_UUIDGEN_RES\" was never defined.
4942 Usually this means the macro was only invoked conditionally." "$LINENO" 5
4944 if test -z "${DEBUG_TRUE}" && test -z "${DEBUG_FALSE}"; then
4945 as_fn_error $? "conditional \"DEBUG\" was never defined.
4946 Usually this means the macro was only invoked conditionally." "$LINENO" 5
4949 : "${CONFIG_STATUS=./config.status}"
4951 ac_clean_files_save=$ac_clean_files
4952 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
4953 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
4954 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
4956 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
4958 # Generated by $as_me.
4959 # Run this file to recreate the current configuration.
4960 # Compiler output produced by configure, useful for debugging
4961 # configure, is in config.log if it exists.
4967 SHELL=\${CONFIG_SHELL-$SHELL}
4970 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
4971 ## -------------------- ##
4972 ## M4sh Initialization. ##
4973 ## -------------------- ##
4975 # Be more Bourne compatible
4976 DUALCASE=1; export DUALCASE # for MKS sh
4977 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
4980 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
4981 # is contrary to our usage. Disable this feature.
4982 alias -g '${1+"$@"}'='"$@"'
4983 setopt NO_GLOB_SUBST
4985 case `(set -o) 2>/dev/null` in #(
4997 # Printing a long string crashes Solaris 7 /usr/bin/printf.
4998 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
4999 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
5000 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
5001 # Prefer a ksh shell builtin over an external printf program on Solaris,
5002 # but without wasting forks for bash or zsh.
5003 if test -z "$BASH_VERSION$ZSH_VERSION" \
5004 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
5005 as_echo='print -r --'
5006 as_echo_n='print -rn --'
5007 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
5008 as_echo='printf %s\n'
5009 as_echo_n='printf %s'
5011 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
5012 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
5013 as_echo_n='/usr/ucb/echo -n'
5015 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
5016 as_echo_n_body='eval
5020 expr "X$arg" : "X\\(.*\\)$as_nl";
5021 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
5023 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
5025 export as_echo_n_body
5026 as_echo_n='sh -c $as_echo_n_body as_echo'
5029 as_echo='sh -c $as_echo_body as_echo'
5032 # The user is always right.
5033 if test "${PATH_SEPARATOR+set}" != set; then
5035 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
5036 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
5043 # We need space, tab and new line, in precisely that order. Quoting is
5044 # there to prevent editors from complaining about space-tab.
5045 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
5046 # splitting by setting IFS to empty value.)
5049 # Find who we are. Look in the path if we contain no directory separator.
5052 *[\\/]* ) as_myself=$0 ;;
5053 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5057 test -z "$as_dir" && as_dir=.
5058 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
5064 # We did not find ourselves, most probably we were run as `sh COMMAND'
5065 # in which case we are not to be found in the path.
5066 if test "x$as_myself" = x; then
5069 if test ! -f "$as_myself"; then
5070 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
5074 # Unset variables that we do not need and which cause bugs (e.g. in
5075 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
5076 # suppresses any "Segmentation fault" message there. '((' could
5077 # trigger a bug in pdksh 5.2.14.
5078 for as_var in BASH_ENV ENV MAIL MAILPATH
5079 do eval test x\${$as_var+set} = xset \
5080 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
5093 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
5096 # as_fn_error STATUS ERROR [LINENO LOG_FD]
5097 # ----------------------------------------
5098 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
5099 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
5100 # script with STATUS, using 1 if that was 0.
5103 as_status=$1; test $as_status -eq 0 && as_status=1
5105 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
5106 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
5108 $as_echo "$as_me: error: $2" >&2
5109 as_fn_exit $as_status
5113 # as_fn_set_status STATUS
5114 # -----------------------
5115 # Set $? to STATUS, without forking.
5119 } # as_fn_set_status
5123 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
5133 # Portably unset VAR.
5136 { eval $1=; unset $1;}
5138 as_unset=as_fn_unset
5139 # as_fn_append VAR VALUE
5140 # ----------------------
5141 # Append the text in VALUE to the end of the definition contained in VAR. Take
5142 # advantage of any shell optimizations that allow amortized linear growth over
5143 # repeated appends, instead of the typical quadratic growth present in naive
5145 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
5146 eval 'as_fn_append ()
5157 # as_fn_arith ARG...
5158 # ------------------
5159 # Perform arithmetic evaluation on the ARGs, and store the result in the
5160 # global $as_val. Take advantage of shells that can avoid forks. The arguments
5161 # must be portable across $(()) and expr.
5162 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
5163 eval 'as_fn_arith ()
5170 as_val=`expr "$@" || test $? -eq 1`
5175 if expr a : '\(a\)' >/dev/null 2>&1 &&
5176 test "X`expr 00001 : '.*\(...\)'`" = X001; then
5182 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
5183 as_basename=basename
5188 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
5194 as_me=`$as_basename -- "$0" ||
5195 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
5196 X"$0" : 'X\(//\)$' \| \
5197 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
5199 sed '/^.*\/\([^/][^/]*\)\/*$/{
5213 # Avoid depending upon Character Ranges.
5214 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
5215 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
5216 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
5217 as_cr_digits='0123456789'
5218 as_cr_alnum=$as_cr_Letters$as_cr_digits
5220 ECHO_C= ECHO_N= ECHO_T=
5221 case `echo -n x` in #(((((
5223 case `echo 'xy\c'` in
5224 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
5226 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
5233 rm -f conf$$ conf$$.exe conf$$.file
5234 if test -d conf$$.dir; then
5235 rm -f conf$$.dir/conf$$.file
5238 mkdir conf$$.dir 2>/dev/null
5240 if (echo >conf$$.file) 2>/dev/null; then
5241 if ln -s conf$$.file conf$$ 2>/dev/null; then
5243 # ... but there are two gotchas:
5244 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
5245 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
5246 # In both cases, we have to default to `cp -pR'.
5247 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
5249 elif ln conf$$.file conf$$ 2>/dev/null; then
5257 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
5258 rmdir conf$$.dir 2>/dev/null
5263 # Create "$as_dir" as a directory, including parents if necessary.
5268 -*) as_dir=./$as_dir;;
5270 test -d "$as_dir" || eval $as_mkdir_p || {
5274 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
5275 *) as_qdir=$as_dir;;
5277 as_dirs="'$as_qdir' $as_dirs"
5278 as_dir=`$as_dirname -- "$as_dir" ||
5279 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
5280 X"$as_dir" : 'X\(//\)[^/]' \| \
5281 X"$as_dir" : 'X\(//\)$' \| \
5282 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
5283 $as_echo X"$as_dir" |
5284 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
5301 test -d "$as_dir" && break
5303 test -z "$as_dirs" || eval "mkdir $as_dirs"
5304 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
5308 if mkdir -p . 2>/dev/null; then
5309 as_mkdir_p='mkdir -p "$as_dir"'
5311 test -d ./-p && rmdir ./-p
5316 # as_fn_executable_p FILE
5317 # -----------------------
5318 # Test if FILE is an executable regular file.
5319 as_fn_executable_p ()
5321 test -f "$1" && test -x "$1"
5322 } # as_fn_executable_p
5324 as_executable_p=as_fn_executable_p
5326 # Sed expression to map a string onto a valid CPP name.
5327 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
5329 # Sed expression to map a string onto a valid variable name.
5330 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
5334 ## ----------------------------------- ##
5335 ## Main body of $CONFIG_STATUS script. ##
5336 ## ----------------------------------- ##
5338 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
5340 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5341 # Save the log message, to keep $0 and so on meaningful, and to
5342 # report actual input values of CONFIG_FILES etc. instead of their
5343 # values after options handling.
5345 This file was extended by Xestia Address Book $as_me 0.01, which was
5346 generated by GNU Autoconf 2.69. Invocation command line was
5348 CONFIG_FILES = $CONFIG_FILES
5349 CONFIG_HEADERS = $CONFIG_HEADERS
5350 CONFIG_LINKS = $CONFIG_LINKS
5351 CONFIG_COMMANDS = $CONFIG_COMMANDS
5354 on `(hostname || uname -n) 2>/dev/null | sed 1q`
5359 case $ac_config_files in *"
5360 "*) set x $ac_config_files; shift; ac_config_files=$*;;
5365 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5366 # Files that config.status was made for.
5367 config_files="$ac_config_files"
5371 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5373 \`$as_me' instantiates files and other configuration actions
5374 from templates according to the current configuration. Unless the files
5375 and actions are specified as TAGs, all are instantiated by default.
5377 Usage: $0 [OPTION]... [TAG]...
5379 -h, --help print this help, then exit
5380 -V, --version print version number and configuration settings, then exit
5381 --config print configuration, then exit
5382 -q, --quiet, --silent
5383 do not print progress messages
5384 -d, --debug don't remove temporary files
5385 --recheck update $as_me by reconfiguring in the same conditions
5386 --file=FILE[:TEMPLATE]
5387 instantiate the configuration file FILE
5389 Configuration files:
5392 Report bugs to <bugs@xestia.co.uk>."
5395 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5396 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
5398 Xestia Address Book config.status 0.01
5399 configured by $0, generated by GNU Autoconf 2.69,
5400 with options \\"\$ac_cs_config\\"
5402 Copyright (C) 2012 Free Software Foundation, Inc.
5403 This config.status script is free software; the Free Software Foundation
5404 gives unlimited permission to copy, distribute and modify it."
5408 test -n "\$AWK" || AWK=awk
5411 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5412 # The default lists apply if the user does not specify any file.
5418 ac_option=`expr "X$1" : 'X\([^=]*\)='`
5419 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
5423 ac_option=`expr "X$1" : 'X\([^=]*\)='`
5435 # Handling of the options.
5436 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
5438 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
5439 $as_echo "$ac_cs_version"; exit ;;
5440 --config | --confi | --conf | --con | --co | --c )
5441 $as_echo "$ac_cs_config"; exit ;;
5442 --debug | --debu | --deb | --de | --d | -d )
5444 --file | --fil | --fi | --f )
5447 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
5448 '') as_fn_error $? "missing file argument" ;;
5450 as_fn_append CONFIG_FILES " '$ac_optarg'"
5451 ac_need_defaults=false;;
5452 --he | --h | --help | --hel | -h )
5453 $as_echo "$ac_cs_usage"; exit ;;
5454 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
5455 | -silent | --silent | --silen | --sile | --sil | --si | --s)
5459 -*) as_fn_error $? "unrecognized option: \`$1'
5460 Try \`$0 --help' for more information." ;;
5462 *) as_fn_append ac_config_targets " $1"
5463 ac_need_defaults=false ;;
5469 ac_configure_extra_args=
5471 if $ac_cs_silent; then
5473 ac_configure_extra_args="$ac_configure_extra_args --silent"
5477 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5478 if \$ac_cs_recheck; then
5479 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
5481 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
5482 CONFIG_SHELL='$SHELL'
5488 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5492 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
5493 ## Running $as_me. ##
5499 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5502 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5504 # Handling of arguments.
5505 for ac_config_target in $ac_config_targets
5507 case $ac_config_target in
5508 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
5510 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
5515 # If the user did not use the arguments to specify the items to instantiate,
5516 # then the envvar interface is used. Set only those that are not.
5517 # We use the long form for the default assignment because of an extremely
5518 # bizarre bug on SunOS 4.1.3.
5519 if $ac_need_defaults; then
5520 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
5523 # Have a temporary directory for convenience. Make it in the build tree
5524 # simply because there is no reason against having it here, and in addition,
5525 # creating and moving files from /tmp can sometimes cause problems.
5526 # Hook for its removal unless debugging.
5527 # Note that there is a small window in which the directory will not be cleaned:
5528 # after its creation but before its name has been assigned to `$tmp'.
5532 trap 'exit_status=$?
5534 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
5536 trap 'as_fn_exit 1' 1 2 13 15
5538 # Create a (secure) tmp directory for tmp files.
5541 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
5545 tmp=./conf$$-$RANDOM
5546 (umask 077 && mkdir "$tmp")
5547 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
5550 # Set up the scripts for CONFIG_FILES section.
5551 # No need to generate them if there are no CONFIG_FILES.
5552 # This happens for instance with `./config.status config.h'.
5553 if test -n "$CONFIG_FILES"; then
5556 ac_cr=`echo X | tr X '\015'`
5557 # On cygwin, bash can eat \r inside `` if the user requested igncr.
5558 # But we know of no other shell where ac_cr would be empty at this
5559 # point, so we can use a bashism as a fallback.
5560 if test "x$ac_cr" = x; then
5561 eval ac_cr=\$\'\\r\'
5563 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
5564 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
5570 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
5575 echo "cat >conf$$subs.awk <<_ACEOF" &&
5576 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
5579 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
5580 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
5582 for ac_last_try in false false false false false :; do
5583 . ./conf$$subs.sh ||
5584 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
5586 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
5587 if test $ac_delim_n = $ac_delim_num; then
5589 elif $ac_last_try; then
5590 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
5592 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
5597 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5598 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
5602 s/^/S["/; s/!.*/"]=/
5612 s/\(.\{148\}\)..*/\1/
5614 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
5619 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
5626 s/\(.\{148\}\)..*/\1/
5628 s/["\\]/\\&/g; s/^/"/; s/$/"/
5632 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
5637 ' <conf$$subs.awk | sed '
5642 ' >>$CONFIG_STATUS || ac_write_fail=1
5643 rm -f conf$$subs.awk
5644 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5646 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
5647 for (key in S) S_is_set[key] = 1
5653 nfields = split(line, field, "@")
5655 len = length(field[1])
5656 for (i = 2; i < nfields; i++) {
5658 keylen = length(key)
5659 if (S_is_set[key]) {
5661 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
5662 len += length(value) + length(field[++i])
5673 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5674 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
5675 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
5678 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
5679 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
5682 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
5683 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
5684 # trailing colons and then remove the whole line if VPATH becomes empty
5685 # (actually we leave an empty line to preserve line numbers).
5686 if test "x$srcdir" = x.; then
5687 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
5705 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5706 fi # test -n "$CONFIG_FILES"
5709 eval set X " :F $CONFIG_FILES "
5714 :[FHLC]) ac_mode=$ac_tag; continue;;
5716 case $ac_mode$ac_tag in
5718 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
5719 :[FH]-) ac_tag=-:-;;
5720 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
5737 -) ac_f="$ac_tmp/stdin";;
5738 *) # Look for the file first in the build tree, then in the source tree
5739 # (if the path is not absolute). The absolute path cannot be DOS-style,
5740 # because $ac_f cannot contain `:'.
5744 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
5746 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
5748 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
5749 as_fn_append ac_file_inputs " '$ac_f'"
5752 # Let's still pretend it is `configure' which instantiates (i.e., don't
5753 # use $as_me), people would be surprised to read:
5754 # /* config.h. Generated by config.status. */
5755 configure_input='Generated from '`
5756 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
5758 if test x"$ac_file" != x-; then
5759 configure_input="$ac_file. $configure_input"
5760 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
5761 $as_echo "$as_me: creating $ac_file" >&6;}
5763 # Neutralize special characters interpreted by sed in replacement strings.
5764 case $configure_input in #(
5765 *\&* | *\|* | *\\* )
5766 ac_sed_conf_input=`$as_echo "$configure_input" |
5767 sed 's/[\\\\&|]/\\\\&/g'`;; #(
5768 *) ac_sed_conf_input=$configure_input;;
5772 *:-:* | *:-) cat >"$ac_tmp/stdin" \
5773 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
5778 ac_dir=`$as_dirname -- "$ac_file" ||
5779 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
5780 X"$ac_file" : 'X\(//\)[^/]' \| \
5781 X"$ac_file" : 'X\(//\)$' \| \
5782 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
5783 $as_echo X"$ac_file" |
5784 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
5801 as_dir="$ac_dir"; as_fn_mkdir_p
5805 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
5807 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
5808 # A ".." for each directory in $ac_dir_suffix.
5809 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
5810 case $ac_top_builddir_sub in
5811 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
5812 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
5815 ac_abs_top_builddir=$ac_pwd
5816 ac_abs_builddir=$ac_pwd$ac_dir_suffix
5817 # for backward compatibility:
5818 ac_top_builddir=$ac_top_build_prefix
5821 .) # We are building in place.
5823 ac_top_srcdir=$ac_top_builddir_sub
5824 ac_abs_top_srcdir=$ac_pwd ;;
5825 [\\/]* | ?:[\\/]* ) # Absolute name.
5826 ac_srcdir=$srcdir$ac_dir_suffix;
5827 ac_top_srcdir=$srcdir
5828 ac_abs_top_srcdir=$srcdir ;;
5830 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
5831 ac_top_srcdir=$ac_top_build_prefix$srcdir
5832 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
5834 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
5845 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5846 # If the template does not know about datarootdir, expand it.
5847 # FIXME: This hack should be removed a few years after 2.60.
5848 ac_datarootdir_hack=; ac_datarootdir_seen=
5859 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
5860 *datarootdir*) ac_datarootdir_seen=yes;;
5861 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
5862 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
5863 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
5865 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5866 ac_datarootdir_hack='
5867 s&@datadir@&$datadir&g
5868 s&@docdir@&$docdir&g
5869 s&@infodir@&$infodir&g
5870 s&@localedir@&$localedir&g
5871 s&@mandir@&$mandir&g
5872 s&\\\${datarootdir}&$datarootdir&g' ;;
5876 # Neutralize VPATH when `$srcdir' = `.'.
5877 # Shell code in configure.ac might set extrasub.
5878 # FIXME: do we really want to maintain this feature?
5879 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5880 ac_sed_extra="$ac_vpsub
5883 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5885 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
5886 s|@configure_input@|$ac_sed_conf_input|;t t
5887 s&@top_builddir@&$ac_top_builddir_sub&;t t
5888 s&@top_build_prefix@&$ac_top_build_prefix&;t t
5889 s&@srcdir@&$ac_srcdir&;t t
5890 s&@abs_srcdir@&$ac_abs_srcdir&;t t
5891 s&@top_srcdir@&$ac_top_srcdir&;t t
5892 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
5893 s&@builddir@&$ac_builddir&;t t
5894 s&@abs_builddir@&$ac_abs_builddir&;t t
5895 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
5896 $ac_datarootdir_hack
5898 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
5899 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
5901 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
5902 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
5903 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
5904 "$ac_tmp/out"`; test -z "$ac_out"; } &&
5905 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
5906 which seems to be undefined. Please make sure it is defined" >&5
5907 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
5908 which seems to be undefined. Please make sure it is defined" >&2;}
5910 rm -f "$ac_tmp/stdin"
5912 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
5913 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
5915 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
5927 ac_clean_files=$ac_clean_files_save
5929 test $ac_write_fail = 0 ||
5930 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
5933 # configure is writing to config.log, and then calls config.status.
5934 # config.status does its own redirection, appending to config.log.
5935 # Unfortunately, on DOS this fails, as config.log is still kept open
5936 # by configure, so config.status won't be able to write to it; its
5937 # output is simply discarded. So we exec the FD to /dev/null,
5938 # effectively closing config.log, so it can be properly (re)opened and
5939 # appended to by config.status. When coming back to configure, we
5940 # need to make the FD available again.
5941 if test "$no_create" != yes; then
5943 ac_config_status_args=
5944 test "$silent" = yes &&
5945 ac_config_status_args="$ac_config_status_args --quiet"
5947 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
5949 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
5950 # would make configure fail if this is the last instruction.
5951 $ac_cs_success || as_fn_exit 1
5953 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
5954 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
5955 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}