2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for libdecnumber .
5 # Report bugs to <gcc-bugs@gcc.gnu.org>.
8 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
11 # This configure script is free software; the Free Software Foundation
12 # gives unlimited permission to copy, distribute and modify it.
13 ## -------------------- ##
14 ## M4sh Initialization. ##
15 ## -------------------- ##
17 # Be more Bourne compatible
18 DUALCASE
=1; export DUALCASE
# for MKS sh
19 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then :
22 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
23 # is contrary to our usage. Disable this feature.
24 alias -g '${1+"$@"}'='"$@"'
27 case `(set -o) 2>/dev/null` in #(
39 # Printing a long string crashes Solaris 7 /usr/bin/printf.
40 as_echo
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
41 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
42 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
43 # Prefer a ksh shell builtin over an external printf program on Solaris,
44 # but without wasting forks for bash or zsh.
45 if test -z "$BASH_VERSION$ZSH_VERSION" \
46 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
48 as_echo_n='print
-rn --'
49 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
53 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
54 as_echo_body='eval /usr
/ucb
/echo -n "$1$as_nl"'
55 as_echo_n='/usr
/ucb
/echo -n'
57 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
62 expr "X$arg" : "X\\(.*\\)$as_nl";
63 arg
=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
65 expr "X$arg" : "X\\(.*\\)" |
tr -d "$as_nl"
68 as_echo_n='sh
-c $as_echo_n_body as_echo
'
71 as_echo='sh
-c $as_echo_body as_echo
'
74 # The user is always right.
75 if test "${PATH_SEPARATOR+set}" != set; then
77 (PATH='/bin
;/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78 (PATH='/bin
:/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
85 # We need space, tab and new line, in precisely that order. Quoting is
86 # there to prevent editors from complaining about space-tab.
87 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
88 # splitting by setting IFS to empty value.)
91 # Find who we are. Look in the path if we contain no directory separator.
94 *[\\/]* ) as_myself=$0 ;;
95 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
99 test -z "$as_dir" && as_dir=.
100 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
106 # We did not find ourselves, most probably we were run as `sh COMMAND'
107 # in which case we are not to be found in the path.
108 if test "x$as_myself" = x
; then
111 if test ! -f "$as_myself"; then
112 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
116 # Unset variables that we do not need and which cause bugs (e.g. in
117 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
118 # suppresses any "Segmentation fault" message there. '((' could
119 # trigger a bug in pdksh 5.2.14.
120 for as_var
in BASH_ENV ENV MAIL MAILPATH
121 do eval test x\
${$as_var+set} = xset \
122 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
135 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
137 # Use a proper internal environment variable to ensure we don't fall
138 # into an infinite loop, continuously re-executing ourselves.
139 if test x
"${_as_can_reexec}" != xno
&& test "x$CONFIG_SHELL" != x
; then
140 _as_can_reexec
=no
; export _as_can_reexec
;
141 # We cannot yet assume a decent shell, so we have to provide a
142 # neutralization value for shells without unset; and this also
143 # works around shells that cannot unset nonexistent variables.
144 # Preserve -v and -x to the replacement shell.
147 (unset BASH_ENV
) >/dev
/null
2>&1 && unset BASH_ENV ENV
149 *v
*x
* |
*x
*v
* ) as_opts
=-vx ;;
154 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
155 # Admittedly, this is quite paranoid, since all the known shells bail
156 # out after a failed `exec'.
157 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
160 # We don't want this to propagate to other subprocesses.
161 { _as_can_reexec
=; unset _as_can_reexec
;}
162 if test "x$CONFIG_SHELL" = x
; then
163 as_bourne_compatible
="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
166 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
167 # is contrary to our usage. Disable this feature.
168 alias -g '\${1+\"\$@\"}'='\"\$@\"'
171 case \`(set -o) 2>/dev/null\` in #(
179 as_required
="as_fn_return () { (exit \$1); }
180 as_fn_success () { as_fn_return 0; }
181 as_fn_failure () { as_fn_return 1; }
182 as_fn_ret_success () { return 0; }
183 as_fn_ret_failure () { return 1; }
186 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
187 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
188 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
189 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
190 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
193 exitcode=1; echo positional parameters were not saved.
195 test x\$exitcode = x0 || exit 1
197 as_suggested
=" as_lineno_1=";as_suggested
=$as_suggested$LINENO;as_suggested
=$as_suggested" as_lineno_1a=\$LINENO
198 as_lineno_2=";as_suggested
=$as_suggested$LINENO;as_suggested
=$as_suggested" as_lineno_2a=\$LINENO
199 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
200 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
201 test \$(( 1 + 1 )) = 2 || exit 1"
202 if (eval "$as_required") 2>/dev
/null
; then :
207 if test x
$as_have_required = xyes
&& (eval "$as_suggested") 2>/dev
/null
; then :
210 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
212 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
215 test -z "$as_dir" && as_dir
=.
219 for as_base
in sh bash ksh sh5
; do
220 # Try only shells that exist, to save several forks.
221 as_shell
=$as_dir/$as_base
222 if { test -f "$as_shell" ||
test -f "$as_shell.exe"; } &&
223 { $as_echo "$as_bourne_compatible""$as_required" | as_run
=a
"$as_shell"; } 2>/dev
/null
; then :
224 CONFIG_SHELL
=$as_shell as_have_required
=yes
225 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run
=a
"$as_shell"; } 2>/dev
/null
; then :
233 $as_found ||
{ if { test -f "$SHELL" ||
test -f "$SHELL.exe"; } &&
234 { $as_echo "$as_bourne_compatible""$as_required" | as_run
=a
"$SHELL"; } 2>/dev
/null
; then :
235 CONFIG_SHELL
=$SHELL as_have_required
=yes
240 if test "x$CONFIG_SHELL" != x
; then :
242 # We cannot yet assume a decent shell, so we have to provide a
243 # neutralization value for shells without unset; and this also
244 # works around shells that cannot unset nonexistent variables.
245 # Preserve -v and -x to the replacement shell.
248 (unset BASH_ENV
) >/dev
/null
2>&1 && unset BASH_ENV ENV
250 *v
*x
* |
*x
*v
* ) as_opts
=-vx ;;
255 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
256 # Admittedly, this is quite paranoid, since all the known shells bail
257 # out after a failed `exec'.
258 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
262 if test x
$as_have_required = xno
; then :
263 $as_echo "$0: This script requires a shell more modern than all"
264 $as_echo "$0: the shells that I found on your system."
265 if test x
${ZSH_VERSION+set} = xset
; then
266 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
267 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
269 $as_echo "$0: Please tell bug-autoconf@gnu.org and
270 $0: gcc-bugs@gcc.gnu.org about your system, including any
271 $0: error possibly output before this message. Then install
272 $0: a modern shell, or manually run the script under such a
273 $0: shell if you do have one."
279 SHELL
=${CONFIG_SHELL-/bin/sh}
281 # Unset more variables known to interfere with behavior of common tools.
282 CLICOLOR_FORCE
= GREP_OPTIONS
=
283 unset CLICOLOR_FORCE GREP_OPTIONS
285 ## --------------------- ##
286 ## M4sh Shell Functions. ##
287 ## --------------------- ##
290 # Portably unset VAR.
293 { eval $1=; unset $1;}
297 # as_fn_set_status STATUS
298 # -----------------------
299 # Set $? to STATUS, without forking.
307 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
317 # Create "$as_dir" as a directory, including parents if necessary.
322 -*) as_dir
=.
/$as_dir;;
324 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
328 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
331 as_dirs
="'$as_qdir' $as_dirs"
332 as_dir
=`$as_dirname -- "$as_dir" ||
333 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
334 X"$as_dir" : 'X\(//\)[^/]' \| \
335 X"$as_dir" : 'X\(//\)$' \| \
336 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
337 $as_echo X"$as_dir" |
338 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
355 test -d "$as_dir" && break
357 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
358 } ||
test -d "$as_dir" || as_fn_error $?
"cannot create directory $as_dir"
363 # as_fn_executable_p FILE
364 # -----------------------
365 # Test if FILE is an executable regular file.
366 as_fn_executable_p
()
368 test -f "$1" && test -x "$1"
369 } # as_fn_executable_p
370 # as_fn_append VAR VALUE
371 # ----------------------
372 # Append the text in VALUE to the end of the definition contained in VAR. Take
373 # advantage of any shell optimizations that allow amortized linear growth over
374 # repeated appends, instead of the typical quadratic growth present in naive
376 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
377 eval 'as_fn_append ()
390 # Perform arithmetic evaluation on the ARGs, and store the result in the
391 # global $as_val. Take advantage of shells that can avoid forks. The arguments
392 # must be portable across $(()) and expr.
393 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
401 as_val
=`expr "$@" || test $? -eq 1`
406 # as_fn_error STATUS ERROR [LINENO LOG_FD]
407 # ----------------------------------------
408 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
409 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
410 # script with STATUS, using 1 if that was 0.
413 as_status
=$1; test $as_status -eq 0 && as_status
=1
415 as_lineno
=${as_lineno-"$3"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
416 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
418 $as_echo "$as_me: error: $2" >&2
419 as_fn_exit
$as_status
422 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
423 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
429 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
435 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
441 as_me
=`$as_basename -- "$0" ||
442 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
443 X"$0" : 'X\(//\)$' \| \
444 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
446 sed '/^.*\/\([^/][^/]*\)\/*$/{
460 # Avoid depending upon Character Ranges.
461 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
462 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
463 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
464 as_cr_digits
='0123456789'
465 as_cr_alnum
=$as_cr_Letters$as_cr_digits
468 as_lineno_1
=$LINENO as_lineno_1a
=$LINENO
469 as_lineno_2
=$LINENO as_lineno_2a
=$LINENO
470 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
471 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' ||
{
472 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
484 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
488 chmod +x
"$as_me.lineno" ||
489 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit
1; }
491 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
492 # already done that, so ensure we don't try to do so again and fall
493 # in an infinite loop. This has already happened in practice.
494 _as_can_reexec
=no
; export _as_can_reexec
495 # Don't try to exec as it changes $[0], causing all sort of problems
496 # (the dirname of $[0] is not the place where we might find the
497 # original and so on. Autoconf is especially sensitive to this).
499 # Exit status is that of the last command.
503 ECHO_C
= ECHO_N
= ECHO_T
=
504 case `echo -n x` in #(((((
506 case `echo 'xy\c'` in
507 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
509 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
516 rm -f conf$$ conf$$.exe conf$$.
file
517 if test -d conf$$.dir
; then
518 rm -f conf$$.dir
/conf$$.
file
521 mkdir conf$$.dir
2>/dev
/null
523 if (echo >conf$$.
file) 2>/dev
/null
; then
524 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
526 # ... but there are two gotchas:
527 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
528 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
529 # In both cases, we have to default to `cp -pR'.
530 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
532 elif ln conf$$.
file conf$$
2>/dev
/null
; then
540 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
541 rmdir conf$$.dir
2>/dev
/null
543 if mkdir
-p .
2>/dev
/null
; then
544 as_mkdir_p
='mkdir -p "$as_dir"'
546 test -d .
/-p && rmdir .
/-p
551 as_executable_p
=as_fn_executable_p
553 # Sed expression to map a string onto a valid CPP name.
554 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
556 # Sed expression to map a string onto a valid variable name.
557 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
560 test -n "$DJDIR" ||
exec 7<&0 </dev
/null
564 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
565 # so uname gets run too.
566 ac_hostname
=`(hostname || uname -n) 2>/dev/null | sed 1q`
571 ac_default_prefix
=/usr
/local
573 ac_config_libobj_dir
=.
580 # Identity of this package.
581 PACKAGE_NAME
='libdecnumber'
582 PACKAGE_TARNAME
='libdecnumber'
584 PACKAGE_STRING
='libdecnumber '
585 PACKAGE_BUGREPORT
='gcc-bugs@gcc.gnu.org'
588 ac_unique_file
="decNumber.h"
589 # Factoring default headers for most tests.
590 ac_includes_default
="\
592 #ifdef HAVE_SYS_TYPES_H
593 # include <sys/types.h>
595 #ifdef HAVE_SYS_STAT_H
596 # include <sys/stat.h>
602 # ifdef HAVE_STDLIB_H
607 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
612 #ifdef HAVE_STRINGS_H
613 # include <strings.h>
615 #ifdef HAVE_INTTYPES_H
616 # include <inttypes.h>
625 ac_subst_vars
='LTLIBOBJS
691 program_transform_name
704 enable_option_checking
706 enable_maintainer_mode
711 ac_precious_vars
='build_alias
722 # Initialize some variables set by options.
724 ac_init_version
=false
725 ac_unrecognized_opts
=
727 # The variables have the same names as the options, with
728 # dashes changed to underlines.
736 program_transform_name
=s
,x
,x
,
744 # Installation directory options.
745 # These are left unexpanded so users can "make install exec_prefix=/foo"
746 # and all the variables that are supposed to be based on exec_prefix
747 # by default will actually change.
748 # Use braces instead of parens because sh, perl, etc. also accept them.
749 # (The list follows the same order as the GNU Coding Standards.)
750 bindir
='${exec_prefix}/bin'
751 sbindir
='${exec_prefix}/sbin'
752 libexecdir
='${exec_prefix}/libexec'
753 datarootdir
='${prefix}/share'
754 datadir
='${datarootdir}'
755 sysconfdir
='${prefix}/etc'
756 sharedstatedir
='${prefix}/com'
757 localstatedir
='${prefix}/var'
758 includedir
='${prefix}/include'
759 oldincludedir
='/usr/include'
760 docdir
='${datarootdir}/doc/${PACKAGE_TARNAME}'
761 infodir
='${datarootdir}/info'
766 libdir
='${exec_prefix}/lib'
767 localedir
='${datarootdir}/locale'
768 mandir
='${datarootdir}/man'
774 # If the previous option needs an argument, assign it.
775 if test -n "$ac_prev"; then
776 eval $ac_prev=\
$ac_option
782 *=?
*) ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
787 # Accept the important Cygnus configure options, so we can diagnose typos.
789 case $ac_dashdash$ac_option in
793 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
795 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
798 -build |
--build |
--buil |
--bui |
--bu)
799 ac_prev
=build_alias
;;
800 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
801 build_alias
=$ac_optarg ;;
803 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
804 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
805 ac_prev
=cache_file
;;
806 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
807 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
808 cache_file
=$ac_optarg ;;
811 cache_file
=config.cache
;;
813 -datadir |
--datadir |
--datadi |
--datad)
815 -datadir=* |
--datadir=* |
--datadi=* |
--datad=*)
816 datadir
=$ac_optarg ;;
818 -datarootdir |
--datarootdir |
--datarootdi |
--datarootd |
--dataroot \
819 |
--dataroo |
--dataro |
--datar)
820 ac_prev
=datarootdir
;;
821 -datarootdir=* |
--datarootdir=* |
--datarootdi=* |
--datarootd=* \
822 |
--dataroot=* |
--dataroo=* |
--dataro=* |
--datar=*)
823 datarootdir
=$ac_optarg ;;
825 -disable-* |
--disable-*)
826 ac_useropt
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
827 # Reject names that are not valid shell variable names.
828 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
829 as_fn_error $?
"invalid feature name: $ac_useropt"
830 ac_useropt_orig
=$ac_useropt
831 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
832 case $ac_user_opts in
836 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
837 ac_unrecognized_sep
=', ';;
839 eval enable_
$ac_useropt=no
;;
841 -docdir |
--docdir |
--docdi |
--doc |
--do)
843 -docdir=* |
--docdir=* |
--docdi=* |
--doc=* |
--do=*)
846 -dvidir |
--dvidir |
--dvidi |
--dvid |
--dvi |
--dv)
848 -dvidir=* |
--dvidir=* |
--dvidi=* |
--dvid=* |
--dvi=* |
--dv=*)
851 -enable-* |
--enable-*)
852 ac_useropt
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
853 # Reject names that are not valid shell variable names.
854 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
855 as_fn_error $?
"invalid feature name: $ac_useropt"
856 ac_useropt_orig
=$ac_useropt
857 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
858 case $ac_user_opts in
862 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
863 ac_unrecognized_sep
=', ';;
865 eval enable_
$ac_useropt=\
$ac_optarg ;;
867 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
868 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
869 |
--exec |
--exe |
--ex)
870 ac_prev
=exec_prefix
;;
871 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
872 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
873 |
--exec=* |
--exe=* |
--ex=*)
874 exec_prefix
=$ac_optarg ;;
876 -gas |
--gas |
--ga |
--g)
877 # Obsolete; use --with-gas.
880 -help |
--help |
--hel |
--he |
-h)
882 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
883 ac_init_help
=recursive
;;
884 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
885 ac_init_help
=short
;;
887 -host |
--host |
--hos |
--ho)
888 ac_prev
=host_alias
;;
889 -host=* |
--host=* |
--hos=* |
--ho=*)
890 host_alias
=$ac_optarg ;;
892 -htmldir |
--htmldir |
--htmldi |
--htmld |
--html |
--htm |
--ht)
894 -htmldir=* |
--htmldir=* |
--htmldi=* |
--htmld=* |
--html=* |
--htm=* \
896 htmldir
=$ac_optarg ;;
898 -includedir |
--includedir |
--includedi |
--included |
--include \
899 |
--includ |
--inclu |
--incl |
--inc)
900 ac_prev
=includedir
;;
901 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
902 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
903 includedir
=$ac_optarg ;;
905 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
907 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
908 infodir
=$ac_optarg ;;
910 -libdir |
--libdir |
--libdi |
--libd)
912 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
915 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
916 |
--libexe |
--libex |
--libe)
917 ac_prev
=libexecdir
;;
918 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
919 |
--libexe=* |
--libex=* |
--libe=*)
920 libexecdir
=$ac_optarg ;;
922 -localedir |
--localedir |
--localedi |
--localed |
--locale)
924 -localedir=* |
--localedir=* |
--localedi=* |
--localed=* |
--locale=*)
925 localedir
=$ac_optarg ;;
927 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
928 |
--localstate |
--localstat |
--localsta |
--localst |
--locals)
929 ac_prev
=localstatedir
;;
930 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
931 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* |
--locals=*)
932 localstatedir
=$ac_optarg ;;
934 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
936 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
940 # Obsolete; use --without-fp.
943 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
944 |
--no-cr |
--no-c |
-n)
947 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
948 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
951 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
952 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
953 |
--oldin |
--oldi |
--old |
--ol |
--o)
954 ac_prev
=oldincludedir
;;
955 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
956 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
957 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
958 oldincludedir
=$ac_optarg ;;
960 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
962 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
965 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
966 |
--program-pre |
--program-pr |
--program-p)
967 ac_prev
=program_prefix
;;
968 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
969 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
970 program_prefix
=$ac_optarg ;;
972 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
973 |
--program-suf |
--program-su |
--program-s)
974 ac_prev
=program_suffix
;;
975 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
976 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
977 program_suffix
=$ac_optarg ;;
979 -program-transform-name |
--program-transform-name \
980 |
--program-transform-nam |
--program-transform-na \
981 |
--program-transform-n |
--program-transform- \
982 |
--program-transform |
--program-transfor \
983 |
--program-transfo |
--program-transf \
984 |
--program-trans |
--program-tran \
985 |
--progr-tra |
--program-tr |
--program-t)
986 ac_prev
=program_transform_name
;;
987 -program-transform-name=* |
--program-transform-name=* \
988 |
--program-transform-nam=* |
--program-transform-na=* \
989 |
--program-transform-n=* |
--program-transform-=* \
990 |
--program-transform=* |
--program-transfor=* \
991 |
--program-transfo=* |
--program-transf=* \
992 |
--program-trans=* |
--program-tran=* \
993 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
994 program_transform_name
=$ac_optarg ;;
996 -pdfdir |
--pdfdir |
--pdfdi |
--pdfd |
--pdf |
--pd)
998 -pdfdir=* |
--pdfdir=* |
--pdfdi=* |
--pdfd=* |
--pdf=* |
--pd=*)
1001 -psdir |
--psdir |
--psdi |
--psd |
--ps)
1003 -psdir=* |
--psdir=* |
--psdi=* |
--psd=* |
--ps=*)
1006 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1007 |
-silent |
--silent |
--silen |
--sile |
--sil)
1010 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
1012 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
1014 sbindir
=$ac_optarg ;;
1016 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
1017 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
1018 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
1020 ac_prev
=sharedstatedir
;;
1021 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
1022 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
1023 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
1025 sharedstatedir
=$ac_optarg ;;
1027 -site |
--site |
--sit)
1029 -site=* |
--site=* |
--sit=*)
1032 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
1034 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
1035 srcdir
=$ac_optarg ;;
1037 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
1038 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
1039 ac_prev
=sysconfdir
;;
1040 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
1041 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
1042 sysconfdir
=$ac_optarg ;;
1044 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
1045 ac_prev
=target_alias
;;
1046 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
1047 target_alias
=$ac_optarg ;;
1049 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
1052 -version |
--version |
--versio |
--versi |
--vers |
-V)
1053 ac_init_version
=: ;;
1056 ac_useropt
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1057 # Reject names that are not valid shell variable names.
1058 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1059 as_fn_error $?
"invalid package name: $ac_useropt"
1060 ac_useropt_orig
=$ac_useropt
1061 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1062 case $ac_user_opts in
1066 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1067 ac_unrecognized_sep
=', ';;
1069 eval with_
$ac_useropt=\
$ac_optarg ;;
1071 -without-* |
--without-*)
1072 ac_useropt
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1073 # Reject names that are not valid shell variable names.
1074 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1075 as_fn_error $?
"invalid package name: $ac_useropt"
1076 ac_useropt_orig
=$ac_useropt
1077 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1078 case $ac_user_opts in
1082 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1083 ac_unrecognized_sep
=', ';;
1085 eval with_
$ac_useropt=no
;;
1088 # Obsolete; use --with-x.
1091 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
1092 |
--x-incl |
--x-inc |
--x-in |
--x-i)
1093 ac_prev
=x_includes
;;
1094 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
1095 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
1096 x_includes
=$ac_optarg ;;
1098 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
1099 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
1100 ac_prev
=x_libraries
;;
1101 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
1102 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
1103 x_libraries
=$ac_optarg ;;
1105 -*) as_fn_error $?
"unrecognized option: \`$ac_option'
1106 Try \`$0 --help' for more information"
1110 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
1111 # Reject names that are not valid shell variable names.
1112 case $ac_envvar in #(
1113 '' |
[0-9]* |
*[!_
$as_cr_alnum]* )
1114 as_fn_error $?
"invalid variable name: \`$ac_envvar'" ;;
1116 eval $ac_envvar=\
$ac_optarg
1117 export $ac_envvar ;;
1120 # FIXME: should be removed in autoconf 3.0.
1121 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1122 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1123 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1124 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1130 if test -n "$ac_prev"; then
1131 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
1132 as_fn_error $?
"missing argument to $ac_option"
1135 if test -n "$ac_unrecognized_opts"; then
1136 case $enable_option_checking in
1138 fatal
) as_fn_error $?
"unrecognized options: $ac_unrecognized_opts" ;;
1139 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1143 # Check all directory arguments for consistency.
1144 for ac_var
in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1145 datadir sysconfdir sharedstatedir localstatedir includedir \
1146 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1147 libdir localedir mandir
1149 eval ac_val
=\$
$ac_var
1150 # Remove trailing slashes.
1153 ac_val
=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1154 eval $ac_var=\
$ac_val;;
1156 # Be sure to have absolute directory names.
1158 [\\/$
]* | ?
:[\\/]* ) continue;;
1159 NONE |
'' ) case $ac_var in *prefix
) continue;; esac;;
1161 as_fn_error $?
"expected an absolute directory name for --$ac_var: $ac_val"
1164 # There might be people who depend on the old broken behavior: `$host'
1165 # used to hold the argument of --host etc.
1166 # FIXME: To remove some day.
1169 target
=$target_alias
1171 # FIXME: To remove some day.
1172 if test "x$host_alias" != x
; then
1173 if test "x$build_alias" = x
; then
1174 cross_compiling
=maybe
1175 elif test "x$build_alias" != "x$host_alias"; then
1181 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
1183 test "$silent" = yes && exec 6>/dev
/null
1186 ac_pwd
=`pwd` && test -n "$ac_pwd" &&
1187 ac_ls_di
=`ls -di .` &&
1188 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` ||
1189 as_fn_error $?
"working directory cannot be determined"
1190 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1191 as_fn_error $?
"pwd does not report name of working directory"
1194 # Find the source files, if location was not specified.
1195 if test -z "$srcdir"; then
1196 ac_srcdir_defaulted
=yes
1197 # Try the directory containing this script, then the parent directory.
1198 ac_confdir
=`$as_dirname -- "$as_myself" ||
1199 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1200 X"$as_myself" : 'X\(//\)[^/]' \| \
1201 X"$as_myself" : 'X\(//\)$' \| \
1202 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1203 $as_echo X"$as_myself" |
1204 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1222 if test ! -r "$srcdir/$ac_unique_file"; then
1226 ac_srcdir_defaulted
=no
1228 if test ! -r "$srcdir/$ac_unique_file"; then
1229 test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .."
1230 as_fn_error $?
"cannot find sources ($ac_unique_file) in $srcdir"
1232 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work"
1234 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1236 # When building in place, set srcdir=.
1237 if test "$ac_abs_confdir" = "$ac_pwd"; then
1240 # Remove unnecessary trailing slashes from srcdir.
1241 # Double slashes in file names in object file debugging info
1242 # mess up M-x gdb in Emacs.
1244 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1246 for ac_var
in $ac_precious_vars; do
1247 eval ac_env_
${ac_var}_set=\${${ac_var}+set}
1248 eval ac_env_
${ac_var}_value
=\$
${ac_var}
1249 eval ac_cv_env_
${ac_var}_set=\${${ac_var}+set}
1250 eval ac_cv_env_
${ac_var}_value
=\$
${ac_var}
1254 # Report the --help message.
1256 if test "$ac_init_help" = "long"; then
1257 # Omit some internal or obsolete options to make the list less imposing.
1258 # This message is too long to be a string in the A/UX 3.1 sh.
1260 \`configure' configures libdecnumber to adapt to many kinds of systems.
1262 Usage: $0 [OPTION]... [VAR=VALUE]...
1264 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1265 VAR=VALUE. See below for descriptions of some of the useful variables.
1267 Defaults for the options are specified in brackets.
1270 -h, --help display this help and exit
1271 --help=short display options specific to this package
1272 --help=recursive display the short help of all the included packages
1273 -V, --version display version information and exit
1274 -q, --quiet, --silent do not print \`checking ...' messages
1275 --cache-file=FILE cache test results in FILE [disabled]
1276 -C, --config-cache alias for \`--cache-file=config.cache'
1277 -n, --no-create do not create output files
1278 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1280 Installation directories:
1281 --prefix=PREFIX install architecture-independent files in PREFIX
1282 [$ac_default_prefix]
1283 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1286 By default, \`make install' will install all the files in
1287 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1288 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1289 for instance \`--prefix=\$HOME'.
1291 For better control, use the options below.
1293 Fine tuning of the installation directories:
1294 --bindir=DIR user executables [EPREFIX/bin]
1295 --sbindir=DIR system admin executables [EPREFIX/sbin]
1296 --libexecdir=DIR program executables [EPREFIX/libexec]
1297 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1298 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1299 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1300 --libdir=DIR object code libraries [EPREFIX/lib]
1301 --includedir=DIR C header files [PREFIX/include]
1302 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1303 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1304 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1305 --infodir=DIR info documentation [DATAROOTDIR/info]
1306 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1307 --mandir=DIR man documentation [DATAROOTDIR/man]
1308 --docdir=DIR documentation root [DATAROOTDIR/doc/libdecnumber]
1309 --htmldir=DIR html documentation [DOCDIR]
1310 --dvidir=DIR dvi documentation [DOCDIR]
1311 --pdfdir=DIR pdf documentation [DOCDIR]
1312 --psdir=DIR ps documentation [DOCDIR]
1318 --build=BUILD configure
for building on BUILD
[guessed
]
1319 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
1320 --target=TARGET configure
for building compilers
for TARGET
[HOST
]
1324 if test -n "$ac_init_help"; then
1325 case $ac_init_help in
1326 short | recursive
) echo "Configuration of libdecnumber :";;
1331 --disable-option-checking ignore unrecognized
--enable/--with options
1332 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
1333 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
1334 --enable-werror-always enable -Werror despite compiler version
1335 --enable-maintainer-mode enable rules only needed by maintainers
1336 --enable-decimal-float={no
,yes,bid
,dpd
}
1337 enable decimal float extension to C. Selecting
'bid'
1338 or
'dpd' choses
which decimal floating point format
1340 --enable-host-shared build
host code as shared libraries
1341 --enable-cet enable Intel CET
in host libraries
[default
=auto
]
1343 Some influential environment variables
:
1344 CC C compiler
command
1345 CFLAGS 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
>
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 <gcc-bugs@gcc.gnu.org>.
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
1419 libdecnumber configure
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_c_try_compile LINENO
1434 # --------------------------
1435 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1436 ac_fn_c_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_c_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_c_try_compile
1471 # ac_fn_c_try_cpp LINENO
1472 # ----------------------
1473 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
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_c_preproc_warn_flag$ac_c_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
1508 # ac_fn_c_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_c_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_c_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_c_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_c_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;}
1578 ( $as_echo "## ----------------------------------- ##
1579 ## Report this to gcc-bugs@gcc.gnu.org ##
1580 ## ----------------------------------- ##"
1581 ) | sed "s/^/$as_me: WARNING: /" >&2
1584 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1585 $as_echo_n "checking for $2... " >&6; }
1586 if eval \${$3+:} false; then :
1587 $as_echo_n "(cached) " >&6
1589 eval "$3=\$ac_header_compiler"
1592 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1593 $as_echo "$ac_res" >&6; }
1595 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1597 } # ac_fn_c_check_header_mongrel
1599 # ac_fn_c_try_run LINENO
1600 # ----------------------
1601 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1602 # that executables *can* be run.
1605 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1606 if { { ac_try="$ac_link"
1608 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1609 *) ac_try_echo
=$ac_try;;
1611 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1612 $as_echo "$ac_try_echo"; } >&5
1613 (eval "$ac_link") 2>&5
1615 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1616 test $ac_status = 0; } && { ac_try
='./conftest$ac_exeext'
1617 { { case "(($ac_try" in
1618 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
1619 *) ac_try_echo=$ac_try;;
1621 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1622 $as_echo "$ac_try_echo"; } >&5
1623 (eval "$ac_try") 2>&5
1625 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1626 test $ac_status = 0; }; }; then :
1629 $as_echo "$as_me: program exited with status $ac_status" >&5
1630 $as_echo "$as_me: failed program was:" >&5
1631 sed 's/^/| /' conftest.$ac_ext >&5
1633 ac_retval=$ac_status
1635 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1636 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1637 as_fn_set_status $ac_retval
1641 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1642 # -------------------------------------------------------
1643 # Tests whether HEADER exists and can be compiled using the include files in
1644 # INCLUDES, setting the cache variable VAR accordingly.
1645 ac_fn_c_check_header_compile ()
1647 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1648 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1649 $as_echo_n "checking for $2... " >&6; }
1650 if eval \${$3+:} false; then :
1651 $as_echo_n "(cached) " >&6
1653 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1654 /* end confdefs.h. */
1658 if ac_fn_c_try_compile "$LINENO"; then :
1663 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1666 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1667 $as_echo "$ac_res" >&6; }
1668 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1670 } # ac_fn_c_check_header_compile
1672 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
1673 # -------------------------------------------
1674 # Tests whether TYPE exists after having included INCLUDES, setting cache
1675 # variable VAR accordingly.
1676 ac_fn_c_check_type ()
1678 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1679 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1680 $as_echo_n "checking for $2... " >&6; }
1681 if eval \${$3+:} false; then :
1682 $as_echo_n "(cached) " >&6
1685 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1686 /* end confdefs.h. */
1697 if ac_fn_c_try_compile "$LINENO"; then :
1698 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1699 /* end confdefs.h. */
1710 if ac_fn_c_try_compile "$LINENO"; then :
1715 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1717 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1721 $as_echo "$ac_res" >&6; }
1722 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1724 } # ac_fn_c_check_type
1726 # ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
1727 # --------------------------------------------
1728 # Tries to find the compile-time value of EXPR in a program that includes
1729 # INCLUDES, setting VAR accordingly. Returns whether the value could be
1731 ac_fn_c_compute_int ()
1733 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1734 if test "$cross_compiling" = yes; then
1735 # Depending upon the size, compute the lo and hi bounds.
1736 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1737 /* end confdefs.h. */
1742 static int test_array [1 - 2 * !(($2) >= 0)];
1744 return test_array [0];
1750 if ac_fn_c_try_compile "$LINENO"; then :
1753 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1754 /* end confdefs.h. */
1759 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
1761 return test_array [0];
1767 if ac_fn_c_try_compile "$LINENO"; then :
1768 ac_hi=$ac_mid; break
1770 as_fn_arith $ac_mid + 1 && ac_lo=$as_val
1771 if test $ac_lo -le $ac_mid; then
1775 as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
1777 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1780 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1781 /* end confdefs.h. */
1786 static int test_array [1 - 2 * !(($2) < 0)];
1788 return test_array [0];
1794 if ac_fn_c_try_compile "$LINENO"; then :
1797 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1798 /* end confdefs.h. */
1803 static int test_array [1 - 2 * !(($2) >= $ac_mid)];
1805 return test_array [0];
1811 if ac_fn_c_try_compile "$LINENO"; then :
1812 ac_lo=$ac_mid; break
1814 as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
1815 if test $ac_mid -le $ac_hi; then
1819 as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
1821 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1826 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1828 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1829 # Binary search between lo and hi bounds.
1830 while test "x$ac_lo" != "x$ac_hi"; do
1831 as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
1832 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1833 /* end confdefs.h. */
1838 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
1840 return test_array [0];
1846 if ac_fn_c_try_compile "$LINENO"; then :
1849 as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
1851 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1854 ?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
1858 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1859 /* end confdefs.h. */
1861 static long int longval () { return $2; }
1862 static unsigned long int ulongval () { return $2; }
1869 FILE *f = fopen ("conftest.val", "w");
1874 long int i = longval ();
1877 fprintf (f, "%ld", i);
1881 unsigned long int i = ulongval ();
1884 fprintf (f, "%lu", i);
1886 /* Do not output a trailing newline, as this causes \r\n confusion
1887 on some platforms. */
1888 return ferror (f) || fclose (f) != 0;
1894 if ac_fn_c_try_run "$LINENO"; then :
1895 echo >>conftest.val; read $3 <conftest.val; ac_retval=0
1899 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
1900 conftest.$ac_objext conftest.beam conftest.$ac_ext
1904 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1905 as_fn_set_status $ac_retval
1907 } # ac_fn_c_compute_int
1909 # ac_fn_c_try_link LINENO
1910 # -----------------------
1911 # Try to link conftest.$ac_ext, and return whether this succeeded.
1914 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1915 rm -f conftest.$ac_objext conftest$ac_exeext
1916 if { { ac_try="$ac_link"
1918 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1919 *) ac_try_echo
=$ac_try;;
1921 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1922 $as_echo "$ac_try_echo"; } >&5
1923 (eval "$ac_link") 2>conftest.err
1925 if test -s conftest.err
; then
1926 grep -v '^ *+' conftest.err
>conftest.er1
1927 cat conftest.er1
>&5
1928 mv -f conftest.er1 conftest.err
1930 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1931 test $ac_status = 0; } && {
1932 test -z "$ac_c_werror_flag" ||
1933 test ! -s conftest.err
1934 } && test -s conftest
$ac_exeext && {
1935 test "$cross_compiling" = yes ||
1936 test -x conftest
$ac_exeext
1940 $as_echo "$as_me: failed program was:" >&5
1941 sed 's/^/| /' conftest.
$ac_ext >&5
1945 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1946 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1947 # interfere with the next link command; also delete a directory that is
1948 # left behind by Apple's compiler. We do this before executing the actions.
1949 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1950 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1951 as_fn_set_status
$ac_retval
1953 } # ac_fn_c_try_link
1954 cat >config.log
<<_ACEOF
1955 This file contains any messages produced by compilers while
1956 running configure, to aid debugging if configure makes a mistake.
1958 It was created by libdecnumber $as_me , which was
1959 generated by GNU Autoconf 2.69. Invocation command line was
1971 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1972 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1973 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1974 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1975 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1977 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1978 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1980 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1981 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1982 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1983 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1984 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1985 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1986 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1990 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1994 test -z "$as_dir" && as_dir
=.
1995 $as_echo "PATH: $as_dir"
2011 # Keep a trace of the command line.
2012 # Strip out --no-create and --no-recursion so they do not pile up.
2013 # Strip out --silent because we don't want to record it for future runs.
2014 # Also quote any args containing shell meta-characters.
2015 # Make two passes to allow for proper duplicate-argument suppression.
2019 ac_must_keep_next
=false
2025 -no-create |
--no-c* |
-n |
-no-recursion |
--no-r*) continue ;;
2026 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
2027 |
-silent |
--silent |
--silen |
--sile |
--sil)
2030 ac_arg
=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2033 1) as_fn_append ac_configure_args0
" '$ac_arg'" ;;
2035 as_fn_append ac_configure_args1
" '$ac_arg'"
2036 if test $ac_must_keep_next = true
; then
2037 ac_must_keep_next
=false
# Got value, back to normal.
2040 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
2041 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
2042 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
2043 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
2044 case "$ac_configure_args0 " in
2045 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2048 -* ) ac_must_keep_next
=true
;;
2051 as_fn_append ac_configure_args
" '$ac_arg'"
2056 { ac_configure_args0
=; unset ac_configure_args0
;}
2057 { ac_configure_args1
=; unset ac_configure_args1
;}
2059 # When interrupted or exit'd, cleanup temporary files, and complete
2060 # config.log. We remove comments because anyway the quotes in there
2061 # would cause problems or look ugly.
2062 # WARNING: Use '\'' to represent an apostrophe within the trap.
2063 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2064 trap 'exit_status=$?
2065 # Save into config.log some information that might help in debugging.
2069 $as_echo "## ---------------- ##
2070 ## Cache variables. ##
2071 ## ---------------- ##"
2073 # The following way of writing the cache mishandles newlines in values,
2075 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2076 eval ac_val=\$$ac_var
2080 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2081 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2084 _ | IFS | as_nl) ;; #(
2085 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2086 *) { eval $ac_var=; unset $ac_var;} ;;
2091 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2092 *${as_nl}ac_space=\ *)
2094 "s/'\''/'\''\\\\'\'''\''/g;
2095 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2098 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2105 $as_echo "## ----------------- ##
2106 ## Output variables. ##
2107 ## ----------------- ##"
2109 for ac_var in $ac_subst_vars
2111 eval ac_val=\$$ac_var
2113 *\'\''*) ac_val
=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2115 $as_echo "$ac_var='\''$ac_val'\''"
2119 if test -n "$ac_subst_files"; then
2120 $as_echo "## ------------------- ##
2121 ## File substitutions. ##
2122 ## ------------------- ##"
2124 for ac_var
in $ac_subst_files
2126 eval ac_val
=\$
$ac_var
2128 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2130 $as_echo "$ac_var='\''$ac_val'\''"
2135 if test -s confdefs.h; then
2136 $as_echo "## ----------- ##
2143 test "$ac_signal" != 0 &&
2144 $as_echo "$as_me: caught signal $ac_signal"
2145 $as_echo "$as_me: exit $exit_status"
2147 rm -f core *.core core.conftest.* &&
2148 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2151 for ac_signal
in 1 2 13 15; do
2152 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2156 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2157 rm -f -r conftest
* confdefs.h
2159 $as_echo "/* confdefs.h */" > confdefs.h
2161 # Predefined preprocessor variables.
2163 cat >>confdefs.h
<<_ACEOF
2164 #define PACKAGE_NAME "$PACKAGE_NAME"
2167 cat >>confdefs.h
<<_ACEOF
2168 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2171 cat >>confdefs.h
<<_ACEOF
2172 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2175 cat >>confdefs.h
<<_ACEOF
2176 #define PACKAGE_STRING "$PACKAGE_STRING"
2179 cat >>confdefs.h
<<_ACEOF
2180 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2183 cat >>confdefs.h
<<_ACEOF
2184 #define PACKAGE_URL "$PACKAGE_URL"
2188 # Let the site file select an alternate cache file if it wants to.
2189 # Prefer an explicitly selected file to automatically selected ones.
2192 if test -n "$CONFIG_SITE"; then
2193 # We do not want a PATH search for config.site.
2194 case $CONFIG_SITE in #((
2195 -*) ac_site_file1
=.
/$CONFIG_SITE;;
2196 */*) ac_site_file1
=$CONFIG_SITE;;
2197 *) ac_site_file1
=.
/$CONFIG_SITE;;
2199 elif test "x$prefix" != xNONE
; then
2200 ac_site_file1
=$prefix/share
/config.site
2201 ac_site_file2
=$prefix/etc
/config.site
2203 ac_site_file1
=$ac_default_prefix/share
/config.site
2204 ac_site_file2
=$ac_default_prefix/etc
/config.site
2206 for ac_site_file
in "$ac_site_file1" "$ac_site_file2"
2208 test "x$ac_site_file" = xNONE
&& continue
2209 if test /dev
/null
!= "$ac_site_file" && test -r "$ac_site_file"; then
2210 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2211 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2212 sed 's/^/| /' "$ac_site_file" >&5
2214 ||
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2215 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2216 as_fn_error $?
"failed to load site script $ac_site_file
2217 See \`config.log' for more details" "$LINENO" 5; }
2221 if test -r "$cache_file"; then
2222 # Some versions of bash will fail to source /dev/null (special files
2223 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2224 if test /dev
/null
!= "$cache_file" && test -f "$cache_file"; then
2225 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2226 $as_echo "$as_me: loading cache $cache_file" >&6;}
2228 [\\/]* | ?
:[\\/]* ) .
"$cache_file";;
2229 *) .
"./$cache_file";;
2233 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2234 $as_echo "$as_me: creating cache $cache_file" >&6;}
2238 # Check that the precious variables saved in the cache have kept the same
2240 ac_cache_corrupted
=false
2241 for ac_var
in $ac_precious_vars; do
2242 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
2243 eval ac_new_set
=\
$ac_env_${ac_var}_set
2244 eval ac_old_val
=\
$ac_cv_env_${ac_var}_value
2245 eval ac_new_val
=\
$ac_env_${ac_var}_value
2246 case $ac_old_set,$ac_new_set in
2248 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2249 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2250 ac_cache_corrupted
=: ;;
2252 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2253 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2254 ac_cache_corrupted
=: ;;
2257 if test "x$ac_old_val" != "x$ac_new_val"; then
2258 # differences in whitespace do not lead to failure.
2259 ac_old_val_w
=`echo x $ac_old_val`
2260 ac_new_val_w
=`echo x $ac_new_val`
2261 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2262 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2263 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2264 ac_cache_corrupted
=:
2266 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2267 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2268 eval $ac_var=\
$ac_old_val
2270 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2271 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2272 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2273 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2276 # Pass precious variables to config.status.
2277 if test "$ac_new_set" = set; then
2279 *\'*) ac_arg
=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2280 *) ac_arg
=$ac_var=$ac_new_val ;;
2282 case " $ac_configure_args " in
2283 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2284 *) as_fn_append ac_configure_args
" '$ac_arg'" ;;
2288 if $ac_cache_corrupted; then
2289 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2290 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2291 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2292 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2293 as_fn_error $?
"run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2295 ## -------------------- ##
2296 ## Main body of script. ##
2297 ## -------------------- ##
2300 ac_cpp
='$CPP $CPPFLAGS'
2301 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2302 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2303 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2309 for ac_dir
in ..
"$srcdir"/..
; do
2310 if test -f "$ac_dir/install-sh"; then
2312 ac_install_sh
="$ac_aux_dir/install-sh -c"
2314 elif test -f "$ac_dir/install.sh"; then
2316 ac_install_sh
="$ac_aux_dir/install.sh -c"
2318 elif test -f "$ac_dir/shtool"; then
2320 ac_install_sh
="$ac_aux_dir/shtool install -c"
2324 if test -z "$ac_aux_dir"; then
2325 as_fn_error $?
"cannot find install-sh, install.sh, or shtool in .. \"$srcdir\"/.." "$LINENO" 5
2328 # These three variables are undocumented and unsupported,
2329 # and are intended to be withdrawn in a future Autoconf release.
2330 # They can cause serious problems if a builder's source tree is in a directory
2331 # whose full name contains unusual characters.
2332 ac_config_guess
="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2333 ac_config_sub
="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2334 ac_configure
="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2338 # Checks for programs.
2339 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2340 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2342 ac_make
=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2343 if eval \
${ac_cv_prog_make_${ac_make}_set+:} false
; then :
2344 $as_echo_n "(cached) " >&6
2346 cat >conftest.
make <<\_ACEOF
2349 @
echo '@@@%%%=$(MAKE)=@@@%%%'
2351 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
2352 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2354 eval ac_cv_prog_make_
${ac_make}_set
=yes;;
2356 eval ac_cv_prog_make_
${ac_make}_set
=no
;;
2360 if eval test \
$ac_cv_prog_make_${ac_make}_set
= yes; then
2361 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2362 $as_echo "yes" >&6; }
2365 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2366 $as_echo "no" >&6; }
2367 SET_MAKE
="MAKE=${MAKE-make}"
2371 ac_cpp
='$CPP $CPPFLAGS'
2372 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2373 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2374 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2375 if test -n "$ac_tool_prefix"; then
2376 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2377 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
2378 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2379 $as_echo_n "checking for $ac_word... " >&6; }
2380 if ${ac_cv_prog_CC+:} false
; then :
2381 $as_echo_n "(cached) " >&6
2383 if test -n "$CC"; then
2384 ac_cv_prog_CC
="$CC" # Let the user override the test.
2386 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2390 test -z "$as_dir" && as_dir
=.
2391 for ac_exec_ext
in '' $ac_executable_extensions; do
2392 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
2393 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
2394 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2404 if test -n "$CC"; then
2405 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2406 $as_echo "$CC" >&6; }
2408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2409 $as_echo "no" >&6; }
2414 if test -z "$ac_cv_prog_CC"; then
2416 # Extract the first word of "gcc", so it can be a program name with args.
2417 set dummy gcc
; ac_word
=$2
2418 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2419 $as_echo_n "checking for $ac_word... " >&6; }
2420 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
2421 $as_echo_n "(cached) " >&6
2423 if test -n "$ac_ct_CC"; then
2424 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
2426 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2430 test -z "$as_dir" && as_dir
=.
2431 for ac_exec_ext
in '' $ac_executable_extensions; do
2432 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
2433 ac_cv_prog_ac_ct_CC
="gcc"
2434 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2443 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
2444 if test -n "$ac_ct_CC"; then
2445 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2446 $as_echo "$ac_ct_CC" >&6; }
2448 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2449 $as_echo "no" >&6; }
2452 if test "x$ac_ct_CC" = x
; then
2455 case $cross_compiling:$ac_tool_warned in
2457 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2458 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2459 ac_tool_warned
=yes ;;
2467 if test -z "$CC"; then
2468 if test -n "$ac_tool_prefix"; then
2469 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2470 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
2471 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2472 $as_echo_n "checking for $ac_word... " >&6; }
2473 if ${ac_cv_prog_CC+:} false
; then :
2474 $as_echo_n "(cached) " >&6
2476 if test -n "$CC"; then
2477 ac_cv_prog_CC
="$CC" # Let the user override the test.
2479 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2483 test -z "$as_dir" && as_dir
=.
2484 for ac_exec_ext
in '' $ac_executable_extensions; do
2485 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
2486 ac_cv_prog_CC
="${ac_tool_prefix}cc"
2487 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2497 if test -n "$CC"; then
2498 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2499 $as_echo "$CC" >&6; }
2501 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2502 $as_echo "no" >&6; }
2508 if test -z "$CC"; then
2509 # Extract the first word of "cc", so it can be a program name with args.
2510 set dummy cc
; ac_word
=$2
2511 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2512 $as_echo_n "checking for $ac_word... " >&6; }
2513 if ${ac_cv_prog_CC+:} false
; then :
2514 $as_echo_n "(cached) " >&6
2516 if test -n "$CC"; then
2517 ac_cv_prog_CC
="$CC" # Let the user override the test.
2520 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2524 test -z "$as_dir" && as_dir
=.
2525 for ac_exec_ext
in '' $ac_executable_extensions; do
2526 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
2527 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2528 ac_prog_rejected
=yes
2532 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2539 if test $ac_prog_rejected = yes; then
2540 # We found a bogon in the path, so make sure we never use it.
2541 set dummy
$ac_cv_prog_CC
2543 if test $# != 0; then
2544 # We chose a different compiler from the bogus one.
2545 # However, it has the same basename, so the bogon will be chosen
2546 # first if we set CC to just the basename; use the full file name.
2548 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
2554 if test -n "$CC"; then
2555 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2556 $as_echo "$CC" >&6; }
2558 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2559 $as_echo "no" >&6; }
2564 if test -z "$CC"; then
2565 if test -n "$ac_tool_prefix"; then
2566 for ac_prog
in cl.exe
2568 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2569 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
2570 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2571 $as_echo_n "checking for $ac_word... " >&6; }
2572 if ${ac_cv_prog_CC+:} false
; then :
2573 $as_echo_n "(cached) " >&6
2575 if test -n "$CC"; then
2576 ac_cv_prog_CC
="$CC" # Let the user override the test.
2578 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2582 test -z "$as_dir" && as_dir
=.
2583 for ac_exec_ext
in '' $ac_executable_extensions; do
2584 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
2585 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
2586 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2596 if test -n "$CC"; then
2597 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2598 $as_echo "$CC" >&6; }
2600 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2601 $as_echo "no" >&6; }
2605 test -n "$CC" && break
2608 if test -z "$CC"; then
2610 for ac_prog
in cl.exe
2612 # Extract the first word of "$ac_prog", so it can be a program name with args.
2613 set dummy
$ac_prog; ac_word
=$2
2614 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2615 $as_echo_n "checking for $ac_word... " >&6; }
2616 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
2617 $as_echo_n "(cached) " >&6
2619 if test -n "$ac_ct_CC"; then
2620 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
2622 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2626 test -z "$as_dir" && as_dir
=.
2627 for ac_exec_ext
in '' $ac_executable_extensions; do
2628 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
2629 ac_cv_prog_ac_ct_CC
="$ac_prog"
2630 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2639 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
2640 if test -n "$ac_ct_CC"; then
2641 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2642 $as_echo "$ac_ct_CC" >&6; }
2644 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2645 $as_echo "no" >&6; }
2649 test -n "$ac_ct_CC" && break
2652 if test "x$ac_ct_CC" = x
; then
2655 case $cross_compiling:$ac_tool_warned in
2657 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2658 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2659 ac_tool_warned
=yes ;;
2668 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2669 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2670 as_fn_error $?
"no acceptable C compiler found in \$PATH
2671 See \`config.log' for more details" "$LINENO" 5; }
2673 # Provide some information about the compiler.
2674 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2677 for ac_option
in --version -v -V -qversion; do
2678 { { ac_try
="$ac_compiler $ac_option >&5"
2680 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2681 *) ac_try_echo=$ac_try;;
2683 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2684 $as_echo "$ac_try_echo"; } >&5
2685 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2687 if test -s conftest.err; then
2689 ... rest of stderr output deleted ...
2690 10q' conftest.err >conftest.er1
2691 cat conftest.er1 >&5
2693 rm -f conftest.er1 conftest.err
2694 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2695 test $ac_status = 0; }
2698 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2699 /* end confdefs.h. */
2709 ac_clean_files_save=$ac_clean_files
2710 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
2711 # Try to create an executable without -o first, disregard a.out.
2712 # It will help us diagnose broken compilers, and finding out an intuition
2714 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
2715 $as_echo_n "checking whether the C compiler works... " >&6; }
2716 ac_link_default=`$as_echo "$ac_link" |
sed 's/ -o *conftest[^ ]*//'`
2718 # The possible output files:
2719 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2722 for ac_file in $ac_files
2725 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2726 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2731 if { { ac_try="$ac_link_default"
2733 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2734 *) ac_try_echo
=$ac_try;;
2736 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2737 $as_echo "$ac_try_echo"; } >&5
2738 (eval "$ac_link_default") 2>&5
2740 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2741 test $ac_status = 0; }; then :
2742 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2743 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2744 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2745 # so that the user can short-circuit this test for compilers unknown to
2747 for ac_file
in $ac_files ''
2749 test -f "$ac_file" ||
continue
2751 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
)
2754 # We found the default executable, but exeext='' is most
2758 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no
;
2760 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
2762 # We set ac_cv_exeext here because the later test for it is not
2763 # safe: cross compilers may not add the suffix if given an `-o'
2764 # argument, so we may need to know it at that point already.
2765 # Even if this section looks crufty: it has the advantage of
2772 test "$ac_cv_exeext" = no
&& ac_cv_exeext
=
2777 if test -z "$ac_file"; then :
2778 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2779 $as_echo "no" >&6; }
2780 $as_echo "$as_me: failed program was:" >&5
2781 sed 's/^/| /' conftest.
$ac_ext >&5
2783 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2784 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2785 as_fn_error
77 "C compiler cannot create executables
2786 See \`config.log' for more details" "$LINENO" 5; }
2788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2789 $as_echo "yes" >&6; }
2791 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
2792 $as_echo_n "checking for C compiler default output file name... " >&6; }
2793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
2794 $as_echo "$ac_file" >&6; }
2795 ac_exeext
=$ac_cv_exeext
2797 rm -f -r a.out a.out.dSYM a.exe conftest
$ac_cv_exeext b.out
2798 ac_clean_files
=$ac_clean_files_save
2799 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2800 $as_echo_n "checking for suffix of executables... " >&6; }
2801 if { { ac_try
="$ac_link"
2803 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2804 *) ac_try_echo=$ac_try;;
2806 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2807 $as_echo "$ac_try_echo"; } >&5
2808 (eval "$ac_link") 2>&5
2810 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2811 test $ac_status = 0; }; then :
2812 # If both `conftest.exe
' and `conftest' are
`present' (well, observable)
2813 # catch `conftest.exe
'. For instance with Cygwin, `ls conftest' will
2814 # work properly (i.e., refer to `conftest.exe'), while it won't with
2816 for ac_file
in conftest.exe conftest conftest.
*; do
2817 test -f "$ac_file" ||
continue
2819 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
) ;;
2820 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
2826 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2827 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2828 as_fn_error $?
"cannot compute suffix of executables: cannot compile and link
2829 See \`config.log' for more details" "$LINENO" 5; }
2831 rm -f conftest conftest
$ac_cv_exeext
2832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
2833 $as_echo "$ac_cv_exeext" >&6; }
2835 rm -f conftest.
$ac_ext
2836 EXEEXT
=$ac_cv_exeext
2838 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2839 /* end confdefs.h. */
2844 FILE *f = fopen ("conftest.out", "w");
2845 return ferror (f) || fclose (f) != 0;
2851 ac_clean_files
="$ac_clean_files conftest.out"
2852 # Check that the compiler produces executables we can run. If not, either
2853 # the compiler is broken, or we cross compile.
2854 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
2855 $as_echo_n "checking whether we are cross compiling... " >&6; }
2856 if test "$cross_compiling" != yes; then
2857 { { ac_try
="$ac_link"
2859 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2860 *) ac_try_echo=$ac_try;;
2862 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2863 $as_echo "$ac_try_echo"; } >&5
2864 (eval "$ac_link") 2>&5
2866 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2867 test $ac_status = 0; }
2868 if { ac_try='./conftest$ac_cv_exeext'
2869 { { case "(($ac_try" in
2870 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2871 *) ac_try_echo
=$ac_try;;
2873 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2874 $as_echo "$ac_try_echo"; } >&5
2875 (eval "$ac_try") 2>&5
2877 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2878 test $ac_status = 0; }; }; then
2881 if test "$cross_compiling" = maybe
; then
2884 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2885 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2886 as_fn_error $?
"cannot run C compiled programs.
2887 If you meant to cross compile, use \`--host'.
2888 See \`config.log' for more details" "$LINENO" 5; }
2892 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
2893 $as_echo "$cross_compiling" >&6; }
2895 rm -f conftest.
$ac_ext conftest
$ac_cv_exeext conftest.out
2896 ac_clean_files
=$ac_clean_files_save
2897 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
2898 $as_echo_n "checking for suffix of object files... " >&6; }
2899 if ${ac_cv_objext+:} false
; then :
2900 $as_echo_n "(cached) " >&6
2902 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2903 /* end confdefs.h. */
2913 rm -f conftest.o conftest.obj
2914 if { { ac_try
="$ac_compile"
2916 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2917 *) ac_try_echo=$ac_try;;
2919 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2920 $as_echo "$ac_try_echo"; } >&5
2921 (eval "$ac_compile") 2>&5
2923 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2924 test $ac_status = 0; }; then :
2925 for ac_file in conftest.o conftest.obj conftest.*; do
2926 test -f "$ac_file" || continue;
2928 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2929 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2934 $as_echo "$as_me: failed program was:" >&5
2935 sed 's/^/| /' conftest.$ac_ext >&5
2937 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2938 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2939 as_fn_error $? "cannot compute suffix of object files
: cannot compile
2940 See \
`config.log' for more details" "$LINENO" 5; }
2942 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2944 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
2945 $as_echo "$ac_cv_objext" >&6; }
2946 OBJEXT=$ac_cv_objext
2948 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
2949 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
2950 if ${ac_cv_c_compiler_gnu+:} false; then :
2951 $as_echo_n "(cached) " >&6
2953 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2954 /* end confdefs.h. */
2967 if ac_fn_c_try_compile "$LINENO"; then :
2972 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2973 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2976 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
2977 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
2978 if test $ac_compiler_gnu = yes; then
2983 ac_test_CFLAGS=${CFLAGS+set}
2984 ac_save_CFLAGS=$CFLAGS
2985 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
2986 $as_echo_n "checking whether $CC accepts -g... " >&6; }
2987 if ${ac_cv_prog_cc_g+:} false; then :
2988 $as_echo_n "(cached) " >&6
2990 ac_save_c_werror_flag=$ac_c_werror_flag
2991 ac_c_werror_flag=yes
2994 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2995 /* end confdefs.h. */
3005 if ac_fn_c_try_compile "$LINENO"; then :
3009 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3010 /* end confdefs.h. */
3020 if ac_fn_c_try_compile "$LINENO"; then :
3023 ac_c_werror_flag=$ac_save_c_werror_flag
3025 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3026 /* end confdefs.h. */
3036 if ac_fn_c_try_compile "$LINENO"; then :
3039 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3041 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3043 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3044 ac_c_werror_flag=$ac_save_c_werror_flag
3046 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3047 $as_echo "$ac_cv_prog_cc_g" >&6; }
3048 if test "$ac_test_CFLAGS" = set; then
3049 CFLAGS=$ac_save_CFLAGS
3050 elif test $ac_cv_prog_cc_g = yes; then
3051 if test "$GCC" = yes; then
3057 if test "$GCC" = yes; then
3063 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3064 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3065 if ${ac_cv_prog_cc_c89+:} false; then :
3066 $as_echo_n "(cached) " >&6
3068 ac_cv_prog_cc_c89=no
3070 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3071 /* end confdefs.h. */
3075 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3076 struct buf { int x; };
3077 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3078 static char *e (p, i)
3084 static char *f (char * (*g) (char **, int), char **p, ...)
3089 s = g (p, va_arg (v,int));
3094 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3095 function prototypes and stuff, but not '\xHH' hex character constants.
3096 These don't provoke an error unfortunately, instead are silently treated
3097 as 'x'. The following induces an error, until -std is added to get
3098 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3099 array size at least. It's necessary to write '\x00'==0 to get something
3100 that's true only with -std. */
3101 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3103 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3104 inside strings and character constants. */
3106 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3108 int test (int i, double x);
3109 struct s1 {int (*f) (int a);};
3110 struct s2 {int (*f) (double a);};
3111 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3117 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3122 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3123 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3125 CC="$ac_save_CC $ac_arg"
3126 if ac_fn_c_try_compile "$LINENO"; then :
3127 ac_cv_prog_cc_c89=$ac_arg
3129 rm -f core conftest.err conftest.$ac_objext
3130 test "x$ac_cv_prog_cc_c89" != "xno" && break
3132 rm -f conftest.$ac_ext
3137 case "x$ac_cv_prog_cc_c89" in
3139 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3140 $as_echo "none needed" >&6; } ;;
3142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3143 $as_echo "unsupported" >&6; } ;;
3145 CC="$CC $ac_cv_prog_cc_c89"
3146 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3147 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3149 if test "x$ac_cv_prog_cc_c89" != xno; then :
3154 ac_cpp='$CPP $CPPFLAGS'
3155 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3156 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3157 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3159 if test -n "$ac_tool_prefix"; then
3160 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
3161 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
3162 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3163 $as_echo_n "checking for $ac_word... " >&6; }
3164 if ${ac_cv_prog_RANLIB+:} false; then :
3165 $as_echo_n "(cached) " >&6
3167 if test -n "$RANLIB"; then
3168 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
3170 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3174 test -z "$as_dir" && as_dir=.
3175 for ac_exec_ext in '' $ac_executable_extensions; do
3176 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3177 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
3178 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3187 RANLIB=$ac_cv_prog_RANLIB
3188 if test -n "$RANLIB"; then
3189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
3190 $as_echo "$RANLIB" >&6; }
3192 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3193 $as_echo "no" >&6; }
3198 if test -z "$ac_cv_prog_RANLIB"; then
3199 ac_ct_RANLIB=$RANLIB
3200 # Extract the first word of "ranlib", so it can be a program name with args.
3201 set dummy ranlib; ac_word=$2
3202 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3203 $as_echo_n "checking for $ac_word... " >&6; }
3204 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
3205 $as_echo_n "(cached) " >&6
3207 if test -n "$ac_ct_RANLIB"; then
3208 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
3210 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3214 test -z "$as_dir" && as_dir=.
3215 for ac_exec_ext in '' $ac_executable_extensions; do
3216 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3217 ac_cv_prog_ac_ct_RANLIB="ranlib"
3218 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3227 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
3228 if test -n "$ac_ct_RANLIB"; then
3229 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
3230 $as_echo "$ac_ct_RANLIB" >&6; }
3232 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3233 $as_echo "no" >&6; }
3236 if test "x$ac_ct_RANLIB" = x; then
3239 case $cross_compiling:$ac_tool_warned in
3241 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3242 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3243 ac_tool_warned=yes ;;
3245 RANLIB=$ac_ct_RANLIB
3248 RANLIB="$ac_cv_prog_RANLIB"
3251 if test -n "$ac_tool_prefix"; then
3252 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
3253 set dummy ${ac_tool_prefix}ar; ac_word=$2
3254 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3255 $as_echo_n "checking for $ac_word... " >&6; }
3256 if ${ac_cv_prog_AR+:} false; then :
3257 $as_echo_n "(cached) " >&6
3259 if test -n "$AR"; then
3260 ac_cv_prog_AR="$AR" # Let the user override the test.
3262 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3266 test -z "$as_dir" && as_dir=.
3267 for ac_exec_ext in '' $ac_executable_extensions; do
3268 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3269 ac_cv_prog_AR="${ac_tool_prefix}ar"
3270 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3280 if test -n "$AR"; then
3281 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
3282 $as_echo "$AR" >&6; }
3284 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3285 $as_echo "no" >&6; }
3290 if test -z "$ac_cv_prog_AR"; then
3292 # Extract the first word of "ar", so it can be a program name with args.
3293 set dummy ar; ac_word=$2
3294 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3295 $as_echo_n "checking for $ac_word... " >&6; }
3296 if ${ac_cv_prog_ac_ct_AR+:} false; then :
3297 $as_echo_n "(cached) " >&6
3299 if test -n "$ac_ct_AR"; then
3300 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
3302 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3306 test -z "$as_dir" && as_dir=.
3307 for ac_exec_ext in '' $ac_executable_extensions; do
3308 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3309 ac_cv_prog_ac_ct_AR="ar"
3310 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3319 ac_ct_AR=$ac_cv_prog_ac_ct_AR
3320 if test -n "$ac_ct_AR"; then
3321 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
3322 $as_echo "$ac_ct_AR" >&6; }
3324 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3325 $as_echo "no" >&6; }
3328 if test "x$ac_ct_AR" = x; then
3331 case $cross_compiling:$ac_tool_warned in
3333 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3334 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3335 ac_tool_warned=yes ;;
3344 MISSING=`cd $ac_aux_dir && ${PWDCMD-pwd}`/missing
3345 for ac_prog in aclocal
3347 # Extract the first word of "$ac_prog", so it can be a program name with args.
3348 set dummy $ac_prog; ac_word=$2
3349 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3350 $as_echo_n "checking for $ac_word... " >&6; }
3351 if ${ac_cv_prog_ACLOCAL+:} false; then :
3352 $as_echo_n "(cached) " >&6
3354 if test -n "$ACLOCAL"; then
3355 ac_cv_prog_ACLOCAL="$ACLOCAL" # Let the user override the test.
3357 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3361 test -z "$as_dir" && as_dir=.
3362 for ac_exec_ext in '' $ac_executable_extensions; do
3363 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3364 ac_cv_prog_ACLOCAL="$ac_prog"
3365 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3374 ACLOCAL=$ac_cv_prog_ACLOCAL
3375 if test -n "$ACLOCAL"; then
3376 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ACLOCAL" >&5
3377 $as_echo "$ACLOCAL" >&6; }
3379 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3380 $as_echo "no" >&6; }
3384 test -n "$ACLOCAL" && break
3386 test -n "$ACLOCAL" || ACLOCAL="$MISSING aclocal"
3388 for ac_prog in autoconf
3390 # Extract the first word of "$ac_prog", so it can be a program name with args.
3391 set dummy $ac_prog; ac_word=$2
3392 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3393 $as_echo_n "checking for $ac_word... " >&6; }
3394 if ${ac_cv_prog_AUTOCONF+:} false; then :
3395 $as_echo_n "(cached) " >&6
3397 if test -n "$AUTOCONF"; then
3398 ac_cv_prog_AUTOCONF="$AUTOCONF" # Let the user override the test.
3400 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3404 test -z "$as_dir" && as_dir=.
3405 for ac_exec_ext in '' $ac_executable_extensions; do
3406 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3407 ac_cv_prog_AUTOCONF="$ac_prog"
3408 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3417 AUTOCONF=$ac_cv_prog_AUTOCONF
3418 if test -n "$AUTOCONF"; then
3419 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AUTOCONF" >&5
3420 $as_echo "$AUTOCONF" >&6; }
3422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3423 $as_echo "no" >&6; }
3427 test -n "$AUTOCONF" && break
3429 test -n "$AUTOCONF" || AUTOCONF="$MISSING autoconf"
3431 for ac_prog in autoheader
3433 # Extract the first word of "$ac_prog", so it can be a program name with args.
3434 set dummy $ac_prog; ac_word=$2
3435 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3436 $as_echo_n "checking for $ac_word... " >&6; }
3437 if ${ac_cv_prog_AUTOHEADER+:} false; then :
3438 $as_echo_n "(cached) " >&6
3440 if test -n "$AUTOHEADER"; then
3441 ac_cv_prog_AUTOHEADER="$AUTOHEADER" # Let the user override the test.
3443 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3447 test -z "$as_dir" && as_dir=.
3448 for ac_exec_ext in '' $ac_executable_extensions; do
3449 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3450 ac_cv_prog_AUTOHEADER="$ac_prog"
3451 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3460 AUTOHEADER=$ac_cv_prog_AUTOHEADER
3461 if test -n "$AUTOHEADER"; then
3462 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AUTOHEADER" >&5
3463 $as_echo "$AUTOHEADER" >&6; }
3465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3466 $as_echo "no" >&6; }
3470 test -n "$AUTOHEADER" && break
3472 test -n "$AUTOHEADER" || AUTOHEADER="$MISSING autoheader"
3475 # Figure out what compiler warnings we can enable.
3476 # See config/warnings.m4 for details.
3480 ac_cpp='$CPP $CPPFLAGS'
3481 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3482 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3483 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3486 save_CFLAGS="$CFLAGS"
3487 for real_option in -W -Wall -Wwrite-strings -Wstrict-prototypes \
3488 -Wmissing-prototypes -Wold-style-definition \
3489 -Wmissing-format-attribute -Wcast-qual; do
3490 # Do the check with the no- prefix removed since gcc silently
3491 # accepts any -Wno-* option on purpose
3492 case $real_option in
3493 -Wno-*) option=-W`expr x
$real_option : 'x-Wno-\(.*\)'` ;;
3494 *) option=$real_option ;;
3496 as_acx_Woption=`$as_echo "acx_cv_prog_cc_warning_$option" |
$as_tr_sh`
3498 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports $option" >&5
3499 $as_echo_n "checking whether $CC supports $option... " >&6; }
3500 if eval \${$as_acx_Woption+:} false; then :
3501 $as_echo_n "(cached) " >&6
3504 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3505 /* end confdefs.h. */
3515 if ac_fn_c_try_compile "$LINENO"; then :
3516 eval "$as_acx_Woption=yes"
3518 eval "$as_acx_Woption=no"
3520 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3523 eval ac_res=\$$as_acx_Woption
3524 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3525 $as_echo "$ac_res" >&6; }
3526 if test `eval 'as_val=${'$as_acx_Woption'};$as_echo "$as_val"'` = yes; then :
3527 WARN_CFLAGS="$WARN_CFLAGS${WARN_CFLAGS:+ }$real_option"
3530 CFLAGS="$save_CFLAGS"
3532 ac_cpp='$CPP $CPPFLAGS'
3533 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3534 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3535 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3539 ac_cpp='$CPP $CPPFLAGS'
3540 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3541 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3542 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3545 # Do the check with the no- prefix removed from the warning options
3546 # since gcc silently accepts any -Wno-* option on purpose
3547 if test "$GCC" = yes; then :
3548 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports -pedantic -Wlong-long" >&5
3549 $as_echo_n "checking whether $CC supports -pedantic -Wlong-long... " >&6; }
3550 if ${acx_cv_prog_cc_pedantic__Wlong_long+:} false; then :
3551 $as_echo_n "(cached) " >&6
3553 save_CFLAGS="$CFLAGS"
3554 CFLAGS="-pedantic -Wlong-long"
3555 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3556 /* end confdefs.h. */
3566 if ac_fn_c_try_compile "$LINENO"; then :
3567 acx_cv_prog_cc_pedantic__Wlong_long=yes
3569 acx_cv_prog_cc_pedantic__Wlong_long=no
3571 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3572 CFLAGS="$save_CFLAGS"
3574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_prog_cc_pedantic__Wlong_long" >&5
3575 $as_echo "$acx_cv_prog_cc_pedantic__Wlong_long" >&6; }
3576 if test $acx_cv_prog_cc_pedantic__Wlong_long = yes; then :
3577 WARN_PEDANTIC="$WARN_PEDANTIC${WARN_PEDANTIC:+ }-pedantic -Wno-long-long"
3582 ac_cpp='$CPP $CPPFLAGS'
3583 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3584 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3585 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3590 ac_cpp='$CPP $CPPFLAGS'
3591 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3592 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3593 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3596 save_CFLAGS="$CFLAGS"
3597 for real_option in -fno-lto; do
3598 # Do the check with the no- prefix removed since gcc silently
3599 # accepts any -Wno-* option on purpose
3600 case $real_option in
3601 -Wno-*) option=-W`expr x
$real_option : 'x-Wno-\(.*\)'` ;;
3602 *) option=$real_option ;;
3604 as_acx_Woption=`$as_echo "acx_cv_prog_cc_warning_$option" |
$as_tr_sh`
3606 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports $option" >&5
3607 $as_echo_n "checking whether $CC supports $option... " >&6; }
3608 if eval \${$as_acx_Woption+:} false; then :
3609 $as_echo_n "(cached) " >&6
3612 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3613 /* end confdefs.h. */
3623 if ac_fn_c_try_compile "$LINENO"; then :
3624 eval "$as_acx_Woption=yes"
3626 eval "$as_acx_Woption=no"
3628 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3631 eval ac_res=\$$as_acx_Woption
3632 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3633 $as_echo "$ac_res" >&6; }
3634 if test `eval 'as_val=${'$as_acx_Woption'};$as_echo "$as_val"'` = yes; then :
3635 nolto_flags="$nolto_flags${nolto_flags:+ }$real_option"
3638 CFLAGS="$save_CFLAGS"
3640 ac_cpp='$CPP $CPPFLAGS'
3641 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3642 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3643 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3647 # Only enable with --enable-werror-always until existing warnings are
3650 ac_cpp='$CPP $CPPFLAGS'
3651 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3652 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3653 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3656 # Check whether --enable-werror-always was given.
3657 if test "${enable_werror_always+set}" = set; then :
3658 enableval=$enable_werror_always;
3660 enable_werror_always=no
3663 if test $enable_werror_always = yes; then :
3664 WERROR="$WERROR${WERROR:+ }-Werror"
3668 ac_cpp='$CPP $CPPFLAGS'
3669 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3670 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3671 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3675 # Checks for header files.
3677 ac_cpp='$CPP $CPPFLAGS'
3678 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3679 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3680 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3681 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
3682 $as_echo_n "checking how to run the C preprocessor... " >&6; }
3683 # On Suns, sometimes $CPP names a directory.
3684 if test -n "$CPP" && test -d "$CPP"; then
3687 if test -z "$CPP"; then
3688 if ${ac_cv_prog_CPP+:} false; then :
3689 $as_echo_n "(cached) " >&6
3691 # Double quotes because CPP needs to be expanded
3692 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3695 for ac_c_preproc_warn_flag in '' yes
3697 # Use a header file that comes with gcc, so configuring glibc
3698 # with a fresh cross-compiler works.
3699 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3700 # <limits.h> exists even on freestanding compilers.
3701 # On the NeXT, cc -E runs the code through the compiler's parser,
3702 # not just through cpp. "Syntax error" is here to catch this case.
3703 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3704 /* end confdefs.h. */
3706 # include <limits.h>
3708 # include <assert.h>
3712 if ac_fn_c_try_cpp "$LINENO"; then :
3715 # Broken: fails on valid input.
3718 rm -f conftest.err conftest.i conftest.$ac_ext
3720 # OK, works on sane cases. Now check whether nonexistent headers
3721 # can be detected and how.
3722 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3723 /* end confdefs.h. */
3724 #include <ac_nonexistent.h>
3726 if ac_fn_c_try_cpp "$LINENO"; then :
3727 # Broken: success on invalid input.
3730 # Passes both tests.
3734 rm -f conftest.err conftest.i conftest.$ac_ext
3737 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3738 rm -f conftest.i conftest.err conftest.
$ac_ext
3739 if $ac_preproc_ok; then :
3751 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
3752 $as_echo "$CPP" >&6; }
3754 for ac_c_preproc_warn_flag
in '' yes
3756 # Use a header file that comes with gcc, so configuring glibc
3757 # with a fresh cross-compiler works.
3758 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3759 # <limits.h> exists even on freestanding compilers.
3760 # On the NeXT, cc -E runs the code through the compiler's parser,
3761 # not just through cpp. "Syntax error" is here to catch this case.
3762 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3763 /* end confdefs.h. */
3765 # include <limits.h>
3767 # include <assert.h>
3771 if ac_fn_c_try_cpp
"$LINENO"; then :
3774 # Broken: fails on valid input.
3777 rm -f conftest.err conftest.i conftest.
$ac_ext
3779 # OK, works on sane cases. Now check whether nonexistent headers
3780 # can be detected and how.
3781 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3782 /* end confdefs.h. */
3783 #include <ac_nonexistent.h>
3785 if ac_fn_c_try_cpp
"$LINENO"; then :
3786 # Broken: success on invalid input.
3789 # Passes both tests.
3793 rm -f conftest.err conftest.i conftest.
$ac_ext
3796 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3797 rm -f conftest.i conftest.err conftest.
$ac_ext
3798 if $ac_preproc_ok; then :
3801 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3802 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3803 as_fn_error $?
"C preprocessor \"$CPP\" fails sanity check
3804 See \`config.log' for more details" "$LINENO" 5; }
3808 ac_cpp
='$CPP $CPPFLAGS'
3809 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3810 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3811 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3814 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
3815 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
3816 if ${ac_cv_path_GREP+:} false
; then :
3817 $as_echo_n "(cached) " >&6
3819 if test -z "$GREP"; then
3820 ac_path_GREP_found
=false
3821 # Loop through the user's path and test for each of PROGNAME-LIST
3822 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3823 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
3826 test -z "$as_dir" && as_dir
=.
3827 for ac_prog
in grep ggrep
; do
3828 for ac_exec_ext
in '' $ac_executable_extensions; do
3829 ac_path_GREP
="$as_dir/$ac_prog$ac_exec_ext"
3830 as_fn_executable_p
"$ac_path_GREP" ||
continue
3831 # Check for GNU ac_path_GREP and select it if it is found.
3832 # Check for GNU $ac_path_GREP
3833 case `"$ac_path_GREP" --version 2>&1` in
3835 ac_cv_path_GREP
="$ac_path_GREP" ac_path_GREP_found
=:;;
3838 $as_echo_n 0123456789 >"conftest.in"
3841 cat "conftest.in" "conftest.in" >"conftest.tmp"
3842 mv "conftest.tmp" "conftest.in"
3843 cp "conftest.in" "conftest.nl"
3844 $as_echo 'GREP' >> "conftest.nl"
3845 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
3846 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
3847 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
3848 if test $ac_count -gt ${ac_path_GREP_max-0}; then
3849 # Best one so far, save it but keep looking for a better one
3850 ac_cv_path_GREP
="$ac_path_GREP"
3851 ac_path_GREP_max
=$ac_count
3853 # 10*(2^10) chars as input seems more than enough
3854 test $ac_count -gt 10 && break
3856 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
3859 $ac_path_GREP_found && break 3
3864 if test -z "$ac_cv_path_GREP"; then
3865 as_fn_error $?
"no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
3868 ac_cv_path_GREP
=$GREP
3872 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
3873 $as_echo "$ac_cv_path_GREP" >&6; }
3874 GREP
="$ac_cv_path_GREP"
3877 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
3878 $as_echo_n "checking for egrep... " >&6; }
3879 if ${ac_cv_path_EGREP+:} false
; then :
3880 $as_echo_n "(cached) " >&6
3882 if echo a |
$GREP -E '(a|b)' >/dev
/null
2>&1
3883 then ac_cv_path_EGREP
="$GREP -E"
3885 if test -z "$EGREP"; then
3886 ac_path_EGREP_found
=false
3887 # Loop through the user's path and test for each of PROGNAME-LIST
3888 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3889 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
3892 test -z "$as_dir" && as_dir
=.
3893 for ac_prog
in egrep; do
3894 for ac_exec_ext
in '' $ac_executable_extensions; do
3895 ac_path_EGREP
="$as_dir/$ac_prog$ac_exec_ext"
3896 as_fn_executable_p
"$ac_path_EGREP" ||
continue
3897 # Check for GNU ac_path_EGREP and select it if it is found.
3898 # Check for GNU $ac_path_EGREP
3899 case `"$ac_path_EGREP" --version 2>&1` in
3901 ac_cv_path_EGREP
="$ac_path_EGREP" ac_path_EGREP_found
=:;;
3904 $as_echo_n 0123456789 >"conftest.in"
3907 cat "conftest.in" "conftest.in" >"conftest.tmp"
3908 mv "conftest.tmp" "conftest.in"
3909 cp "conftest.in" "conftest.nl"
3910 $as_echo 'EGREP' >> "conftest.nl"
3911 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
3912 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
3913 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
3914 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
3915 # Best one so far, save it but keep looking for a better one
3916 ac_cv_path_EGREP
="$ac_path_EGREP"
3917 ac_path_EGREP_max
=$ac_count
3919 # 10*(2^10) chars as input seems more than enough
3920 test $ac_count -gt 10 && break
3922 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
3925 $ac_path_EGREP_found && break 3
3930 if test -z "$ac_cv_path_EGREP"; then
3931 as_fn_error $?
"no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
3934 ac_cv_path_EGREP
=$EGREP
3939 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
3940 $as_echo "$ac_cv_path_EGREP" >&6; }
3941 EGREP
="$ac_cv_path_EGREP"
3944 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
3945 $as_echo_n "checking for ANSI C header files... " >&6; }
3946 if ${ac_cv_header_stdc+:} false
; then :
3947 $as_echo_n "(cached) " >&6
3949 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3950 /* end confdefs.h. */
3964 if ac_fn_c_try_compile
"$LINENO"; then :
3965 ac_cv_header_stdc
=yes
3967 ac_cv_header_stdc
=no
3969 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
3971 if test $ac_cv_header_stdc = yes; then
3972 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
3973 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3974 /* end confdefs.h. */
3978 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3979 $EGREP "memchr" >/dev
/null
2>&1; then :
3982 ac_cv_header_stdc
=no
3988 if test $ac_cv_header_stdc = yes; then
3989 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
3990 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3991 /* end confdefs.h. */
3995 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3996 $EGREP "free" >/dev
/null
2>&1; then :
3999 ac_cv_header_stdc
=no
4005 if test $ac_cv_header_stdc = yes; then
4006 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
4007 if test "$cross_compiling" = yes; then :
4010 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4011 /* end confdefs.h. */
4014 #if ((' ' & 0x0FF) == 0x020)
4015 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4016 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4018 # define ISLOWER(c) \
4019 (('a' <= (c) && (c) <= 'i') \
4020 || ('j' <= (c) && (c) <= 'r') \
4021 || ('s' <= (c) && (c) <= 'z'))
4022 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4025 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4030 for (i = 0; i < 256; i++)
4031 if (XOR (islower (i), ISLOWER (i))
4032 || toupper (i) != TOUPPER (i))
4037 if ac_fn_c_try_run
"$LINENO"; then :
4040 ac_cv_header_stdc
=no
4042 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
4043 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
4048 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
4049 $as_echo "$ac_cv_header_stdc" >&6; }
4050 if test $ac_cv_header_stdc = yes; then
4052 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
4056 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
4057 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
4058 inttypes.h stdint.h unistd.h
4060 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4061 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
4063 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
4064 cat >>confdefs.h
<<_ACEOF
4065 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
4073 for ac_header
in ctype.h stddef.h string.h stdio.h
4075 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4076 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
4077 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
4078 cat >>confdefs.h
<<_ACEOF
4079 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
4088 inttype_headers
=`echo inttypes.h sys/inttypes.h | sed -e 's/,/ /g'`
4090 acx_cv_header_stdint
=stddef.h
4091 acx_cv_header_stdint_kind
="(already complete)"
4092 for i
in stdint.h
$inttype_headers; do
4093 unset ac_cv_type_uintptr_t
4094 unset ac_cv_type_uintmax_t
4095 unset ac_cv_type_int_least32_t
4096 unset ac_cv_type_int_fast32_t
4097 unset ac_cv_type_uint64_t
4098 $as_echo_n "looking for a compliant stdint.h in $i, " >&6
4099 ac_fn_c_check_type
"$LINENO" "uintmax_t" "ac_cv_type_uintmax_t" "#include <sys/types.h>
4102 if test "x$ac_cv_type_uintmax_t" = xyes
; then :
4103 acx_cv_header_stdint
=$i
4108 ac_fn_c_check_type
"$LINENO" "uintptr_t" "ac_cv_type_uintptr_t" "#include <sys/types.h>
4111 if test "x$ac_cv_type_uintptr_t" = xyes
; then :
4114 acx_cv_header_stdint_kind
="(mostly complete)"
4117 ac_fn_c_check_type
"$LINENO" "int_least32_t" "ac_cv_type_int_least32_t" "#include <sys/types.h>
4120 if test "x$ac_cv_type_int_least32_t" = xyes
; then :
4123 acx_cv_header_stdint_kind
="(mostly complete)"
4126 ac_fn_c_check_type
"$LINENO" "int_fast32_t" "ac_cv_type_int_fast32_t" "#include <sys/types.h>
4129 if test "x$ac_cv_type_int_fast32_t" = xyes
; then :
4132 acx_cv_header_stdint_kind
="(mostly complete)"
4135 ac_fn_c_check_type
"$LINENO" "uint64_t" "ac_cv_type_uint64_t" "#include <sys/types.h>
4138 if test "x$ac_cv_type_uint64_t" = xyes
; then :
4141 acx_cv_header_stdint_kind
="(lacks uint64_t)"
4146 if test "$acx_cv_header_stdint" = stddef.h
; then
4147 acx_cv_header_stdint_kind
="(lacks uintmax_t)"
4148 for i
in stdint.h
$inttype_headers; do
4149 unset ac_cv_type_uintptr_t
4150 unset ac_cv_type_uint32_t
4151 unset ac_cv_type_uint64_t
4152 $as_echo_n "looking for an incomplete stdint.h in $i, " >&6
4153 ac_fn_c_check_type
"$LINENO" "uint32_t" "ac_cv_type_uint32_t" "#include <sys/types.h>
4156 if test "x$ac_cv_type_uint32_t" = xyes
; then :
4157 acx_cv_header_stdint
=$i
4162 ac_fn_c_check_type
"$LINENO" "uint64_t" "ac_cv_type_uint64_t" "#include <sys/types.h>
4165 if test "x$ac_cv_type_uint64_t" = xyes
; then :
4169 ac_fn_c_check_type
"$LINENO" "uintptr_t" "ac_cv_type_uintptr_t" "#include <sys/types.h>
4172 if test "x$ac_cv_type_uintptr_t" = xyes
; then :
4179 if test "$acx_cv_header_stdint" = stddef.h
; then
4180 acx_cv_header_stdint_kind
="(u_intXX_t style)"
4181 for i
in sys
/types.h
$inttype_headers; do
4182 unset ac_cv_type_u_int32_t
4183 unset ac_cv_type_u_int64_t
4184 $as_echo_n "looking for u_intXX_t types in $i, " >&6
4185 ac_fn_c_check_type
"$LINENO" "u_int32_t" "ac_cv_type_u_int32_t" "#include <sys/types.h>
4188 if test "x$ac_cv_type_u_int32_t" = xyes
; then :
4189 acx_cv_header_stdint
=$i
4194 ac_fn_c_check_type
"$LINENO" "u_int64_t" "ac_cv_type_u_int64_t" "#include <sys/types.h>
4197 if test "x$ac_cv_type_u_int64_t" = xyes
; then :
4204 if test "$acx_cv_header_stdint" = stddef.h
; then
4205 acx_cv_header_stdint_kind
="(using manual detection)"
4208 test -z "$ac_cv_type_uintptr_t" && ac_cv_type_uintptr_t
=no
4209 test -z "$ac_cv_type_uint64_t" && ac_cv_type_uint64_t
=no
4210 test -z "$ac_cv_type_u_int64_t" && ac_cv_type_u_int64_t
=no
4211 test -z "$ac_cv_type_int_least32_t" && ac_cv_type_int_least32_t
=no
4212 test -z "$ac_cv_type_int_fast32_t" && ac_cv_type_int_fast32_t
=no
4214 # ----------------- Summarize what we found so far
4216 { $as_echo "$as_me:${as_lineno-$LINENO}: checking what to include in gstdint.h" >&5
4217 $as_echo_n "checking what to include in gstdint.h... " >&6; }
4219 case `$as_basename -- gstdint.h ||
4220 $as_expr X/gstdint.h : '.*/\([^/][^/]*\)/*$' \| \
4221 Xgstdint.h : 'X\(//\)$' \| \
4222 Xgstdint.h : 'X\(/\)' \| . 2>/dev/null ||
4223 $as_echo X/gstdint.h |
4224 sed '/^.*\/\([^/][^/]*\)\/*$/{
4237 stdint.h
) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: are you sure you want it there?" >&5
4238 $as_echo "$as_me: WARNING: are you sure you want it there?" >&2;} ;;
4239 inttypes.h
) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: are you sure you want it there?" >&5
4240 $as_echo "$as_me: WARNING: are you sure you want it there?" >&2;} ;;
4244 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_header_stdint $acx_cv_header_stdint_kind" >&5
4245 $as_echo "$acx_cv_header_stdint $acx_cv_header_stdint_kind" >&6; }
4247 # ----------------- done included file, check C basic types --------
4249 # Lacking an uintptr_t? Test size of void *
4250 case "$acx_cv_header_stdint:$ac_cv_type_uintptr_t" in
4251 stddef.h
:* |
*:no
) # The cast to long int works around a bug in the HP C Compiler
4252 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
4253 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
4254 # This bug is HP SR number 8606223364.
4255 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of void *" >&5
4256 $as_echo_n "checking size of void *... " >&6; }
4257 if ${ac_cv_sizeof_void_p+:} false
; then :
4258 $as_echo_n "(cached) " >&6
4260 if ac_fn_c_compute_int
"$LINENO" "(long int) (sizeof (void *))" "ac_cv_sizeof_void_p" "$ac_includes_default"; then :
4263 if test "$ac_cv_type_void_p" = yes; then
4264 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4265 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4266 as_fn_error
77 "cannot compute sizeof (void *)
4267 See \`config.log' for more details" "$LINENO" 5; }
4269 ac_cv_sizeof_void_p
=0
4274 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_void_p" >&5
4275 $as_echo "$ac_cv_sizeof_void_p" >&6; }
4279 cat >>confdefs.h
<<_ACEOF
4280 #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
4286 # Lacking an uint64_t? Test size of long
4287 case "$acx_cv_header_stdint:$ac_cv_type_uint64_t:$ac_cv_type_u_int64_t" in
4288 stddef.h
:*:* |
*:no
:no
) # The cast to long int works around a bug in the HP C Compiler
4289 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
4290 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
4291 # This bug is HP SR number 8606223364.
4292 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
4293 $as_echo_n "checking size of long... " >&6; }
4294 if ${ac_cv_sizeof_long+:} false
; then :
4295 $as_echo_n "(cached) " >&6
4297 if ac_fn_c_compute_int
"$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long" "$ac_includes_default"; then :
4300 if test "$ac_cv_type_long" = yes; then
4301 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4302 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4303 as_fn_error
77 "cannot compute sizeof (long)
4304 See \`config.log' for more details" "$LINENO" 5; }
4311 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5
4312 $as_echo "$ac_cv_sizeof_long" >&6; }
4316 cat >>confdefs.h
<<_ACEOF
4317 #define SIZEOF_LONG $ac_cv_sizeof_long
4323 if test $acx_cv_header_stdint = stddef.h
; then
4324 # Lacking a good header? Test size of everything and deduce all types.
4325 # The cast to long int works around a bug in the HP C Compiler
4326 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
4327 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
4328 # This bug is HP SR number 8606223364.
4329 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of int" >&5
4330 $as_echo_n "checking size of int... " >&6; }
4331 if ${ac_cv_sizeof_int+:} false
; then :
4332 $as_echo_n "(cached) " >&6
4334 if ac_fn_c_compute_int
"$LINENO" "(long int) (sizeof (int))" "ac_cv_sizeof_int" "$ac_includes_default"; then :
4337 if test "$ac_cv_type_int" = yes; then
4338 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4339 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4340 as_fn_error
77 "cannot compute sizeof (int)
4341 See \`config.log' for more details" "$LINENO" 5; }
4348 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_int" >&5
4349 $as_echo "$ac_cv_sizeof_int" >&6; }
4353 cat >>confdefs.h
<<_ACEOF
4354 #define SIZEOF_INT $ac_cv_sizeof_int
4358 # The cast to long int works around a bug in the HP C Compiler
4359 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
4360 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
4361 # This bug is HP SR number 8606223364.
4362 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of short" >&5
4363 $as_echo_n "checking size of short... " >&6; }
4364 if ${ac_cv_sizeof_short+:} false
; then :
4365 $as_echo_n "(cached) " >&6
4367 if ac_fn_c_compute_int
"$LINENO" "(long int) (sizeof (short))" "ac_cv_sizeof_short" "$ac_includes_default"; then :
4370 if test "$ac_cv_type_short" = yes; then
4371 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4372 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4373 as_fn_error
77 "cannot compute sizeof (short)
4374 See \`config.log' for more details" "$LINENO" 5; }
4376 ac_cv_sizeof_short
=0
4381 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_short" >&5
4382 $as_echo "$ac_cv_sizeof_short" >&6; }
4386 cat >>confdefs.h
<<_ACEOF
4387 #define SIZEOF_SHORT $ac_cv_sizeof_short
4391 # The cast to long int works around a bug in the HP C Compiler
4392 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
4393 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
4394 # This bug is HP SR number 8606223364.
4395 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of char" >&5
4396 $as_echo_n "checking size of char... " >&6; }
4397 if ${ac_cv_sizeof_char+:} false
; then :
4398 $as_echo_n "(cached) " >&6
4400 if ac_fn_c_compute_int
"$LINENO" "(long int) (sizeof (char))" "ac_cv_sizeof_char" "$ac_includes_default"; then :
4403 if test "$ac_cv_type_char" = yes; then
4404 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4405 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4406 as_fn_error
77 "cannot compute sizeof (char)
4407 See \`config.log' for more details" "$LINENO" 5; }
4414 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_char" >&5
4415 $as_echo "$ac_cv_sizeof_char" >&6; }
4419 cat >>confdefs.h
<<_ACEOF
4420 #define SIZEOF_CHAR $ac_cv_sizeof_char
4425 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to int8_t" >&5
4426 $as_echo_n "checking for type equivalent to int8_t... " >&6; }
4427 case "$ac_cv_sizeof_char" in
4428 1) acx_cv_type_int8_t
=char
;;
4429 *) as_fn_error $?
"no 8-bit type, please report a bug" "$LINENO" 5
4431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_type_int8_t" >&5
4432 $as_echo "$acx_cv_type_int8_t" >&6; }
4434 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to int16_t" >&5
4435 $as_echo_n "checking for type equivalent to int16_t... " >&6; }
4436 case "$ac_cv_sizeof_int:$ac_cv_sizeof_short" in
4437 2:*) acx_cv_type_int16_t
=int
;;
4438 *:2) acx_cv_type_int16_t
=short
;;
4439 *) as_fn_error $?
"no 16-bit type, please report a bug" "$LINENO" 5
4441 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_type_int16_t" >&5
4442 $as_echo "$acx_cv_type_int16_t" >&6; }
4444 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to int32_t" >&5
4445 $as_echo_n "checking for type equivalent to int32_t... " >&6; }
4446 case "$ac_cv_sizeof_int:$ac_cv_sizeof_long" in
4447 4:*) acx_cv_type_int32_t
=int
;;
4448 *:4) acx_cv_type_int32_t
=long
;;
4449 *) as_fn_error $?
"no 32-bit type, please report a bug" "$LINENO" 5
4451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_type_int32_t" >&5
4452 $as_echo "$acx_cv_type_int32_t" >&6; }
4455 # These tests are here to make the output prettier
4457 if test "$ac_cv_type_uint64_t" != yes && test "$ac_cv_type_u_int64_t" != yes; then
4458 case "$ac_cv_sizeof_long" in
4459 8) acx_cv_type_int64_t
=long
;;
4461 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to int64_t" >&5
4462 $as_echo_n "checking for type equivalent to int64_t... " >&6; }
4463 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${acx_cv_type_int64_t-'using preprocessor symbols'}" >&5
4464 $as_echo "${acx_cv_type_int64_t-'using preprocessor symbols'}" >&6; }
4467 # Now we can use the above types
4469 if test "$ac_cv_type_uintptr_t" != yes; then
4470 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to intptr_t" >&5
4471 $as_echo_n "checking for type equivalent to intptr_t... " >&6; }
4472 case $ac_cv_sizeof_void_p in
4473 2) acx_cv_type_intptr_t
=int16_t
;;
4474 4) acx_cv_type_intptr_t
=int32_t
;;
4475 8) acx_cv_type_intptr_t
=int64_t
;;
4476 *) as_fn_error $?
"no equivalent for intptr_t, please report a bug" "$LINENO" 5
4478 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_type_intptr_t" >&5
4479 $as_echo "$acx_cv_type_intptr_t" >&6; }
4482 # ----------------- done all checks, emit header -------------
4483 ac_config_commands
="$ac_config_commands gstdint.h"
4488 # Checks for typedefs, structures, and compiler characteristics.
4489 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
4490 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
4491 if ${ac_cv_c_const+:} false
; then :
4492 $as_echo_n "(cached) " >&6
4494 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4495 /* end confdefs.h. */
4502 /* Ultrix mips cc rejects this sort of thing. */
4503 typedef int charset[2];
4504 const charset cs = { 0, 0 };
4505 /* SunOS 4.1.1 cc rejects this. */
4506 char const *const *pcpcc;
4508 /* NEC SVR4.0.2 mips cc rejects this. */
4509 struct point {int x, y;};
4510 static struct point const zero = {0,0};
4511 /* AIX XL C 1.02.0.0 rejects this.
4512 It does not let you subtract one const X* pointer from another in
4513 an arm of an if-expression whose if-part is not a constant
4515 const char *g = "string";
4516 pcpcc = &g + (g ? g-g : 0);
4517 /* HPUX 7.0 cc rejects these. */
4519 ppc = (char**) pcpcc;
4520 pcpcc = (char const *const *) ppc;
4521 { /* SCO 3.2v4 cc rejects this sort of thing. */
4524 char const *s = 0 ? (char *) 0 : (char const *) 0;
4529 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
4531 const int *foo = &x[0];
4534 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
4535 typedef const int *iptr;
4539 { /* AIX XL C 1.02.0.0 rejects this sort of thing, saying
4540 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
4541 struct s { int j; const int *ap[3]; } bx;
4542 struct s *b = &bx; b->j = 5;
4544 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
4548 return !cs[0] && !zero.x;
4555 if ac_fn_c_try_compile
"$LINENO"; then :
4560 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5
4563 $as_echo "$ac_cv_c_const" >&6; }
4564 if test $ac_cv_c_const = no
; then
4566 $as_echo "#define const /**/" >>confdefs.h
4570 ac_fn_c_check_type
"$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
4571 if test "x$ac_cv_type_off_t" = xyes
; then :
4575 cat >>confdefs.h
<<_ACEOF
4576 #define off_t long int
4581 # The cast to long int works around a bug in the HP C Compiler
4582 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
4583 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
4584 # This bug is HP SR number 8606223364.
4585 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of int" >&5
4586 $as_echo_n "checking size of int... " >&6; }
4587 if ${ac_cv_sizeof_int+:} false
; then :
4588 $as_echo_n "(cached) " >&6
4590 if ac_fn_c_compute_int
"$LINENO" "(long int) (sizeof (int))" "ac_cv_sizeof_int" "$ac_includes_default"; then :
4593 if test "$ac_cv_type_int" = yes; then
4594 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4595 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4596 as_fn_error
77 "cannot compute sizeof (int)
4597 See \`config.log' for more details" "$LINENO" 5; }
4604 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_int" >&5
4605 $as_echo "$ac_cv_sizeof_int" >&6; }
4609 cat >>confdefs.h
<<_ACEOF
4610 #define SIZEOF_INT $ac_cv_sizeof_int
4614 # The cast to long int works around a bug in the HP C Compiler
4615 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
4616 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
4617 # This bug is HP SR number 8606223364.
4618 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
4619 $as_echo_n "checking size of long... " >&6; }
4620 if ${ac_cv_sizeof_long+:} false
; then :
4621 $as_echo_n "(cached) " >&6
4623 if ac_fn_c_compute_int
"$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long" "$ac_includes_default"; then :
4626 if test "$ac_cv_type_long" = yes; then
4627 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4628 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4629 as_fn_error
77 "cannot compute sizeof (long)
4630 See \`config.log' for more details" "$LINENO" 5; }
4637 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5
4638 $as_echo "$ac_cv_sizeof_long" >&6; }
4642 cat >>confdefs.h
<<_ACEOF
4643 #define SIZEOF_LONG $ac_cv_sizeof_long
4648 # Checks for library functions.
4649 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
4650 $as_echo_n "checking for ANSI C header files... " >&6; }
4651 if ${ac_cv_header_stdc+:} false
; then :
4652 $as_echo_n "(cached) " >&6
4654 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4655 /* end confdefs.h. */
4669 if ac_fn_c_try_compile
"$LINENO"; then :
4670 ac_cv_header_stdc
=yes
4672 ac_cv_header_stdc
=no
4674 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4676 if test $ac_cv_header_stdc = yes; then
4677 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4678 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4679 /* end confdefs.h. */
4683 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4684 $EGREP "memchr" >/dev
/null
2>&1; then :
4687 ac_cv_header_stdc
=no
4693 if test $ac_cv_header_stdc = yes; then
4694 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
4695 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4696 /* end confdefs.h. */
4700 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4701 $EGREP "free" >/dev
/null
2>&1; then :
4704 ac_cv_header_stdc
=no
4710 if test $ac_cv_header_stdc = yes; then
4711 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
4712 if test "$cross_compiling" = yes; then :
4715 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4716 /* end confdefs.h. */
4719 #if ((' ' & 0x0FF) == 0x020)
4720 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4721 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4723 # define ISLOWER(c) \
4724 (('a' <= (c) && (c) <= 'i') \
4725 || ('j' <= (c) && (c) <= 'r') \
4726 || ('s' <= (c) && (c) <= 'z'))
4727 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4730 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4735 for (i = 0; i < 256; i++)
4736 if (XOR (islower (i), ISLOWER (i))
4737 || toupper (i) != TOUPPER (i))
4742 if ac_fn_c_try_run
"$LINENO"; then :
4745 ac_cv_header_stdc
=no
4747 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
4748 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
4753 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
4754 $as_echo "$ac_cv_header_stdc" >&6; }
4755 if test $ac_cv_header_stdc = yes; then
4757 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
4762 # Check whether --enable-maintainer-mode was given.
4763 if test "${enable_maintainer_mode+set}" = set; then :
4764 enableval
=$enable_maintainer_mode;
4766 enable_maintainer_mode
=no
4770 if test "x$enable_maintainer_mode" = xno
; then
4777 # Make sure we can run config.sub.
4778 $SHELL "$ac_aux_dir/config.sub" sun4
>/dev
/null
2>&1 ||
4779 as_fn_error $?
"cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
4781 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
4782 $as_echo_n "checking build system type... " >&6; }
4783 if ${ac_cv_build+:} false
; then :
4784 $as_echo_n "(cached) " >&6
4786 ac_build_alias
=$build_alias
4787 test "x$ac_build_alias" = x
&&
4788 ac_build_alias
=`$SHELL "$ac_aux_dir/config.guess"`
4789 test "x$ac_build_alias" = x
&&
4790 as_fn_error $?
"cannot guess build type; you must specify one" "$LINENO" 5
4791 ac_cv_build
=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
4792 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
4795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
4796 $as_echo "$ac_cv_build" >&6; }
4797 case $ac_cv_build in
4799 *) as_fn_error $?
"invalid value of canonical build" "$LINENO" 5;;
4802 ac_save_IFS
=$IFS; IFS
='-'
4808 # Remember, the first character of IFS is used to create $*,
4809 # except with old shells:
4812 case $build_os in *\
*) build_os
=`echo "$build_os" | sed 's/ /-/g'`;; esac
4815 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
4816 $as_echo_n "checking host system type... " >&6; }
4817 if ${ac_cv_host+:} false
; then :
4818 $as_echo_n "(cached) " >&6
4820 if test "x$host_alias" = x
; then
4821 ac_cv_host
=$ac_cv_build
4823 ac_cv_host
=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
4824 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
4828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
4829 $as_echo "$ac_cv_host" >&6; }
4832 *) as_fn_error $?
"invalid value of canonical host" "$LINENO" 5;;
4835 ac_save_IFS
=$IFS; IFS
='-'
4841 # Remember, the first character of IFS is used to create $*,
4842 # except with old shells:
4845 case $host_os in *\
*) host_os
=`echo "$host_os" | sed 's/ /-/g'`;; esac
4848 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
4849 $as_echo_n "checking target system type... " >&6; }
4850 if ${ac_cv_target+:} false
; then :
4851 $as_echo_n "(cached) " >&6
4853 if test "x$target_alias" = x
; then
4854 ac_cv_target
=$ac_cv_host
4856 ac_cv_target
=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
4857 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
4861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
4862 $as_echo "$ac_cv_target" >&6; }
4863 case $ac_cv_target in
4865 *) as_fn_error $?
"invalid value of canonical target" "$LINENO" 5;;
4867 target
=$ac_cv_target
4868 ac_save_IFS
=$IFS; IFS
='-'
4874 # Remember, the first character of IFS is used to create $*,
4875 # except with old shells:
4878 case $target_os in *\
*) target_os
=`echo "$target_os" | sed 's/ /-/g'`;; esac
4881 # The aliases save the names the user supplied, while $host etc.
4882 # will get canonicalized.
4883 test -n "$target_alias" &&
4884 test "$program_prefix$program_suffix$program_transform_name" = \
4886 program_prefix
=${target_alias}-
4888 # Default decimal format
4889 # If you change the defaults here, be sure to change them in the GCC directory also
4890 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for decimal floating point" >&5
4891 $as_echo_n "checking for decimal floating point... " >&6; }
4894 # Check whether --enable-decimal-float was given.
4895 if test "${enable_decimal_float+set}" = set; then :
4896 enableval
=$enable_decimal_float;
4897 case $enable_decimal_float in
4898 yes | no | bid | dpd
) default_decimal_float
=$enable_decimal_float ;;
4899 *) as_fn_error $?
"'$enable_decimal_float' is an invalid value for --enable-decimal-float.
4900 Valid choices are 'yes', 'bid', 'dpd', and 'no'." "$LINENO" 5 ;;
4906 powerpc
*-*-linux* | i?
86*-*-linux* | x86_64
*-*-linux* | s390
*-*-linux* | \
4907 i?
86*-*-elfiamcu | i?
86*-*-gnu* | x86_64
*-*-gnu* | \
4908 i?
86*-*-mingw* | x86_64
*-*-mingw* | \
4909 i?
86*-*-cygwin* | x86_64
*-*-cygwin*)
4910 enable_decimal_float
=yes
4913 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: decimal float is not supported for this target, ignored" >&5
4914 $as_echo "$as_me: WARNING: decimal float is not supported for this target, ignored" >&2;}
4915 enable_decimal_float
=no
4922 # x86's use BID format instead of DPD
4923 case x
$enable_decimal_float in
4926 i?
86*-*-* | x86_64
*-*-*)
4927 enable_decimal_float
=bid
4930 enable_decimal_float
=dpd
4933 default_decimal_float
=$enable_decimal_float
4936 # ENABLE_DECIMAL_FLOAT is set to 0. But we have to have proper
4937 # dependency on libdecnumber.
4938 default_decimal_float
=dpd
4945 # Use default_decimal_float for dependency.
4946 enable_decimal_float
=$default_decimal_float
4948 # If BID is being used, additional objects should be linked in.
4949 if test x
$enable_decimal_float = xbid
; then
4950 ADDITIONAL_OBJS
="$ADDITIONAL_OBJS \$(bid_OBJS)"
4955 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_decimal_float" >&5
4956 $as_echo "$enable_decimal_float" >&6; }
4960 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
4961 $as_echo_n "checking whether byte ordering is bigendian... " >&6; }
4962 if ${ac_cv_c_bigendian+:} false
; then :
4963 $as_echo_n "(cached) " >&6
4965 ac_cv_c_bigendian
=unknown
4966 # See if we're dealing with a universal compiler.
4967 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4968 /* end confdefs.h. */
4969 #ifndef __APPLE_CC__
4970 not a universal capable compiler
4975 if ac_fn_c_try_compile
"$LINENO"; then :
4977 # Check for potential -arch flags. It is not universal unless
4978 # there are at least two -arch flags with different values.
4981 for ac_word
in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
4982 if test -n "$ac_prev"; then
4984 i?
86 | x86_64 | ppc | ppc64
)
4985 if test -z "$ac_arch" ||
test "$ac_arch" = "$ac_word"; then
4988 ac_cv_c_bigendian
=universal
4994 elif test "x$ac_word" = "x-arch"; then
4999 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5000 if test $ac_cv_c_bigendian = unknown
; then
5001 # See if sys/param.h defines the BYTE_ORDER macro.
5002 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5003 /* end confdefs.h. */
5004 #include <sys/types.h>
5005 #include <sys/param.h>
5010 #if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
5011 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
5020 if ac_fn_c_try_compile
"$LINENO"; then :
5021 # It does; now see whether it defined to BIG_ENDIAN or not.
5022 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5023 /* end confdefs.h. */
5024 #include <sys/types.h>
5025 #include <sys/param.h>
5030 #if BYTE_ORDER != BIG_ENDIAN
5038 if ac_fn_c_try_compile
"$LINENO"; then :
5039 ac_cv_c_bigendian
=yes
5041 ac_cv_c_bigendian
=no
5043 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5045 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5047 if test $ac_cv_c_bigendian = unknown
; then
5048 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
5049 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5050 /* end confdefs.h. */
5056 #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
5064 if ac_fn_c_try_compile
"$LINENO"; then :
5065 # It does; now see whether it defined to _BIG_ENDIAN or not.
5066 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5067 /* end confdefs.h. */
5081 if ac_fn_c_try_compile
"$LINENO"; then :
5082 ac_cv_c_bigendian
=yes
5084 ac_cv_c_bigendian
=no
5086 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5088 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5090 if test $ac_cv_c_bigendian = unknown
; then
5091 # Compile a test program.
5092 if test "$cross_compiling" = yes; then :
5093 # Try to guess by grepping values from an object file.
5094 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5095 /* end confdefs.h. */
5096 short int ascii_mm[] =
5097 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
5098 short int ascii_ii[] =
5099 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
5100 int use_ascii (int i) {
5101 return ascii_mm[i] + ascii_ii[i];
5103 short int ebcdic_ii[] =
5104 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
5105 short int ebcdic_mm[] =
5106 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
5107 int use_ebcdic (int i) {
5108 return ebcdic_mm[i] + ebcdic_ii[i];
5115 return use_ascii (foo) == use_ebcdic (foo);
5120 if ac_fn_c_try_compile
"$LINENO"; then :
5121 if grep BIGenDianSyS conftest.
$ac_objext >/dev
/null
; then
5122 ac_cv_c_bigendian
=yes
5124 if grep LiTTleEnDian conftest.
$ac_objext >/dev
/null
; then
5125 if test "$ac_cv_c_bigendian" = unknown
; then
5126 ac_cv_c_bigendian
=no
5128 # finding both strings is unlikely to happen, but who knows?
5129 ac_cv_c_bigendian
=unknown
5133 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5135 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5136 /* end confdefs.h. */
5137 $ac_includes_default
5142 /* Are we little or big endian? From Harbison&Steele. */
5146 char c[sizeof (long int)];
5149 return u.c[sizeof (long int) - 1] == 1;
5155 if ac_fn_c_try_run
"$LINENO"; then :
5156 ac_cv_c_bigendian
=no
5158 ac_cv_c_bigendian
=yes
5160 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
5161 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
5166 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
5167 $as_echo "$ac_cv_c_bigendian" >&6; }
5168 case $ac_cv_c_bigendian in #(
5170 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
5176 $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
5180 as_fn_error $?
"unknown endianness
5181 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
5185 # Enable --enable-host-shared.
5186 # Check whether --enable-host-shared was given.
5187 if test "${enable_host_shared+set}" = set; then :
5188 enableval
=$enable_host_shared; PICFLAG
=-fPIC
5195 # Enable Intel CET on Intel CET enabled host if jit is enabled.
5196 # Check whether --enable-cet was given.
5197 if test "${enable_cet+set}" = set; then :
5198 enableval
=$enable_cet;
5199 case "$enableval" in
5201 *) as_fn_error $?
"Unknown argument to enable/disable cet" "$LINENO" 5 ;;
5209 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for CET support" >&5
5210 $as_echo_n "checking for CET support... " >&6; }
5213 i
[34567]86-*-linux* | x86_64-
*-linux*)
5215 cet_save_CFLAGS
="$CFLAGS"
5216 CFLAGS
="$CFLAGS -fcf-protection"
5217 case "$enable_cet" in
5219 # Check if target supports multi-byte NOPs
5220 # and if compiler and assembler support CET.
5221 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5222 /* end confdefs.h. */
5228 #if !defined(__SSE2__)
5229 #error target does not support multi-byte NOPs
5238 if ac_fn_c_try_compile
"$LINENO"; then :
5243 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5246 # Check if compiler and assembler support CET.
5247 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5248 /* end confdefs.h. */
5258 if ac_fn_c_try_compile
"$LINENO"; then :
5263 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5264 if test $support_cet = "no"; then
5265 if test x
$enable_bootstrap != xno \
5266 && test -z "${with_build_subdir}" \
5267 && (test ! -f ..
/stage_current \
5268 ||
test `cat ../stage_current` != "stage1"); then
5269 # Require CET support only for the final GCC build.
5270 as_fn_error $?
"compiler and assembler with CET support are required for --enable-cet" "$LINENO" 5
5272 # Don't enable CET without CET support for non-bootstrap
5273 # build, in stage1 nor for build support.
5279 CFLAGS
="$cet_save_CFLAGS"
5287 cet_save_CFLAGS
="$CFLAGS"
5288 CFLAGS
="$CFLAGS -fcf-protection=none"
5289 cet_save_LDFLAGS
="$LDFLAGS"
5290 LDFLAGS
="$LDFLAGS -Wl,-z,ibt,-z,shstk"
5291 if test x
$may_have_cet = xyes
; then
5292 # Check whether -fcf-protection=none -Wl,-z,ibt,-z,shstk work.
5293 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5294 /* end confdefs.h. */
5304 if ac_fn_c_try_link
"$LINENO"; then :
5309 rm -f core conftest.err conftest.
$ac_objext \
5310 conftest
$ac_exeext conftest.
$ac_ext
5313 if test x
$may_have_cet = xyes
; then
5314 if test x
$cross_compiling = xno
; then
5315 if test "$cross_compiling" = yes; then :
5316 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5317 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5318 as_fn_error $?
"cannot run test program while cross compiling
5319 See \`config.log' for more details" "$LINENO" 5; }
5321 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5322 /* end confdefs.h. */
5332 if ac_fn_c_try_run
"$LINENO"; then :
5333 have_multi_byte_nop
=yes
5335 have_multi_byte_nop
=no
5337 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
5338 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
5342 if test x
$have_multi_byte_nop = xyes
; then
5343 if test "$cross_compiling" = yes; then :
5344 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5345 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5346 as_fn_error $?
"cannot run test program while cross compiling
5347 See \`config.log' for more details" "$LINENO" 5; }
5349 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5350 /* end confdefs.h. */
5358 __attribute__ ((noinline, noclone))
5359 xxx (void (*f) (void))
5365 __attribute__ ((noinline, noclone))
5379 if ac_fn_c_try_run
"$LINENO"; then :
5384 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
5385 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
5389 if test x
$enable_cet = xno
-a x
$have_cet = xyes
; then
5390 as_fn_error $?
"Intel CET must be enabled on Intel CET enabled host" "$LINENO" 5
5394 # Enable CET in cross compiler if possible so that it will run on both
5395 # CET and non-CET hosts.
5398 if test x
$enable_cet = xyes
; then
5399 CET_HOST_FLAGS
="-fcf-protection"
5400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5401 $as_echo "yes" >&6; }
5403 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5404 $as_echo "no" >&6; }
5406 CFLAGS
="$cet_save_CFLAGS"
5407 LDFLAGS
="$cet_save_LDFLAGS"
5409 case x
$enable_languages in
5421 ac_config_headers
="$ac_config_headers config.h:config.in"
5423 ac_config_files
="$ac_config_files Makefile"
5425 cat >confcache
<<\_ACEOF
5426 # This file is a shell script that caches the results of configure
5427 # tests run on this system so they can be shared between configure
5428 # scripts and configure runs, see configure's option --config-cache.
5429 # It is not useful on other systems. If it contains results you don't
5430 # want to keep, you may remove or edit it.
5432 # config.status only pays attention to the cache file if you give it
5433 # the --recheck option to rerun configure.
5435 # `ac_cv_env_foo' variables (set or unset) will be overridden when
5436 # loading this file, other *unset* `ac_cv_foo' will be assigned the
5441 # The following way of writing the cache mishandles newlines in values,
5442 # but we know of no workaround that is simple, portable, and efficient.
5443 # So, we kill variables containing newlines.
5444 # Ultrix sh set writes to stderr and can't be redirected directly,
5445 # and sets the high bit in the cache file unless we assign to the vars.
5447 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
5448 eval ac_val
=\$
$ac_var
5452 *_cv_
*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
5453 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
5456 _ | IFS | as_nl
) ;; #(
5457 BASH_ARGV | BASH_SOURCE
) eval $ac_var= ;; #(
5458 *) { eval $ac_var=; unset $ac_var;} ;;
5464 case $as_nl`(ac_space=' '; set) 2>&1` in #(
5465 *${as_nl}ac_space
=\
*)
5466 # `set' does not quote correctly, so add quotes: double-quote
5467 # substitution turns \\\\ into \\, and sed turns \\ into \.
5470 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
5473 # `set' quotes correctly as required by POSIX, so do not add quotes.
5474 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
5483 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
5485 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
5487 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
5488 if test -w "$cache_file"; then
5489 if test "x$cache_file" != "x/dev/null"; then
5490 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
5491 $as_echo "$as_me: updating cache $cache_file" >&6;}
5492 if test ! -f "$cache_file" ||
test -h "$cache_file"; then
5493 cat confcache
>"$cache_file"
5495 case $cache_file in #(
5497 mv -f confcache
"$cache_file"$$
&&
5498 mv -f "$cache_file"$$
"$cache_file" ;; #(
5500 mv -f confcache
"$cache_file" ;;
5505 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
5506 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
5511 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
5512 # Let make expand exec_prefix.
5513 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
5515 DEFS
=-DHAVE_CONFIG_H
5520 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
5521 # 1. Remove the extension, and $U if already installed.
5522 ac_script
='s/\$U\././;s/\.o$//;s/\.obj$//'
5523 ac_i
=`$as_echo "$ac_i" | sed "$ac_script"`
5524 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
5525 # will be set to the directory where LIBOBJS objects are built.
5526 as_fn_append ac_libobjs
" \${LIBOBJDIR}$ac_i\$U.$ac_objext"
5527 as_fn_append ac_ltlibobjs
" \${LIBOBJDIR}$ac_i"'$U.lo'
5531 LTLIBOBJS
=$ac_ltlibobjs
5536 : "${CONFIG_STATUS=./config.status}"
5538 ac_clean_files_save
=$ac_clean_files
5539 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
5540 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
5541 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
5543 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
5545 # Generated by $as_me.
5546 # Run this file to recreate the current configuration.
5547 # Compiler output produced by configure, useful for debugging
5548 # configure, is in config.log if it exists.
5554 SHELL=\${CONFIG_SHELL-$SHELL}
5557 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail
=1
5558 ## -------------------- ##
5559 ## M4sh Initialization. ##
5560 ## -------------------- ##
5562 # Be more Bourne compatible
5563 DUALCASE
=1; export DUALCASE
# for MKS sh
5564 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then :
5567 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
5568 # is contrary to our usage. Disable this feature.
5569 alias -g '${1+"$@"}'='"$@"'
5570 setopt NO_GLOB_SUBST
5572 case `(set -o) 2>/dev/null` in #(
5584 # Printing a long string crashes Solaris 7 /usr/bin/printf.
5585 as_echo
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5586 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
5587 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
5588 # Prefer a ksh shell builtin over an external printf program on Solaris,
5589 # but without wasting forks for bash or zsh.
5590 if test -z "$BASH_VERSION$ZSH_VERSION" \
5591 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
5592 as_echo='print
-r --'
5593 as_echo_n='print
-rn --'
5594 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
5595 as_echo='printf %s
\n'
5596 as_echo_n='printf %s
'
5598 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
5599 as_echo_body='eval /usr
/ucb
/echo -n "$1$as_nl"'
5600 as_echo_n='/usr
/ucb
/echo -n'
5602 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
5603 as_echo_n_body='eval
5607 expr "X$arg" : "X\\(.*\\)$as_nl";
5608 arg
=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
5610 expr "X$arg" : "X\\(.*\\)" |
tr -d "$as_nl"
5612 export as_echo_n_body
5613 as_echo_n='sh
-c $as_echo_n_body as_echo
'
5616 as_echo='sh
-c $as_echo_body as_echo
'
5619 # The user is always right.
5620 if test "${PATH_SEPARATOR+set}" != set; then
5622 (PATH='/bin
;/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
5623 (PATH='/bin
:/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
5630 # We need space, tab and new line, in precisely that order. Quoting is
5631 # there to prevent editors from complaining about space-tab.
5632 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
5633 # splitting by setting IFS to empty value.)
5636 # Find who we are. Look in the path if we contain no directory separator.
5639 *[\\/]* ) as_myself=$0 ;;
5640 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5644 test -z "$as_dir" && as_dir=.
5645 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
5651 # We did not find ourselves, most probably we were run as `sh COMMAND'
5652 # in which case we are not to be found in the path.
5653 if test "x$as_myself" = x
; then
5656 if test ! -f "$as_myself"; then
5657 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
5661 # Unset variables that we do not need and which cause bugs (e.g. in
5662 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
5663 # suppresses any "Segmentation fault" message there. '((' could
5664 # trigger a bug in pdksh 5.2.14.
5665 for as_var
in BASH_ENV ENV MAIL MAILPATH
5666 do eval test x\
${$as_var+set} = xset \
5667 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
5680 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
5683 # as_fn_error STATUS ERROR [LINENO LOG_FD]
5684 # ----------------------------------------
5685 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
5686 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
5687 # script with STATUS, using 1 if that was 0.
5690 as_status
=$1; test $as_status -eq 0 && as_status
=1
5692 as_lineno
=${as_lineno-"$3"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
5693 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
5695 $as_echo "$as_me: error: $2" >&2
5696 as_fn_exit
$as_status
5700 # as_fn_set_status STATUS
5701 # -----------------------
5702 # Set $? to STATUS, without forking.
5706 } # as_fn_set_status
5710 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
5720 # Portably unset VAR.
5723 { eval $1=; unset $1;}
5725 as_unset
=as_fn_unset
5726 # as_fn_append VAR VALUE
5727 # ----------------------
5728 # Append the text in VALUE to the end of the definition contained in VAR. Take
5729 # advantage of any shell optimizations that allow amortized linear growth over
5730 # repeated appends, instead of the typical quadratic growth present in naive
5732 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
5733 eval 'as_fn_append ()
5744 # as_fn_arith ARG...
5745 # ------------------
5746 # Perform arithmetic evaluation on the ARGs, and store the result in the
5747 # global $as_val. Take advantage of shells that can avoid forks. The arguments
5748 # must be portable across $(()) and expr.
5749 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
5750 eval 'as_fn_arith ()
5757 as_val
=`expr "$@" || test $? -eq 1`
5762 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
5763 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
5769 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
5770 as_basename
=basename
5775 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
5781 as_me
=`$as_basename -- "$0" ||
5782 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
5783 X"$0" : 'X\(//\)$' \| \
5784 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
5786 sed '/^.*\/\([^/][^/]*\)\/*$/{
5800 # Avoid depending upon Character Ranges.
5801 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
5802 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
5803 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
5804 as_cr_digits
='0123456789'
5805 as_cr_alnum
=$as_cr_Letters$as_cr_digits
5807 ECHO_C
= ECHO_N
= ECHO_T
=
5808 case `echo -n x` in #(((((
5810 case `echo 'xy\c'` in
5811 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
5813 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
5820 rm -f conf$$ conf$$.exe conf$$.
file
5821 if test -d conf$$.dir
; then
5822 rm -f conf$$.dir
/conf$$.
file
5825 mkdir conf$$.dir
2>/dev
/null
5827 if (echo >conf$$.
file) 2>/dev
/null
; then
5828 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
5830 # ... but there are two gotchas:
5831 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
5832 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
5833 # In both cases, we have to default to `cp -pR'.
5834 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
5836 elif ln conf$$.
file conf$$
2>/dev
/null
; then
5844 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
5845 rmdir conf$$.dir
2>/dev
/null
5850 # Create "$as_dir" as a directory, including parents if necessary.
5855 -*) as_dir
=.
/$as_dir;;
5857 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
5861 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
5862 *) as_qdir
=$as_dir;;
5864 as_dirs
="'$as_qdir' $as_dirs"
5865 as_dir
=`$as_dirname -- "$as_dir" ||
5866 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
5867 X"$as_dir" : 'X\(//\)[^/]' \| \
5868 X"$as_dir" : 'X\(//\)$' \| \
5869 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
5870 $as_echo X"$as_dir" |
5871 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
5888 test -d "$as_dir" && break
5890 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
5891 } ||
test -d "$as_dir" || as_fn_error $?
"cannot create directory $as_dir"
5895 if mkdir
-p .
2>/dev
/null
; then
5896 as_mkdir_p
='mkdir -p "$as_dir"'
5898 test -d .
/-p && rmdir .
/-p
5903 # as_fn_executable_p FILE
5904 # -----------------------
5905 # Test if FILE is an executable regular file.
5906 as_fn_executable_p
()
5908 test -f "$1" && test -x "$1"
5909 } # as_fn_executable_p
5911 as_executable_p
=as_fn_executable_p
5913 # Sed expression to map a string onto a valid CPP name.
5914 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
5916 # Sed expression to map a string onto a valid variable name.
5917 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
5921 ## ----------------------------------- ##
5922 ## Main body of $CONFIG_STATUS script. ##
5923 ## ----------------------------------- ##
5925 test $as_write_fail = 0 && chmod +x
$CONFIG_STATUS || ac_write_fail
=1
5927 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
5928 # Save the log message, to keep $0 and so on meaningful, and to
5929 # report actual input values of CONFIG_FILES etc. instead of their
5930 # values after options handling.
5932 This file was extended by libdecnumber $as_me , which was
5933 generated by GNU Autoconf 2.69. Invocation command line was
5935 CONFIG_FILES = $CONFIG_FILES
5936 CONFIG_HEADERS = $CONFIG_HEADERS
5937 CONFIG_LINKS = $CONFIG_LINKS
5938 CONFIG_COMMANDS = $CONFIG_COMMANDS
5941 on `(hostname || uname -n) 2>/dev/null | sed 1q`
5946 case $ac_config_files in *"
5947 "*) set x
$ac_config_files; shift; ac_config_files
=$
*;;
5950 case $ac_config_headers in *"
5951 "*) set x
$ac_config_headers; shift; ac_config_headers
=$
*;;
5955 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5956 # Files that config.status was made for.
5957 config_files="$ac_config_files"
5958 config_headers="$ac_config_headers"
5959 config_commands="$ac_config_commands"
5963 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
5965 \`$as_me' instantiates files and other configuration actions
5966 from templates according to the current configuration. Unless the files
5967 and actions are specified as TAGs, all are instantiated by default.
5969 Usage: $0 [OPTION]... [TAG]...
5971 -h, --help print this help, then exit
5972 -V, --version print version number and configuration settings, then exit
5973 --config print configuration, then exit
5974 -q, --quiet, --silent
5975 do not print progress messages
5976 -d, --debug don't remove temporary files
5977 --recheck update $as_me by reconfiguring in the same conditions
5978 --file=FILE[:TEMPLATE]
5979 instantiate the configuration file FILE
5980 --header=FILE[:TEMPLATE]
5981 instantiate the configuration header FILE
5983 Configuration files:
5986 Configuration headers:
5989 Configuration commands:
5992 Report bugs to <gcc-bugs@gcc.gnu.org>."
5995 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5996 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
5998 libdecnumber config.status
5999 configured by $0, generated by GNU Autoconf 2.69,
6000 with options \\"\$ac_cs_config\\"
6002 Copyright (C) 2012 Free Software Foundation, Inc.
6003 This config.status script is free software; the Free Software Foundation
6004 gives unlimited permission to copy, distribute and modify it."
6008 test -n "\$AWK" || AWK=awk
6011 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
6012 # The default lists apply if the user does not specify any file.
6018 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
6019 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
6023 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
6035 # Handling of the options.
6036 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
6038 --version |
--versio |
--versi |
--vers |
--ver |
--ve |
--v |
-V )
6039 $as_echo "$ac_cs_version"; exit ;;
6040 --config |
--confi |
--conf |
--con |
--co |
--c )
6041 $as_echo "$ac_cs_config"; exit ;;
6042 --debug |
--debu |
--deb |
--de |
--d |
-d )
6044 --file |
--fil |
--fi |
--f )
6047 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
6048 '') as_fn_error $?
"missing file argument" ;;
6050 as_fn_append CONFIG_FILES
" '$ac_optarg'"
6051 ac_need_defaults
=false
;;
6052 --header |
--heade |
--head |
--hea )
6055 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
6057 as_fn_append CONFIG_HEADERS
" '$ac_optarg'"
6058 ac_need_defaults
=false
;;
6060 # Conflict between --help and --header
6061 as_fn_error $?
"ambiguous option: \`$1'
6062 Try \`$0 --help' for more information.";;
6063 --help |
--hel |
-h )
6064 $as_echo "$ac_cs_usage"; exit ;;
6065 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
6066 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
6070 -*) as_fn_error $?
"unrecognized option: \`$1'
6071 Try \`$0 --help' for more information." ;;
6073 *) as_fn_append ac_config_targets
" $1"
6074 ac_need_defaults
=false
;;
6080 ac_configure_extra_args
=
6082 if $ac_cs_silent; then
6084 ac_configure_extra_args
="$ac_configure_extra_args --silent"
6088 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
6089 if \$ac_cs_recheck; then
6090 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
6092 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
6093 CONFIG_SHELL='$SHELL'
6099 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
6103 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
6104 ## Running $as_me. ##
6110 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
6117 acx_cv_header_stdint="$acx_cv_header_stdint"
6118 acx_cv_type_int8_t="$acx_cv_type_int8_t"
6119 acx_cv_type_int16_t="$acx_cv_type_int16_t"
6120 acx_cv_type_int32_t="$acx_cv_type_int32_t"
6121 acx_cv_type_int64_t="$acx_cv_type_int64_t"
6122 acx_cv_type_intptr_t="$acx_cv_type_intptr_t"
6123 ac_cv_type_uintmax_t="$ac_cv_type_uintmax_t"
6124 ac_cv_type_uintptr_t="$ac_cv_type_uintptr_t"
6125 ac_cv_type_uint64_t="$ac_cv_type_uint64_t"
6126 ac_cv_type_u_int64_t="$ac_cv_type_u_int64_t"
6127 ac_cv_type_u_int32_t="$ac_cv_type_u_int32_t"
6128 ac_cv_type_int_least32_t="$ac_cv_type_int_least32_t"
6129 ac_cv_type_int_fast32_t="$ac_cv_type_int_fast32_t"
6130 ac_cv_sizeof_void_p="$ac_cv_sizeof_void_p"
6135 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
6137 # Handling of arguments.
6138 for ac_config_target
in $ac_config_targets
6140 case $ac_config_target in
6141 "gstdint.h") CONFIG_COMMANDS
="$CONFIG_COMMANDS gstdint.h" ;;
6142 "config.h") CONFIG_HEADERS
="$CONFIG_HEADERS config.h:config.in" ;;
6143 "Makefile") CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
6145 *) as_fn_error $?
"invalid argument: \`$ac_config_target'" "$LINENO" 5;;
6150 # If the user did not use the arguments to specify the items to instantiate,
6151 # then the envvar interface is used. Set only those that are not.
6152 # We use the long form for the default assignment because of an extremely
6153 # bizarre bug on SunOS 4.1.3.
6154 if $ac_need_defaults; then
6155 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
6156 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
6157 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
6160 # Have a temporary directory for convenience. Make it in the build tree
6161 # simply because there is no reason against having it here, and in addition,
6162 # creating and moving files from /tmp can sometimes cause problems.
6163 # Hook for its removal unless debugging.
6164 # Note that there is a small window in which the directory will not be cleaned:
6165 # after its creation but before its name has been assigned to `$tmp'.
6169 trap 'exit_status=$?
6171 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
6173 trap 'as_fn_exit 1' 1 2 13 15
6175 # Create a (secure) tmp directory for tmp files.
6178 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
6182 tmp
=.
/conf$$
-$RANDOM
6183 (umask 077 && mkdir
"$tmp")
6184 } || as_fn_error $?
"cannot create a temporary directory in ." "$LINENO" 5
6187 # Set up the scripts for CONFIG_FILES section.
6188 # No need to generate them if there are no CONFIG_FILES.
6189 # This happens for instance with `./config.status config.h'.
6190 if test -n "$CONFIG_FILES"; then
6193 ac_cr
=`echo X | tr X '\015'`
6194 # On cygwin, bash can eat \r inside `` if the user requested igncr.
6195 # But we know of no other shell where ac_cr would be empty at this
6196 # point, so we can use a bashism as a fallback.
6197 if test "x$ac_cr" = x
; then
6198 eval ac_cr
=\$
\'\\r
\'
6200 ac_cs_awk_cr
=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
6201 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
6207 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
6212 echo "cat >conf$$subs.awk <<_ACEOF" &&
6213 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
6216 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
6217 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
6219 for ac_last_try in false false false false false :; do
6220 . ./conf$$subs.sh ||
6221 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
6223 ac_delim_n=`sed -n "s
/.
*$ac_delim\$
/X
/p
" conf$$subs.awk | grep -c X`
6224 if test $ac_delim_n = $ac_delim_num; then
6226 elif $ac_last_try; then
6227 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
6229 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
6234 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
6235 cat >>"\
$ac_tmp/subs1.
awk" <<\\_ACAWK &&
6239 s/^/S["/; s
/!.
*/"]=/
6249 s/\(.\{148\}\)..*/\1/
6251 s/["\\]/\\&/g
; s
/^
/"/; s/$/\\n"\\/
6256 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
6263 s/\(.\{148\}\)..*/\1/
6265 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/
6269 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
6274 ' <conf$$subs.awk | sed '
6279 ' >>$CONFIG_STATUS || ac_write_fail=1
6280 rm -f conf$$subs.awk
6281 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
6283 cat >>"\
$ac_tmp/subs1.
awk" <<_ACAWK &&
6284 for (key in S) S_is_set[key] = 1
6290 nfields = split(line, field, "@
")
6292 len = length(field[1])
6293 for (i = 2; i < nfields; i++) {
6295 keylen = length(key)
6296 if (S_is_set[key]) {
6298 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
6299 len += length(value) + length(field[++i])
6310 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
6311 if sed "s
/$ac_cr//" < /dev/null > /dev/null 2>&1; then
6312 sed "s
/$ac_cr\$
//; s
/$ac_cr/$ac_cs_awk_cr/g
"
6315 fi < "$ac_tmp/subs1.
awk" > "$ac_tmp/subs.
awk" \
6316 || as_fn_error $? "could not setup config files machinery
" "$LINENO" 5
6319 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
6320 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".
", strip leading and
6321 # trailing colons and then remove the whole line if VPATH becomes empty
6322 # (actually we leave an empty line to preserve line numbers).
6323 if test "x
$srcdir" = x.; then
6324 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
6342 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
6343 fi # test -n "$CONFIG_FILES"
6345 # Set up the scripts for CONFIG_HEADERS section.
6346 # No need to generate them if there are no CONFIG_HEADERS.
6347 # This happens for instance with `./config.status Makefile'.
6348 if test -n "$CONFIG_HEADERS"; then
6349 cat >"$ac_tmp/defines.
awk" <<\_ACAWK ||
6353 # Transform confdefs.h into an awk script `defines.awk', embedded as
6354 # here-document in config.status, that substitutes the proper values into
6355 # config.h.in to produce config.h.
6357 # Create a delimiter string that does not exist in confdefs.h, to ease
6358 # handling of long lines.
6360 for ac_last_try in false false :; do
6361 ac_tt=`sed -n "/$ac_delim/p
" confdefs.h`
6362 if test -z "$ac_tt"; then
6364 elif $ac_last_try; then
6365 as_fn_error $? "could not
make $CONFIG_HEADERS" "$LINENO" 5
6367 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
6371 # For the awk script, D is an array of macro values keyed by name,
6372 # likewise P contains macro parameters if any. Preserve backslash
6373 # newline sequences.
6375 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
6377 s/.\{148\}/&'"$ac_delim"'/g
6380 s/^[ ]*#[ ]*define[ ][ ]*/ /
6387 s
/^ \
('"$ac_word_re"'\
)\
(([^
()]*)\
)[ ]*\
(.
*\
)/P
["\1"]="\2"\
6389 s
/^ \
('"$ac_word_re"'\
)[ ]*\
(.
*\
)/D
["\1"]=" \2"/p
6393 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\
1"]="\
2"\
6394 D["\
1"]=" \
3\\\\\\n
"\\/p
6396 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\
1"]=" \
2\\\\\\n
"\\/p
6401 s/.\{148\}/&'"$ac_delim"'/g
6406 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/p
6409 s
/["\\]/\\&/g; s/^/"/; s
/$
/\\\\\\n
"\\/p
6411 ' <confdefs.h | sed '
6412 s/'"$ac_delim"'/"\\\
6413 "/g' >>$CONFIG_STATUS || ac_write_fail=1
6415 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
6416 for (key in D) D_is_set[key] = 1
6419 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
6421 split(line, arg, " ")
6422 if (arg[1] == "#") {
6426 defundef
= substr
(arg
[1], 2)
6429 split(mac1
, mac2
, "(") #)
6431 prefix
= substr
(line
, 1, index
(line
, defundef
) - 1)
6432 if (D_is_set
[macro
]) {
6433 # Preserve the white space surrounding the "#".
6434 print prefix
"define", macro P
[macro
] D
[macro
]
6437 # Replace #undef with comments. This is necessary, for example,
6438 # in the case of _POSIX_SOURCE, which is predefined and required
6439 # on some systems where configure will not decide to define it.
6440 if (defundef
== "undef") {
6441 print
"/*", prefix defundef
, macro
, "*/"
6449 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
6450 as_fn_error $?
"could not setup config headers machinery" "$LINENO" 5
6451 fi # test -n "$CONFIG_HEADERS"
6454 eval set X
" :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
6459 :[FHLC
]) ac_mode
=$ac_tag; continue;;
6461 case $ac_mode$ac_tag in
6463 :L
* |
:C
*:*) as_fn_error $?
"invalid tag \`$ac_tag'" "$LINENO" 5;;
6464 :[FH
]-) ac_tag
=-:-;;
6465 :[FH
]*) ac_tag
=$ac_tag:$ac_tag.
in;;
6482 -) ac_f
="$ac_tmp/stdin";;
6483 *) # Look for the file first in the build tree, then in the source tree
6484 # (if the path is not absolute). The absolute path cannot be DOS-style,
6485 # because $ac_f cannot contain `:'.
6489 *) test -f "$srcdir/$ac_f" && ac_f
="$srcdir/$ac_f";;
6491 as_fn_error
1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
6493 case $ac_f in *\'*) ac_f
=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
6494 as_fn_append ac_file_inputs
" '$ac_f'"
6497 # Let's still pretend it is `configure' which instantiates (i.e., don't
6498 # use $as_me), people would be surprised to read:
6499 # /* config.h. Generated by config.status. */
6500 configure_input
='Generated from '`
6501 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
6503 if test x
"$ac_file" != x-
; then
6504 configure_input
="$ac_file. $configure_input"
6505 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
6506 $as_echo "$as_me: creating $ac_file" >&6;}
6508 # Neutralize special characters interpreted by sed in replacement strings.
6509 case $configure_input in #(
6510 *\
&* |
*\|
* |
*\\* )
6511 ac_sed_conf_input
=`$as_echo "$configure_input" |
6512 sed 's/[\\\\&|]/\\\\&/g'`;; #(
6513 *) ac_sed_conf_input
=$configure_input;;
6517 *:-:* |
*:-) cat >"$ac_tmp/stdin" \
6518 || as_fn_error $?
"could not create $ac_file" "$LINENO" 5 ;;
6523 ac_dir
=`$as_dirname -- "$ac_file" ||
6524 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6525 X"$ac_file" : 'X\(//\)[^/]' \| \
6526 X"$ac_file" : 'X\(//\)$' \| \
6527 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
6528 $as_echo X"$ac_file" |
6529 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
6546 as_dir
="$ac_dir"; as_fn_mkdir_p
6550 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
6552 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
6553 # A ".." for each directory in $ac_dir_suffix.
6554 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
6555 case $ac_top_builddir_sub in
6556 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
6557 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
6560 ac_abs_top_builddir
=$ac_pwd
6561 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
6562 # for backward compatibility:
6563 ac_top_builddir
=$ac_top_build_prefix
6566 .
) # We are building in place.
6568 ac_top_srcdir
=$ac_top_builddir_sub
6569 ac_abs_top_srcdir
=$ac_pwd ;;
6570 [\\/]* | ?
:[\\/]* ) # Absolute name.
6571 ac_srcdir
=$srcdir$ac_dir_suffix;
6572 ac_top_srcdir
=$srcdir
6573 ac_abs_top_srcdir
=$srcdir ;;
6575 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
6576 ac_top_srcdir
=$ac_top_build_prefix$srcdir
6577 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
6579 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
6590 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
6591 # If the template does not know about datarootdir, expand it.
6592 # FIXME: This hack should be removed a few years after 2.60.
6593 ac_datarootdir_hack
=; ac_datarootdir_seen
=
6604 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
6605 *datarootdir
*) ac_datarootdir_seen
=yes;;
6606 *@datadir@
*|
*@docdir@
*|
*@infodir@
*|
*@localedir@
*|
*@mandir@
*)
6607 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
6608 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
6610 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
6611 ac_datarootdir_hack='
6612 s&@datadir@&$datadir&g
6613 s&@docdir@&$docdir&g
6614 s&@infodir@&$infodir&g
6615 s&@localedir@&$localedir&g
6616 s&@mandir@&$mandir&g
6617 s&\\\${datarootdir}&$datarootdir&g' ;;
6621 # Neutralize VPATH when `$srcdir' = `.'.
6622 # Shell code in configure.ac might set extrasub.
6623 # FIXME: do we really want to maintain this feature?
6624 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
6625 ac_sed_extra="$ac_vpsub
6628 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
6630 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
6631 s|@configure_input@|
$ac_sed_conf_input|
;t t
6632 s
&@top_builddir@
&$ac_top_builddir_sub&;t t
6633 s
&@top_build_prefix@
&$ac_top_build_prefix&;t t
6634 s
&@srcdir@
&$ac_srcdir&;t t
6635 s
&@abs_srcdir@
&$ac_abs_srcdir&;t t
6636 s
&@top_srcdir@
&$ac_top_srcdir&;t t
6637 s
&@abs_top_srcdir@
&$ac_abs_top_srcdir&;t t
6638 s
&@builddir@
&$ac_builddir&;t t
6639 s
&@abs_builddir@
&$ac_abs_builddir&;t t
6640 s
&@abs_top_builddir@
&$ac_abs_top_builddir&;t t
6641 $ac_datarootdir_hack
6643 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.
awk" \
6644 >$ac_tmp/out || as_fn_error $? "could not create
$ac_file" "$LINENO" 5
6646 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
6647 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out
"`; test -n "$ac_out"; } &&
6648 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
6649 "$ac_tmp/out
"`; test -z "$ac_out"; } &&
6650 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: $ac_file contains a reference to the variable \
`datarootdir'
6651 which seems to be undefined. Please make sure it is defined" >&5
6652 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir
'
6653 which seems to be undefined. Please make sure it is defined" >&2;}
6655 rm -f "$ac_tmp/stdin"
6657 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
6658 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
6660 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
6666 if test x"$ac_file" != x-; then
6668 $as_echo "/* $configure_input */" \
6669 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
6670 } >"$ac_tmp/config.h" \
6671 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
6672 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
6673 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
6674 $as_echo "$as_me: $ac_file is unchanged" >&6;}
6677 mv "$ac_tmp/config.h" "$ac_file" \
6678 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
6681 $as_echo "/* $configure_input */" \
6682 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
6683 || as_fn_error $? "could not create -" "$LINENO" 5
6687 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
6688 $as_echo "$as_me: executing $ac_file commands" >&6;}
6693 case $ac_file$ac_mode in
6695 if test "$GCC" = yes; then
6696 echo "/* generated for " `$CC --version | sed 1q` "*/" > tmp-stdint.h
6698 echo "/* generated for $CC */" > tmp-stdint.h
6701 sed 's
/^
*//' >> tmp-stdint.h <<EOF
6703 #ifndef GCC_GENERATED_STDINT_H
6704 #define GCC_GENERATED_STDINT_H 1
6706 #include <sys/types.h>
6709 if test "$acx_cv_header_stdint" != stdint.h; then
6710 echo "#include <stddef.h>" >> tmp-stdint.h
6712 if test "$acx_cv_header_stdint" != stddef.h; then
6713 echo "#include <$acx_cv_header_stdint>" >> tmp-stdint.h
6716 sed 's
/^
*//' >> tmp-stdint.h <<EOF
6717 /* glibc uses these symbols as guards to prevent redefinitions. */
6718 #ifdef __int8_t_defined
6723 #ifdef __uint32_t_defined
6729 # ----------------- done header, emit basic int types -------------
6730 if test "$acx_cv_header_stdint" = stddef.h; then
6731 sed 's
/^
*//' >> tmp-stdint.h <<EOF
6735 #ifndef __uint8_t_defined
6736 #define __uint8_t_defined
6738 typedef unsigned $acx_cv_type_int8_t uint8_t;
6745 #ifndef __uint16_t_defined
6746 #define __uint16_t_defined
6748 typedef unsigned $acx_cv_type_int16_t uint16_t;
6755 #ifndef __uint32_t_defined
6756 #define __uint32_t_defined
6758 typedef unsigned $acx_cv_type_int32_t uint32_t;
6765 #ifndef __int8_t_defined
6766 #define __int8_t_defined
6768 typedef $acx_cv_type_int8_t int8_t;
6775 #ifndef __int16_t_defined
6776 #define __int16_t_defined
6778 typedef $acx_cv_type_int16_t int16_t;
6785 #ifndef __int32_t_defined
6786 #define __int32_t_defined
6788 typedef $acx_cv_type_int32_t int32_t;
6793 elif test "$ac_cv_type_u_int32_t" = yes; then
6794 sed 's
/^
*//' >> tmp-stdint.h <<EOF
6796 /* int8_t int16_t int32_t defined by inet code, we do the u_intXX types */
6809 #ifndef __uint8_t_defined
6810 #define __uint8_t_defined
6812 typedef u_int8_t uint8_t;
6819 #ifndef __uint16_t_defined
6820 #define __uint16_t_defined
6822 typedef u_int16_t uint16_t;
6829 #ifndef __uint32_t_defined
6830 #define __uint32_t_defined
6832 typedef u_int32_t uint32_t;
6838 sed 's
/^
*//' >> tmp-stdint.h <<EOF
6840 /* Some systems have guard macros to prevent redefinitions, define them. */
6862 # ------------- done basic int types, emit int64_t types ------------
6863 if test "$ac_cv_type_uint64_t" = yes; then
6864 sed 's
/^
*//' >> tmp-stdint.h <<EOF
6866 /* system headers have good uint64_t and int64_t */
6874 elif test "$ac_cv_type_u_int64_t" = yes; then
6875 sed 's
/^
*//' >> tmp-stdint.h <<EOF
6877 /* system headers have an u_int64_t (and int64_t) */
6883 #ifndef __uint64_t_defined
6884 #define __uint64_t_defined
6886 typedef u_int64_t uint64_t;
6891 elif test -n "$acx_cv_type_int64_t"; then
6892 sed 's
/^
*//' >> tmp-stdint.h <<EOF
6894 /* architecture has a 64-bit type, $acx_cv_type_int64_t */
6898 typedef $acx_cv_type_int64_t int64_t;
6903 #ifndef __uint64_t_defined
6904 #define __uint64_t_defined
6906 typedef unsigned $acx_cv_type_int64_t uint64_t;
6912 sed 's
/^
*//' >> tmp-stdint.h <<EOF
6914 /* some common heuristics for int64_t, using compiler-specific tests */
6915 #if defined __STDC_VERSION__ && (__STDC_VERSION__-0) >= 199901L
6918 #ifndef __int64_t_defined
6920 typedef long long int64_t;
6927 typedef unsigned long long uint64_t;
6931 #elif defined __GNUC__ && defined (__STDC__) && __STDC__-0
6932 /* NextStep 2.0 cc is really gcc 1.93 but it defines __GNUC__ = 2 and
6933 does not implement __extension__. But that compiler doesn't define
6935 # if __GNUC__ < 2 || (__NeXT__ && !__GNUC_MINOR__)
6936 # define __extension__
6942 __extension__ typedef long long int64_t
;
6948 __extension__ typedef unsigned long long uint64_t
;
6952 #elif !defined __STRICT_ANSI__
6953 # if defined _MSC_VER || defined __WATCOMC__ || defined __BORLANDC__
6958 typedef __int64 int64_t
;
6964 typedef unsigned __int64 uint64_t
;
6967 # endif /* compiler */
6969 #endif /* ANSI version */
6973 # ------------- done int64_t types, emit intptr types ------------
6974 if test "$ac_cv_type_uintptr_t" != yes; then
6975 sed 's/^ *//' >> tmp-stdint.h
<<EOF
6977 /* Define intptr_t based on sizeof(void*) = $ac_cv_sizeof_void_p */
6978 #ifndef __uintptr_t_defined
6980 typedef u$acx_cv_type_intptr_t uintptr_t;
6983 #ifndef __intptr_t_defined
6985 typedef $acx_cv_type_intptr_t intptr_t;
6991 # ------------- done intptr types, emit int_least types ------------
6992 if test "$ac_cv_type_int_least32_t" != yes; then
6993 sed 's/^ *//' >> tmp-stdint.h
<<EOF
6995 /* Define int_least types */
6996 typedef int8_t int_least8_t;
6997 typedef int16_t int_least16_t;
6998 typedef int32_t int_least32_t;
7000 typedef int64_t int_least64_t;
7003 typedef uint8_t uint_least8_t;
7004 typedef uint16_t uint_least16_t;
7005 typedef uint32_t uint_least32_t;
7007 typedef uint64_t uint_least64_t;
7012 # ------------- done intptr types, emit int_fast types ------------
7013 if test "$ac_cv_type_int_fast32_t" != yes; then
7014 sed 's/^ *//' >> tmp-stdint.h
<<EOF
7016 /* Define int_fast types. short is often slow */
7017 typedef int8_t int_fast8_t;
7018 typedef int int_fast16_t;
7019 typedef int32_t int_fast32_t;
7021 typedef int64_t int_fast64_t;
7024 typedef uint8_t uint_fast8_t;
7025 typedef unsigned int uint_fast16_t;
7026 typedef uint32_t uint_fast32_t;
7028 typedef uint64_t uint_fast64_t;
7033 if test "$ac_cv_type_uintmax_t" != yes; then
7034 sed 's/^ *//' >> tmp-stdint.h
<<EOF
7036 /* Define intmax based on what we found */
7039 typedef int64_t intmax_t;
7041 typedef long intmax_t;
7046 typedef uint64_t uintmax_t;
7048 typedef unsigned long uintmax_t;
7054 sed 's/^ *//' >> tmp-stdint.h
<<EOF
7056 #endif /* GCC_GENERATED_STDINT_H */
7059 if test -r gstdint.h
&& cmp -s tmp-stdint.h gstdint.h
; then
7062 mv -f tmp-stdint.h gstdint.h
7066 "config.h":H
) echo timestamp
> stamp-h1
;;
7074 ac_clean_files
=$ac_clean_files_save
7076 test $ac_write_fail = 0 ||
7077 as_fn_error $?
"write failure creating $CONFIG_STATUS" "$LINENO" 5
7080 # configure is writing to config.log, and then calls config.status.
7081 # config.status does its own redirection, appending to config.log.
7082 # Unfortunately, on DOS this fails, as config.log is still kept open
7083 # by configure, so config.status won't be able to write to it; its
7084 # output is simply discarded. So we exec the FD to /dev/null,
7085 # effectively closing config.log, so it can be properly (re)opened and
7086 # appended to by config.status. When coming back to configure, we
7087 # need to make the FD available again.
7088 if test "$no_create" != yes; then
7090 ac_config_status_args
=
7091 test "$silent" = yes &&
7092 ac_config_status_args
="$ac_config_status_args --quiet"
7094 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
7096 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
7097 # would make configure fail if this is the last instruction.
7098 $ac_cs_success || as_fn_exit
1
7100 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no
; then
7101 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
7102 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}