2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69.
6 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
9 # This configure script is free software; the Free Software Foundation
10 # gives unlimited permission to copy, distribute and modify it.
11 ## -------------------- ##
12 ## M4sh Initialization. ##
13 ## -------------------- ##
15 # Be more Bourne compatible
16 DUALCASE
=1; export DUALCASE
# for MKS sh
17 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then :
20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
25 case `(set -o) 2>/dev/null` in #(
37 # Printing a long string crashes Solaris 7 /usr/bin/printf.
38 as_echo
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41 # Prefer a ksh shell builtin over an external printf program on Solaris,
42 # but without wasting forks for bash or zsh.
43 if test -z "$BASH_VERSION$ZSH_VERSION" \
44 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
46 as_echo_n='print
-rn --'
47 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
51 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52 as_echo_body='eval /usr
/ucb
/echo -n "$1$as_nl"'
53 as_echo_n='/usr
/ucb
/echo -n'
55 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
60 expr "X$arg" : "X\\(.*\\)$as_nl";
61 arg
=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
63 expr "X$arg" : "X\\(.*\\)" |
tr -d "$as_nl"
66 as_echo_n='sh
-c $as_echo_n_body as_echo
'
69 as_echo='sh
-c $as_echo_body as_echo
'
72 # The user is always right.
73 if test "${PATH_SEPARATOR+set}" != set; then
75 (PATH='/bin
;/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76 (PATH='/bin
:/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
83 # We need space, tab and new line, in precisely that order. Quoting is
84 # there to prevent editors from complaining about space-tab.
85 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
86 # splitting by setting IFS to empty value.)
89 # Find who we are. Look in the path if we contain no directory separator.
92 *[\\/]* ) as_myself=$0 ;;
93 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
97 test -z "$as_dir" && as_dir=.
98 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
104 # We did not find ourselves, most probably we were run as `sh COMMAND'
105 # in which case we are not to be found in the path.
106 if test "x$as_myself" = x
; then
109 if test ! -f "$as_myself"; then
110 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
114 # Unset variables that we do not need and which cause bugs (e.g. in
115 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
116 # suppresses any "Segmentation fault" message there. '((' could
117 # trigger a bug in pdksh 5.2.14.
118 for as_var
in BASH_ENV ENV MAIL MAILPATH
119 do eval test x\
${$as_var+set} = xset \
120 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
133 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
135 # Use a proper internal environment variable to ensure we don't fall
136 # into an infinite loop, continuously re-executing ourselves.
137 if test x
"${_as_can_reexec}" != xno
&& test "x$CONFIG_SHELL" != x
; then
138 _as_can_reexec
=no
; export _as_can_reexec
;
139 # We cannot yet assume a decent shell, so we have to provide a
140 # neutralization value for shells without unset; and this also
141 # works around shells that cannot unset nonexistent variables.
142 # Preserve -v and -x to the replacement shell.
145 (unset BASH_ENV
) >/dev
/null
2>&1 && unset BASH_ENV ENV
147 *v
*x
* |
*x
*v
* ) as_opts
=-vx ;;
152 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
153 # Admittedly, this is quite paranoid, since all the known shells bail
154 # out after a failed `exec'.
155 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
158 # We don't want this to propagate to other subprocesses.
159 { _as_can_reexec
=; unset _as_can_reexec
;}
160 if test "x$CONFIG_SHELL" = x
; then
161 as_bourne_compatible
="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
164 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
165 # is contrary to our usage. Disable this feature.
166 alias -g '\${1+\"\$@\"}'='\"\$@\"'
169 case \`(set -o) 2>/dev/null\` in #(
177 as_required
="as_fn_return () { (exit \$1); }
178 as_fn_success () { as_fn_return 0; }
179 as_fn_failure () { as_fn_return 1; }
180 as_fn_ret_success () { return 0; }
181 as_fn_ret_failure () { return 1; }
184 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
185 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
186 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
187 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
188 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
191 exitcode=1; echo positional parameters were not saved.
193 test x\$exitcode = x0 || exit 1
195 as_suggested
=" as_lineno_1=";as_suggested
=$as_suggested$LINENO;as_suggested
=$as_suggested" as_lineno_1a=\$LINENO
196 as_lineno_2=";as_suggested
=$as_suggested$LINENO;as_suggested
=$as_suggested" as_lineno_2a=\$LINENO
197 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
198 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
199 test \$(( 1 + 1 )) = 2 || exit 1"
200 if (eval "$as_required") 2>/dev
/null
; then :
205 if test x
$as_have_required = xyes
&& (eval "$as_suggested") 2>/dev
/null
; then :
208 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
210 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
213 test -z "$as_dir" && as_dir
=.
217 for as_base
in sh bash ksh sh5
; do
218 # Try only shells that exist, to save several forks.
219 as_shell
=$as_dir/$as_base
220 if { test -f "$as_shell" ||
test -f "$as_shell.exe"; } &&
221 { $as_echo "$as_bourne_compatible""$as_required" | as_run
=a
"$as_shell"; } 2>/dev
/null
; then :
222 CONFIG_SHELL
=$as_shell as_have_required
=yes
223 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run
=a
"$as_shell"; } 2>/dev
/null
; then :
231 $as_found ||
{ if { test -f "$SHELL" ||
test -f "$SHELL.exe"; } &&
232 { $as_echo "$as_bourne_compatible""$as_required" | as_run
=a
"$SHELL"; } 2>/dev
/null
; then :
233 CONFIG_SHELL
=$SHELL as_have_required
=yes
238 if test "x$CONFIG_SHELL" != x
; then :
240 # We cannot yet assume a decent shell, so we have to provide a
241 # neutralization value for shells without unset; and this also
242 # works around shells that cannot unset nonexistent variables.
243 # Preserve -v and -x to the replacement shell.
246 (unset BASH_ENV
) >/dev
/null
2>&1 && unset BASH_ENV ENV
248 *v
*x
* |
*x
*v
* ) as_opts
=-vx ;;
253 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
254 # Admittedly, this is quite paranoid, since all the known shells bail
255 # out after a failed `exec'.
256 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
260 if test x
$as_have_required = xno
; then :
261 $as_echo "$0: This script requires a shell more modern than all"
262 $as_echo "$0: the shells that I found on your system."
263 if test x
${ZSH_VERSION+set} = xset
; then
264 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
265 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
267 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
268 $0: including any error possibly output before this
269 $0: message. Then install a modern shell, or manually run
270 $0: the script under such a shell if you do have one."
276 SHELL
=${CONFIG_SHELL-/bin/sh}
278 # Unset more variables known to interfere with behavior of common tools.
279 CLICOLOR_FORCE
= GREP_OPTIONS
=
280 unset CLICOLOR_FORCE GREP_OPTIONS
282 ## --------------------- ##
283 ## M4sh Shell Functions. ##
284 ## --------------------- ##
287 # Portably unset VAR.
290 { eval $1=; unset $1;}
294 # as_fn_set_status STATUS
295 # -----------------------
296 # Set $? to STATUS, without forking.
304 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
314 # Create "$as_dir" as a directory, including parents if necessary.
319 -*) as_dir
=.
/$as_dir;;
321 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
325 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
328 as_dirs
="'$as_qdir' $as_dirs"
329 as_dir
=`$as_dirname -- "$as_dir" ||
330 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
331 X"$as_dir" : 'X\(//\)[^/]' \| \
332 X"$as_dir" : 'X\(//\)$' \| \
333 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
334 $as_echo X"$as_dir" |
335 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
352 test -d "$as_dir" && break
354 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
355 } ||
test -d "$as_dir" || as_fn_error $?
"cannot create directory $as_dir"
360 # as_fn_executable_p FILE
361 # -----------------------
362 # Test if FILE is an executable regular file.
363 as_fn_executable_p
()
365 test -f "$1" && test -x "$1"
366 } # as_fn_executable_p
367 # as_fn_append VAR VALUE
368 # ----------------------
369 # Append the text in VALUE to the end of the definition contained in VAR. Take
370 # advantage of any shell optimizations that allow amortized linear growth over
371 # repeated appends, instead of the typical quadratic growth present in naive
373 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
374 eval 'as_fn_append ()
387 # Perform arithmetic evaluation on the ARGs, and store the result in the
388 # global $as_val. Take advantage of shells that can avoid forks. The arguments
389 # must be portable across $(()) and expr.
390 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
398 as_val
=`expr "$@" || test $? -eq 1`
403 # as_fn_error STATUS ERROR [LINENO LOG_FD]
404 # ----------------------------------------
405 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
406 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
407 # script with STATUS, using 1 if that was 0.
410 as_status
=$1; test $as_status -eq 0 && as_status
=1
412 as_lineno
=${as_lineno-"$3"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
413 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
415 $as_echo "$as_me: error: $2" >&2
416 as_fn_exit
$as_status
419 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
420 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
426 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
432 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
438 as_me
=`$as_basename -- "$0" ||
439 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
440 X"$0" : 'X\(//\)$' \| \
441 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
443 sed '/^.*\/\([^/][^/]*\)\/*$/{
457 # Avoid depending upon Character Ranges.
458 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
459 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
460 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
461 as_cr_digits
='0123456789'
462 as_cr_alnum
=$as_cr_Letters$as_cr_digits
465 as_lineno_1
=$LINENO as_lineno_1a
=$LINENO
466 as_lineno_2
=$LINENO as_lineno_2a
=$LINENO
467 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
468 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' ||
{
469 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
481 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
485 chmod +x
"$as_me.lineno" ||
486 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit
1; }
488 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
489 # already done that, so ensure we don't try to do so again and fall
490 # in an infinite loop. This has already happened in practice.
491 _as_can_reexec
=no
; export _as_can_reexec
492 # Don't try to exec as it changes $[0], causing all sort of problems
493 # (the dirname of $[0] is not the place where we might find the
494 # original and so on. Autoconf is especially sensitive to this).
496 # Exit status is that of the last command.
500 ECHO_C
= ECHO_N
= ECHO_T
=
501 case `echo -n x` in #(((((
503 case `echo 'xy\c'` in
504 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
506 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
513 rm -f conf$$ conf$$.exe conf$$.
file
514 if test -d conf$$.dir
; then
515 rm -f conf$$.dir
/conf$$.
file
518 mkdir conf$$.dir
2>/dev
/null
520 if (echo >conf$$.
file) 2>/dev
/null
; then
521 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
523 # ... but there are two gotchas:
524 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
525 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
526 # In both cases, we have to default to `cp -pR'.
527 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
529 elif ln conf$$.
file conf$$
2>/dev
/null
; then
537 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
538 rmdir conf$$.dir
2>/dev
/null
540 if mkdir
-p .
2>/dev
/null
; then
541 as_mkdir_p
='mkdir -p "$as_dir"'
543 test -d .
/-p && rmdir .
/-p
548 as_executable_p
=as_fn_executable_p
550 # Sed expression to map a string onto a valid CPP name.
551 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
553 # Sed expression to map a string onto a valid variable name.
554 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
557 test -n "$DJDIR" ||
exec 7<&0 </dev
/null
561 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
562 # so uname gets run too.
563 ac_hostname
=`(hostname || uname -n) 2>/dev/null | sed 1q`
568 ac_default_prefix
=/usr
/local
570 ac_config_libobj_dir
=.
577 # Identity of this package.
585 ac_unique_file
="c++tools"
586 ac_unique_file
="server.cc"
587 # Factoring default headers for most tests.
588 ac_includes_default
="\
590 #ifdef HAVE_SYS_TYPES_H
591 # include <sys/types.h>
593 #ifdef HAVE_SYS_STAT_H
594 # include <sys/stat.h>
600 # ifdef HAVE_STDLIB_H
605 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
610 #ifdef HAVE_STRINGS_H
611 # include <strings.h>
613 #ifdef HAVE_INTTYPES_H
614 # include <inttypes.h>
623 ac_subst_vars
='LTLIBOBJS
685 program_transform_name
698 enable_option_checking
700 enable_maintainer_mode
703 with_gcc_major_version_only
705 ac_precious_vars
='build_alias
717 # Initialize some variables set by options.
719 ac_init_version
=false
720 ac_unrecognized_opts
=
722 # The variables have the same names as the options, with
723 # dashes changed to underlines.
731 program_transform_name
=s
,x
,x
,
739 # Installation directory options.
740 # These are left unexpanded so users can "make install exec_prefix=/foo"
741 # and all the variables that are supposed to be based on exec_prefix
742 # by default will actually change.
743 # Use braces instead of parens because sh, perl, etc. also accept them.
744 # (The list follows the same order as the GNU Coding Standards.)
745 bindir
='${exec_prefix}/bin'
746 sbindir
='${exec_prefix}/sbin'
747 libexecdir
='${exec_prefix}/libexec'
748 datarootdir
='${prefix}/share'
749 datadir
='${datarootdir}'
750 sysconfdir
='${prefix}/etc'
751 sharedstatedir
='${prefix}/com'
752 localstatedir
='${prefix}/var'
753 includedir
='${prefix}/include'
754 oldincludedir
='/usr/include'
755 docdir
='${datarootdir}/doc/${PACKAGE}'
756 infodir
='${datarootdir}/info'
761 libdir
='${exec_prefix}/lib'
762 localedir
='${datarootdir}/locale'
763 mandir
='${datarootdir}/man'
769 # If the previous option needs an argument, assign it.
770 if test -n "$ac_prev"; then
771 eval $ac_prev=\
$ac_option
777 *=?
*) ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
782 # Accept the important Cygnus configure options, so we can diagnose typos.
784 case $ac_dashdash$ac_option in
788 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
790 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
793 -build |
--build |
--buil |
--bui |
--bu)
794 ac_prev
=build_alias
;;
795 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
796 build_alias
=$ac_optarg ;;
798 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
799 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
800 ac_prev
=cache_file
;;
801 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
802 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
803 cache_file
=$ac_optarg ;;
806 cache_file
=config.cache
;;
808 -datadir |
--datadir |
--datadi |
--datad)
810 -datadir=* |
--datadir=* |
--datadi=* |
--datad=*)
811 datadir
=$ac_optarg ;;
813 -datarootdir |
--datarootdir |
--datarootdi |
--datarootd |
--dataroot \
814 |
--dataroo |
--dataro |
--datar)
815 ac_prev
=datarootdir
;;
816 -datarootdir=* |
--datarootdir=* |
--datarootdi=* |
--datarootd=* \
817 |
--dataroot=* |
--dataroo=* |
--dataro=* |
--datar=*)
818 datarootdir
=$ac_optarg ;;
820 -disable-* |
--disable-*)
821 ac_useropt
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
822 # Reject names that are not valid shell variable names.
823 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
824 as_fn_error $?
"invalid feature name: $ac_useropt"
825 ac_useropt_orig
=$ac_useropt
826 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
827 case $ac_user_opts in
831 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
832 ac_unrecognized_sep
=', ';;
834 eval enable_
$ac_useropt=no
;;
836 -docdir |
--docdir |
--docdi |
--doc |
--do)
838 -docdir=* |
--docdir=* |
--docdi=* |
--doc=* |
--do=*)
841 -dvidir |
--dvidir |
--dvidi |
--dvid |
--dvi |
--dv)
843 -dvidir=* |
--dvidir=* |
--dvidi=* |
--dvid=* |
--dvi=* |
--dv=*)
846 -enable-* |
--enable-*)
847 ac_useropt
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
848 # Reject names that are not valid shell variable names.
849 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
850 as_fn_error $?
"invalid feature name: $ac_useropt"
851 ac_useropt_orig
=$ac_useropt
852 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
853 case $ac_user_opts in
857 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
858 ac_unrecognized_sep
=', ';;
860 eval enable_
$ac_useropt=\
$ac_optarg ;;
862 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
863 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
864 |
--exec |
--exe |
--ex)
865 ac_prev
=exec_prefix
;;
866 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
867 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
868 |
--exec=* |
--exe=* |
--ex=*)
869 exec_prefix
=$ac_optarg ;;
871 -gas |
--gas |
--ga |
--g)
872 # Obsolete; use --with-gas.
875 -help |
--help |
--hel |
--he |
-h)
877 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
878 ac_init_help
=recursive
;;
879 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
880 ac_init_help
=short
;;
882 -host |
--host |
--hos |
--ho)
883 ac_prev
=host_alias
;;
884 -host=* |
--host=* |
--hos=* |
--ho=*)
885 host_alias
=$ac_optarg ;;
887 -htmldir |
--htmldir |
--htmldi |
--htmld |
--html |
--htm |
--ht)
889 -htmldir=* |
--htmldir=* |
--htmldi=* |
--htmld=* |
--html=* |
--htm=* \
891 htmldir
=$ac_optarg ;;
893 -includedir |
--includedir |
--includedi |
--included |
--include \
894 |
--includ |
--inclu |
--incl |
--inc)
895 ac_prev
=includedir
;;
896 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
897 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
898 includedir
=$ac_optarg ;;
900 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
902 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
903 infodir
=$ac_optarg ;;
905 -libdir |
--libdir |
--libdi |
--libd)
907 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
910 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
911 |
--libexe |
--libex |
--libe)
912 ac_prev
=libexecdir
;;
913 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
914 |
--libexe=* |
--libex=* |
--libe=*)
915 libexecdir
=$ac_optarg ;;
917 -localedir |
--localedir |
--localedi |
--localed |
--locale)
919 -localedir=* |
--localedir=* |
--localedi=* |
--localed=* |
--locale=*)
920 localedir
=$ac_optarg ;;
922 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
923 |
--localstate |
--localstat |
--localsta |
--localst |
--locals)
924 ac_prev
=localstatedir
;;
925 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
926 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* |
--locals=*)
927 localstatedir
=$ac_optarg ;;
929 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
931 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
935 # Obsolete; use --without-fp.
938 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
939 |
--no-cr |
--no-c |
-n)
942 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
943 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
946 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
947 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
948 |
--oldin |
--oldi |
--old |
--ol |
--o)
949 ac_prev
=oldincludedir
;;
950 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
951 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
952 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
953 oldincludedir
=$ac_optarg ;;
955 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
957 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
960 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
961 |
--program-pre |
--program-pr |
--program-p)
962 ac_prev
=program_prefix
;;
963 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
964 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
965 program_prefix
=$ac_optarg ;;
967 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
968 |
--program-suf |
--program-su |
--program-s)
969 ac_prev
=program_suffix
;;
970 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
971 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
972 program_suffix
=$ac_optarg ;;
974 -program-transform-name |
--program-transform-name \
975 |
--program-transform-nam |
--program-transform-na \
976 |
--program-transform-n |
--program-transform- \
977 |
--program-transform |
--program-transfor \
978 |
--program-transfo |
--program-transf \
979 |
--program-trans |
--program-tran \
980 |
--progr-tra |
--program-tr |
--program-t)
981 ac_prev
=program_transform_name
;;
982 -program-transform-name=* |
--program-transform-name=* \
983 |
--program-transform-nam=* |
--program-transform-na=* \
984 |
--program-transform-n=* |
--program-transform-=* \
985 |
--program-transform=* |
--program-transfor=* \
986 |
--program-transfo=* |
--program-transf=* \
987 |
--program-trans=* |
--program-tran=* \
988 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
989 program_transform_name
=$ac_optarg ;;
991 -pdfdir |
--pdfdir |
--pdfdi |
--pdfd |
--pdf |
--pd)
993 -pdfdir=* |
--pdfdir=* |
--pdfdi=* |
--pdfd=* |
--pdf=* |
--pd=*)
996 -psdir |
--psdir |
--psdi |
--psd |
--ps)
998 -psdir=* |
--psdir=* |
--psdi=* |
--psd=* |
--ps=*)
1001 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1002 |
-silent |
--silent |
--silen |
--sile |
--sil)
1005 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
1007 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
1009 sbindir
=$ac_optarg ;;
1011 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
1012 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
1013 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
1015 ac_prev
=sharedstatedir
;;
1016 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
1017 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
1018 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
1020 sharedstatedir
=$ac_optarg ;;
1022 -site |
--site |
--sit)
1024 -site=* |
--site=* |
--sit=*)
1027 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
1029 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
1030 srcdir
=$ac_optarg ;;
1032 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
1033 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
1034 ac_prev
=sysconfdir
;;
1035 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
1036 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
1037 sysconfdir
=$ac_optarg ;;
1039 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
1040 ac_prev
=target_alias
;;
1041 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
1042 target_alias
=$ac_optarg ;;
1044 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
1047 -version |
--version |
--versio |
--versi |
--vers |
-V)
1048 ac_init_version
=: ;;
1051 ac_useropt
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1052 # Reject names that are not valid shell variable names.
1053 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1054 as_fn_error $?
"invalid package name: $ac_useropt"
1055 ac_useropt_orig
=$ac_useropt
1056 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1057 case $ac_user_opts in
1061 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1062 ac_unrecognized_sep
=', ';;
1064 eval with_
$ac_useropt=\
$ac_optarg ;;
1066 -without-* |
--without-*)
1067 ac_useropt
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
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--without-$ac_useropt_orig"
1078 ac_unrecognized_sep
=', ';;
1080 eval with_
$ac_useropt=no
;;
1083 # Obsolete; use --with-x.
1086 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
1087 |
--x-incl |
--x-inc |
--x-in |
--x-i)
1088 ac_prev
=x_includes
;;
1089 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
1090 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
1091 x_includes
=$ac_optarg ;;
1093 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
1094 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
1095 ac_prev
=x_libraries
;;
1096 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
1097 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
1098 x_libraries
=$ac_optarg ;;
1100 -*) as_fn_error $?
"unrecognized option: \`$ac_option'
1101 Try \`$0 --help' for more information"
1105 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
1106 # Reject names that are not valid shell variable names.
1107 case $ac_envvar in #(
1108 '' |
[0-9]* |
*[!_
$as_cr_alnum]* )
1109 as_fn_error $?
"invalid variable name: \`$ac_envvar'" ;;
1111 eval $ac_envvar=\
$ac_optarg
1112 export $ac_envvar ;;
1115 # FIXME: should be removed in autoconf 3.0.
1116 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1117 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1118 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1119 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1125 if test -n "$ac_prev"; then
1126 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
1127 as_fn_error $?
"missing argument to $ac_option"
1130 if test -n "$ac_unrecognized_opts"; then
1131 case $enable_option_checking in
1133 fatal
) as_fn_error $?
"unrecognized options: $ac_unrecognized_opts" ;;
1134 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1138 # Check all directory arguments for consistency.
1139 for ac_var
in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1140 datadir sysconfdir sharedstatedir localstatedir includedir \
1141 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1142 libdir localedir mandir
1144 eval ac_val
=\$
$ac_var
1145 # Remove trailing slashes.
1148 ac_val
=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1149 eval $ac_var=\
$ac_val;;
1151 # Be sure to have absolute directory names.
1153 [\\/$
]* | ?
:[\\/]* ) continue;;
1154 NONE |
'' ) case $ac_var in *prefix
) continue;; esac;;
1156 as_fn_error $?
"expected an absolute directory name for --$ac_var: $ac_val"
1159 # There might be people who depend on the old broken behavior: `$host'
1160 # used to hold the argument of --host etc.
1161 # FIXME: To remove some day.
1164 target
=$target_alias
1166 # FIXME: To remove some day.
1167 if test "x$host_alias" != x
; then
1168 if test "x$build_alias" = x
; then
1169 cross_compiling
=maybe
1170 elif test "x$build_alias" != "x$host_alias"; then
1176 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
1178 test "$silent" = yes && exec 6>/dev
/null
1181 ac_pwd
=`pwd` && test -n "$ac_pwd" &&
1182 ac_ls_di
=`ls -di .` &&
1183 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` ||
1184 as_fn_error $?
"working directory cannot be determined"
1185 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1186 as_fn_error $?
"pwd does not report name of working directory"
1189 # Find the source files, if location was not specified.
1190 if test -z "$srcdir"; then
1191 ac_srcdir_defaulted
=yes
1192 # Try the directory containing this script, then the parent directory.
1193 ac_confdir
=`$as_dirname -- "$as_myself" ||
1194 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1195 X"$as_myself" : 'X\(//\)[^/]' \| \
1196 X"$as_myself" : 'X\(//\)$' \| \
1197 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1198 $as_echo X"$as_myself" |
1199 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1217 if test ! -r "$srcdir/$ac_unique_file"; then
1221 ac_srcdir_defaulted
=no
1223 if test ! -r "$srcdir/$ac_unique_file"; then
1224 test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .."
1225 as_fn_error $?
"cannot find sources ($ac_unique_file) in $srcdir"
1227 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work"
1229 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1231 # When building in place, set srcdir=.
1232 if test "$ac_abs_confdir" = "$ac_pwd"; then
1235 # Remove unnecessary trailing slashes from srcdir.
1236 # Double slashes in file names in object file debugging info
1237 # mess up M-x gdb in Emacs.
1239 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1241 for ac_var
in $ac_precious_vars; do
1242 eval ac_env_
${ac_var}_set=\${${ac_var}+set}
1243 eval ac_env_
${ac_var}_value
=\$
${ac_var}
1244 eval ac_cv_env_
${ac_var}_set=\${${ac_var}+set}
1245 eval ac_cv_env_
${ac_var}_value
=\$
${ac_var}
1249 # Report the --help message.
1251 if test "$ac_init_help" = "long"; then
1252 # Omit some internal or obsolete options to make the list less imposing.
1253 # This message is too long to be a string in the A/UX 3.1 sh.
1255 \`configure' configures this package to adapt to many kinds of systems.
1257 Usage: $0 [OPTION]... [VAR=VALUE]...
1259 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1260 VAR=VALUE. See below for descriptions of some of the useful variables.
1262 Defaults for the options are specified in brackets.
1265 -h, --help display this help and exit
1266 --help=short display options specific to this package
1267 --help=recursive display the short help of all the included packages
1268 -V, --version display version information and exit
1269 -q, --quiet, --silent do not print \`checking ...' messages
1270 --cache-file=FILE cache test results in FILE [disabled]
1271 -C, --config-cache alias for \`--cache-file=config.cache'
1272 -n, --no-create do not create output files
1273 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1275 Installation directories:
1276 --prefix=PREFIX install architecture-independent files in PREFIX
1277 [$ac_default_prefix]
1278 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1281 By default, \`make install' will install all the files in
1282 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1283 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1284 for instance \`--prefix=\$HOME'.
1286 For better control, use the options below.
1288 Fine tuning of the installation directories:
1289 --bindir=DIR user executables [EPREFIX/bin]
1290 --sbindir=DIR system admin executables [EPREFIX/sbin]
1291 --libexecdir=DIR program executables [EPREFIX/libexec]
1292 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1293 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1294 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1295 --libdir=DIR object code libraries [EPREFIX/lib]
1296 --includedir=DIR C header files [PREFIX/include]
1297 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1298 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1299 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1300 --infodir=DIR info documentation [DATAROOTDIR/info]
1301 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1302 --mandir=DIR man documentation [DATAROOTDIR/man]
1303 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1304 --htmldir=DIR html documentation [DOCDIR]
1305 --dvidir=DIR dvi documentation [DOCDIR]
1306 --pdfdir=DIR pdf documentation [DOCDIR]
1307 --psdir=DIR ps documentation [DOCDIR]
1313 --build=BUILD configure
for building on BUILD
[guessed
]
1314 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
1315 --target=TARGET configure
for building compilers
for TARGET
[HOST
]
1319 if test -n "$ac_init_help"; then
1324 --disable-option-checking ignore unrecognized
--enable/--with options
1325 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
1326 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
1327 --enable-c++-tools build auxiliary c
++ tools
1328 --enable-maintainer-mode
1329 enable maintainer mode. Add rules to rebuild
1331 --enable-checking[=LIST
]
1332 enable expensive run-time checks. With LIST
, enable
1333 only specific categories of checks. Categories are
:
1334 yes,no
,all
,none
,release.
1335 --enable-default-pie enable Position Independent Executable as default
1338 --with-PACKAGE[=ARG
] use PACKAGE
[ARG
=yes]
1339 --without-PACKAGE do not use PACKAGE
(same as
--with-PACKAGE=no
)
1340 --with-gcc-major-version-only
1341 use only GCC major number
in filesystem paths
1343 Some influential environment variables
:
1344 CXX C
++ compiler
command
1345 CXXFLAGS C
++ compiler flags
1346 LDFLAGS linker flags
, e.g.
-L<lib dir
> if you have libraries
in a
1347 nonstandard directory
<lib dir
>
1348 LIBS libraries to pass to the linker
, e.g.
-l<library
>
1349 CPPFLAGS
(Objective
) C
/C
++ preprocessor flags
, e.g.
-I<include dir
> if
1350 you have headers
in a nonstandard directory
<include dir
>
1351 CXXCPP C
++ preprocessor
1353 Use these variables to override the choices made by
`configure' or to help
1354 it to find libraries and programs with nonstandard names/locations.
1356 Report bugs to the package provider.
1361 if test "$ac_init_help" = "recursive"; then
1362 # If there are subdirs, report their specific --help.
1363 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1364 test -d "$ac_dir" ||
1365 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1370 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1372 ac_dir_suffix=/`$as_echo "$ac_dir" |
sed 's|^\.[\\/]||'`
1373 # A ".." for each directory in $ac_dir_suffix.
1374 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" |
sed 's|/[^\\/]*|/..|g;s|/||'`
1375 case $ac_top_builddir_sub in
1376 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1377 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1380 ac_abs_top_builddir=$ac_pwd
1381 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1382 # for backward compatibility:
1383 ac_top_builddir=$ac_top_build_prefix
1386 .) # We are building in place.
1388 ac_top_srcdir=$ac_top_builddir_sub
1389 ac_abs_top_srcdir=$ac_pwd ;;
1390 [\\/]* | ?:[\\/]* ) # Absolute name.
1391 ac_srcdir=$srcdir$ac_dir_suffix;
1392 ac_top_srcdir=$srcdir
1393 ac_abs_top_srcdir=$srcdir ;;
1395 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1396 ac_top_srcdir=$ac_top_build_prefix$srcdir
1397 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1399 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1401 cd "$ac_dir" || { ac_status=$?; continue; }
1402 # Check for guested configure.
1403 if test -f "$ac_srcdir/configure.gnu"; then
1405 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1406 elif test -f "$ac_srcdir/configure"; then
1408 $SHELL "$ac_srcdir/configure" --help=recursive
1410 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1412 cd "$ac_pwd" || { ac_status=$?; break; }
1416 test -n "$ac_init_help" && exit $ac_status
1417 if $ac_init_version; then
1420 generated by GNU Autoconf 2.69
1422 Copyright (C) 2012 Free Software Foundation, Inc.
1423 This configure script is free software; the Free Software Foundation
1424 gives unlimited permission to copy, distribute and modify it.
1429 ## ------------------------ ##
1430 ## Autoconf initialization. ##
1431 ## ------------------------ ##
1433 # ac_fn_cxx_try_compile LINENO
1434 # ----------------------------
1435 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1436 ac_fn_cxx_try_compile ()
1438 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1439 rm -f conftest.$ac_objext
1440 if { { ac_try="$ac_compile"
1442 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1443 *) ac_try_echo
=$ac_try;;
1445 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1446 $as_echo "$ac_try_echo"; } >&5
1447 (eval "$ac_compile") 2>conftest.err
1449 if test -s conftest.err
; then
1450 grep -v '^ *+' conftest.err
>conftest.er1
1451 cat conftest.er1
>&5
1452 mv -f conftest.er1 conftest.err
1454 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1455 test $ac_status = 0; } && {
1456 test -z "$ac_cxx_werror_flag" ||
1457 test ! -s conftest.err
1458 } && test -s conftest.
$ac_objext; then :
1461 $as_echo "$as_me: failed program was:" >&5
1462 sed 's/^/| /' conftest.
$ac_ext >&5
1466 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1467 as_fn_set_status
$ac_retval
1469 } # ac_fn_cxx_try_compile
1471 # ac_fn_cxx_try_cpp LINENO
1472 # ------------------------
1473 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1474 ac_fn_cxx_try_cpp
()
1476 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1477 if { { ac_try
="$ac_cpp conftest.$ac_ext"
1479 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
1480 *) ac_try_echo=$ac_try;;
1482 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1483 $as_echo "$ac_try_echo"; } >&5
1484 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1486 if test -s conftest.err; then
1487 grep -v '^ *+' conftest.err >conftest.er1
1488 cat conftest.er1 >&5
1489 mv -f conftest.er1 conftest.err
1491 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1492 test $ac_status = 0; } > conftest.i && {
1493 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
1494 test ! -s conftest.err
1498 $as_echo "$as_me: failed program was:" >&5
1499 sed 's/^/| /' conftest.$ac_ext >&5
1503 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1504 as_fn_set_status $ac_retval
1506 } # ac_fn_cxx_try_cpp
1508 # ac_fn_cxx_check_header_mongrel LINENO HEADER VAR INCLUDES
1509 # ---------------------------------------------------------
1510 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1511 # the include files in INCLUDES and setting the cache variable VAR
1513 ac_fn_cxx_check_header_mongrel ()
1515 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1516 if eval \${$3+:} false; then :
1517 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1518 $as_echo_n "checking for $2... " >&6; }
1519 if eval \${$3+:} false; then :
1520 $as_echo_n "(cached) " >&6
1523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1524 $as_echo "$ac_res" >&6; }
1526 # Is the header compilable?
1527 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1528 $as_echo_n "checking $2 usability... " >&6; }
1529 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1530 /* end confdefs.h. */
1534 if ac_fn_cxx_try_compile "$LINENO"; then :
1535 ac_header_compiler=yes
1537 ac_header_compiler=no
1539 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1540 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1541 $as_echo "$ac_header_compiler" >&6; }
1543 # Is the header present?
1544 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1545 $as_echo_n "checking $2 presence... " >&6; }
1546 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1547 /* end confdefs.h. */
1550 if ac_fn_cxx_try_cpp "$LINENO"; then :
1551 ac_header_preproc=yes
1553 ac_header_preproc=no
1555 rm -f conftest.err conftest.i conftest.$ac_ext
1556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1557 $as_echo "$ac_header_preproc" >&6; }
1559 # So? What about this header?
1560 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in #((
1562 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1563 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1564 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1565 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1568 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1569 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1570 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1571 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1572 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1573 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1574 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1575 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1576 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1577 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1580 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1581 $as_echo_n "checking for $2... " >&6; }
1582 if eval \${$3+:} false; then :
1583 $as_echo_n "(cached) " >&6
1585 eval "$3=\$ac_header_compiler"
1588 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1589 $as_echo "$ac_res" >&6; }
1591 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1593 } # ac_fn_cxx_check_header_mongrel
1595 # ac_fn_cxx_try_run LINENO
1596 # ------------------------
1597 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1598 # that executables *can* be run.
1599 ac_fn_cxx_try_run ()
1601 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1602 if { { ac_try="$ac_link"
1604 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1605 *) ac_try_echo
=$ac_try;;
1607 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1608 $as_echo "$ac_try_echo"; } >&5
1609 (eval "$ac_link") 2>&5
1611 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1612 test $ac_status = 0; } && { ac_try
='./conftest$ac_exeext'
1613 { { case "(($ac_try" in
1614 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
1615 *) ac_try_echo=$ac_try;;
1617 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1618 $as_echo "$ac_try_echo"; } >&5
1619 (eval "$ac_try") 2>&5
1621 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1622 test $ac_status = 0; }; }; then :
1625 $as_echo "$as_me: program exited with status $ac_status" >&5
1626 $as_echo "$as_me: failed program was:" >&5
1627 sed 's/^/| /' conftest.$ac_ext >&5
1629 ac_retval=$ac_status
1631 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1632 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1633 as_fn_set_status $ac_retval
1635 } # ac_fn_cxx_try_run
1637 # ac_fn_cxx_check_header_compile LINENO HEADER VAR INCLUDES
1638 # ---------------------------------------------------------
1639 # Tests whether HEADER exists and can be compiled using the include files in
1640 # INCLUDES, setting the cache variable VAR accordingly.
1641 ac_fn_cxx_check_header_compile ()
1643 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1644 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1645 $as_echo_n "checking for $2... " >&6; }
1646 if eval \${$3+:} false; then :
1647 $as_echo_n "(cached) " >&6
1649 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1650 /* end confdefs.h. */
1654 if ac_fn_cxx_try_compile "$LINENO"; then :
1659 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1662 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1663 $as_echo "$ac_res" >&6; }
1664 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1666 } # ac_fn_cxx_check_header_compile
1668 # ac_fn_cxx_try_link LINENO
1669 # -------------------------
1670 # Try to link conftest.$ac_ext, and return whether this succeeded.
1671 ac_fn_cxx_try_link ()
1673 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1674 rm -f conftest.$ac_objext conftest$ac_exeext
1675 if { { ac_try="$ac_link"
1677 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1678 *) ac_try_echo
=$ac_try;;
1680 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1681 $as_echo "$ac_try_echo"; } >&5
1682 (eval "$ac_link") 2>conftest.err
1684 if test -s conftest.err
; then
1685 grep -v '^ *+' conftest.err
>conftest.er1
1686 cat conftest.er1
>&5
1687 mv -f conftest.er1 conftest.err
1689 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1690 test $ac_status = 0; } && {
1691 test -z "$ac_cxx_werror_flag" ||
1692 test ! -s conftest.err
1693 } && test -s conftest
$ac_exeext && {
1694 test "$cross_compiling" = yes ||
1695 test -x conftest
$ac_exeext
1699 $as_echo "$as_me: failed program was:" >&5
1700 sed 's/^/| /' conftest.
$ac_ext >&5
1704 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1705 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1706 # interfere with the next link command; also delete a directory that is
1707 # left behind by Apple's compiler. We do this before executing the actions.
1708 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1709 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1710 as_fn_set_status
$ac_retval
1712 } # ac_fn_cxx_try_link
1713 cat >config.log
<<_ACEOF
1714 This file contains any messages produced by compilers while
1715 running configure, to aid debugging if configure makes a mistake.
1717 It was created by $as_me, which was
1718 generated by GNU Autoconf 2.69. Invocation command line was
1730 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1731 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1732 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1733 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1734 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1736 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1737 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1739 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1740 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1741 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1742 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1743 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1744 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1745 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1749 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1753 test -z "$as_dir" && as_dir
=.
1754 $as_echo "PATH: $as_dir"
1770 # Keep a trace of the command line.
1771 # Strip out --no-create and --no-recursion so they do not pile up.
1772 # Strip out --silent because we don't want to record it for future runs.
1773 # Also quote any args containing shell meta-characters.
1774 # Make two passes to allow for proper duplicate-argument suppression.
1778 ac_must_keep_next
=false
1784 -no-create |
--no-c* |
-n |
-no-recursion |
--no-r*) continue ;;
1785 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1786 |
-silent |
--silent |
--silen |
--sile |
--sil)
1789 ac_arg
=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1792 1) as_fn_append ac_configure_args0
" '$ac_arg'" ;;
1794 as_fn_append ac_configure_args1
" '$ac_arg'"
1795 if test $ac_must_keep_next = true
; then
1796 ac_must_keep_next
=false
# Got value, back to normal.
1799 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
1800 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
1801 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
1802 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
1803 case "$ac_configure_args0 " in
1804 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1807 -* ) ac_must_keep_next
=true
;;
1810 as_fn_append ac_configure_args
" '$ac_arg'"
1815 { ac_configure_args0
=; unset ac_configure_args0
;}
1816 { ac_configure_args1
=; unset ac_configure_args1
;}
1818 # When interrupted or exit'd, cleanup temporary files, and complete
1819 # config.log. We remove comments because anyway the quotes in there
1820 # would cause problems or look ugly.
1821 # WARNING: Use '\'' to represent an apostrophe within the trap.
1822 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1823 trap 'exit_status=$?
1824 # Save into config.log some information that might help in debugging.
1828 $as_echo "## ---------------- ##
1829 ## Cache variables. ##
1830 ## ---------------- ##"
1832 # The following way of writing the cache mishandles newlines in values,
1834 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1835 eval ac_val=\$$ac_var
1839 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1840 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1843 _ | IFS | as_nl) ;; #(
1844 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1845 *) { eval $ac_var=; unset $ac_var;} ;;
1850 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1851 *${as_nl}ac_space=\ *)
1853 "s/'\''/'\''\\\\'\'''\''/g;
1854 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1857 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1864 $as_echo "## ----------------- ##
1865 ## Output variables. ##
1866 ## ----------------- ##"
1868 for ac_var in $ac_subst_vars
1870 eval ac_val=\$$ac_var
1872 *\'\''*) ac_val
=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1874 $as_echo "$ac_var='\''$ac_val'\''"
1878 if test -n "$ac_subst_files"; then
1879 $as_echo "## ------------------- ##
1880 ## File substitutions. ##
1881 ## ------------------- ##"
1883 for ac_var
in $ac_subst_files
1885 eval ac_val
=\$
$ac_var
1887 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1889 $as_echo "$ac_var='\''$ac_val'\''"
1894 if test -s confdefs.h; then
1895 $as_echo "## ----------- ##
1902 test "$ac_signal" != 0 &&
1903 $as_echo "$as_me: caught signal $ac_signal"
1904 $as_echo "$as_me: exit $exit_status"
1906 rm -f core *.core core.conftest.* &&
1907 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1910 for ac_signal
in 1 2 13 15; do
1911 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
1915 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1916 rm -f -r conftest
* confdefs.h
1918 $as_echo "/* confdefs.h */" > confdefs.h
1920 # Predefined preprocessor variables.
1922 cat >>confdefs.h
<<_ACEOF
1923 #define PACKAGE_NAME "$PACKAGE_NAME"
1926 cat >>confdefs.h
<<_ACEOF
1927 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1930 cat >>confdefs.h
<<_ACEOF
1931 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1934 cat >>confdefs.h
<<_ACEOF
1935 #define PACKAGE_STRING "$PACKAGE_STRING"
1938 cat >>confdefs.h
<<_ACEOF
1939 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1942 cat >>confdefs.h
<<_ACEOF
1943 #define PACKAGE_URL "$PACKAGE_URL"
1947 # Let the site file select an alternate cache file if it wants to.
1948 # Prefer an explicitly selected file to automatically selected ones.
1951 if test -n "$CONFIG_SITE"; then
1952 # We do not want a PATH search for config.site.
1953 case $CONFIG_SITE in #((
1954 -*) ac_site_file1
=.
/$CONFIG_SITE;;
1955 */*) ac_site_file1
=$CONFIG_SITE;;
1956 *) ac_site_file1
=.
/$CONFIG_SITE;;
1958 elif test "x$prefix" != xNONE
; then
1959 ac_site_file1
=$prefix/share
/config.site
1960 ac_site_file2
=$prefix/etc
/config.site
1962 ac_site_file1
=$ac_default_prefix/share
/config.site
1963 ac_site_file2
=$ac_default_prefix/etc
/config.site
1965 for ac_site_file
in "$ac_site_file1" "$ac_site_file2"
1967 test "x$ac_site_file" = xNONE
&& continue
1968 if test /dev
/null
!= "$ac_site_file" && test -r "$ac_site_file"; then
1969 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
1970 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
1971 sed 's/^/| /' "$ac_site_file" >&5
1973 ||
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1974 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1975 as_fn_error $?
"failed to load site script $ac_site_file
1976 See \`config.log' for more details" "$LINENO" 5; }
1980 if test -r "$cache_file"; then
1981 # Some versions of bash will fail to source /dev/null (special files
1982 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
1983 if test /dev
/null
!= "$cache_file" && test -f "$cache_file"; then
1984 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
1985 $as_echo "$as_me: loading cache $cache_file" >&6;}
1987 [\\/]* | ?
:[\\/]* ) .
"$cache_file";;
1988 *) .
"./$cache_file";;
1992 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
1993 $as_echo "$as_me: creating cache $cache_file" >&6;}
1997 # Check that the precious variables saved in the cache have kept the same
1999 ac_cache_corrupted
=false
2000 for ac_var
in $ac_precious_vars; do
2001 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
2002 eval ac_new_set
=\
$ac_env_${ac_var}_set
2003 eval ac_old_val
=\
$ac_cv_env_${ac_var}_value
2004 eval ac_new_val
=\
$ac_env_${ac_var}_value
2005 case $ac_old_set,$ac_new_set in
2007 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2008 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2009 ac_cache_corrupted
=: ;;
2011 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2012 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2013 ac_cache_corrupted
=: ;;
2016 if test "x$ac_old_val" != "x$ac_new_val"; then
2017 # differences in whitespace do not lead to failure.
2018 ac_old_val_w
=`echo x $ac_old_val`
2019 ac_new_val_w
=`echo x $ac_new_val`
2020 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2021 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2022 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2023 ac_cache_corrupted
=:
2025 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2026 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2027 eval $ac_var=\
$ac_old_val
2029 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2030 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2031 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2032 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2035 # Pass precious variables to config.status.
2036 if test "$ac_new_set" = set; then
2038 *\'*) ac_arg
=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2039 *) ac_arg
=$ac_var=$ac_new_val ;;
2041 case " $ac_configure_args " in
2042 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2043 *) as_fn_append ac_configure_args
" '$ac_arg'" ;;
2047 if $ac_cache_corrupted; then
2048 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2049 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2050 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2051 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2052 as_fn_error $?
"run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2054 ## -------------------- ##
2055 ## Main body of script. ##
2056 ## -------------------- ##
2059 ac_cpp
='$CPP $CPPFLAGS'
2060 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2061 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2062 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2068 # Determine the noncanonical names used for directories.
2070 for ac_dir
in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2071 if test -f "$ac_dir/install-sh"; then
2073 ac_install_sh
="$ac_aux_dir/install-sh -c"
2075 elif test -f "$ac_dir/install.sh"; then
2077 ac_install_sh
="$ac_aux_dir/install.sh -c"
2079 elif test -f "$ac_dir/shtool"; then
2081 ac_install_sh
="$ac_aux_dir/shtool install -c"
2085 if test -z "$ac_aux_dir"; then
2086 as_fn_error $?
"cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2089 # These three variables are undocumented and unsupported,
2090 # and are intended to be withdrawn in a future Autoconf release.
2091 # They can cause serious problems if a builder's source tree is in a directory
2092 # whose full name contains unusual characters.
2093 ac_config_guess
="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2094 ac_config_sub
="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2095 ac_configure
="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2098 # Make sure we can run config.sub.
2099 $SHELL "$ac_aux_dir/config.sub" sun4
>/dev
/null
2>&1 ||
2100 as_fn_error $?
"cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2102 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2103 $as_echo_n "checking build system type... " >&6; }
2104 if ${ac_cv_build+:} false
; then :
2105 $as_echo_n "(cached) " >&6
2107 ac_build_alias
=$build_alias
2108 test "x$ac_build_alias" = x
&&
2109 ac_build_alias
=`$SHELL "$ac_aux_dir/config.guess"`
2110 test "x$ac_build_alias" = x
&&
2111 as_fn_error $?
"cannot guess build type; you must specify one" "$LINENO" 5
2112 ac_cv_build
=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2113 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2117 $as_echo "$ac_cv_build" >&6; }
2118 case $ac_cv_build in
2120 *) as_fn_error $?
"invalid value of canonical build" "$LINENO" 5;;
2123 ac_save_IFS
=$IFS; IFS
='-'
2129 # Remember, the first character of IFS is used to create $*,
2130 # except with old shells:
2133 case $build_os in *\
*) build_os
=`echo "$build_os" | sed 's/ /-/g'`;; esac
2136 case ${build_alias} in
2137 "") build_noncanonical
=${build} ;;
2138 *) build_noncanonical
=${build_alias} ;;
2141 case ${host_alias} in
2142 "") host_noncanonical
=${build_noncanonical} ;;
2143 *) host_noncanonical
=${host_alias} ;;
2146 case ${target_alias} in
2147 "") target_noncanonical
=${host_noncanonical} ;;
2148 *) target_noncanonical
=${target_alias} ;;
2154 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2155 $as_echo_n "checking host system type... " >&6; }
2156 if ${ac_cv_host+:} false
; then :
2157 $as_echo_n "(cached) " >&6
2159 if test "x$host_alias" = x
; then
2160 ac_cv_host
=$ac_cv_build
2162 ac_cv_host
=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2163 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2167 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2168 $as_echo "$ac_cv_host" >&6; }
2171 *) as_fn_error $?
"invalid value of canonical host" "$LINENO" 5;;
2174 ac_save_IFS
=$IFS; IFS
='-'
2180 # Remember, the first character of IFS is used to create $*,
2181 # except with old shells:
2184 case $host_os in *\
*) host_os
=`echo "$host_os" | sed 's/ /-/g'`;; esac
2187 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2188 $as_echo_n "checking target system type... " >&6; }
2189 if ${ac_cv_target+:} false
; then :
2190 $as_echo_n "(cached) " >&6
2192 if test "x$target_alias" = x
; then
2193 ac_cv_target
=$ac_cv_host
2195 ac_cv_target
=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2196 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2201 $as_echo "$ac_cv_target" >&6; }
2202 case $ac_cv_target in
2204 *) as_fn_error $?
"invalid value of canonical target" "$LINENO" 5;;
2206 target
=$ac_cv_target
2207 ac_save_IFS
=$IFS; IFS
='-'
2213 # Remember, the first character of IFS is used to create $*,
2214 # except with old shells:
2217 case $target_os in *\
*) target_os
=`echo "$target_os" | sed 's/ /-/g'`;; esac
2220 # The aliases save the names the user supplied, while $host etc.
2221 # will get canonicalized.
2222 test -n "$target_alias" &&
2223 test "$program_prefix$program_suffix$program_transform_name" = \
2225 program_prefix
=${target_alias}-
2227 # Find a good install program. We prefer a C program (faster),
2228 # so one script is as good as another. But avoid the broken or
2229 # incompatible versions:
2230 # SysV /etc/install, /usr/sbin/install
2231 # SunOS /usr/etc/install
2232 # IRIX /sbin/install
2234 # AmigaOS /C/install, which installs bootblocks on floppy discs
2235 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2236 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2237 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2238 # OS/2's system install, which has a completely different semantic
2239 # ./install, which can be erroneously created by make from ./install.sh.
2240 # Reject install programs that cannot install multiple files.
2241 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2242 $as_echo_n "checking for a BSD-compatible install... " >&6; }
2243 if test -z "$INSTALL"; then
2244 if ${ac_cv_path_install+:} false
; then :
2245 $as_echo_n "(cached) " >&6
2247 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2251 test -z "$as_dir" && as_dir
=.
2252 # Account for people who put trailing slashes in PATH elements.
2253 case $as_dir/ in #((
2254 .
/ | .
// |
/[cC
]/* | \
2255 /etc
/* |
/usr
/sbin
/* |
/usr
/etc
/* |
/sbin
/* |
/usr
/afsws
/bin
/* | \
2256 ?
:[\\/]os2
[\\/]install[\\/]* | ?
:[\\/]OS2
[\\/]INSTALL
[\\/]* | \
2259 # OSF1 and SCO ODT 3.0 have their own names for install.
2260 # Don't use installbsd from OSF since it installs stuff as root
2262 for ac_prog
in ginstall scoinst
install; do
2263 for ac_exec_ext
in '' $ac_executable_extensions; do
2264 if as_fn_executable_p
"$as_dir/$ac_prog$ac_exec_ext"; then
2265 if test $ac_prog = install &&
2266 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
2267 # AIX install. It has an incompatible calling convention.
2269 elif test $ac_prog = install &&
2270 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
2271 # program-specific install script used by HP pwplus--don't use.
2274 rm -rf conftest.one conftest.two conftest.dir
2275 echo one
> conftest.one
2276 echo two
> conftest.two
2278 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two
"`pwd`/conftest.dir" &&
2279 test -s conftest.one
&& test -s conftest.two
&&
2280 test -s conftest.dir
/conftest.one
&&
2281 test -s conftest.dir
/conftest.two
2283 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
2296 rm -rf conftest.one conftest.two conftest.dir
2299 if test "${ac_cv_path_install+set}" = set; then
2300 INSTALL
=$ac_cv_path_install
2302 # As a last resort, use the slow shell script. Don't cache a
2303 # value for INSTALL within a source directory, because that will
2304 # break other packages using the cache if that directory is
2305 # removed, or if the value is a relative name.
2306 INSTALL
=$ac_install_sh
2309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2310 $as_echo "$INSTALL" >&6; }
2312 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2313 # It thinks the first close brace ends the variable substitution.
2314 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
2316 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
2318 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
2320 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
2324 ac_cpp
='$CXXCPP $CPPFLAGS'
2325 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2326 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2327 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
2328 if test -z "$CXX"; then
2329 if test -n "$CCC"; then
2332 if test -n "$ac_tool_prefix"; then
2333 for ac_prog
in g
++ c
++ gpp aCC CC cxx cc
++ cl.exe FCC KCC RCC xlC_r xlC
2335 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2336 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
2337 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2338 $as_echo_n "checking for $ac_word... " >&6; }
2339 if ${ac_cv_prog_CXX+:} false
; then :
2340 $as_echo_n "(cached) " >&6
2342 if test -n "$CXX"; then
2343 ac_cv_prog_CXX
="$CXX" # Let the user override the test.
2345 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2349 test -z "$as_dir" && as_dir
=.
2350 for ac_exec_ext
in '' $ac_executable_extensions; do
2351 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
2352 ac_cv_prog_CXX
="$ac_tool_prefix$ac_prog"
2353 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2363 if test -n "$CXX"; then
2364 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
2365 $as_echo "$CXX" >&6; }
2367 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2368 $as_echo "no" >&6; }
2372 test -n "$CXX" && break
2375 if test -z "$CXX"; then
2377 for ac_prog
in g
++ c
++ gpp aCC CC cxx cc
++ cl.exe FCC KCC RCC xlC_r xlC
2379 # Extract the first word of "$ac_prog", so it can be a program name with args.
2380 set dummy
$ac_prog; ac_word
=$2
2381 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2382 $as_echo_n "checking for $ac_word... " >&6; }
2383 if ${ac_cv_prog_ac_ct_CXX+:} false
; then :
2384 $as_echo_n "(cached) " >&6
2386 if test -n "$ac_ct_CXX"; then
2387 ac_cv_prog_ac_ct_CXX
="$ac_ct_CXX" # Let the user override the test.
2389 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2393 test -z "$as_dir" && as_dir
=.
2394 for ac_exec_ext
in '' $ac_executable_extensions; do
2395 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
2396 ac_cv_prog_ac_ct_CXX
="$ac_prog"
2397 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2406 ac_ct_CXX
=$ac_cv_prog_ac_ct_CXX
2407 if test -n "$ac_ct_CXX"; then
2408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
2409 $as_echo "$ac_ct_CXX" >&6; }
2411 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2412 $as_echo "no" >&6; }
2416 test -n "$ac_ct_CXX" && break
2419 if test "x$ac_ct_CXX" = x
; then
2422 case $cross_compiling:$ac_tool_warned in
2424 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2425 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2426 ac_tool_warned
=yes ;;
2434 # Provide some information about the compiler.
2435 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
2438 for ac_option
in --version -v -V -qversion; do
2439 { { ac_try
="$ac_compiler $ac_option >&5"
2441 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2442 *) ac_try_echo=$ac_try;;
2444 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2445 $as_echo "$ac_try_echo"; } >&5
2446 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2448 if test -s conftest.err; then
2450 ... rest of stderr output deleted ...
2451 10q' conftest.err >conftest.er1
2452 cat conftest.er1 >&5
2454 rm -f conftest.er1 conftest.err
2455 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2456 test $ac_status = 0; }
2459 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2460 /* end confdefs.h. */
2470 ac_clean_files_save=$ac_clean_files
2471 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
2472 # Try to create an executable without -o first, disregard a.out.
2473 # It will help us diagnose broken compilers, and finding out an intuition
2475 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C++ compiler works" >&5
2476 $as_echo_n "checking whether the C++ compiler works... " >&6; }
2477 ac_link_default=`$as_echo "$ac_link" |
sed 's/ -o *conftest[^ ]*//'`
2479 # The possible output files:
2480 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2483 for ac_file in $ac_files
2486 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2487 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2492 if { { ac_try="$ac_link_default"
2494 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2495 *) ac_try_echo
=$ac_try;;
2497 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2498 $as_echo "$ac_try_echo"; } >&5
2499 (eval "$ac_link_default") 2>&5
2501 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2502 test $ac_status = 0; }; then :
2503 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2504 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2505 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2506 # so that the user can short-circuit this test for compilers unknown to
2508 for ac_file
in $ac_files ''
2510 test -f "$ac_file" ||
continue
2512 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
)
2515 # We found the default executable, but exeext='' is most
2519 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no
;
2521 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
2523 # We set ac_cv_exeext here because the later test for it is not
2524 # safe: cross compilers may not add the suffix if given an `-o'
2525 # argument, so we may need to know it at that point already.
2526 # Even if this section looks crufty: it has the advantage of
2533 test "$ac_cv_exeext" = no
&& ac_cv_exeext
=
2538 if test -z "$ac_file"; then :
2539 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2540 $as_echo "no" >&6; }
2541 $as_echo "$as_me: failed program was:" >&5
2542 sed 's/^/| /' conftest.
$ac_ext >&5
2544 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2545 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2546 as_fn_error
77 "C++ compiler cannot create executables
2547 See \`config.log' for more details" "$LINENO" 5; }
2549 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2550 $as_echo "yes" >&6; }
2552 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler default output file name" >&5
2553 $as_echo_n "checking for C++ compiler default output file name... " >&6; }
2554 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
2555 $as_echo "$ac_file" >&6; }
2556 ac_exeext
=$ac_cv_exeext
2558 rm -f -r a.out a.out.dSYM a.exe conftest
$ac_cv_exeext b.out
2559 ac_clean_files
=$ac_clean_files_save
2560 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2561 $as_echo_n "checking for suffix of executables... " >&6; }
2562 if { { ac_try
="$ac_link"
2564 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2565 *) ac_try_echo=$ac_try;;
2567 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2568 $as_echo "$ac_try_echo"; } >&5
2569 (eval "$ac_link") 2>&5
2571 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2572 test $ac_status = 0; }; then :
2573 # If both `conftest.exe
' and `conftest' are
`present' (well, observable)
2574 # catch `conftest.exe
'. For instance with Cygwin, `ls conftest' will
2575 # work properly (i.e., refer to `conftest.exe'), while it won't with
2577 for ac_file
in conftest.exe conftest conftest.
*; do
2578 test -f "$ac_file" ||
continue
2580 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
) ;;
2581 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
2587 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2588 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2589 as_fn_error $?
"cannot compute suffix of executables: cannot compile and link
2590 See \`config.log' for more details" "$LINENO" 5; }
2592 rm -f conftest conftest
$ac_cv_exeext
2593 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
2594 $as_echo "$ac_cv_exeext" >&6; }
2596 rm -f conftest.
$ac_ext
2597 EXEEXT
=$ac_cv_exeext
2599 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2600 /* end confdefs.h. */
2605 FILE *f = fopen ("conftest.out", "w");
2606 return ferror (f) || fclose (f) != 0;
2612 ac_clean_files
="$ac_clean_files conftest.out"
2613 # Check that the compiler produces executables we can run. If not, either
2614 # the compiler is broken, or we cross compile.
2615 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
2616 $as_echo_n "checking whether we are cross compiling... " >&6; }
2617 if test "$cross_compiling" != yes; then
2618 { { ac_try
="$ac_link"
2620 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2621 *) ac_try_echo=$ac_try;;
2623 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2624 $as_echo "$ac_try_echo"; } >&5
2625 (eval "$ac_link") 2>&5
2627 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2628 test $ac_status = 0; }
2629 if { ac_try='./conftest$ac_cv_exeext'
2630 { { case "(($ac_try" in
2631 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2632 *) ac_try_echo
=$ac_try;;
2634 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2635 $as_echo "$ac_try_echo"; } >&5
2636 (eval "$ac_try") 2>&5
2638 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2639 test $ac_status = 0; }; }; then
2642 if test "$cross_compiling" = maybe
; then
2645 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2646 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2647 as_fn_error $?
"cannot run C++ compiled programs.
2648 If you meant to cross compile, use \`--host'.
2649 See \`config.log' for more details" "$LINENO" 5; }
2653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
2654 $as_echo "$cross_compiling" >&6; }
2656 rm -f conftest.
$ac_ext conftest
$ac_cv_exeext conftest.out
2657 ac_clean_files
=$ac_clean_files_save
2658 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
2659 $as_echo_n "checking for suffix of object files... " >&6; }
2660 if ${ac_cv_objext+:} false
; then :
2661 $as_echo_n "(cached) " >&6
2663 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2664 /* end confdefs.h. */
2674 rm -f conftest.o conftest.obj
2675 if { { ac_try
="$ac_compile"
2677 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2678 *) ac_try_echo=$ac_try;;
2680 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2681 $as_echo "$ac_try_echo"; } >&5
2682 (eval "$ac_compile") 2>&5
2684 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2685 test $ac_status = 0; }; then :
2686 for ac_file in conftest.o conftest.obj conftest.*; do
2687 test -f "$ac_file" || continue;
2689 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2690 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2695 $as_echo "$as_me: failed program was:" >&5
2696 sed 's/^/| /' conftest.$ac_ext >&5
2698 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2699 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2700 as_fn_error $? "cannot compute suffix of object files
: cannot compile
2701 See \
`config.log' for more details" "$LINENO" 5; }
2703 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
2706 $as_echo "$ac_cv_objext" >&6; }
2707 OBJEXT=$ac_cv_objext
2709 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
2710 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
2711 if ${ac_cv_cxx_compiler_gnu+:} false; then :
2712 $as_echo_n "(cached) " >&6
2714 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2715 /* end confdefs.h. */
2728 if ac_fn_cxx_try_compile "$LINENO"; then :
2733 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2734 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
2737 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
2738 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
2739 if test $ac_compiler_gnu = yes; then
2744 ac_test_CXXFLAGS=${CXXFLAGS+set}
2745 ac_save_CXXFLAGS=$CXXFLAGS
2746 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
2747 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
2748 if ${ac_cv_prog_cxx_g+:} false; then :
2749 $as_echo_n "(cached) " >&6
2751 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
2752 ac_cxx_werror_flag=yes
2755 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2756 /* end confdefs.h. */
2766 if ac_fn_cxx_try_compile "$LINENO"; then :
2767 ac_cv_prog_cxx_g=yes
2770 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2771 /* end confdefs.h. */
2781 if ac_fn_cxx_try_compile "$LINENO"; then :
2784 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
2786 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2787 /* end confdefs.h. */
2797 if ac_fn_cxx_try_compile "$LINENO"; then :
2798 ac_cv_prog_cxx_g=yes
2800 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2802 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2804 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2805 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
2807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
2808 $as_echo "$ac_cv_prog_cxx_g" >&6; }
2809 if test "$ac_test_CXXFLAGS" = set; then
2810 CXXFLAGS=$ac_save_CXXFLAGS
2811 elif test $ac_cv_prog_cxx_g = yes; then
2812 if test "$GXX" = yes; then
2818 if test "$GXX" = yes; then
2825 ac_cpp='$CPP $CPPFLAGS'
2826 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2827 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2828 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2830 MISSING=`cd $ac_aux_dir && ${PWDCMD-pwd}`/missing
2831 for ac_prog in autoconf
2833 # Extract the first word of "$ac_prog", so it can be a program name with args.
2834 set dummy $ac_prog; ac_word=$2
2835 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2836 $as_echo_n "checking for $ac_word... " >&6; }
2837 if ${ac_cv_prog_AUTOCONF+:} false; then :
2838 $as_echo_n "(cached) " >&6
2840 if test -n "$AUTOCONF"; then
2841 ac_cv_prog_AUTOCONF="$AUTOCONF" # Let the user override the test.
2843 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2847 test -z "$as_dir" && as_dir=.
2848 for ac_exec_ext in '' $ac_executable_extensions; do
2849 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2850 ac_cv_prog_AUTOCONF="$ac_prog"
2851 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2860 AUTOCONF=$ac_cv_prog_AUTOCONF
2861 if test -n "$AUTOCONF"; then
2862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AUTOCONF" >&5
2863 $as_echo "$AUTOCONF" >&6; }
2865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2866 $as_echo "no" >&6; }
2870 test -n "$AUTOCONF" && break
2872 test -n "$AUTOCONF" || AUTOCONF="$MISSING autoconf"
2874 for ac_prog in autoheader
2876 # Extract the first word of "$ac_prog", so it can be a program name with args.
2877 set dummy $ac_prog; ac_word=$2
2878 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2879 $as_echo_n "checking for $ac_word... " >&6; }
2880 if ${ac_cv_prog_AUTOHEADER+:} false; then :
2881 $as_echo_n "(cached) " >&6
2883 if test -n "$AUTOHEADER"; then
2884 ac_cv_prog_AUTOHEADER="$AUTOHEADER" # Let the user override the test.
2886 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2890 test -z "$as_dir" && as_dir=.
2891 for ac_exec_ext in '' $ac_executable_extensions; do
2892 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2893 ac_cv_prog_AUTOHEADER="$ac_prog"
2894 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2903 AUTOHEADER=$ac_cv_prog_AUTOHEADER
2904 if test -n "$AUTOHEADER"; then
2905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AUTOHEADER" >&5
2906 $as_echo "$AUTOHEADER" >&6; }
2908 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2909 $as_echo "no" >&6; }
2913 test -n "$AUTOHEADER" && break
2915 test -n "$AUTOHEADER" || AUTOHEADER="$MISSING autoheader"
2919 ac_cpp='$CXXCPP $CPPFLAGS'
2920 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2921 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2922 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
2925 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build C++ tools" >&5
2926 $as_echo_n "checking whether to build C++ tools... " >&6; }
2927 # Check whether --enable-c++-tools was given.
2928 if test "${enable_c___tools+set}" = set; then :
2929 enableval=$enable_c___tools; cxx_aux_tools=$enableval
2935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cxx_aux_tools" >&5
2936 $as_echo "$cxx_aux_tools" >&6; }
2937 CXX_AUX_TOOLS="$cxx_aux_tools"
2940 # Check whether --enable-maintainer-mode was given.
2941 if test "${enable_maintainer_mode+set}" = set; then :
2942 enableval=$enable_maintainer_mode;
2944 enable_maintainer_mode=no
2947 case "$enable_maintainer_mode" in
2948 yes) maintainer_mode=yes ;;
2949 no) maintainer_mode=no ;;
2950 *) as_fn_error $? "unknown maintainer mode $enable_maintainer_mode" "$LINENO" 5 ;;
2952 { $as_echo "$as_me:${as_lineno-$LINENO}: checking maintainer-mode" >&5
2953 $as_echo_n "checking maintainer-mode... " >&6; }
2954 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $maintainer_mode" >&5
2955 $as_echo "$maintainer_mode" >&6; }
2956 test "$maintainer_mode" = yes && MAINTAINER=yes
2959 # Handle configuration of checking; for the tools in this directory we
2960 # default to release checking and stricter checks do not change this.
2962 # Check whether --enable-checking was given.
2963 if test "${enable_checking+set}" = set; then :
2964 enableval=$enable_checking; ac_checking_flags="${enableval}"
2967 # Default to checking.
2968 ac_checking_flags=yes
2972 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS="$IFS,"
2973 for check in release $ac_checking_flags
2976 # these set all the flags to specific states
2977 yes|all|release|assert) ac_assert_checking=1 ; ;;
2978 no|none) ac_assert_checking= ; ;;
2984 if test x$ac_assert_checking != x ; then
2986 $as_echo "#define ENABLE_ASSERT_CHECKING 1" >>confdefs.h
2990 # Check whether --enable-default-pie was given.
2991 # Check whether --enable-default-pie was given.
2992 if test "${enable_default_pie+set}" = set; then :
2993 enableval=$enable_default_pie; PIEFLAG=-fPIE
3000 # Check if O_CLOEXEC is defined by fcntl
3002 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for O_CLOEXEC" >&5
3003 $as_echo_n "checking for O_CLOEXEC... " >&6; }
3004 if ${ac_cv_o_cloexec+:} false; then :
3005 $as_echo_n "(cached) " >&6
3008 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3009 /* end confdefs.h. */
3016 return open ("/dev/null", O_RDONLY | O_CLOEXEC);
3021 if ac_fn_cxx_try_compile "$LINENO"; then :
3026 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3028 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_o_cloexec" >&5
3029 $as_echo "$ac_cv_o_cloexec" >&6; }
3030 if test $ac_cv_o_cloexec = yes; then
3032 $as_echo "#define HOST_HAS_O_CLOEXEC 1" >>confdefs.h
3037 ac_cpp='$CXXCPP $CPPFLAGS'
3038 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3039 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3040 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3041 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C++ preprocessor" >&5
3042 $as_echo_n "checking how to run the C++ preprocessor... " >&6; }
3043 if test -z "$CXXCPP"; then
3044 if ${ac_cv_prog_CXXCPP+:} false; then :
3045 $as_echo_n "(cached) " >&6
3047 # Double quotes because CXXCPP needs to be expanded
3048 for CXXCPP in "$CXX -E" "/lib/cpp"
3051 for ac_cxx_preproc_warn_flag in '' yes
3053 # Use a header file that comes with gcc, so configuring glibc
3054 # with a fresh cross-compiler works.
3055 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3056 # <limits.h> exists even on freestanding compilers.
3057 # On the NeXT, cc -E runs the code through the compiler's parser,
3058 # not just through cpp. "Syntax error" is here to catch this case.
3059 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3060 /* end confdefs.h. */
3062 # include <limits.h>
3064 # include <assert.h>
3068 if ac_fn_cxx_try_cpp "$LINENO"; then :
3071 # Broken: fails on valid input.
3074 rm -f conftest.err conftest.i conftest.$ac_ext
3076 # OK, works on sane cases. Now check whether nonexistent headers
3077 # can be detected and how.
3078 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3079 /* end confdefs.h. */
3080 #include <ac_nonexistent.h>
3082 if ac_fn_cxx_try_cpp "$LINENO"; then :
3083 # Broken: success on invalid input.
3086 # Passes both tests.
3090 rm -f conftest.err conftest.i conftest.$ac_ext
3093 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3094 rm -f conftest.i conftest.err conftest.
$ac_ext
3095 if $ac_preproc_ok; then :
3100 ac_cv_prog_CXXCPP
=$CXXCPP
3103 CXXCPP
=$ac_cv_prog_CXXCPP
3105 ac_cv_prog_CXXCPP
=$CXXCPP
3107 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXXCPP" >&5
3108 $as_echo "$CXXCPP" >&6; }
3110 for ac_cxx_preproc_warn_flag
in '' yes
3112 # Use a header file that comes with gcc, so configuring glibc
3113 # with a fresh cross-compiler works.
3114 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3115 # <limits.h> exists even on freestanding compilers.
3116 # On the NeXT, cc -E runs the code through the compiler's parser,
3117 # not just through cpp. "Syntax error" is here to catch this case.
3118 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3119 /* end confdefs.h. */
3121 # include <limits.h>
3123 # include <assert.h>
3127 if ac_fn_cxx_try_cpp
"$LINENO"; then :
3130 # Broken: fails on valid input.
3133 rm -f conftest.err conftest.i conftest.
$ac_ext
3135 # OK, works on sane cases. Now check whether nonexistent headers
3136 # can be detected and how.
3137 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3138 /* end confdefs.h. */
3139 #include <ac_nonexistent.h>
3141 if ac_fn_cxx_try_cpp
"$LINENO"; then :
3142 # Broken: success on invalid input.
3145 # Passes both tests.
3149 rm -f conftest.err conftest.i conftest.
$ac_ext
3152 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3153 rm -f conftest.i conftest.err conftest.
$ac_ext
3154 if $ac_preproc_ok; then :
3157 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3158 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3159 as_fn_error $?
"C++ preprocessor \"$CXXCPP\" fails sanity check
3160 See \`config.log' for more details" "$LINENO" 5; }
3164 ac_cpp
='$CXXCPP $CPPFLAGS'
3165 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3166 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3167 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
3170 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
3171 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
3172 if ${ac_cv_path_GREP+:} false
; then :
3173 $as_echo_n "(cached) " >&6
3175 if test -z "$GREP"; then
3176 ac_path_GREP_found
=false
3177 # Loop through the user's path and test for each of PROGNAME-LIST
3178 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3179 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
3182 test -z "$as_dir" && as_dir
=.
3183 for ac_prog
in grep ggrep
; do
3184 for ac_exec_ext
in '' $ac_executable_extensions; do
3185 ac_path_GREP
="$as_dir/$ac_prog$ac_exec_ext"
3186 as_fn_executable_p
"$ac_path_GREP" ||
continue
3187 # Check for GNU ac_path_GREP and select it if it is found.
3188 # Check for GNU $ac_path_GREP
3189 case `"$ac_path_GREP" --version 2>&1` in
3191 ac_cv_path_GREP
="$ac_path_GREP" ac_path_GREP_found
=:;;
3194 $as_echo_n 0123456789 >"conftest.in"
3197 cat "conftest.in" "conftest.in" >"conftest.tmp"
3198 mv "conftest.tmp" "conftest.in"
3199 cp "conftest.in" "conftest.nl"
3200 $as_echo 'GREP' >> "conftest.nl"
3201 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
3202 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
3203 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
3204 if test $ac_count -gt ${ac_path_GREP_max-0}; then
3205 # Best one so far, save it but keep looking for a better one
3206 ac_cv_path_GREP
="$ac_path_GREP"
3207 ac_path_GREP_max
=$ac_count
3209 # 10*(2^10) chars as input seems more than enough
3210 test $ac_count -gt 10 && break
3212 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
3215 $ac_path_GREP_found && break 3
3220 if test -z "$ac_cv_path_GREP"; then
3221 as_fn_error $?
"no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
3224 ac_cv_path_GREP
=$GREP
3228 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
3229 $as_echo "$ac_cv_path_GREP" >&6; }
3230 GREP
="$ac_cv_path_GREP"
3233 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
3234 $as_echo_n "checking for egrep... " >&6; }
3235 if ${ac_cv_path_EGREP+:} false
; then :
3236 $as_echo_n "(cached) " >&6
3238 if echo a |
$GREP -E '(a|b)' >/dev
/null
2>&1
3239 then ac_cv_path_EGREP
="$GREP -E"
3241 if test -z "$EGREP"; then
3242 ac_path_EGREP_found
=false
3243 # Loop through the user's path and test for each of PROGNAME-LIST
3244 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3245 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
3248 test -z "$as_dir" && as_dir
=.
3249 for ac_prog
in egrep; do
3250 for ac_exec_ext
in '' $ac_executable_extensions; do
3251 ac_path_EGREP
="$as_dir/$ac_prog$ac_exec_ext"
3252 as_fn_executable_p
"$ac_path_EGREP" ||
continue
3253 # Check for GNU ac_path_EGREP and select it if it is found.
3254 # Check for GNU $ac_path_EGREP
3255 case `"$ac_path_EGREP" --version 2>&1` in
3257 ac_cv_path_EGREP
="$ac_path_EGREP" ac_path_EGREP_found
=:;;
3260 $as_echo_n 0123456789 >"conftest.in"
3263 cat "conftest.in" "conftest.in" >"conftest.tmp"
3264 mv "conftest.tmp" "conftest.in"
3265 cp "conftest.in" "conftest.nl"
3266 $as_echo 'EGREP' >> "conftest.nl"
3267 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
3268 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
3269 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
3270 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
3271 # Best one so far, save it but keep looking for a better one
3272 ac_cv_path_EGREP
="$ac_path_EGREP"
3273 ac_path_EGREP_max
=$ac_count
3275 # 10*(2^10) chars as input seems more than enough
3276 test $ac_count -gt 10 && break
3278 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
3281 $ac_path_EGREP_found && break 3
3286 if test -z "$ac_cv_path_EGREP"; then
3287 as_fn_error $?
"no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
3290 ac_cv_path_EGREP
=$EGREP
3295 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
3296 $as_echo "$ac_cv_path_EGREP" >&6; }
3297 EGREP
="$ac_cv_path_EGREP"
3300 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
3301 $as_echo_n "checking for ANSI C header files... " >&6; }
3302 if ${ac_cv_header_stdc+:} false
; then :
3303 $as_echo_n "(cached) " >&6
3305 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3306 /* end confdefs.h. */
3320 if ac_fn_cxx_try_compile
"$LINENO"; then :
3321 ac_cv_header_stdc
=yes
3323 ac_cv_header_stdc
=no
3325 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
3327 if test $ac_cv_header_stdc = yes; then
3328 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
3329 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3330 /* end confdefs.h. */
3334 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3335 $EGREP "memchr" >/dev
/null
2>&1; then :
3338 ac_cv_header_stdc
=no
3344 if test $ac_cv_header_stdc = yes; then
3345 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
3346 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3347 /* end confdefs.h. */
3351 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3352 $EGREP "free" >/dev
/null
2>&1; then :
3355 ac_cv_header_stdc
=no
3361 if test $ac_cv_header_stdc = yes; then
3362 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
3363 if test "$cross_compiling" = yes; then :
3366 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3367 /* end confdefs.h. */
3370 #if ((' ' & 0x0FF) == 0x020)
3371 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
3372 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
3374 # define ISLOWER(c) \
3375 (('a' <= (c) && (c) <= 'i') \
3376 || ('j' <= (c) && (c) <= 'r') \
3377 || ('s' <= (c) && (c) <= 'z'))
3378 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
3381 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
3386 for (i = 0; i < 256; i++)
3387 if (XOR (islower (i), ISLOWER (i))
3388 || toupper (i) != TOUPPER (i))
3393 if ac_fn_cxx_try_run
"$LINENO"; then :
3396 ac_cv_header_stdc
=no
3398 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
3399 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
3404 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
3405 $as_echo "$ac_cv_header_stdc" >&6; }
3406 if test $ac_cv_header_stdc = yes; then
3408 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
3412 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
3413 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
3414 inttypes.h stdint.h unistd.h
3416 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
3417 ac_fn_cxx_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
3419 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
3420 cat >>confdefs.h
<<_ACEOF
3421 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
3429 for ac_header
in sys
/mman.h
3431 ac_fn_cxx_check_header_mongrel
"$LINENO" "sys/mman.h" "ac_cv_header_sys_mman_h" "$ac_includes_default"
3432 if test "x$ac_cv_header_sys_mman_h" = xyes
; then :
3433 cat >>confdefs.h
<<_ACEOF
3434 #define HAVE_SYS_MMAN_H 1
3442 # C++ Modules would like some networking features to provide the mapping
3443 # server. You can still use modules without them though.
3444 # The following network-related checks could probably do with some
3445 # Windows and other non-linux defenses and checking.
3447 # Local socket connectivity wants AF_UNIX networking
3448 # Check for AF_UNIX networking
3449 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AF_UNIX" >&5
3450 $as_echo_n "checking for AF_UNIX... " >&6; }
3451 if ${ac_cv_af_unix+:} false
; then :
3452 $as_echo_n "(cached) " >&6
3455 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3456 /* end confdefs.h. */
3458 #include <sys/types.h>
3459 #include <sys/socket.h>
3461 #include <netinet/in.h>
3467 un.sun_family = AF_UNSPEC;
3468 int fd = socket (AF_UNIX, SOCK_STREAM, 0);
3469 connect (fd, (sockaddr *)&un, sizeof (un));
3474 if ac_fn_cxx_try_compile
"$LINENO"; then :
3479 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
3481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_af_unix" >&5
3482 $as_echo "$ac_cv_af_unix" >&6; }
3483 if test $ac_cv_af_unix = yes; then
3485 $as_echo "#define HAVE_AF_UNIX 1" >>confdefs.h
3489 # Remote socket connectivity wants AF_INET6 networking
3490 # Check for AF_INET6 networking
3491 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AF_INET6" >&5
3492 $as_echo_n "checking for AF_INET6... " >&6; }
3493 if ${ac_cv_af_inet6+:} false
; then :
3494 $as_echo_n "(cached) " >&6
3497 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3498 /* end confdefs.h. */
3500 #include <sys/types.h>
3501 #include <sys/socket.h>
3502 #include <netinet/in.h>
3509 in6.sin6_family = AF_UNSPEC;
3510 struct addrinfo *addrs = 0;
3511 struct addrinfo hints;
3513 hints.ai_family = AF_INET6;
3514 hints.ai_socktype = SOCK_STREAM;
3515 hints.ai_protocol = 0;
3516 hints.ai_canonname = 0;
3519 int e = getaddrinfo ("localhost", 0, &hints, &addrs);
3520 const char *str = gai_strerror (e);
3521 freeaddrinfo (addrs);
3522 int fd = socket (AF_INET6, SOCK_STREAM, 0);
3523 connect (fd, (sockaddr *)&in6, sizeof (in6));
3528 if ac_fn_cxx_try_compile
"$LINENO"; then :
3533 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
3535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_af_inet6" >&5
3536 $as_echo "$ac_cv_af_inet6" >&6; }
3537 if test $ac_cv_af_inet6 = yes; then
3539 $as_echo "#define HAVE_AF_INET6 1" >>confdefs.h
3543 # Efficient server response wants epoll
3544 # Check for epoll_create, epoll_ctl, epoll_pwait
3545 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for epoll" >&5
3546 $as_echo_n "checking for epoll... " >&6; }
3547 if ${ac_cv_epoll+:} false
; then :
3548 $as_echo_n "(cached) " >&6
3551 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3552 /* end confdefs.h. */
3554 #include <sys/epoll.h>
3559 int fd = epoll_create (1);
3561 ev.events = EPOLLIN;
3563 epoll_ctl (fd, EPOLL_CTL_ADD, 0, &ev);
3564 epoll_pwait (fd, 0, 0, -1, 0);
3569 if ac_fn_cxx_try_compile
"$LINENO"; then :
3574 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
3576 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_epoll" >&5
3577 $as_echo "$ac_cv_epoll" >&6; }
3578 if test $ac_cv_epoll = yes; then
3580 $as_echo "#define HAVE_EPOLL 1" >>confdefs.h
3584 # If we can't use epoll, try pselect.
3586 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pselect" >&5
3587 $as_echo_n "checking for pselect... " >&6; }
3588 if ${ac_cv_pselect+:} false
; then :
3589 $as_echo_n "(cached) " >&6
3592 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3593 /* end confdefs.h. */
3595 #include <sys/select.h>
3600 pselect (0, 0, 0, 0, 0, 0);
3605 if ac_fn_cxx_try_compile
"$LINENO"; then :
3610 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
3612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_pselect" >&5
3613 $as_echo "$ac_cv_pselect" >&6; }
3614 if test $ac_cv_pselect = yes; then
3616 $as_echo "#define HAVE_PSELECT 1" >>confdefs.h
3620 # And failing that, use good old select.
3621 # If we can't even use this, the server is serialized.
3623 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for select" >&5
3624 $as_echo_n "checking for select... " >&6; }
3625 if ${ac_cv_select+:} false
; then :
3626 $as_echo_n "(cached) " >&6
3629 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3630 /* end confdefs.h. */
3632 #include <sys/select.h>
3637 select (0, 0, 0, 0, 0);
3642 if ac_fn_cxx_try_compile
"$LINENO"; then :
3647 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
3649 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_select" >&5
3650 $as_echo "$ac_cv_select" >&6; }
3651 if test $ac_cv_select = yes; then
3653 $as_echo "#define HAVE_SELECT 1" >>confdefs.h
3657 # Avoid some fnctl calls by using accept4, when available.
3659 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for accept4" >&5
3660 $as_echo_n "checking for accept4... " >&6; }
3661 if ${ac_cv_accept4+:} false
; then :
3662 $as_echo_n "(cached) " >&6
3665 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3666 /* end confdefs.h. */
3668 #include <sys/socket.h>
3673 int err = accept4 (1, 0, 0, SOCK_NONBLOCK);
3678 if ac_fn_cxx_try_compile
"$LINENO"; then :
3683 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
3685 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_accept4" >&5
3686 $as_echo "$ac_cv_accept4" >&6; }
3687 if test $ac_cv_accept4 = yes; then
3689 $as_echo "#define HAVE_ACCEPT4 1" >>confdefs.h
3693 # For better server messages, look for a way to stringize network addresses
3694 # Check for inet_ntop
3695 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inet_ntop" >&5
3696 $as_echo_n "checking for inet_ntop... " >&6; }
3697 if ${ac_cv_inet_ntop+:} false
; then :
3698 $as_echo_n "(cached) " >&6
3701 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3702 /* end confdefs.h. */
3704 #include <arpa/inet.h>
3705 #include <netinet/in.h>
3711 char buf[INET6_ADDRSTRLEN];
3712 const char *str = inet_ntop (AF_INET6, &in6, buf, sizeof (buf));
3717 if ac_fn_cxx_try_compile
"$LINENO"; then :
3722 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
3724 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_inet_ntop" >&5
3725 $as_echo "$ac_cv_inet_ntop" >&6; }
3726 if test $ac_cv_inet_ntop = yes; then
3728 $as_echo "#define HAVE_INET_NTOP 1" >>confdefs.h
3732 # Determine what GCC version number to use in filesystem paths.
3734 get_gcc_base_ver
="cat"
3736 # Check whether --with-gcc-major-version-only was given.
3737 if test "${with_gcc_major_version_only+set}" = set; then :
3738 withval
=$with_gcc_major_version_only; if test x
$with_gcc_major_version_only = xyes
; then
3739 get_gcc_base_ver
="sed -e 's/^\([0-9]*\).*/\1/'"
3747 # Solaris needs libsocket and libnsl for socket functions before 11.4.
3748 # libcody uses those.
3752 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
3753 $as_echo_n "checking for library containing gethostbyname... " >&6; }
3754 if ${ac_cv_search_gethostbyname+:} false
; then :
3755 $as_echo_n "(cached) " >&6
3757 ac_func_search_save_LIBS
=$LIBS
3758 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3759 /* end confdefs.h. */
3761 /* Override any GCC internal prototype to avoid an error.
3762 Use char because int might match the return type of a GCC
3763 builtin and then its argument prototype would still apply. */
3767 char gethostbyname ();
3771 return gethostbyname ();
3776 for ac_lib
in '' nsl
; do
3777 if test -z "$ac_lib"; then
3778 ac_res
="none required"
3781 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
3783 if ac_fn_cxx_try_link
"$LINENO"; then :
3784 ac_cv_search_gethostbyname
=$ac_res
3786 rm -f core conftest.err conftest.
$ac_objext \
3788 if ${ac_cv_search_gethostbyname+:} false
; then :
3792 if ${ac_cv_search_gethostbyname+:} false
; then :
3795 ac_cv_search_gethostbyname
=no
3798 LIBS
=$ac_func_search_save_LIBS
3800 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
3801 $as_echo "$ac_cv_search_gethostbyname" >&6; }
3802 ac_res
=$ac_cv_search_gethostbyname
3803 if test "$ac_res" != no
; then :
3804 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
3808 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing socket" >&5
3809 $as_echo_n "checking for library containing socket... " >&6; }
3810 if ${ac_cv_search_socket+:} false
; then :
3811 $as_echo_n "(cached) " >&6
3813 ac_func_search_save_LIBS
=$LIBS
3814 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3815 /* end confdefs.h. */
3817 /* Override any GCC internal prototype to avoid an error.
3818 Use char because int might match the return type of a GCC
3819 builtin and then its argument prototype would still apply. */
3832 for ac_lib
in '' socket
; do
3833 if test -z "$ac_lib"; then
3834 ac_res
="none required"
3837 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
3839 if ac_fn_cxx_try_link
"$LINENO"; then :
3840 ac_cv_search_socket
=$ac_res
3842 rm -f core conftest.err conftest.
$ac_objext \
3844 if ${ac_cv_search_socket+:} false
; then :
3848 if ${ac_cv_search_socket+:} false
; then :
3851 ac_cv_search_socket
=no
3854 LIBS
=$ac_func_search_save_LIBS
3856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_socket" >&5
3857 $as_echo "$ac_cv_search_socket" >&6; }
3858 ac_res
=$ac_cv_search_socket
3859 if test "$ac_res" != no
; then :
3860 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
3864 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for socket in -lsocket" >&5
3865 $as_echo_n "checking for socket in -lsocket... " >&6; }
3866 if ${ac_cv_lib_socket_socket+:} false
; then :
3867 $as_echo_n "(cached) " >&6
3869 ac_check_lib_save_LIBS
=$LIBS
3870 LIBS
="-lsocket -lnsl $LIBS"
3871 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3872 /* end confdefs.h. */
3874 /* Override any GCC internal prototype to avoid an error.
3875 Use char because int might match the return type of a GCC
3876 builtin and then its argument prototype would still apply. */
3889 if ac_fn_cxx_try_link
"$LINENO"; then :
3890 ac_cv_lib_socket_socket
=yes
3892 ac_cv_lib_socket_socket
=no
3894 rm -f core conftest.err conftest.
$ac_objext \
3895 conftest
$ac_exeext conftest.
$ac_ext
3896 LIBS
=$ac_check_lib_save_LIBS
3898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_socket" >&5
3899 $as_echo "$ac_cv_lib_socket_socket" >&6; }
3900 if test "x$ac_cv_lib_socket_socket" = xyes
; then :
3901 LIBS
="-lsocket -lnsl $LIBS"
3911 ac_config_headers
="$ac_config_headers config.h"
3913 ac_config_files
="$ac_config_files Makefile"
3916 cat >confcache
<<\_ACEOF
3917 # This file is a shell script that caches the results of configure
3918 # tests run on this system so they can be shared between configure
3919 # scripts and configure runs, see configure's option --config-cache.
3920 # It is not useful on other systems. If it contains results you don't
3921 # want to keep, you may remove or edit it.
3923 # config.status only pays attention to the cache file if you give it
3924 # the --recheck option to rerun configure.
3926 # `ac_cv_env_foo' variables (set or unset) will be overridden when
3927 # loading this file, other *unset* `ac_cv_foo' will be assigned the
3932 # The following way of writing the cache mishandles newlines in values,
3933 # but we know of no workaround that is simple, portable, and efficient.
3934 # So, we kill variables containing newlines.
3935 # Ultrix sh set writes to stderr and can't be redirected directly,
3936 # and sets the high bit in the cache file unless we assign to the vars.
3938 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
3939 eval ac_val
=\$
$ac_var
3943 *_cv_
*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
3944 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
3947 _ | IFS | as_nl
) ;; #(
3948 BASH_ARGV | BASH_SOURCE
) eval $ac_var= ;; #(
3949 *) { eval $ac_var=; unset $ac_var;} ;;
3955 case $as_nl`(ac_space=' '; set) 2>&1` in #(
3956 *${as_nl}ac_space
=\
*)
3957 # `set' does not quote correctly, so add quotes: double-quote
3958 # substitution turns \\\\ into \\, and sed turns \\ into \.
3961 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
3964 # `set' quotes correctly as required by POSIX, so do not add quotes.
3965 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
3974 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
3976 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
3978 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
3979 if test -w "$cache_file"; then
3980 if test "x$cache_file" != "x/dev/null"; then
3981 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
3982 $as_echo "$as_me: updating cache $cache_file" >&6;}
3983 if test ! -f "$cache_file" ||
test -h "$cache_file"; then
3984 cat confcache
>"$cache_file"
3986 case $cache_file in #(
3988 mv -f confcache
"$cache_file"$$
&&
3989 mv -f "$cache_file"$$
"$cache_file" ;; #(
3991 mv -f confcache
"$cache_file" ;;
3996 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
3997 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
4002 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
4003 # Let make expand exec_prefix.
4004 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
4006 DEFS
=-DHAVE_CONFIG_H
4011 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
4012 # 1. Remove the extension, and $U if already installed.
4013 ac_script
='s/\$U\././;s/\.o$//;s/\.obj$//'
4014 ac_i
=`$as_echo "$ac_i" | sed "$ac_script"`
4015 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
4016 # will be set to the directory where LIBOBJS objects are built.
4017 as_fn_append ac_libobjs
" \${LIBOBJDIR}$ac_i\$U.$ac_objext"
4018 as_fn_append ac_ltlibobjs
" \${LIBOBJDIR}$ac_i"'$U.lo'
4022 LTLIBOBJS
=$ac_ltlibobjs
4026 : "${CONFIG_STATUS=./config.status}"
4028 ac_clean_files_save
=$ac_clean_files
4029 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
4030 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
4031 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
4033 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
4035 # Generated by $as_me.
4036 # Run this file to recreate the current configuration.
4037 # Compiler output produced by configure, useful for debugging
4038 # configure, is in config.log if it exists.
4044 SHELL=\${CONFIG_SHELL-$SHELL}
4047 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail
=1
4048 ## -------------------- ##
4049 ## M4sh Initialization. ##
4050 ## -------------------- ##
4052 # Be more Bourne compatible
4053 DUALCASE
=1; export DUALCASE
# for MKS sh
4054 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then :
4057 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
4058 # is contrary to our usage. Disable this feature.
4059 alias -g '${1+"$@"}'='"$@"'
4060 setopt NO_GLOB_SUBST
4062 case `(set -o) 2>/dev/null` in #(
4074 # Printing a long string crashes Solaris 7 /usr/bin/printf.
4075 as_echo
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
4076 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
4077 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
4078 # Prefer a ksh shell builtin over an external printf program on Solaris,
4079 # but without wasting forks for bash or zsh.
4080 if test -z "$BASH_VERSION$ZSH_VERSION" \
4081 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
4082 as_echo='print
-r --'
4083 as_echo_n='print
-rn --'
4084 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
4085 as_echo='printf %s
\n'
4086 as_echo_n='printf %s
'
4088 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
4089 as_echo_body='eval /usr
/ucb
/echo -n "$1$as_nl"'
4090 as_echo_n='/usr
/ucb
/echo -n'
4092 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
4093 as_echo_n_body='eval
4097 expr "X$arg" : "X\\(.*\\)$as_nl";
4098 arg
=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
4100 expr "X$arg" : "X\\(.*\\)" |
tr -d "$as_nl"
4102 export as_echo_n_body
4103 as_echo_n='sh
-c $as_echo_n_body as_echo
'
4106 as_echo='sh
-c $as_echo_body as_echo
'
4109 # The user is always right.
4110 if test "${PATH_SEPARATOR+set}" != set; then
4112 (PATH='/bin
;/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
4113 (PATH='/bin
:/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
4120 # We need space, tab and new line, in precisely that order. Quoting is
4121 # there to prevent editors from complaining about space-tab.
4122 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
4123 # splitting by setting IFS to empty value.)
4126 # Find who we are. Look in the path if we contain no directory separator.
4129 *[\\/]* ) as_myself=$0 ;;
4130 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4134 test -z "$as_dir" && as_dir=.
4135 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
4141 # We did not find ourselves, most probably we were run as `sh COMMAND'
4142 # in which case we are not to be found in the path.
4143 if test "x$as_myself" = x
; then
4146 if test ! -f "$as_myself"; then
4147 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
4151 # Unset variables that we do not need and which cause bugs (e.g. in
4152 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
4153 # suppresses any "Segmentation fault" message there. '((' could
4154 # trigger a bug in pdksh 5.2.14.
4155 for as_var
in BASH_ENV ENV MAIL MAILPATH
4156 do eval test x\
${$as_var+set} = xset \
4157 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
4170 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
4173 # as_fn_error STATUS ERROR [LINENO LOG_FD]
4174 # ----------------------------------------
4175 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
4176 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
4177 # script with STATUS, using 1 if that was 0.
4180 as_status
=$1; test $as_status -eq 0 && as_status
=1
4182 as_lineno
=${as_lineno-"$3"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
4183 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
4185 $as_echo "$as_me: error: $2" >&2
4186 as_fn_exit
$as_status
4190 # as_fn_set_status STATUS
4191 # -----------------------
4192 # Set $? to STATUS, without forking.
4196 } # as_fn_set_status
4200 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
4210 # Portably unset VAR.
4213 { eval $1=; unset $1;}
4215 as_unset
=as_fn_unset
4216 # as_fn_append VAR VALUE
4217 # ----------------------
4218 # Append the text in VALUE to the end of the definition contained in VAR. Take
4219 # advantage of any shell optimizations that allow amortized linear growth over
4220 # repeated appends, instead of the typical quadratic growth present in naive
4222 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
4223 eval 'as_fn_append ()
4234 # as_fn_arith ARG...
4235 # ------------------
4236 # Perform arithmetic evaluation on the ARGs, and store the result in the
4237 # global $as_val. Take advantage of shells that can avoid forks. The arguments
4238 # must be portable across $(()) and expr.
4239 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
4240 eval 'as_fn_arith ()
4247 as_val
=`expr "$@" || test $? -eq 1`
4252 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
4253 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
4259 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
4260 as_basename
=basename
4265 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
4271 as_me
=`$as_basename -- "$0" ||
4272 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
4273 X"$0" : 'X\(//\)$' \| \
4274 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
4276 sed '/^.*\/\([^/][^/]*\)\/*$/{
4290 # Avoid depending upon Character Ranges.
4291 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
4292 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
4293 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
4294 as_cr_digits
='0123456789'
4295 as_cr_alnum
=$as_cr_Letters$as_cr_digits
4297 ECHO_C
= ECHO_N
= ECHO_T
=
4298 case `echo -n x` in #(((((
4300 case `echo 'xy\c'` in
4301 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
4303 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
4310 rm -f conf$$ conf$$.exe conf$$.
file
4311 if test -d conf$$.dir
; then
4312 rm -f conf$$.dir
/conf$$.
file
4315 mkdir conf$$.dir
2>/dev
/null
4317 if (echo >conf$$.
file) 2>/dev
/null
; then
4318 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
4320 # ... but there are two gotchas:
4321 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
4322 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
4323 # In both cases, we have to default to `cp -pR'.
4324 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
4326 elif ln conf$$.
file conf$$
2>/dev
/null
; then
4334 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
4335 rmdir conf$$.dir
2>/dev
/null
4340 # Create "$as_dir" as a directory, including parents if necessary.
4345 -*) as_dir
=.
/$as_dir;;
4347 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
4351 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
4352 *) as_qdir
=$as_dir;;
4354 as_dirs
="'$as_qdir' $as_dirs"
4355 as_dir
=`$as_dirname -- "$as_dir" ||
4356 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
4357 X"$as_dir" : 'X\(//\)[^/]' \| \
4358 X"$as_dir" : 'X\(//\)$' \| \
4359 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
4360 $as_echo X"$as_dir" |
4361 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
4378 test -d "$as_dir" && break
4380 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
4381 } ||
test -d "$as_dir" || as_fn_error $?
"cannot create directory $as_dir"
4385 if mkdir
-p .
2>/dev
/null
; then
4386 as_mkdir_p
='mkdir -p "$as_dir"'
4388 test -d .
/-p && rmdir .
/-p
4393 # as_fn_executable_p FILE
4394 # -----------------------
4395 # Test if FILE is an executable regular file.
4396 as_fn_executable_p
()
4398 test -f "$1" && test -x "$1"
4399 } # as_fn_executable_p
4401 as_executable_p
=as_fn_executable_p
4403 # Sed expression to map a string onto a valid CPP name.
4404 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
4406 # Sed expression to map a string onto a valid variable name.
4407 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
4411 ## ----------------------------------- ##
4412 ## Main body of $CONFIG_STATUS script. ##
4413 ## ----------------------------------- ##
4415 test $as_write_fail = 0 && chmod +x
$CONFIG_STATUS || ac_write_fail
=1
4417 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
4418 # Save the log message, to keep $0 and so on meaningful, and to
4419 # report actual input values of CONFIG_FILES etc. instead of their
4420 # values after options handling.
4422 This file was extended by $as_me, which was
4423 generated by GNU Autoconf 2.69. Invocation command line was
4425 CONFIG_FILES = $CONFIG_FILES
4426 CONFIG_HEADERS = $CONFIG_HEADERS
4427 CONFIG_LINKS = $CONFIG_LINKS
4428 CONFIG_COMMANDS = $CONFIG_COMMANDS
4431 on `(hostname || uname -n) 2>/dev/null | sed 1q`
4436 case $ac_config_files in *"
4437 "*) set x
$ac_config_files; shift; ac_config_files
=$
*;;
4440 case $ac_config_headers in *"
4441 "*) set x
$ac_config_headers; shift; ac_config_headers
=$
*;;
4445 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4446 # Files that config.status was made for.
4447 config_files="$ac_config_files"
4448 config_headers="$ac_config_headers"
4452 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
4454 \`$as_me' instantiates files and other configuration actions
4455 from templates according to the current configuration. Unless the files
4456 and actions are specified as TAGs, all are instantiated by default.
4458 Usage: $0 [OPTION]... [TAG]...
4460 -h, --help print this help, then exit
4461 -V, --version print version number and configuration settings, then exit
4462 --config print configuration, then exit
4463 -q, --quiet, --silent
4464 do not print progress messages
4465 -d, --debug don't remove temporary files
4466 --recheck update $as_me by reconfiguring in the same conditions
4467 --file=FILE[:TEMPLATE]
4468 instantiate the configuration file FILE
4469 --header=FILE[:TEMPLATE]
4470 instantiate the configuration header FILE
4472 Configuration files:
4475 Configuration headers:
4478 Report bugs to the package provider."
4481 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4482 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
4485 configured by $0, generated by GNU Autoconf 2.69,
4486 with options \\"\$ac_cs_config\\"
4488 Copyright (C) 2012 Free Software Foundation, Inc.
4489 This config.status script is free software; the Free Software Foundation
4490 gives unlimited permission to copy, distribute and modify it."
4495 test -n "\$AWK" || AWK=awk
4498 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
4499 # The default lists apply if the user does not specify any file.
4505 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
4506 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
4510 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
4522 # Handling of the options.
4523 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
4525 --version |
--versio |
--versi |
--vers |
--ver |
--ve |
--v |
-V )
4526 $as_echo "$ac_cs_version"; exit ;;
4527 --config |
--confi |
--conf |
--con |
--co |
--c )
4528 $as_echo "$ac_cs_config"; exit ;;
4529 --debug |
--debu |
--deb |
--de |
--d |
-d )
4531 --file |
--fil |
--fi |
--f )
4534 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
4535 '') as_fn_error $?
"missing file argument" ;;
4537 as_fn_append CONFIG_FILES
" '$ac_optarg'"
4538 ac_need_defaults
=false
;;
4539 --header |
--heade |
--head |
--hea )
4542 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
4544 as_fn_append CONFIG_HEADERS
" '$ac_optarg'"
4545 ac_need_defaults
=false
;;
4547 # Conflict between --help and --header
4548 as_fn_error $?
"ambiguous option: \`$1'
4549 Try \`$0 --help' for more information.";;
4550 --help |
--hel |
-h )
4551 $as_echo "$ac_cs_usage"; exit ;;
4552 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
4553 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
4557 -*) as_fn_error $?
"unrecognized option: \`$1'
4558 Try \`$0 --help' for more information." ;;
4560 *) as_fn_append ac_config_targets
" $1"
4561 ac_need_defaults
=false
;;
4567 ac_configure_extra_args
=
4569 if $ac_cs_silent; then
4571 ac_configure_extra_args
="$ac_configure_extra_args --silent"
4575 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4576 if \$ac_cs_recheck; then
4577 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
4579 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
4580 CONFIG_SHELL='$SHELL'
4586 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
4590 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
4591 ## Running $as_me. ##
4597 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4600 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
4602 # Handling of arguments.
4603 for ac_config_target
in $ac_config_targets
4605 case $ac_config_target in
4606 "config.h") CONFIG_HEADERS
="$CONFIG_HEADERS config.h" ;;
4607 "Makefile") CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
4609 *) as_fn_error $?
"invalid argument: \`$ac_config_target'" "$LINENO" 5;;
4614 # If the user did not use the arguments to specify the items to instantiate,
4615 # then the envvar interface is used. Set only those that are not.
4616 # We use the long form for the default assignment because of an extremely
4617 # bizarre bug on SunOS 4.1.3.
4618 if $ac_need_defaults; then
4619 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
4620 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
4623 # Have a temporary directory for convenience. Make it in the build tree
4624 # simply because there is no reason against having it here, and in addition,
4625 # creating and moving files from /tmp can sometimes cause problems.
4626 # Hook for its removal unless debugging.
4627 # Note that there is a small window in which the directory will not be cleaned:
4628 # after its creation but before its name has been assigned to `$tmp'.
4632 trap 'exit_status=$?
4634 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
4636 trap 'as_fn_exit 1' 1 2 13 15
4638 # Create a (secure) tmp directory for tmp files.
4641 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
4645 tmp
=.
/conf$$
-$RANDOM
4646 (umask 077 && mkdir
"$tmp")
4647 } || as_fn_error $?
"cannot create a temporary directory in ." "$LINENO" 5
4650 # Set up the scripts for CONFIG_FILES section.
4651 # No need to generate them if there are no CONFIG_FILES.
4652 # This happens for instance with `./config.status config.h'.
4653 if test -n "$CONFIG_FILES"; then
4656 ac_cr
=`echo X | tr X '\015'`
4657 # On cygwin, bash can eat \r inside `` if the user requested igncr.
4658 # But we know of no other shell where ac_cr would be empty at this
4659 # point, so we can use a bashism as a fallback.
4660 if test "x$ac_cr" = x
; then
4661 eval ac_cr
=\$
\'\\r
\'
4663 ac_cs_awk_cr
=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
4664 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
4670 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
4675 echo "cat >conf$$subs.awk <<_ACEOF" &&
4676 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
4679 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
4680 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
4682 for ac_last_try in false false false false false :; do
4683 . ./conf$$subs.sh ||
4684 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
4686 ac_delim_n=`sed -n "s
/.
*$ac_delim\$
/X
/p
" conf$$subs.awk | grep -c X`
4687 if test $ac_delim_n = $ac_delim_num; then
4689 elif $ac_last_try; then
4690 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
4692 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
4697 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4698 cat >>"\
$ac_tmp/subs1.
awk" <<\\_ACAWK &&
4702 s/^/S["/; s
/!.
*/"]=/
4712 s/\(.\{148\}\)..*/\1/
4714 s/["\\]/\\&/g
; s
/^
/"/; s/$/\\n"\\/
4719 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
4726 s/\(.\{148\}\)..*/\1/
4728 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/
4732 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
4737 ' <conf$$subs.awk | sed '
4742 ' >>$CONFIG_STATUS || ac_write_fail=1
4743 rm -f conf$$subs.awk
4744 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4746 cat >>"\
$ac_tmp/subs1.
awk" <<_ACAWK &&
4747 for (key in S) S_is_set[key] = 1
4753 nfields = split(line, field, "@
")
4755 len = length(field[1])
4756 for (i = 2; i < nfields; i++) {
4758 keylen = length(key)
4759 if (S_is_set[key]) {
4761 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
4762 len += length(value) + length(field[++i])
4773 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4774 if sed "s
/$ac_cr//" < /dev/null > /dev/null 2>&1; then
4775 sed "s
/$ac_cr\$
//; s
/$ac_cr/$ac_cs_awk_cr/g
"
4778 fi < "$ac_tmp/subs1.
awk" > "$ac_tmp/subs.
awk" \
4779 || as_fn_error $? "could not setup config files machinery
" "$LINENO" 5
4782 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
4783 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".
", strip leading and
4784 # trailing colons and then remove the whole line if VPATH becomes empty
4785 # (actually we leave an empty line to preserve line numbers).
4786 if test "x
$srcdir" = x.; then
4787 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
4805 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4806 fi # test -n "$CONFIG_FILES"
4808 # Set up the scripts for CONFIG_HEADERS section.
4809 # No need to generate them if there are no CONFIG_HEADERS.
4810 # This happens for instance with `./config.status Makefile'.
4811 if test -n "$CONFIG_HEADERS"; then
4812 cat >"$ac_tmp/defines.
awk" <<\_ACAWK ||
4816 # Transform confdefs.h into an awk script `defines.awk', embedded as
4817 # here-document in config.status, that substitutes the proper values into
4818 # config.h.in to produce config.h.
4820 # Create a delimiter string that does not exist in confdefs.h, to ease
4821 # handling of long lines.
4823 for ac_last_try in false false :; do
4824 ac_tt=`sed -n "/$ac_delim/p
" confdefs.h`
4825 if test -z "$ac_tt"; then
4827 elif $ac_last_try; then
4828 as_fn_error $? "could not
make $CONFIG_HEADERS" "$LINENO" 5
4830 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
4834 # For the awk script, D is an array of macro values keyed by name,
4835 # likewise P contains macro parameters if any. Preserve backslash
4836 # newline sequences.
4838 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
4840 s/.\{148\}/&'"$ac_delim"'/g
4843 s/^[ ]*#[ ]*define[ ][ ]*/ /
4850 s
/^ \
('"$ac_word_re"'\
)\
(([^
()]*)\
)[ ]*\
(.
*\
)/P
["\1"]="\2"\
4852 s
/^ \
('"$ac_word_re"'\
)[ ]*\
(.
*\
)/D
["\1"]=" \2"/p
4856 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\
1"]="\
2"\
4857 D["\
1"]=" \
3\\\\\\n
"\\/p
4859 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\
1"]=" \
2\\\\\\n
"\\/p
4864 s/.\{148\}/&'"$ac_delim"'/g
4869 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/p
4872 s
/["\\]/\\&/g; s/^/"/; s
/$
/\\\\\\n
"\\/p
4874 ' <confdefs.h | sed '
4875 s/'"$ac_delim"'/"\\\
4876 "/g' >>$CONFIG_STATUS || ac_write_fail=1
4878 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4879 for (key in D) D_is_set[key] = 1
4882 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
4884 split(line, arg, " ")
4885 if (arg[1] == "#") {
4889 defundef
= substr
(arg
[1], 2)
4892 split(mac1
, mac2
, "(") #)
4894 prefix
= substr
(line
, 1, index
(line
, defundef
) - 1)
4895 if (D_is_set
[macro
]) {
4896 # Preserve the white space surrounding the "#".
4897 print prefix
"define", macro P
[macro
] D
[macro
]
4900 # Replace #undef with comments. This is necessary, for example,
4901 # in the case of _POSIX_SOURCE, which is predefined and required
4902 # on some systems where configure will not decide to define it.
4903 if (defundef
== "undef") {
4904 print
"/*", prefix defundef
, macro
, "*/"
4912 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
4913 as_fn_error $?
"could not setup config headers machinery" "$LINENO" 5
4914 fi # test -n "$CONFIG_HEADERS"
4917 eval set X
" :F $CONFIG_FILES :H $CONFIG_HEADERS "
4922 :[FHLC
]) ac_mode
=$ac_tag; continue;;
4924 case $ac_mode$ac_tag in
4926 :L
* |
:C
*:*) as_fn_error $?
"invalid tag \`$ac_tag'" "$LINENO" 5;;
4927 :[FH
]-) ac_tag
=-:-;;
4928 :[FH
]*) ac_tag
=$ac_tag:$ac_tag.
in;;
4945 -) ac_f
="$ac_tmp/stdin";;
4946 *) # Look for the file first in the build tree, then in the source tree
4947 # (if the path is not absolute). The absolute path cannot be DOS-style,
4948 # because $ac_f cannot contain `:'.
4952 *) test -f "$srcdir/$ac_f" && ac_f
="$srcdir/$ac_f";;
4954 as_fn_error
1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
4956 case $ac_f in *\'*) ac_f
=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
4957 as_fn_append ac_file_inputs
" '$ac_f'"
4960 # Let's still pretend it is `configure' which instantiates (i.e., don't
4961 # use $as_me), people would be surprised to read:
4962 # /* config.h. Generated by config.status. */
4963 configure_input
='Generated from '`
4964 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
4966 if test x
"$ac_file" != x-
; then
4967 configure_input
="$ac_file. $configure_input"
4968 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
4969 $as_echo "$as_me: creating $ac_file" >&6;}
4971 # Neutralize special characters interpreted by sed in replacement strings.
4972 case $configure_input in #(
4973 *\
&* |
*\|
* |
*\\* )
4974 ac_sed_conf_input
=`$as_echo "$configure_input" |
4975 sed 's/[\\\\&|]/\\\\&/g'`;; #(
4976 *) ac_sed_conf_input
=$configure_input;;
4980 *:-:* |
*:-) cat >"$ac_tmp/stdin" \
4981 || as_fn_error $?
"could not create $ac_file" "$LINENO" 5 ;;
4986 ac_dir
=`$as_dirname -- "$ac_file" ||
4987 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
4988 X"$ac_file" : 'X\(//\)[^/]' \| \
4989 X"$ac_file" : 'X\(//\)$' \| \
4990 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
4991 $as_echo X"$ac_file" |
4992 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
5009 as_dir
="$ac_dir"; as_fn_mkdir_p
5013 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
5015 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
5016 # A ".." for each directory in $ac_dir_suffix.
5017 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
5018 case $ac_top_builddir_sub in
5019 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
5020 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
5023 ac_abs_top_builddir
=$ac_pwd
5024 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
5025 # for backward compatibility:
5026 ac_top_builddir
=$ac_top_build_prefix
5029 .
) # We are building in place.
5031 ac_top_srcdir
=$ac_top_builddir_sub
5032 ac_abs_top_srcdir
=$ac_pwd ;;
5033 [\\/]* | ?
:[\\/]* ) # Absolute name.
5034 ac_srcdir
=$srcdir$ac_dir_suffix;
5035 ac_top_srcdir
=$srcdir
5036 ac_abs_top_srcdir
=$srcdir ;;
5038 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
5039 ac_top_srcdir
=$ac_top_build_prefix$srcdir
5040 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
5042 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
5052 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
5053 *) ac_INSTALL
=$ac_top_build_prefix$INSTALL ;;
5057 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
5058 # If the template does not know about datarootdir, expand it.
5059 # FIXME: This hack should be removed a few years after 2.60.
5060 ac_datarootdir_hack
=; ac_datarootdir_seen
=
5071 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
5072 *datarootdir
*) ac_datarootdir_seen
=yes;;
5073 *@datadir@
*|
*@docdir@
*|
*@infodir@
*|
*@localedir@
*|
*@mandir@
*)
5074 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
5075 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
5077 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5078 ac_datarootdir_hack='
5079 s&@datadir@&$datadir&g
5080 s&@docdir@&$docdir&g
5081 s&@infodir@&$infodir&g
5082 s&@localedir@&$localedir&g
5083 s&@mandir@&$mandir&g
5084 s&\\\${datarootdir}&$datarootdir&g' ;;
5088 # Neutralize VPATH when `$srcdir' = `.'.
5089 # Shell code in configure.ac might set extrasub.
5090 # FIXME: do we really want to maintain this feature?
5091 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5092 ac_sed_extra="$ac_vpsub
5095 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
5097 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
5098 s|@configure_input@|
$ac_sed_conf_input|
;t t
5099 s
&@top_builddir@
&$ac_top_builddir_sub&;t t
5100 s
&@top_build_prefix@
&$ac_top_build_prefix&;t t
5101 s
&@srcdir@
&$ac_srcdir&;t t
5102 s
&@abs_srcdir@
&$ac_abs_srcdir&;t t
5103 s
&@top_srcdir@
&$ac_top_srcdir&;t t
5104 s
&@abs_top_srcdir@
&$ac_abs_top_srcdir&;t t
5105 s
&@builddir@
&$ac_builddir&;t t
5106 s
&@abs_builddir@
&$ac_abs_builddir&;t t
5107 s
&@abs_top_builddir@
&$ac_abs_top_builddir&;t t
5108 s
&@INSTALL@
&$ac_INSTALL&;t t
5109 $ac_datarootdir_hack
5111 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.
awk" \
5112 >$ac_tmp/out || as_fn_error $? "could not create
$ac_file" "$LINENO" 5
5114 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
5115 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out
"`; test -n "$ac_out"; } &&
5116 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
5117 "$ac_tmp/out
"`; test -z "$ac_out"; } &&
5118 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: $ac_file contains a reference to the variable \
`datarootdir'
5119 which seems to be undefined. Please make sure it is defined" >&5
5120 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir
'
5121 which seems to be undefined. Please make sure it is defined" >&2;}
5123 rm -f "$ac_tmp/stdin"
5125 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
5126 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
5128 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
5134 if test x"$ac_file" != x-; then
5136 $as_echo "/* $configure_input */" \
5137 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
5138 } >"$ac_tmp/config.h" \
5139 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
5140 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
5141 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
5142 $as_echo "$as_me: $ac_file is unchanged" >&6;}
5145 mv "$ac_tmp/config.h" "$ac_file" \
5146 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
5149 $as_echo "/* $configure_input */" \
5150 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
5151 || as_fn_error $? "could not create -" "$LINENO" 5
5163 ac_clean_files=$ac_clean_files_save
5165 test $ac_write_fail = 0 ||
5166 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
5169 # configure is writing to config.log, and then calls config.status.
5170 # config.status does its own redirection, appending to config.log.
5171 # Unfortunately, on DOS this fails, as config.log is still kept open
5172 # by configure, so config.status won't be able to
write to it
; its
5173 # output is simply discarded. So we exec the FD to /dev/null,
5174 # effectively closing config.log, so it can be properly (re)opened and
5175 # appended to by config.status. When coming back to configure, we
5176 # need to make the FD available again.
5177 if test "$no_create" != yes; then
5179 ac_config_status_args
=
5180 test "$silent" = yes &&
5181 ac_config_status_args
="$ac_config_status_args --quiet"
5183 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
5185 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
5186 # would make configure fail if this is the last instruction.
5187 $ac_cs_success || as_fn_exit
1
5189 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no
; then
5190 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
5191 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}