2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69.
6 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
9 # This configure script is free software; the Free Software Foundation
10 # gives unlimited permission to copy, distribute and modify it.
11 ## -------------------- ##
12 ## M4sh Initialization. ##
13 ## -------------------- ##
15 # Be more Bourne compatible
16 DUALCASE
=1; export DUALCASE
# for MKS sh
17 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then :
20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
25 case `(set -o) 2>/dev/null` in #(
37 # Printing a long string crashes Solaris 7 /usr/bin/printf.
38 as_echo
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41 # Prefer a ksh shell builtin over an external printf program on Solaris,
42 # but without wasting forks for bash or zsh.
43 if test -z "$BASH_VERSION$ZSH_VERSION" \
44 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
46 as_echo_n='print
-rn --'
47 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
51 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52 as_echo_body='eval /usr
/ucb
/echo -n "$1$as_nl"'
53 as_echo_n='/usr
/ucb
/echo -n'
55 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
60 expr "X$arg" : "X\\(.*\\)$as_nl";
61 arg
=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
63 expr "X$arg" : "X\\(.*\\)" |
tr -d "$as_nl"
66 as_echo_n='sh
-c $as_echo_n_body as_echo
'
69 as_echo='sh
-c $as_echo_body as_echo
'
72 # The user is always right.
73 if test "${PATH_SEPARATOR+set}" != set; then
75 (PATH='/bin
;/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76 (PATH='/bin
:/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
83 # We need space, tab and new line, in precisely that order. Quoting is
84 # there to prevent editors from complaining about space-tab.
85 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
86 # splitting by setting IFS to empty value.)
89 # Find who we are. Look in the path if we contain no directory separator.
92 *[\\/]* ) as_myself=$0 ;;
93 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
97 test -z "$as_dir" && as_dir=.
98 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
104 # We did not find ourselves, most probably we were run as `sh COMMAND'
105 # in which case we are not to be found in the path.
106 if test "x$as_myself" = x
; then
109 if test ! -f "$as_myself"; then
110 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
114 # Unset variables that we do not need and which cause bugs (e.g. in
115 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
116 # suppresses any "Segmentation fault" message there. '((' could
117 # trigger a bug in pdksh 5.2.14.
118 for as_var
in BASH_ENV ENV MAIL MAILPATH
119 do eval test x\
${$as_var+set} = xset \
120 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
133 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
135 # Use a proper internal environment variable to ensure we don't fall
136 # into an infinite loop, continuously re-executing ourselves.
137 if test x
"${_as_can_reexec}" != xno
&& test "x$CONFIG_SHELL" != x
; then
138 _as_can_reexec
=no
; export _as_can_reexec
;
139 # We cannot yet assume a decent shell, so we have to provide a
140 # neutralization value for shells without unset; and this also
141 # works around shells that cannot unset nonexistent variables.
142 # Preserve -v and -x to the replacement shell.
145 (unset BASH_ENV
) >/dev
/null
2>&1 && unset BASH_ENV ENV
147 *v
*x
* |
*x
*v
* ) as_opts
=-vx ;;
152 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
153 # Admittedly, this is quite paranoid, since all the known shells bail
154 # out after a failed `exec'.
155 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
158 # We don't want this to propagate to other subprocesses.
159 { _as_can_reexec
=; unset _as_can_reexec
;}
160 if test "x$CONFIG_SHELL" = x
; then
161 as_bourne_compatible
="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
164 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
165 # is contrary to our usage. Disable this feature.
166 alias -g '\${1+\"\$@\"}'='\"\$@\"'
169 case \`(set -o) 2>/dev/null\` in #(
177 as_required
="as_fn_return () { (exit \$1); }
178 as_fn_success () { as_fn_return 0; }
179 as_fn_failure () { as_fn_return 1; }
180 as_fn_ret_success () { return 0; }
181 as_fn_ret_failure () { return 1; }
184 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
185 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
186 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
187 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
188 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
191 exitcode=1; echo positional parameters were not saved.
193 test x\$exitcode = x0 || exit 1
195 as_suggested
=" as_lineno_1=";as_suggested
=$as_suggested$LINENO;as_suggested
=$as_suggested" as_lineno_1a=\$LINENO
196 as_lineno_2=";as_suggested
=$as_suggested$LINENO;as_suggested
=$as_suggested" as_lineno_2a=\$LINENO
197 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
198 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1"
199 if (eval "$as_required") 2>/dev
/null
; then :
204 if test x
$as_have_required = xyes
&& (eval "$as_suggested") 2>/dev
/null
; then :
207 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
209 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
212 test -z "$as_dir" && as_dir
=.
216 for as_base
in sh bash ksh sh5
; do
217 # Try only shells that exist, to save several forks.
218 as_shell
=$as_dir/$as_base
219 if { test -f "$as_shell" ||
test -f "$as_shell.exe"; } &&
220 { $as_echo "$as_bourne_compatible""$as_required" | as_run
=a
"$as_shell"; } 2>/dev
/null
; then :
221 CONFIG_SHELL
=$as_shell as_have_required
=yes
222 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run
=a
"$as_shell"; } 2>/dev
/null
; then :
230 $as_found ||
{ if { test -f "$SHELL" ||
test -f "$SHELL.exe"; } &&
231 { $as_echo "$as_bourne_compatible""$as_required" | as_run
=a
"$SHELL"; } 2>/dev
/null
; then :
232 CONFIG_SHELL
=$SHELL as_have_required
=yes
237 if test "x$CONFIG_SHELL" != x
; then :
239 # We cannot yet assume a decent shell, so we have to provide a
240 # neutralization value for shells without unset; and this also
241 # works around shells that cannot unset nonexistent variables.
242 # Preserve -v and -x to the replacement shell.
245 (unset BASH_ENV
) >/dev
/null
2>&1 && unset BASH_ENV ENV
247 *v
*x
* |
*x
*v
* ) as_opts
=-vx ;;
252 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
253 # Admittedly, this is quite paranoid, since all the known shells bail
254 # out after a failed `exec'.
255 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
259 if test x
$as_have_required = xno
; then :
260 $as_echo "$0: This script requires a shell more modern than all"
261 $as_echo "$0: the shells that I found on your system."
262 if test x
${ZSH_VERSION+set} = xset
; then
263 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
264 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
266 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
267 $0: including any error possibly output before this
268 $0: message. Then install a modern shell, or manually run
269 $0: the script under such a shell if you do have one."
275 SHELL
=${CONFIG_SHELL-/bin/sh}
277 # Unset more variables known to interfere with behavior of common tools.
278 CLICOLOR_FORCE
= GREP_OPTIONS
=
279 unset CLICOLOR_FORCE GREP_OPTIONS
281 ## --------------------- ##
282 ## M4sh Shell Functions. ##
283 ## --------------------- ##
286 # Portably unset VAR.
289 { eval $1=; unset $1;}
293 # as_fn_set_status STATUS
294 # -----------------------
295 # Set $? to STATUS, without forking.
303 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
313 # Create "$as_dir" as a directory, including parents if necessary.
318 -*) as_dir
=.
/$as_dir;;
320 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
324 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
327 as_dirs
="'$as_qdir' $as_dirs"
328 as_dir
=`$as_dirname -- "$as_dir" ||
329 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
330 X"$as_dir" : 'X\(//\)[^/]' \| \
331 X"$as_dir" : 'X\(//\)$' \| \
332 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
333 $as_echo X"$as_dir" |
334 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
351 test -d "$as_dir" && break
353 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
354 } ||
test -d "$as_dir" || as_fn_error $?
"cannot create directory $as_dir"
359 # as_fn_executable_p FILE
360 # -----------------------
361 # Test if FILE is an executable regular file.
362 as_fn_executable_p
()
364 test -f "$1" && test -x "$1"
365 } # as_fn_executable_p
366 # as_fn_append VAR VALUE
367 # ----------------------
368 # Append the text in VALUE to the end of the definition contained in VAR. Take
369 # advantage of any shell optimizations that allow amortized linear growth over
370 # repeated appends, instead of the typical quadratic growth present in naive
372 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
373 eval 'as_fn_append ()
386 # Perform arithmetic evaluation on the ARGs, and store the result in the
387 # global $as_val. Take advantage of shells that can avoid forks. The arguments
388 # must be portable across $(()) and expr.
389 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
397 as_val
=`expr "$@" || test $? -eq 1`
402 # as_fn_error STATUS ERROR [LINENO LOG_FD]
403 # ----------------------------------------
404 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
405 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
406 # script with STATUS, using 1 if that was 0.
409 as_status
=$1; test $as_status -eq 0 && as_status
=1
411 as_lineno
=${as_lineno-"$3"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
412 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
414 $as_echo "$as_me: error: $2" >&2
415 as_fn_exit
$as_status
418 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
419 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
425 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
431 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
437 as_me
=`$as_basename -- "$0" ||
438 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
439 X"$0" : 'X\(//\)$' \| \
440 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
442 sed '/^.*\/\([^/][^/]*\)\/*$/{
456 # Avoid depending upon Character Ranges.
457 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
458 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
459 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
460 as_cr_digits
='0123456789'
461 as_cr_alnum
=$as_cr_Letters$as_cr_digits
464 as_lineno_1
=$LINENO as_lineno_1a
=$LINENO
465 as_lineno_2
=$LINENO as_lineno_2a
=$LINENO
466 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
467 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' ||
{
468 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
480 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
484 chmod +x
"$as_me.lineno" ||
485 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit
1; }
487 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
488 # already done that, so ensure we don't try to do so again and fall
489 # in an infinite loop. This has already happened in practice.
490 _as_can_reexec
=no
; export _as_can_reexec
491 # Don't try to exec as it changes $[0], causing all sort of problems
492 # (the dirname of $[0] is not the place where we might find the
493 # original and so on. Autoconf is especially sensitive to this).
495 # Exit status is that of the last command.
499 ECHO_C
= ECHO_N
= ECHO_T
=
500 case `echo -n x` in #(((((
502 case `echo 'xy\c'` in
503 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
505 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
512 rm -f conf$$ conf$$.exe conf$$.
file
513 if test -d conf$$.dir
; then
514 rm -f conf$$.dir
/conf$$.
file
517 mkdir conf$$.dir
2>/dev
/null
519 if (echo >conf$$.
file) 2>/dev
/null
; then
520 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
522 # ... but there are two gotchas:
523 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
524 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
525 # In both cases, we have to default to `cp -pR'.
526 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
528 elif ln conf$$.
file conf$$
2>/dev
/null
; then
536 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
537 rmdir conf$$.dir
2>/dev
/null
539 if mkdir
-p .
2>/dev
/null
; then
540 as_mkdir_p
='mkdir -p "$as_dir"'
542 test -d .
/-p && rmdir .
/-p
547 as_executable_p
=as_fn_executable_p
549 # Sed expression to map a string onto a valid CPP name.
550 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
552 # Sed expression to map a string onto a valid variable name.
553 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
556 test -n "$DJDIR" ||
exec 7<&0 </dev
/null
560 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
561 # so uname gets run too.
562 ac_hostname
=`(hostname || uname -n) 2>/dev/null | sed 1q`
567 ac_default_prefix
=/usr
/local
569 ac_config_libobj_dir
=.
576 # Identity of this package.
584 ac_unique_file
="mmakefile"
585 ac_subst_vars
='LTLIBOBJS
587 aros_cflags_volatile_register_var
588 aros_cflags_narrowing
589 aros_cflags_conversion_null
590 aros_cflags_missing_braces
591 aros_cflags_unused_local_typedefs
593 aros_cflags_attributes
594 aros_cflags_sign_compare
595 aros_cflags_deprecated_declarations
596 aros_cflags_frame_address
597 aros_cflags_shift_overflow
598 aros_cflags_pointer_sign
599 aros_cflags_logical_not_parentheses
600 aros_cflags_bool_compare
601 aros_cflags_incompatible_pointer_types
603 aros_cflags_write_strings
604 aros_cflags_unused_const_variable
605 aros_cflags_pointer_to_int_cast
606 aros_cflags_int_to_pointer_cast
607 aros_cflags_int_conversion
608 aros_cflags_discarded_array_qualifiers
609 aros_cflags_unknown_pragmas
610 aros_cflags_sequence_point
611 aros_cflags_discarded_qualifiers
614 aros_cflags_aggressive_loop_optimizations
615 aros_cflags_implicit_int
616 aros_cflags_format_contains_nul
617 aros_cflags_endif_labels
618 aros_cflags_char_subscripts
619 aros_cflags_parentheses
621 aros_cflags_implicit_function_declaration
622 aros_cflags_maybe_uninitialized
623 aros_cflags_uninitialized
624 aros_cflags_unused_function
625 aros_cflags_unused_variable
626 aros_cflags_unused_value
628 aros_cflags_nonnull_compare
629 aros_cflags_misleading_indentation
630 aros_cflags_format_security
631 aros_cflags_strict_overflow
632 aros_cflags_strict_prototypes
633 aros_cflags_enum_compare
634 aros_cflags_array_bounds
635 aros_cflags_strict_aliasing
636 aros_cflags_unused_but_set_variable
637 aros_cflags_iquote_end
673 program_transform_name
686 enable_option_checking
689 ac_precious_vars
='build_alias
699 # Initialize some variables set by options.
701 ac_init_version
=false
702 ac_unrecognized_opts
=
704 # The variables have the same names as the options, with
705 # dashes changed to underlines.
713 program_transform_name
=s
,x
,x
,
721 # Installation directory options.
722 # These are left unexpanded so users can "make install exec_prefix=/foo"
723 # and all the variables that are supposed to be based on exec_prefix
724 # by default will actually change.
725 # Use braces instead of parens because sh, perl, etc. also accept them.
726 # (The list follows the same order as the GNU Coding Standards.)
727 bindir
='${exec_prefix}/bin'
728 sbindir
='${exec_prefix}/sbin'
729 libexecdir
='${exec_prefix}/libexec'
730 datarootdir
='${prefix}/share'
731 datadir
='${datarootdir}'
732 sysconfdir
='${prefix}/etc'
733 sharedstatedir
='${prefix}/com'
734 localstatedir
='${prefix}/var'
735 includedir
='${prefix}/include'
736 oldincludedir
='/usr/include'
737 docdir
='${datarootdir}/doc/${PACKAGE}'
738 infodir
='${datarootdir}/info'
743 libdir
='${exec_prefix}/lib'
744 localedir
='${datarootdir}/locale'
745 mandir
='${datarootdir}/man'
751 # If the previous option needs an argument, assign it.
752 if test -n "$ac_prev"; then
753 eval $ac_prev=\
$ac_option
759 *=?
*) ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
764 # Accept the important Cygnus configure options, so we can diagnose typos.
766 case $ac_dashdash$ac_option in
770 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
772 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
775 -build |
--build |
--buil |
--bui |
--bu)
776 ac_prev
=build_alias
;;
777 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
778 build_alias
=$ac_optarg ;;
780 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
781 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
782 ac_prev
=cache_file
;;
783 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
784 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
785 cache_file
=$ac_optarg ;;
788 cache_file
=config.cache
;;
790 -datadir |
--datadir |
--datadi |
--datad)
792 -datadir=* |
--datadir=* |
--datadi=* |
--datad=*)
793 datadir
=$ac_optarg ;;
795 -datarootdir |
--datarootdir |
--datarootdi |
--datarootd |
--dataroot \
796 |
--dataroo |
--dataro |
--datar)
797 ac_prev
=datarootdir
;;
798 -datarootdir=* |
--datarootdir=* |
--datarootdi=* |
--datarootd=* \
799 |
--dataroot=* |
--dataroo=* |
--dataro=* |
--datar=*)
800 datarootdir
=$ac_optarg ;;
802 -disable-* |
--disable-*)
803 ac_useropt
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
804 # Reject names that are not valid shell variable names.
805 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
806 as_fn_error $?
"invalid feature name: $ac_useropt"
807 ac_useropt_orig
=$ac_useropt
808 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
809 case $ac_user_opts in
813 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
814 ac_unrecognized_sep
=', ';;
816 eval enable_
$ac_useropt=no
;;
818 -docdir |
--docdir |
--docdi |
--doc |
--do)
820 -docdir=* |
--docdir=* |
--docdi=* |
--doc=* |
--do=*)
823 -dvidir |
--dvidir |
--dvidi |
--dvid |
--dvi |
--dv)
825 -dvidir=* |
--dvidir=* |
--dvidi=* |
--dvid=* |
--dvi=* |
--dv=*)
828 -enable-* |
--enable-*)
829 ac_useropt
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
830 # Reject names that are not valid shell variable names.
831 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
832 as_fn_error $?
"invalid feature name: $ac_useropt"
833 ac_useropt_orig
=$ac_useropt
834 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
835 case $ac_user_opts in
839 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
840 ac_unrecognized_sep
=', ';;
842 eval enable_
$ac_useropt=\
$ac_optarg ;;
844 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
845 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
846 |
--exec |
--exe |
--ex)
847 ac_prev
=exec_prefix
;;
848 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
849 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
850 |
--exec=* |
--exe=* |
--ex=*)
851 exec_prefix
=$ac_optarg ;;
853 -gas |
--gas |
--ga |
--g)
854 # Obsolete; use --with-gas.
857 -help |
--help |
--hel |
--he |
-h)
859 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
860 ac_init_help
=recursive
;;
861 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
862 ac_init_help
=short
;;
864 -host |
--host |
--hos |
--ho)
865 ac_prev
=host_alias
;;
866 -host=* |
--host=* |
--hos=* |
--ho=*)
867 host_alias
=$ac_optarg ;;
869 -htmldir |
--htmldir |
--htmldi |
--htmld |
--html |
--htm |
--ht)
871 -htmldir=* |
--htmldir=* |
--htmldi=* |
--htmld=* |
--html=* |
--htm=* \
873 htmldir
=$ac_optarg ;;
875 -includedir |
--includedir |
--includedi |
--included |
--include \
876 |
--includ |
--inclu |
--incl |
--inc)
877 ac_prev
=includedir
;;
878 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
879 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
880 includedir
=$ac_optarg ;;
882 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
884 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
885 infodir
=$ac_optarg ;;
887 -libdir |
--libdir |
--libdi |
--libd)
889 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
892 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
893 |
--libexe |
--libex |
--libe)
894 ac_prev
=libexecdir
;;
895 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
896 |
--libexe=* |
--libex=* |
--libe=*)
897 libexecdir
=$ac_optarg ;;
899 -localedir |
--localedir |
--localedi |
--localed |
--locale)
901 -localedir=* |
--localedir=* |
--localedi=* |
--localed=* |
--locale=*)
902 localedir
=$ac_optarg ;;
904 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
905 |
--localstate |
--localstat |
--localsta |
--localst |
--locals)
906 ac_prev
=localstatedir
;;
907 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
908 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* |
--locals=*)
909 localstatedir
=$ac_optarg ;;
911 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
913 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
917 # Obsolete; use --without-fp.
920 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
921 |
--no-cr |
--no-c |
-n)
924 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
925 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
928 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
929 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
930 |
--oldin |
--oldi |
--old |
--ol |
--o)
931 ac_prev
=oldincludedir
;;
932 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
933 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
934 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
935 oldincludedir
=$ac_optarg ;;
937 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
939 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
942 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
943 |
--program-pre |
--program-pr |
--program-p)
944 ac_prev
=program_prefix
;;
945 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
946 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
947 program_prefix
=$ac_optarg ;;
949 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
950 |
--program-suf |
--program-su |
--program-s)
951 ac_prev
=program_suffix
;;
952 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
953 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
954 program_suffix
=$ac_optarg ;;
956 -program-transform-name |
--program-transform-name \
957 |
--program-transform-nam |
--program-transform-na \
958 |
--program-transform-n |
--program-transform- \
959 |
--program-transform |
--program-transfor \
960 |
--program-transfo |
--program-transf \
961 |
--program-trans |
--program-tran \
962 |
--progr-tra |
--program-tr |
--program-t)
963 ac_prev
=program_transform_name
;;
964 -program-transform-name=* |
--program-transform-name=* \
965 |
--program-transform-nam=* |
--program-transform-na=* \
966 |
--program-transform-n=* |
--program-transform-=* \
967 |
--program-transform=* |
--program-transfor=* \
968 |
--program-transfo=* |
--program-transf=* \
969 |
--program-trans=* |
--program-tran=* \
970 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
971 program_transform_name
=$ac_optarg ;;
973 -pdfdir |
--pdfdir |
--pdfdi |
--pdfd |
--pdf |
--pd)
975 -pdfdir=* |
--pdfdir=* |
--pdfdi=* |
--pdfd=* |
--pdf=* |
--pd=*)
978 -psdir |
--psdir |
--psdi |
--psd |
--ps)
980 -psdir=* |
--psdir=* |
--psdi=* |
--psd=* |
--ps=*)
983 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
984 |
-silent |
--silent |
--silen |
--sile |
--sil)
987 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
989 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
991 sbindir
=$ac_optarg ;;
993 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
994 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
995 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
997 ac_prev
=sharedstatedir
;;
998 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
999 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
1000 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
1002 sharedstatedir
=$ac_optarg ;;
1004 -site |
--site |
--sit)
1006 -site=* |
--site=* |
--sit=*)
1009 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
1011 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
1012 srcdir
=$ac_optarg ;;
1014 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
1015 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
1016 ac_prev
=sysconfdir
;;
1017 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
1018 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
1019 sysconfdir
=$ac_optarg ;;
1021 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
1022 ac_prev
=target_alias
;;
1023 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
1024 target_alias
=$ac_optarg ;;
1026 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
1029 -version |
--version |
--versio |
--versi |
--vers |
-V)
1030 ac_init_version
=: ;;
1033 ac_useropt
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1034 # Reject names that are not valid shell variable names.
1035 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1036 as_fn_error $?
"invalid package name: $ac_useropt"
1037 ac_useropt_orig
=$ac_useropt
1038 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1039 case $ac_user_opts in
1043 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1044 ac_unrecognized_sep
=', ';;
1046 eval with_
$ac_useropt=\
$ac_optarg ;;
1048 -without-* |
--without-*)
1049 ac_useropt
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1050 # Reject names that are not valid shell variable names.
1051 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1052 as_fn_error $?
"invalid package name: $ac_useropt"
1053 ac_useropt_orig
=$ac_useropt
1054 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1055 case $ac_user_opts in
1059 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1060 ac_unrecognized_sep
=', ';;
1062 eval with_
$ac_useropt=no
;;
1065 # Obsolete; use --with-x.
1068 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
1069 |
--x-incl |
--x-inc |
--x-in |
--x-i)
1070 ac_prev
=x_includes
;;
1071 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
1072 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
1073 x_includes
=$ac_optarg ;;
1075 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
1076 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
1077 ac_prev
=x_libraries
;;
1078 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
1079 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
1080 x_libraries
=$ac_optarg ;;
1082 -*) as_fn_error $?
"unrecognized option: \`$ac_option'
1083 Try \`$0 --help' for more information"
1087 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
1088 # Reject names that are not valid shell variable names.
1089 case $ac_envvar in #(
1090 '' |
[0-9]* |
*[!_
$as_cr_alnum]* )
1091 as_fn_error $?
"invalid variable name: \`$ac_envvar'" ;;
1093 eval $ac_envvar=\
$ac_optarg
1094 export $ac_envvar ;;
1097 # FIXME: should be removed in autoconf 3.0.
1098 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1099 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1100 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1101 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1107 if test -n "$ac_prev"; then
1108 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
1109 as_fn_error $?
"missing argument to $ac_option"
1112 if test -n "$ac_unrecognized_opts"; then
1113 case $enable_option_checking in
1115 fatal
) as_fn_error $?
"unrecognized options: $ac_unrecognized_opts" ;;
1116 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1120 # Check all directory arguments for consistency.
1121 for ac_var
in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1122 datadir sysconfdir sharedstatedir localstatedir includedir \
1123 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1124 libdir localedir mandir
1126 eval ac_val
=\$
$ac_var
1127 # Remove trailing slashes.
1130 ac_val
=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1131 eval $ac_var=\
$ac_val;;
1133 # Be sure to have absolute directory names.
1135 [\\/$
]* | ?
:[\\/]* ) continue;;
1136 NONE |
'' ) case $ac_var in *prefix
) continue;; esac;;
1138 as_fn_error $?
"expected an absolute directory name for --$ac_var: $ac_val"
1141 # There might be people who depend on the old broken behavior: `$host'
1142 # used to hold the argument of --host etc.
1143 # FIXME: To remove some day.
1146 target
=$target_alias
1148 # FIXME: To remove some day.
1149 if test "x$host_alias" != x
; then
1150 if test "x$build_alias" = x
; then
1151 cross_compiling
=maybe
1152 elif test "x$build_alias" != "x$host_alias"; then
1158 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
1160 test "$silent" = yes && exec 6>/dev
/null
1163 ac_pwd
=`pwd` && test -n "$ac_pwd" &&
1164 ac_ls_di
=`ls -di .` &&
1165 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` ||
1166 as_fn_error $?
"working directory cannot be determined"
1167 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1168 as_fn_error $?
"pwd does not report name of working directory"
1171 # Find the source files, if location was not specified.
1172 if test -z "$srcdir"; then
1173 ac_srcdir_defaulted
=yes
1174 # Try the directory containing this script, then the parent directory.
1175 ac_confdir
=`$as_dirname -- "$as_myself" ||
1176 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1177 X"$as_myself" : 'X\(//\)[^/]' \| \
1178 X"$as_myself" : 'X\(//\)$' \| \
1179 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1180 $as_echo X"$as_myself" |
1181 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1199 if test ! -r "$srcdir/$ac_unique_file"; then
1203 ac_srcdir_defaulted
=no
1205 if test ! -r "$srcdir/$ac_unique_file"; then
1206 test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .."
1207 as_fn_error $?
"cannot find sources ($ac_unique_file) in $srcdir"
1209 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work"
1211 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1213 # When building in place, set srcdir=.
1214 if test "$ac_abs_confdir" = "$ac_pwd"; then
1217 # Remove unnecessary trailing slashes from srcdir.
1218 # Double slashes in file names in object file debugging info
1219 # mess up M-x gdb in Emacs.
1221 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1223 for ac_var
in $ac_precious_vars; do
1224 eval ac_env_
${ac_var}_set=\${${ac_var}+set}
1225 eval ac_env_
${ac_var}_value
=\$
${ac_var}
1226 eval ac_cv_env_
${ac_var}_set=\${${ac_var}+set}
1227 eval ac_cv_env_
${ac_var}_value
=\$
${ac_var}
1231 # Report the --help message.
1233 if test "$ac_init_help" = "long"; then
1234 # Omit some internal or obsolete options to make the list less imposing.
1235 # This message is too long to be a string in the A/UX 3.1 sh.
1237 \`configure' configures this package to adapt to many kinds of systems.
1239 Usage: $0 [OPTION]... [VAR=VALUE]...
1241 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1242 VAR=VALUE. See below for descriptions of some of the useful variables.
1244 Defaults for the options are specified in brackets.
1247 -h, --help display this help and exit
1248 --help=short display options specific to this package
1249 --help=recursive display the short help of all the included packages
1250 -V, --version display version information and exit
1251 -q, --quiet, --silent do not print \`checking ...' messages
1252 --cache-file=FILE cache test results in FILE [disabled]
1253 -C, --config-cache alias for \`--cache-file=config.cache'
1254 -n, --no-create do not create output files
1255 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1257 Installation directories:
1258 --prefix=PREFIX install architecture-independent files in PREFIX
1259 [$ac_default_prefix]
1260 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1263 By default, \`make install' will install all the files in
1264 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1265 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1266 for instance \`--prefix=\$HOME'.
1268 For better control, use the options below.
1270 Fine tuning of the installation directories:
1271 --bindir=DIR user executables [EPREFIX/bin]
1272 --sbindir=DIR system admin executables [EPREFIX/sbin]
1273 --libexecdir=DIR program executables [EPREFIX/libexec]
1274 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1275 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1276 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1277 --libdir=DIR object code libraries [EPREFIX/lib]
1278 --includedir=DIR C header files [PREFIX/include]
1279 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1280 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1281 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1282 --infodir=DIR info documentation [DATAROOTDIR/info]
1283 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1284 --mandir=DIR man documentation [DATAROOTDIR/man]
1285 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1286 --htmldir=DIR html documentation [DOCDIR]
1287 --dvidir=DIR dvi documentation [DOCDIR]
1288 --pdfdir=DIR pdf documentation [DOCDIR]
1289 --psdir=DIR ps documentation [DOCDIR]
1296 if test -n "$ac_init_help"; then
1301 --with-PACKAGE[=ARG
] use PACKAGE
[ARG
=yes]
1302 --without-PACKAGE do not use PACKAGE
(same as
--with-PACKAGE=no
)
1303 --with-config-dir=VERSION
1304 Location of generated target config files
1306 Some influential environment variables
:
1307 CC C compiler
command
1308 CFLAGS C compiler flags
1309 LDFLAGS linker flags
, e.g.
-L<lib dir
> if you have libraries
in a
1310 nonstandard directory
<lib dir
>
1311 LIBS libraries to pass to the linker
, e.g.
-l<library
>
1312 CPPFLAGS
(Objective
) C
/C
++ preprocessor flags
, e.g.
-I<include dir
> if
1313 you have headers
in a nonstandard directory
<include dir
>
1315 Use these variables to override the choices made by
`configure' or to help
1316 it to find libraries and programs with nonstandard names/locations.
1318 Report bugs to the package provider.
1323 if test "$ac_init_help" = "recursive"; then
1324 # If there are subdirs, report their specific --help.
1325 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1326 test -d "$ac_dir" ||
1327 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1332 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1334 ac_dir_suffix=/`$as_echo "$ac_dir" |
sed 's|^\.[\\/]||'`
1335 # A ".." for each directory in $ac_dir_suffix.
1336 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" |
sed 's|/[^\\/]*|/..|g;s|/||'`
1337 case $ac_top_builddir_sub in
1338 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1339 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1342 ac_abs_top_builddir=$ac_pwd
1343 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1344 # for backward compatibility:
1345 ac_top_builddir=$ac_top_build_prefix
1348 .) # We are building in place.
1350 ac_top_srcdir=$ac_top_builddir_sub
1351 ac_abs_top_srcdir=$ac_pwd ;;
1352 [\\/]* | ?:[\\/]* ) # Absolute name.
1353 ac_srcdir=$srcdir$ac_dir_suffix;
1354 ac_top_srcdir=$srcdir
1355 ac_abs_top_srcdir=$srcdir ;;
1357 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1358 ac_top_srcdir=$ac_top_build_prefix$srcdir
1359 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1361 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1363 cd "$ac_dir" || { ac_status=$?; continue; }
1364 # Check for guested configure.
1365 if test -f "$ac_srcdir/configure.gnu"; then
1367 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1368 elif test -f "$ac_srcdir/configure"; then
1370 $SHELL "$ac_srcdir/configure" --help=recursive
1372 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1374 cd "$ac_pwd" || { ac_status=$?; break; }
1378 test -n "$ac_init_help" && exit $ac_status
1379 if $ac_init_version; then
1382 generated by GNU Autoconf 2.69
1384 Copyright (C) 2012 Free Software Foundation, Inc.
1385 This configure script is free software; the Free Software Foundation
1386 gives unlimited permission to copy, distribute and modify it.
1391 ## ------------------------ ##
1392 ## Autoconf initialization. ##
1393 ## ------------------------ ##
1395 # ac_fn_c_try_compile LINENO
1396 # --------------------------
1397 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1398 ac_fn_c_try_compile ()
1400 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1401 rm -f conftest.$ac_objext
1402 if { { ac_try="$ac_compile"
1404 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1405 *) ac_try_echo
=$ac_try;;
1407 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1408 $as_echo "$ac_try_echo"; } >&5
1409 (eval "$ac_compile") 2>conftest.err
1411 if test -s conftest.err
; then
1412 grep -v '^ *+' conftest.err
>conftest.er1
1413 cat conftest.er1
>&5
1414 mv -f conftest.er1 conftest.err
1416 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1417 test $ac_status = 0; } && {
1418 test -z "$ac_c_werror_flag" ||
1419 test ! -s conftest.err
1420 } && test -s conftest.
$ac_objext; then :
1423 $as_echo "$as_me: failed program was:" >&5
1424 sed 's/^/| /' conftest.
$ac_ext >&5
1428 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1429 as_fn_set_status
$ac_retval
1431 } # ac_fn_c_try_compile
1432 cat >config.log
<<_ACEOF
1433 This file contains any messages produced by compilers while
1434 running configure, to aid debugging if configure makes a mistake.
1436 It was created by $as_me, which was
1437 generated by GNU Autoconf 2.69. Invocation command line was
1449 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1450 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1451 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1452 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1453 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1455 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1456 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1458 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1459 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1460 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1461 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1462 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1463 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1464 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1468 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1472 test -z "$as_dir" && as_dir
=.
1473 $as_echo "PATH: $as_dir"
1489 # Keep a trace of the command line.
1490 # Strip out --no-create and --no-recursion so they do not pile up.
1491 # Strip out --silent because we don't want to record it for future runs.
1492 # Also quote any args containing shell meta-characters.
1493 # Make two passes to allow for proper duplicate-argument suppression.
1497 ac_must_keep_next
=false
1503 -no-create |
--no-c* |
-n |
-no-recursion |
--no-r*) continue ;;
1504 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1505 |
-silent |
--silent |
--silen |
--sile |
--sil)
1508 ac_arg
=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1511 1) as_fn_append ac_configure_args0
" '$ac_arg'" ;;
1513 as_fn_append ac_configure_args1
" '$ac_arg'"
1514 if test $ac_must_keep_next = true
; then
1515 ac_must_keep_next
=false
# Got value, back to normal.
1518 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
1519 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
1520 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
1521 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
1522 case "$ac_configure_args0 " in
1523 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1526 -* ) ac_must_keep_next
=true
;;
1529 as_fn_append ac_configure_args
" '$ac_arg'"
1534 { ac_configure_args0
=; unset ac_configure_args0
;}
1535 { ac_configure_args1
=; unset ac_configure_args1
;}
1537 # When interrupted or exit'd, cleanup temporary files, and complete
1538 # config.log. We remove comments because anyway the quotes in there
1539 # would cause problems or look ugly.
1540 # WARNING: Use '\'' to represent an apostrophe within the trap.
1541 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1542 trap 'exit_status=$?
1543 # Save into config.log some information that might help in debugging.
1547 $as_echo "## ---------------- ##
1548 ## Cache variables. ##
1549 ## ---------------- ##"
1551 # The following way of writing the cache mishandles newlines in values,
1553 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1554 eval ac_val=\$$ac_var
1558 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1559 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1562 _ | IFS | as_nl) ;; #(
1563 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1564 *) { eval $ac_var=; unset $ac_var;} ;;
1569 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1570 *${as_nl}ac_space=\ *)
1572 "s/'\''/'\''\\\\'\'''\''/g;
1573 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1576 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1583 $as_echo "## ----------------- ##
1584 ## Output variables. ##
1585 ## ----------------- ##"
1587 for ac_var in $ac_subst_vars
1589 eval ac_val=\$$ac_var
1591 *\'\''*) ac_val
=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1593 $as_echo "$ac_var='\''$ac_val'\''"
1597 if test -n "$ac_subst_files"; then
1598 $as_echo "## ------------------- ##
1599 ## File substitutions. ##
1600 ## ------------------- ##"
1602 for ac_var
in $ac_subst_files
1604 eval ac_val
=\$
$ac_var
1606 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1608 $as_echo "$ac_var='\''$ac_val'\''"
1613 if test -s confdefs.h; then
1614 $as_echo "## ----------- ##
1621 test "$ac_signal" != 0 &&
1622 $as_echo "$as_me: caught signal $ac_signal"
1623 $as_echo "$as_me: exit $exit_status"
1625 rm -f core *.core core.conftest.* &&
1626 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1629 for ac_signal
in 1 2 13 15; do
1630 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
1634 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1635 rm -f -r conftest
* confdefs.h
1637 $as_echo "/* confdefs.h */" > confdefs.h
1639 # Predefined preprocessor variables.
1641 cat >>confdefs.h
<<_ACEOF
1642 #define PACKAGE_NAME "$PACKAGE_NAME"
1645 cat >>confdefs.h
<<_ACEOF
1646 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1649 cat >>confdefs.h
<<_ACEOF
1650 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1653 cat >>confdefs.h
<<_ACEOF
1654 #define PACKAGE_STRING "$PACKAGE_STRING"
1657 cat >>confdefs.h
<<_ACEOF
1658 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1661 cat >>confdefs.h
<<_ACEOF
1662 #define PACKAGE_URL "$PACKAGE_URL"
1666 # Let the site file select an alternate cache file if it wants to.
1667 # Prefer an explicitly selected file to automatically selected ones.
1670 if test -n "$CONFIG_SITE"; then
1671 # We do not want a PATH search for config.site.
1672 case $CONFIG_SITE in #((
1673 -*) ac_site_file1
=.
/$CONFIG_SITE;;
1674 */*) ac_site_file1
=$CONFIG_SITE;;
1675 *) ac_site_file1
=.
/$CONFIG_SITE;;
1677 elif test "x$prefix" != xNONE
; then
1678 ac_site_file1
=$prefix/share
/config.site
1679 ac_site_file2
=$prefix/etc
/config.site
1681 ac_site_file1
=$ac_default_prefix/share
/config.site
1682 ac_site_file2
=$ac_default_prefix/etc
/config.site
1684 for ac_site_file
in "$ac_site_file1" "$ac_site_file2"
1686 test "x$ac_site_file" = xNONE
&& continue
1687 if test /dev
/null
!= "$ac_site_file" && test -r "$ac_site_file"; then
1688 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
1689 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
1690 sed 's/^/| /' "$ac_site_file" >&5
1692 ||
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1693 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1694 as_fn_error $?
"failed to load site script $ac_site_file
1695 See \`config.log' for more details" "$LINENO" 5; }
1699 if test -r "$cache_file"; then
1700 # Some versions of bash will fail to source /dev/null (special files
1701 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
1702 if test /dev
/null
!= "$cache_file" && test -f "$cache_file"; then
1703 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
1704 $as_echo "$as_me: loading cache $cache_file" >&6;}
1706 [\\/]* | ?
:[\\/]* ) .
"$cache_file";;
1707 *) .
"./$cache_file";;
1711 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
1712 $as_echo "$as_me: creating cache $cache_file" >&6;}
1716 # Check that the precious variables saved in the cache have kept the same
1718 ac_cache_corrupted
=false
1719 for ac_var
in $ac_precious_vars; do
1720 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
1721 eval ac_new_set
=\
$ac_env_${ac_var}_set
1722 eval ac_old_val
=\
$ac_cv_env_${ac_var}_value
1723 eval ac_new_val
=\
$ac_env_${ac_var}_value
1724 case $ac_old_set,$ac_new_set in
1726 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1727 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1728 ac_cache_corrupted
=: ;;
1730 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
1731 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1732 ac_cache_corrupted
=: ;;
1735 if test "x$ac_old_val" != "x$ac_new_val"; then
1736 # differences in whitespace do not lead to failure.
1737 ac_old_val_w
=`echo x $ac_old_val`
1738 ac_new_val_w
=`echo x $ac_new_val`
1739 if test "$ac_old_val_w" != "$ac_new_val_w"; then
1740 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
1741 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1742 ac_cache_corrupted
=:
1744 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1745 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1746 eval $ac_var=\
$ac_old_val
1748 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
1749 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
1750 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
1751 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
1754 # Pass precious variables to config.status.
1755 if test "$ac_new_set" = set; then
1757 *\'*) ac_arg
=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1758 *) ac_arg
=$ac_var=$ac_new_val ;;
1760 case " $ac_configure_args " in
1761 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1762 *) as_fn_append ac_configure_args
" '$ac_arg'" ;;
1766 if $ac_cache_corrupted; then
1767 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1768 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1769 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
1770 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1771 as_fn_error $?
"run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
1773 ## -------------------- ##
1774 ## Main body of script. ##
1775 ## -------------------- ##
1778 ac_cpp
='$CPP $CPPFLAGS'
1779 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1780 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1781 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
1786 for ac_dir
in scripts
/autoconf
"$srcdir"/scripts
/autoconf
; do
1787 if test -f "$ac_dir/install-sh"; then
1789 ac_install_sh
="$ac_aux_dir/install-sh -c"
1791 elif test -f "$ac_dir/install.sh"; then
1793 ac_install_sh
="$ac_aux_dir/install.sh -c"
1795 elif test -f "$ac_dir/shtool"; then
1797 ac_install_sh
="$ac_aux_dir/shtool install -c"
1801 if test -z "$ac_aux_dir"; then
1802 as_fn_error $?
"cannot find install-sh, install.sh, or shtool in scripts/autoconf \"$srcdir\"/scripts/autoconf" "$LINENO" 5
1805 # These three variables are undocumented and unsupported,
1806 # and are intended to be withdrawn in a future Autoconf release.
1807 # They can cause serious problems if a builder's source tree is in a directory
1808 # whose full name contains unusual characters.
1809 ac_config_guess
="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
1810 ac_config_sub
="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
1811 ac_configure
="$SHELL $ac_aux_dir/configure" # Please don't use this var.
1815 AROS_BUILDDIR
=`${PWDCMD-pwd}`
1816 AROS_BUILDDIR_UNIX
=${PWD}
1818 srcpwd
=`cd ${srcdir} ; ${PWDCMD-pwd}`
1821 NOLINKFLAGS
="-nostdlib -nostartfiles"
1822 LDFLAGS
=$NOLINKFLAGS
1823 # The first step is to find the binaries.
1825 ac_cpp
='$CPP $CPPFLAGS'
1826 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1827 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1828 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
1829 if test -n "$ac_tool_prefix"; then
1830 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
1831 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
1832 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
1833 $as_echo_n "checking for $ac_word... " >&6; }
1834 if ${ac_cv_prog_CC+:} false
; then :
1835 $as_echo_n "(cached) " >&6
1837 if test -n "$CC"; then
1838 ac_cv_prog_CC
="$CC" # Let the user override the test.
1840 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1844 test -z "$as_dir" && as_dir
=.
1845 for ac_exec_ext
in '' $ac_executable_extensions; do
1846 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
1847 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
1848 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1858 if test -n "$CC"; then
1859 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
1860 $as_echo "$CC" >&6; }
1862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1863 $as_echo "no" >&6; }
1868 if test -z "$ac_cv_prog_CC"; then
1870 # Extract the first word of "gcc", so it can be a program name with args.
1871 set dummy gcc
; ac_word
=$2
1872 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
1873 $as_echo_n "checking for $ac_word... " >&6; }
1874 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
1875 $as_echo_n "(cached) " >&6
1877 if test -n "$ac_ct_CC"; then
1878 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
1880 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1884 test -z "$as_dir" && as_dir
=.
1885 for ac_exec_ext
in '' $ac_executable_extensions; do
1886 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
1887 ac_cv_prog_ac_ct_CC
="gcc"
1888 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1897 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
1898 if test -n "$ac_ct_CC"; then
1899 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
1900 $as_echo "$ac_ct_CC" >&6; }
1902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1903 $as_echo "no" >&6; }
1906 if test "x$ac_ct_CC" = x
; then
1909 case $cross_compiling:$ac_tool_warned in
1911 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
1912 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
1913 ac_tool_warned
=yes ;;
1921 if test -z "$CC"; then
1922 if test -n "$ac_tool_prefix"; then
1923 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
1924 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
1925 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
1926 $as_echo_n "checking for $ac_word... " >&6; }
1927 if ${ac_cv_prog_CC+:} false
; then :
1928 $as_echo_n "(cached) " >&6
1930 if test -n "$CC"; then
1931 ac_cv_prog_CC
="$CC" # Let the user override the test.
1933 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1937 test -z "$as_dir" && as_dir
=.
1938 for ac_exec_ext
in '' $ac_executable_extensions; do
1939 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
1940 ac_cv_prog_CC
="${ac_tool_prefix}cc"
1941 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1951 if test -n "$CC"; then
1952 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
1953 $as_echo "$CC" >&6; }
1955 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1956 $as_echo "no" >&6; }
1962 if test -z "$CC"; then
1963 # Extract the first word of "cc", so it can be a program name with args.
1964 set dummy cc
; ac_word
=$2
1965 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
1966 $as_echo_n "checking for $ac_word... " >&6; }
1967 if ${ac_cv_prog_CC+:} false
; then :
1968 $as_echo_n "(cached) " >&6
1970 if test -n "$CC"; then
1971 ac_cv_prog_CC
="$CC" # Let the user override the test.
1974 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1978 test -z "$as_dir" && as_dir
=.
1979 for ac_exec_ext
in '' $ac_executable_extensions; do
1980 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
1981 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
1982 ac_prog_rejected
=yes
1986 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1993 if test $ac_prog_rejected = yes; then
1994 # We found a bogon in the path, so make sure we never use it.
1995 set dummy
$ac_cv_prog_CC
1997 if test $# != 0; then
1998 # We chose a different compiler from the bogus one.
1999 # However, it has the same basename, so the bogon will be chosen
2000 # first if we set CC to just the basename; use the full file name.
2002 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
2008 if test -n "$CC"; then
2009 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2010 $as_echo "$CC" >&6; }
2012 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2013 $as_echo "no" >&6; }
2018 if test -z "$CC"; then
2019 if test -n "$ac_tool_prefix"; then
2020 for ac_prog
in cl.exe
2022 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2023 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
2024 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2025 $as_echo_n "checking for $ac_word... " >&6; }
2026 if ${ac_cv_prog_CC+:} false
; then :
2027 $as_echo_n "(cached) " >&6
2029 if test -n "$CC"; then
2030 ac_cv_prog_CC
="$CC" # Let the user override the test.
2032 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2036 test -z "$as_dir" && as_dir
=.
2037 for ac_exec_ext
in '' $ac_executable_extensions; do
2038 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
2039 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
2040 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2050 if test -n "$CC"; then
2051 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2052 $as_echo "$CC" >&6; }
2054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2055 $as_echo "no" >&6; }
2059 test -n "$CC" && break
2062 if test -z "$CC"; then
2064 for ac_prog
in cl.exe
2066 # Extract the first word of "$ac_prog", so it can be a program name with args.
2067 set dummy
$ac_prog; ac_word
=$2
2068 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2069 $as_echo_n "checking for $ac_word... " >&6; }
2070 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
2071 $as_echo_n "(cached) " >&6
2073 if test -n "$ac_ct_CC"; then
2074 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
2076 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2080 test -z "$as_dir" && as_dir
=.
2081 for ac_exec_ext
in '' $ac_executable_extensions; do
2082 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
2083 ac_cv_prog_ac_ct_CC
="$ac_prog"
2084 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2093 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
2094 if test -n "$ac_ct_CC"; then
2095 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2096 $as_echo "$ac_ct_CC" >&6; }
2098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2099 $as_echo "no" >&6; }
2103 test -n "$ac_ct_CC" && break
2106 if test "x$ac_ct_CC" = x
; then
2109 case $cross_compiling:$ac_tool_warned in
2111 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2112 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2113 ac_tool_warned
=yes ;;
2122 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2123 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2124 as_fn_error $?
"no acceptable C compiler found in \$PATH
2125 See \`config.log' for more details" "$LINENO" 5; }
2127 # Provide some information about the compiler.
2128 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2131 for ac_option
in --version -v -V -qversion; do
2132 { { ac_try
="$ac_compiler $ac_option >&5"
2134 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2135 *) ac_try_echo=$ac_try;;
2137 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2138 $as_echo "$ac_try_echo"; } >&5
2139 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2141 if test -s conftest.err; then
2143 ... rest of stderr output deleted ...
2144 10q' conftest.err >conftest.er1
2145 cat conftest.er1 >&5
2147 rm -f conftest.er1 conftest.err
2148 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2149 test $ac_status = 0; }
2152 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2153 /* end confdefs.h. */
2163 ac_clean_files_save=$ac_clean_files
2164 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
2165 # Try to create an executable without -o first, disregard a.out.
2166 # It will help us diagnose broken compilers, and finding out an intuition
2168 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
2169 $as_echo_n "checking whether the C compiler works... " >&6; }
2170 ac_link_default=`$as_echo "$ac_link" |
sed 's/ -o *conftest[^ ]*//'`
2172 # The possible output files:
2173 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2176 for ac_file in $ac_files
2179 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2180 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2185 if { { ac_try="$ac_link_default"
2187 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2188 *) ac_try_echo
=$ac_try;;
2190 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2191 $as_echo "$ac_try_echo"; } >&5
2192 (eval "$ac_link_default") 2>&5
2194 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2195 test $ac_status = 0; }; then :
2196 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2197 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2198 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2199 # so that the user can short-circuit this test for compilers unknown to
2201 for ac_file
in $ac_files ''
2203 test -f "$ac_file" ||
continue
2205 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
)
2208 # We found the default executable, but exeext='' is most
2212 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no
;
2214 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
2216 # We set ac_cv_exeext here because the later test for it is not
2217 # safe: cross compilers may not add the suffix if given an `-o'
2218 # argument, so we may need to know it at that point already.
2219 # Even if this section looks crufty: it has the advantage of
2226 test "$ac_cv_exeext" = no
&& ac_cv_exeext
=
2231 if test -z "$ac_file"; then :
2232 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2233 $as_echo "no" >&6; }
2234 $as_echo "$as_me: failed program was:" >&5
2235 sed 's/^/| /' conftest.
$ac_ext >&5
2237 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2238 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2239 as_fn_error
77 "C compiler cannot create executables
2240 See \`config.log' for more details" "$LINENO" 5; }
2242 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2243 $as_echo "yes" >&6; }
2245 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
2246 $as_echo_n "checking for C compiler default output file name... " >&6; }
2247 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
2248 $as_echo "$ac_file" >&6; }
2249 ac_exeext
=$ac_cv_exeext
2251 rm -f -r a.out a.out.dSYM a.exe conftest
$ac_cv_exeext b.out
2252 ac_clean_files
=$ac_clean_files_save
2253 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2254 $as_echo_n "checking for suffix of executables... " >&6; }
2255 if { { ac_try
="$ac_link"
2257 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2258 *) ac_try_echo=$ac_try;;
2260 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2261 $as_echo "$ac_try_echo"; } >&5
2262 (eval "$ac_link") 2>&5
2264 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2265 test $ac_status = 0; }; then :
2266 # If both `conftest.exe
' and `conftest' are
`present' (well, observable)
2267 # catch `conftest.exe
'. For instance with Cygwin, `ls conftest' will
2268 # work properly (i.e., refer to `conftest.exe'), while it won't with
2270 for ac_file
in conftest.exe conftest conftest.
*; do
2271 test -f "$ac_file" ||
continue
2273 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
) ;;
2274 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
2280 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2281 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2282 as_fn_error $?
"cannot compute suffix of executables: cannot compile and link
2283 See \`config.log' for more details" "$LINENO" 5; }
2285 rm -f conftest conftest
$ac_cv_exeext
2286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
2287 $as_echo "$ac_cv_exeext" >&6; }
2289 rm -f conftest.
$ac_ext
2290 EXEEXT
=$ac_cv_exeext
2292 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2293 /* end confdefs.h. */
2298 FILE *f = fopen ("conftest.out", "w");
2299 return ferror (f) || fclose (f) != 0;
2305 ac_clean_files
="$ac_clean_files conftest.out"
2306 # Check that the compiler produces executables we can run. If not, either
2307 # the compiler is broken, or we cross compile.
2308 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
2309 $as_echo_n "checking whether we are cross compiling... " >&6; }
2310 if test "$cross_compiling" != yes; then
2311 { { ac_try
="$ac_link"
2313 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2314 *) ac_try_echo=$ac_try;;
2316 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2317 $as_echo "$ac_try_echo"; } >&5
2318 (eval "$ac_link") 2>&5
2320 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2321 test $ac_status = 0; }
2322 if { ac_try='./conftest$ac_cv_exeext'
2323 { { case "(($ac_try" in
2324 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2325 *) ac_try_echo
=$ac_try;;
2327 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2328 $as_echo "$ac_try_echo"; } >&5
2329 (eval "$ac_try") 2>&5
2331 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2332 test $ac_status = 0; }; }; then
2335 if test "$cross_compiling" = maybe
; then
2338 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2339 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2340 as_fn_error $?
"cannot run C compiled programs.
2341 If you meant to cross compile, use \`--host'.
2342 See \`config.log' for more details" "$LINENO" 5; }
2346 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
2347 $as_echo "$cross_compiling" >&6; }
2349 rm -f conftest.
$ac_ext conftest
$ac_cv_exeext conftest.out
2350 ac_clean_files
=$ac_clean_files_save
2351 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
2352 $as_echo_n "checking for suffix of object files... " >&6; }
2353 if ${ac_cv_objext+:} false
; then :
2354 $as_echo_n "(cached) " >&6
2356 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2357 /* end confdefs.h. */
2367 rm -f conftest.o conftest.obj
2368 if { { ac_try
="$ac_compile"
2370 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2371 *) ac_try_echo=$ac_try;;
2373 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2374 $as_echo "$ac_try_echo"; } >&5
2375 (eval "$ac_compile") 2>&5
2377 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2378 test $ac_status = 0; }; then :
2379 for ac_file in conftest.o conftest.obj conftest.*; do
2380 test -f "$ac_file" || continue;
2382 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2383 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2388 $as_echo "$as_me: failed program was:" >&5
2389 sed 's/^/| /' conftest.$ac_ext >&5
2391 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2392 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2393 as_fn_error $? "cannot compute suffix of object files
: cannot compile
2394 See \
`config.log' for more details" "$LINENO" 5; }
2396 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2398 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
2399 $as_echo "$ac_cv_objext" >&6; }
2400 OBJEXT=$ac_cv_objext
2402 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
2403 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
2404 if ${ac_cv_c_compiler_gnu+:} false; then :
2405 $as_echo_n "(cached) " >&6
2407 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2408 /* end confdefs.h. */
2421 if ac_fn_c_try_compile "$LINENO"; then :
2426 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2427 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2430 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
2431 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
2432 if test $ac_compiler_gnu = yes; then
2437 ac_test_CFLAGS=${CFLAGS+set}
2438 ac_save_CFLAGS=$CFLAGS
2439 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
2440 $as_echo_n "checking whether $CC accepts -g... " >&6; }
2441 if ${ac_cv_prog_cc_g+:} false; then :
2442 $as_echo_n "(cached) " >&6
2444 ac_save_c_werror_flag=$ac_c_werror_flag
2445 ac_c_werror_flag=yes
2448 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2449 /* end confdefs.h. */
2459 if ac_fn_c_try_compile "$LINENO"; then :
2463 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2464 /* end confdefs.h. */
2474 if ac_fn_c_try_compile "$LINENO"; then :
2477 ac_c_werror_flag=$ac_save_c_werror_flag
2479 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2480 /* end confdefs.h. */
2490 if ac_fn_c_try_compile "$LINENO"; then :
2493 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2495 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2497 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2498 ac_c_werror_flag=$ac_save_c_werror_flag
2500 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
2501 $as_echo "$ac_cv_prog_cc_g" >&6; }
2502 if test "$ac_test_CFLAGS" = set; then
2503 CFLAGS=$ac_save_CFLAGS
2504 elif test $ac_cv_prog_cc_g = yes; then
2505 if test "$GCC" = yes; then
2511 if test "$GCC" = yes; then
2517 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
2518 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
2519 if ${ac_cv_prog_cc_c89+:} false; then :
2520 $as_echo_n "(cached) " >&6
2522 ac_cv_prog_cc_c89=no
2524 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2525 /* end confdefs.h. */
2529 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
2530 struct buf { int x; };
2531 FILE * (*rcsopen) (struct buf *, struct stat *, int);
2532 static char *e (p, i)
2538 static char *f (char * (*g) (char **, int), char **p, ...)
2543 s = g (p, va_arg (v,int));
2548 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
2549 function prototypes and stuff, but not '\xHH' hex character constants.
2550 These don't provoke an error unfortunately, instead are silently treated
2551 as 'x'. The following induces an error, until -std is added to get
2552 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
2553 array size at least. It's necessary to write '\x00'==0 to get something
2554 that's true only with -std. */
2555 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2557 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
2558 inside strings and character constants. */
2560 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
2562 int test (int i, double x);
2563 struct s1 {int (*f) (int a);};
2564 struct s2 {int (*f) (double a);};
2565 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2571 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
2576 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
2577 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2579 CC="$ac_save_CC $ac_arg"
2580 if ac_fn_c_try_compile "$LINENO"; then :
2581 ac_cv_prog_cc_c89=$ac_arg
2583 rm -f core conftest.err conftest.$ac_objext
2584 test "x$ac_cv_prog_cc_c89" != "xno" && break
2586 rm -f conftest.$ac_ext
2591 case "x$ac_cv_prog_cc_c89" in
2593 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
2594 $as_echo "none needed" >&6; } ;;
2596 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
2597 $as_echo "unsupported" >&6; } ;;
2599 CC="$CC $ac_cv_prog_cc_c89"
2600 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
2601 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
2603 if test "x$ac_cv_prog_cc_c89" != xno; then :
2608 ac_cpp='$CPP $CPPFLAGS'
2609 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2610 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2611 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2614 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target config location" >&5
2615 $as_echo_n "checking target config location... " >&6; }
2617 # Check whether --with-config-dir was given.
2618 if test "${with_config_dir+set}" = set; then :
2619 withval=$with_config_dir; targetcfg_dir="$withval"
2624 if test "$targetcfg_dir" = ""; then
2625 as_fn_error $? "missing config directory!" "$LINENO" 5
2627 aros_targetcfg_dir="$targetcfg_dir"
2629 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_targetcfg_dir" >&5
2630 $as_echo "$aros_targetcfg_dir" >&6; }
2632 #-----------------------------------------------------------------------------
2634 # Check if the target compiler supports some features:
2636 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -iquote" >&5
2637 $as_echo_n "checking whether ${CC} accepts -iquote... " >&6; }
2640 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2641 /* end confdefs.h. */
2651 if ac_fn_c_try_compile "$LINENO"; then :
2656 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $has_iquote" >&5
2658 $as_echo "$has_iquote" >&6; }
2659 if test "x-$has_iquote" = "x-yes" ; then
2660 aros_cflags_iquote=-iquote
2661 aros_cflags_iquote_end=
2663 aros_cflags_iquote=-I
2664 aros_cflags_iquote_end=-I-
2667 #-----------------------------------------------------------------------------
2669 # Check if the target compiler supports some options used for de-linting:
2670 # -Wunused-but-set-variable
2674 # -Wstrict-prototypes
2677 # -Wmisleading-indentation
2684 # -Wmaybe-uninitialized
2685 # -Wimplicit-function-declaration
2690 # -Wformat-contains-nul
2692 # -Waggressive-loop-optimizations
2695 # -Wdiscarded-qualifiers
2698 # -Wdiscarded-array-qualifiers
2700 # -Wint-to-pointer-cast
2701 # -Wpointer-to-int-cast
2702 # -Wunused-const-variable
2705 # -Wincompatible-pointer-types
2707 # -Wlogical-not-parentheses
2711 # -Wdeprecated-declarations
2715 # -Wunused-local-typedefs
2719 # -Wvolatile-register-var
2721 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Wunused-but-set-variable" >&5
2722 $as_echo_n "checking whether ${CC} accepts -Wunused-but-set-variable... " >&6; }
2723 CFLAGS=-Wunused-but-set-variable
2724 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2725 /* end confdefs.h. */
2735 if ac_fn_c_try_compile "$LINENO"; then :
2736 aros_unused_but_set_variable="yes"
2738 aros_unused_but_set_variable="no"
2740 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_unused_but_set_variable" >&5
2742 $as_echo "$aros_unused_but_set_variable" >&6; }
2743 if test "x-$aros_unused_but_set_variable" = "x-yes" ; then
2744 aros_cflags_unused_but_set_variable=-Wno-unused-but-set-variable
2747 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Wstrict-aliasing" >&5
2748 $as_echo_n "checking whether ${CC} accepts -Wstrict-aliasing... " >&6; }
2749 CFLAGS=-Wstrict-aliasing
2750 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2751 /* end confdefs.h. */
2761 if ac_fn_c_try_compile "$LINENO"; then :
2762 aros_strict_aliasing="yes"
2764 aros_strict_aliasing="no"
2766 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2767 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_strict_aliasing" >&5
2768 $as_echo "$aros_strict_aliasing" >&6; }
2769 if test "x-$aros_strict_aliasing" = "x-yes" ; then
2770 aros_cflags_strict_aliasing=-Wno-strict-aliasing
2773 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Warray-bounds" >&5
2774 $as_echo_n "checking whether ${CC} accepts -Warray-bounds... " >&6; }
2775 CFLAGS=-Warray-bounds
2776 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2777 /* end confdefs.h. */
2787 if ac_fn_c_try_compile "$LINENO"; then :
2788 aros_array_bounds="yes"
2790 aros_array_bounds="no"
2792 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_array_bounds" >&5
2794 $as_echo "$aros_array_bounds" >&6; }
2795 if test "x-$aros_array_bounds" = "x-yes" ; then
2796 aros_cflags_array_bounds=-Wno-array-bounds
2799 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Wenum-compare" >&5
2800 $as_echo_n "checking whether ${CC} accepts -Wenum-compare... " >&6; }
2801 CFLAGS=-Wenum-compare
2802 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2803 /* end confdefs.h. */
2813 if ac_fn_c_try_compile "$LINENO"; then :
2814 aros_enum_compare="yes"
2816 aros_enum_compare="no"
2818 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2819 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_enum_compare" >&5
2820 $as_echo "$aros_enum_compare" >&6; }
2821 if test "x-$aros_enum_compare" = "x-yes" ; then
2822 aros_cflags_enum_compare=-Wno-enum-compare
2825 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Wstrict-prototypes" >&5
2826 $as_echo_n "checking whether ${CC} accepts -Wstrict-prototypes... " >&6; }
2827 CFLAGS=-Wstrict-prototypes
2828 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2829 /* end confdefs.h. */
2839 if ac_fn_c_try_compile "$LINENO"; then :
2840 aros_strict_prototypes="yes"
2842 aros_strict_prototypes="no"
2844 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2845 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_strict_prototypes" >&5
2846 $as_echo "$aros_strict_prototypes" >&6; }
2847 if test "x-$aros_strict_prototypes" = "x-yes" ; then
2848 aros_cflags_strict_prototypes=-Wno-strict-prototypes
2851 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Wstrict-overflow" >&5
2852 $as_echo_n "checking whether ${CC} accepts -Wstrict-overflow... " >&6; }
2853 CFLAGS=-Wstrict-overflow
2854 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2855 /* end confdefs.h. */
2865 if ac_fn_c_try_compile "$LINENO"; then :
2866 aros_strict_overflow="yes"
2868 aros_strict_overflow="no"
2870 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2871 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_strict_overflow" >&5
2872 $as_echo "$aros_strict_overflow" >&6; }
2873 if test "x-$aros_strict_overflow" = "x-yes" ; then
2874 aros_cflags_strict_overflow=-Wno-strict-overflow
2877 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Wformat-security" >&5
2878 $as_echo_n "checking whether ${CC} accepts -Wformat-security... " >&6; }
2879 CFLAGS=-Wformat-security
2880 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2881 /* end confdefs.h. */
2891 if ac_fn_c_try_compile "$LINENO"; then :
2892 aros_format_security="yes"
2894 aros_format_security="no"
2896 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_format_security" >&5
2898 $as_echo "$aros_format_security" >&6; }
2899 if test "x-$aros_format_security" = "x-yes" ; then
2900 aros_cflags_format_security=-Wno-format-security
2903 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Wmisleading-indentation" >&5
2904 $as_echo_n "checking whether ${CC} accepts -Wmisleading-indentation... " >&6; }
2905 CFLAGS=-Wmisleading-indentation
2906 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2907 /* end confdefs.h. */
2917 if ac_fn_c_try_compile "$LINENO"; then :
2918 aros_misleading_indentation="yes"
2920 aros_misleading_indentation="no"
2922 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2923 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_misleading_indentation" >&5
2924 $as_echo "$aros_misleading_indentation" >&6; }
2925 if test "x-$aros_misleading_indentation" = "x-yes" ; then
2926 aros_cflags_misleading_indentation=-Wno-misleading-indentation
2929 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Wnonnull-compare" >&5
2930 $as_echo_n "checking whether ${CC} accepts -Wnonnull-compare... " >&6; }
2931 CFLAGS=-Wnonnull-compare
2932 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2933 /* end confdefs.h. */
2943 if ac_fn_c_try_compile "$LINENO"; then :
2944 aros_nonnull_compare="yes"
2946 aros_nonnull_compare="no"
2948 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_nonnull_compare" >&5
2950 $as_echo "$aros_nonnull_compare" >&6; }
2951 if test "x-$aros_nonnull_compare" = "x-yes" ; then
2952 aros_cflags_nonnull_compare=-Wno-nonnull-compare
2955 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Wunused" >&5
2956 $as_echo_n "checking whether ${CC} accepts -Wunused... " >&6; }
2958 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2959 /* end confdefs.h. */
2969 if ac_fn_c_try_compile "$LINENO"; then :
2974 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2975 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_unused" >&5
2976 $as_echo "$aros_unused" >&6; }
2977 if test "x-$aros_unused" = "x-yes" ; then
2978 aros_cflags_unused=-Wno-unused
2981 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Wunused-value" >&5
2982 $as_echo_n "checking whether ${CC} accepts -Wunused-value... " >&6; }
2983 CFLAGS=-Wunused-value
2984 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2985 /* end confdefs.h. */
2995 if ac_fn_c_try_compile "$LINENO"; then :
2996 aros_unused_value="yes"
2998 aros_unused_value="no"
3000 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3001 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_unused_value" >&5
3002 $as_echo "$aros_unused_value" >&6; }
3003 if test "x-$aros_unused_value" = "x-yes" ; then
3004 aros_cflags_unused_value=-Wno-unused-value
3007 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Wunused-variable" >&5
3008 $as_echo_n "checking whether ${CC} accepts -Wunused-variable... " >&6; }
3009 CFLAGS=-Wunused-variable
3010 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3011 /* end confdefs.h. */
3021 if ac_fn_c_try_compile "$LINENO"; then :
3022 aros_unused_variable="yes"
3024 aros_unused_variable="no"
3026 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3027 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_unused_variable" >&5
3028 $as_echo "$aros_unused_variable" >&6; }
3029 if test "x-$aros_unused_variable" = "x-yes" ; then
3030 aros_cflags_unused_variable=-Wno-unused-variable
3033 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Wunused-function" >&5
3034 $as_echo_n "checking whether ${CC} accepts -Wunused-function... " >&6; }
3035 CFLAGS=-Wunused-function
3036 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3037 /* end confdefs.h. */
3047 if ac_fn_c_try_compile "$LINENO"; then :
3048 aros_unused_function="yes"
3050 aros_unused_function="no"
3052 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3053 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_unused_function" >&5
3054 $as_echo "$aros_unused_function" >&6; }
3055 if test "x-$aros_unused_function" = "x-yes" ; then
3056 aros_cflags_unused_function=-Wno-unused-function
3059 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Wuninitialized" >&5
3060 $as_echo_n "checking whether ${CC} accepts -Wuninitialized... " >&6; }
3061 CFLAGS=-Wuninitialized
3062 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3063 /* end confdefs.h. */
3073 if ac_fn_c_try_compile "$LINENO"; then :
3074 aros_uninitialized="yes"
3076 aros_uninitialized="no"
3078 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3079 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_uninitialized" >&5
3080 $as_echo "$aros_uninitialized" >&6; }
3081 if test "x-$aros_uninitialized" = "x-yes" ; then
3082 aros_cflags_uninitialized=-Wno-uninitialized
3085 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Wmaybe-uninitialized" >&5
3086 $as_echo_n "checking whether ${CC} accepts -Wmaybe-uninitialized... " >&6; }
3087 CFLAGS=-Wmaybe-uninitialized
3088 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3089 /* end confdefs.h. */
3099 if ac_fn_c_try_compile "$LINENO"; then :
3100 aros_maybe_uninitialized="yes"
3102 aros_maybe_uninitialized="no"
3104 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3105 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_maybe_uninitialized" >&5
3106 $as_echo "$aros_maybe_uninitialized" >&6; }
3107 if test "x-$aros_maybe_uninitialized" = "x-yes" ; then
3108 aros_cflags_maybe_uninitialized=-Wno-maybe-uninitialized
3111 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Wimplicit-function-declaration" >&5
3112 $as_echo_n "checking whether ${CC} accepts -Wimplicit-function-declaration... " >&6; }
3113 CFLAGS=-Wimplicit-function-declaration
3114 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3115 /* end confdefs.h. */
3125 if ac_fn_c_try_compile "$LINENO"; then :
3126 aros_implicit_function_declaration="yes"
3128 aros_implicit_function_declaration="no"
3130 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3131 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_implicit_function_declaration" >&5
3132 $as_echo "$aros_implicit_function_declaration" >&6; }
3133 if test "x-$aros_implicit_function_declaration" = "x-yes" ; then
3134 aros_cflags_implicit_function_declaration=-Wno-implicit-function-declaration
3137 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Wformat" >&5
3138 $as_echo_n "checking whether ${CC} accepts -Wformat... " >&6; }
3140 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3141 /* end confdefs.h. */
3151 if ac_fn_c_try_compile "$LINENO"; then :
3156 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3157 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_format" >&5
3158 $as_echo "$aros_format" >&6; }
3159 if test "x-$aros_format" = "x-yes" ; then
3160 aros_cflags_format=-Wno-format
3163 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Wparentheses" >&5
3164 $as_echo_n "checking whether ${CC} accepts -Wparentheses... " >&6; }
3165 CFLAGS=-Wparentheses
3166 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3167 /* end confdefs.h. */
3177 if ac_fn_c_try_compile "$LINENO"; then :
3178 aros_parentheses="yes"
3180 aros_parentheses="no"
3182 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3183 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_parentheses" >&5
3184 $as_echo "$aros_parentheses" >&6; }
3185 if test "x-$aros_parentheses" = "x-yes" ; then
3186 aros_cflags_parentheses=-Wno-parentheses
3189 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Wchar-subscripts" >&5
3190 $as_echo_n "checking whether ${CC} accepts -Wchar-subscripts... " >&6; }
3191 CFLAGS=-Wchar-subscripts
3192 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3193 /* end confdefs.h. */
3203 if ac_fn_c_try_compile "$LINENO"; then :
3204 aros_char_subscripts="yes"
3206 aros_char_subscripts="no"
3208 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3209 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_char_subscripts" >&5
3210 $as_echo "$aros_char_subscripts" >&6; }
3211 if test "x-$aros_char_subscripts" = "x-yes" ; then
3212 aros_cflags_char_subscripts=-Wno-char-subscripts
3215 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Wendif-labels" >&5
3216 $as_echo_n "checking whether ${CC} accepts -Wendif-labels... " >&6; }
3217 CFLAGS=-Wendif-labels
3218 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3219 /* end confdefs.h. */
3229 if ac_fn_c_try_compile "$LINENO"; then :
3230 aros_endif_labels="yes"
3232 aros_endif_labels="no"
3234 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3235 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_endif_labels" >&5
3236 $as_echo "$aros_endif_labels" >&6; }
3237 if test "x-$aros_endif_labels" = "x-yes" ; then
3238 aros_cflags_endif_labels=-Wno-endif-labels
3241 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Wformat-contains-nul" >&5
3242 $as_echo_n "checking whether ${CC} accepts -Wformat-contains-nul... " >&6; }
3243 CFLAGS=-Wformat-contains-nul
3244 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3245 /* end confdefs.h. */
3255 if ac_fn_c_try_compile "$LINENO"; then :
3256 aros_format_contains_nul="yes"
3258 aros_format_contains_nul="no"
3260 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3261 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_format_contains_nul" >&5
3262 $as_echo "$aros_format_contains_nul" >&6; }
3263 if test "x-$aros_format_contains_nul" = "x-yes" ; then
3264 aros_cflags_format_contains_nul=-Wno-format-contains-nul
3267 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Wimplicit-int" >&5
3268 $as_echo_n "checking whether ${CC} accepts -Wimplicit-int... " >&6; }
3269 CFLAGS=-Wimplicit-int
3270 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3271 /* end confdefs.h. */
3281 if ac_fn_c_try_compile "$LINENO"; then :
3282 aros_implicit_int="yes"
3284 aros_implicit_int="no"
3286 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_implicit_int" >&5
3288 $as_echo "$aros_implicit_int" >&6; }
3289 if test "x-$aros_implicit_int" = "x-yes" ; then
3290 aros_cflags_implicit_int=-Wno-implicit-int
3293 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Waggressive-loop-optimizations" >&5
3294 $as_echo_n "checking whether ${CC} accepts -Waggressive-loop-optimizations... " >&6; }
3295 CFLAGS=-Waggressive-loop-optimizations
3296 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3297 /* end confdefs.h. */
3307 if ac_fn_c_try_compile "$LINENO"; then :
3308 aros_aggressive_loop_optimizations="yes"
3310 aros_aggressive_loop_optimizations="no"
3312 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_aggressive_loop_optimizations" >&5
3314 $as_echo "$aros_aggressive_loop_optimizations" >&6; }
3315 if test "x-$aros_aggressive_loop_optimizations" = "x-yes" ; then
3316 aros_cflags_aggressive_loop_optimizations=-Wno-aggressive-loop-optimizations
3319 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Wcpp" >&5
3320 $as_echo_n "checking whether ${CC} accepts -Wcpp... " >&6; }
3322 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3323 /* end confdefs.h. */
3333 if ac_fn_c_try_compile "$LINENO"; then :
3338 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3339 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_cpp" >&5
3340 $as_echo "$aros_cpp" >&6; }
3341 if test "x-$aros_cpp" = "x-yes" ; then
3342 aros_cflags_cpp=-Wno-cpp
3345 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Wswitch" >&5
3346 $as_echo_n "checking whether ${CC} accepts -Wswitch... " >&6; }
3348 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3349 /* end confdefs.h. */
3359 if ac_fn_c_try_compile "$LINENO"; then :
3364 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3365 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_switch" >&5
3366 $as_echo "$aros_switch" >&6; }
3367 if test "x-$aros_switch" = "x-yes" ; then
3368 aros_cflags_switch=-Wno-switch
3371 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Wdiscarded-qualifiers" >&5
3372 $as_echo_n "checking whether ${CC} accepts -Wdiscarded-qualifiers... " >&6; }
3373 CFLAGS=-Wdiscarded-qualifiers
3374 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3375 /* end confdefs.h. */
3385 if ac_fn_c_try_compile "$LINENO"; then :
3386 aros_discarded_qualifiers="yes"
3388 aros_discarded_qualifiers="no"
3390 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3391 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_discarded_qualifiers" >&5
3392 $as_echo "$aros_discarded_qualifiers" >&6; }
3393 if test "x-$aros_discarded_qualifiers" = "x-yes" ; then
3394 aros_cflags_discarded_qualifiers=-Wno-discarded-qualifiers
3397 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Wsequence-point" >&5
3398 $as_echo_n "checking whether ${CC} accepts -Wsequence-point... " >&6; }
3399 CFLAGS=-Wsequence-point
3400 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3401 /* end confdefs.h. */
3411 if ac_fn_c_try_compile "$LINENO"; then :
3412 aros_sequence_point="yes"
3414 aros_sequence_point="no"
3416 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3417 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_sequence_point" >&5
3418 $as_echo "$aros_sequence_point" >&6; }
3419 if test "x-$aros_sequence_point" = "x-yes" ; then
3420 aros_cflags_sequence_point=-Wno-sequence-point
3423 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Wunknown-pragmas" >&5
3424 $as_echo_n "checking whether ${CC} accepts -Wunknown-pragmas... " >&6; }
3425 CFLAGS=-Wunknown-pragmas
3426 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3427 /* end confdefs.h. */
3437 if ac_fn_c_try_compile "$LINENO"; then :
3438 aros_unknown_pragmas="yes"
3440 aros_unknown_pragmas="no"
3442 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_unknown_pragmas" >&5
3444 $as_echo "$aros_unknown_pragmas" >&6; }
3445 if test "x-$aros_unknown_pragmas" = "x-yes" ; then
3446 aros_cflags_unknown_pragmas=-Wno-unknown-pragmas
3449 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Wdiscarded-array-qualifiers" >&5
3450 $as_echo_n "checking whether ${CC} accepts -Wdiscarded-array-qualifiers... " >&6; }
3451 CFLAGS=-Wdiscarded-array-qualifiers
3452 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3453 /* end confdefs.h. */
3463 if ac_fn_c_try_compile "$LINENO"; then :
3464 aros_discarded_array_qualifiers="yes"
3466 aros_discarded_array_qualifiers="no"
3468 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3469 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_discarded_array_qualifiers" >&5
3470 $as_echo "$aros_discarded_array_qualifiers" >&6; }
3471 if test "x-$aros_discarded_array_qualifiers" = "x-yes" ; then
3472 aros_cflags_discarded_array_qualifiers=-Wno-discarded-array-qualifiers
3475 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Wint-conversion" >&5
3476 $as_echo_n "checking whether ${CC} accepts -Wint-conversion... " >&6; }
3477 CFLAGS=-Wint-conversion
3478 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3479 /* end confdefs.h. */
3489 if ac_fn_c_try_compile "$LINENO"; then :
3490 aros_int_conversion="yes"
3492 aros_int_conversion="no"
3494 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3495 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_int_conversion" >&5
3496 $as_echo "$aros_int_conversion" >&6; }
3497 if test "x-$aros_int_conversion" = "x-yes" ; then
3498 aros_cflags_int_conversion=-Wno-int-conversion
3501 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Wint-to-pointer-cast" >&5
3502 $as_echo_n "checking whether ${CC} accepts -Wint-to-pointer-cast... " >&6; }
3503 CFLAGS=-Wint-to-pointer-cast
3504 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3505 /* end confdefs.h. */
3515 if ac_fn_c_try_compile "$LINENO"; then :
3516 aros_int_to_pointer_cast="yes"
3518 aros_int_to_pointer_cast="no"
3520 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3521 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_int_to_pointer_cast" >&5
3522 $as_echo "$aros_int_to_pointer_cast" >&6; }
3523 if test "x-$aros_int_to_pointer_cast" = "x-yes" ; then
3524 aros_cflags_int_to_pointer_cast=-Wno-int-to-pointer-cast
3527 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Wpointer-to-int-cast" >&5
3528 $as_echo_n "checking whether ${CC} accepts -Wpointer-to-int-cast... " >&6; }
3529 CFLAGS=-Wpointer-to-int-cast
3530 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3531 /* end confdefs.h. */
3541 if ac_fn_c_try_compile "$LINENO"; then :
3542 aros_pointer_to_int_cast="yes"
3544 aros_pointer_to_int_cast="no"
3546 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3547 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_pointer_to_int_cast" >&5
3548 $as_echo "$aros_pointer_to_int_cast" >&6; }
3549 if test "x-$aros_pointer_to_int_cast" = "x-yes" ; then
3550 aros_cflags_pointer_to_int_cast=-Wno-pointer-to-int-cast
3553 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Wunused-const-variable" >&5
3554 $as_echo_n "checking whether ${CC} accepts -Wunused-const-variable... " >&6; }
3555 CFLAGS=-Wunused-const-variable
3556 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3557 /* end confdefs.h. */
3567 if ac_fn_c_try_compile "$LINENO"; then :
3568 aros_unused_const_variable="yes"
3570 aros_unused_const_variable="no"
3572 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_unused_const_variable" >&5
3574 $as_echo "$aros_unused_const_variable" >&6; }
3575 if test "x-$aros_unused_const_variable" = "x-yes" ; then
3576 aros_cflags_unused_const_variable=-Wno-unused-const-variable
3579 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Wwrite-strings" >&5
3580 $as_echo_n "checking whether ${CC} accepts -Wwrite-strings... " >&6; }
3581 CFLAGS=-Wwrite-strings
3582 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3583 /* end confdefs.h. */
3593 if ac_fn_c_try_compile "$LINENO"; then :
3594 aros_write_strings="yes"
3596 aros_write_strings="no"
3598 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_write_strings" >&5
3600 $as_echo "$aros_write_strings" >&6; }
3601 if test "x-$aros_write_strings" = "x-yes" ; then
3602 aros_cflags_write_strings=-Wno-write-strings
3605 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Wcomment" >&5
3606 $as_echo_n "checking whether ${CC} accepts -Wcomment... " >&6; }
3608 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3609 /* end confdefs.h. */
3619 if ac_fn_c_try_compile "$LINENO"; then :
3624 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3625 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_comment" >&5
3626 $as_echo "$aros_comment" >&6; }
3627 if test "x-$aros_comment" = "x-yes" ; then
3628 aros_cflags_comment=-Wno-comment
3631 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Wincompatible-pointer-types" >&5
3632 $as_echo_n "checking whether ${CC} accepts -Wincompatible-pointer-types... " >&6; }
3633 CFLAGS=-Wincompatible-pointer-types
3634 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3635 /* end confdefs.h. */
3645 if ac_fn_c_try_compile "$LINENO"; then :
3646 aros_incompatible_pointer_types="yes"
3648 aros_incompatible_pointer_types="no"
3650 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3651 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_incompatible_pointer_types" >&5
3652 $as_echo "$aros_incompatible_pointer_types" >&6; }
3653 if test "x-$aros_incompatible_pointer_types" = "x-yes" ; then
3654 aros_cflags_incompatible_pointer_types=-Wno-incompatible-pointer-types
3657 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Wbool-compare" >&5
3658 $as_echo_n "checking whether ${CC} accepts -Wbool-compare... " >&6; }
3659 CFLAGS=-Wbool-compare
3660 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3661 /* end confdefs.h. */
3671 if ac_fn_c_try_compile "$LINENO"; then :
3672 aros_bool_compare="yes"
3674 aros_bool_compare="no"
3676 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3677 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_bool_compare" >&5
3678 $as_echo "$aros_bool_compare" >&6; }
3679 if test "x-$aros_bool_compare" = "x-yes" ; then
3680 aros_cflags_bool_compare=-Wno-bool-compare
3683 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Wlogical-not-parentheses" >&5
3684 $as_echo_n "checking whether ${CC} accepts -Wlogical-not-parentheses... " >&6; }
3685 CFLAGS=-Wlogical-not-parentheses
3686 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3687 /* end confdefs.h. */
3697 if ac_fn_c_try_compile "$LINENO"; then :
3698 aros_logical_not_parentheses="yes"
3700 aros_logical_not_parentheses="no"
3702 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_logical_not_parentheses" >&5
3704 $as_echo "$aros_logical_not_parentheses" >&6; }
3705 if test "x-$aros_logical_not_parentheses" = "x-yes" ; then
3706 aros_cflags_logical_not_parentheses=-Wno-logical-not-parentheses
3709 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Wpointer-sign" >&5
3710 $as_echo_n "checking whether ${CC} accepts -Wpointer-sign... " >&6; }
3711 CFLAGS=-Wpointer-sign
3712 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3713 /* end confdefs.h. */
3723 if ac_fn_c_try_compile "$LINENO"; then :
3724 aros_pointer_sign="yes"
3726 aros_pointer_sign="no"
3728 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3729 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_pointer_sign" >&5
3730 $as_echo "$aros_pointer_sign" >&6; }
3731 if test "x-$aros_pointer_sign" = "x-yes" ; then
3732 aros_cflags_pointer_sign=-Wno-pointer-sign
3735 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Wshift-overflow" >&5
3736 $as_echo_n "checking whether ${CC} accepts -Wshift-overflow... " >&6; }
3737 CFLAGS=-Wshift-overflow
3738 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3739 /* end confdefs.h. */
3749 if ac_fn_c_try_compile "$LINENO"; then :
3750 aros_shift_overflow="yes"
3752 aros_shift_overflow="no"
3754 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3755 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_shift_overflow" >&5
3756 $as_echo "$aros_shift_overflow" >&6; }
3757 if test "x-$aros_shift_overflow" = "x-yes" ; then
3758 aros_cflags_shift_overflow=-Wno-shift-overflow
3761 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Wframe-address" >&5
3762 $as_echo_n "checking whether ${CC} accepts -Wframe-address... " >&6; }
3763 CFLAGS=-Wframe-address
3764 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3765 /* end confdefs.h. */
3775 if ac_fn_c_try_compile "$LINENO"; then :
3776 aros_frame_address="yes"
3778 aros_frame_address="no"
3780 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3781 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_frame_address" >&5
3782 $as_echo "$aros_frame_address" >&6; }
3783 if test "x-$aros_frame_address" = "x-yes" ; then
3784 aros_cflags_frame_address=-Wno-frame-address
3787 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Wdeprecated-declarations" >&5
3788 $as_echo_n "checking whether ${CC} accepts -Wdeprecated-declarations... " >&6; }
3789 CFLAGS=-Wdeprecated-declarations
3790 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3791 /* end confdefs.h. */
3801 if ac_fn_c_try_compile "$LINENO"; then :
3802 aros_deprecated_declarations="yes"
3804 aros_deprecated_declarations="no"
3806 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_deprecated_declarations" >&5
3808 $as_echo "$aros_deprecated_declarations" >&6; }
3809 if test "x-$aros_deprecated_declarations" = "x-yes" ; then
3810 aros_cflags_deprecated_declarations=-Wno-deprecated-declarations
3813 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Wsign-compare" >&5
3814 $as_echo_n "checking whether ${CC} accepts -Wsign-compare... " >&6; }
3815 CFLAGS=-Wsign-compare
3816 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3817 /* end confdefs.h. */
3827 if ac_fn_c_try_compile "$LINENO"; then :
3828 aros_sign_compare="yes"
3830 aros_sign_compare="no"
3832 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_sign_compare" >&5
3834 $as_echo "$aros_sign_compare" >&6; }
3835 if test "x-$aros_sign_compare" = "x-yes" ; then
3836 aros_cflags_sign_compare=-Wno-sign-compare
3839 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Wattributes" >&5
3840 $as_echo_n "checking whether ${CC} accepts -Wattributes... " >&6; }
3842 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3843 /* end confdefs.h. */
3853 if ac_fn_c_try_compile "$LINENO"; then :
3854 aros_attributes="yes"
3856 aros_attributes="no"
3858 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3859 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_attributes" >&5
3860 $as_echo "$aros_attributes" >&6; }
3861 if test "x-$aros_attributes" = "x-yes" ; then
3862 aros_cflags_attributes=-Wno-attributes
3865 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Woverflow" >&5
3866 $as_echo_n "checking whether ${CC} accepts -Woverflow... " >&6; }
3868 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3869 /* end confdefs.h. */
3879 if ac_fn_c_try_compile "$LINENO"; then :
3884 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3885 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_overflow" >&5
3886 $as_echo "$aros_overflow" >&6; }
3887 if test "x-$aros_overflow" = "x-yes" ; then
3888 aros_cflags_overflow=-Wno-overflow
3891 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Wunused-local-typedefs" >&5
3892 $as_echo_n "checking whether ${CC} accepts -Wunused-local-typedefs... " >&6; }
3893 CFLAGS=-Wunused-local-typedefs
3894 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3895 /* end confdefs.h. */
3905 if ac_fn_c_try_compile "$LINENO"; then :
3906 aros_unused_local_typedefs="yes"
3908 aros_unused_local_typedefs="no"
3910 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3911 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_unused_local_typedefs" >&5
3912 $as_echo "$aros_unused_local_typedefs" >&6; }
3913 if test "x-$aros_unused_local_typedefs" = "x-yes" ; then
3914 aros_cflags_unused_local_typedefs=-Wno-unused-local-typedefs
3917 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Wmissing-braces" >&5
3918 $as_echo_n "checking whether ${CC} accepts -Wmissing-braces... " >&6; }
3919 CFLAGS=-Wmissing-braces
3920 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3921 /* end confdefs.h. */
3931 if ac_fn_c_try_compile "$LINENO"; then :
3932 aros_missing_braces="yes"
3934 aros_missing_braces="no"
3936 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_missing_braces" >&5
3938 $as_echo "$aros_missing_braces" >&6; }
3939 if test "x-$aros_missing_braces" = "x-yes" ; then
3940 aros_cflags_missing_braces=-Wno-missing-braces
3943 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Wconversion-null" >&5
3944 $as_echo_n "checking whether ${CC} accepts -Wconversion-null... " >&6; }
3945 CFLAGS=-Wconversion-null
3946 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3947 /* end confdefs.h. */
3957 if ac_fn_c_try_compile "$LINENO"; then :
3958 aros_conversion_null="yes"
3960 aros_conversion_null="no"
3962 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3963 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_conversion_null" >&5
3964 $as_echo "$aros_conversion_null" >&6; }
3965 if test "x-$aros_conversion_null" = "x-yes" ; then
3966 aros_cflags_conversion_null=-Wno-conversion-null
3969 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Wnarrowing" >&5
3970 $as_echo_n "checking whether ${CC} accepts -Wnarrowing... " >&6; }
3972 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3973 /* end confdefs.h. */
3983 if ac_fn_c_try_compile "$LINENO"; then :
3984 aros_narrowing="yes"
3988 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_narrowing" >&5
3990 $as_echo "$aros_narrowing" >&6; }
3991 if test "x-$aros_narrowing" = "x-yes" ; then
3992 aros_cflags_narrowing=-Wno-narrowing
3995 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Wvolatile-register-var" >&5
3996 $as_echo_n "checking whether ${CC} accepts -Wvolatile-register-var... " >&6; }
3997 CFLAGS=-Wvolatile-register-var
3998 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3999 /* end confdefs.h. */
4009 if ac_fn_c_try_compile "$LINENO"; then :
4010 aros_volatile_register_var="yes"
4012 aros_volatile_register_var="no"
4014 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4015 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_volatile_register_var" >&5
4016 $as_echo "$aros_volatile_register_var" >&6; }
4017 if test "x-$aros_volatile_register_var" = "x-yes" ; then
4018 aros_cflags_volatile_register_var=-Wno-volatile-register-var
4075 ac_config_files="$ac_config_files ${aros_targetcfg_dir}/compiler.cfg:config/compiler.cfg.in"
4078 cat >confcache <<\_ACEOF
4079 # This file is a shell script that caches the results of configure
4080 # tests run on this system so they can be shared between configure
4081 # scripts and configure runs, see configure's option --config-cache.
4082 # It is not useful on other systems. If it contains results you don't
4083 # want to keep, you may remove or edit it.
4085 # config.status only pays attention to the cache file if you give it
4086 # the --recheck option to rerun configure.
4088 # `ac_cv_env_foo
' variables (set or unset) will be overridden when
4089 # loading this file, other *unset* `ac_cv_foo' will be assigned the
4094 # The following way of writing the cache mishandles newlines in values,
4095 # but we know of no workaround that is simple, portable, and efficient.
4096 # So, we kill variables containing newlines.
4097 # Ultrix sh set writes to stderr and can't be redirected directly,
4098 # and sets the high bit in the cache file unless we assign to the vars.
4100 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
4101 eval ac_val
=\$
$ac_var
4105 *_cv_
*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
4106 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
4109 _ | IFS | as_nl
) ;; #(
4110 BASH_ARGV | BASH_SOURCE
) eval $ac_var= ;; #(
4111 *) { eval $ac_var=; unset $ac_var;} ;;
4117 case $as_nl`(ac_space=' '; set) 2>&1` in #(
4118 *${as_nl}ac_space
=\
*)
4119 # `set' does not quote correctly, so add quotes: double-quote
4120 # substitution turns \\\\ into \\, and sed turns \\ into \.
4123 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
4126 # `set' quotes correctly as required by POSIX, so do not add quotes.
4127 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
4136 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
4138 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
4140 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
4141 if test -w "$cache_file"; then
4142 if test "x$cache_file" != "x/dev/null"; then
4143 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
4144 $as_echo "$as_me: updating cache $cache_file" >&6;}
4145 if test ! -f "$cache_file" ||
test -h "$cache_file"; then
4146 cat confcache
>"$cache_file"
4148 case $cache_file in #(
4150 mv -f confcache
"$cache_file"$$
&&
4151 mv -f "$cache_file"$$
"$cache_file" ;; #(
4153 mv -f confcache
"$cache_file" ;;
4158 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
4159 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
4164 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
4165 # Let make expand exec_prefix.
4166 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
4168 # Transform confdefs.h into DEFS.
4169 # Protect against shell expansion while executing Makefile rules.
4170 # Protect against Makefile macro expansion.
4172 # If the first sed substitution is executed (which looks for macros that
4173 # take arguments), then branch to the quote section. Otherwise,
4174 # look for a macro that doesn't take arguments.
4184 s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g
4186 s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g
4190 s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g
4203 DEFS
=`sed -n "$ac_script" confdefs.h`
4209 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
4210 # 1. Remove the extension, and $U if already installed.
4211 ac_script
='s/\$U\././;s/\.o$//;s/\.obj$//'
4212 ac_i
=`$as_echo "$ac_i" | sed "$ac_script"`
4213 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
4214 # will be set to the directory where LIBOBJS objects are built.
4215 as_fn_append ac_libobjs
" \${LIBOBJDIR}$ac_i\$U.$ac_objext"
4216 as_fn_append ac_ltlibobjs
" \${LIBOBJDIR}$ac_i"'$U.lo'
4220 LTLIBOBJS
=$ac_ltlibobjs
4224 : "${CONFIG_STATUS=./config.status}"
4226 ac_clean_files_save
=$ac_clean_files
4227 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
4228 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
4229 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
4231 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
4233 # Generated by $as_me.
4234 # Run this file to recreate the current configuration.
4235 # Compiler output produced by configure, useful for debugging
4236 # configure, is in config.log if it exists.
4242 SHELL=\${CONFIG_SHELL-$SHELL}
4245 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail
=1
4246 ## -------------------- ##
4247 ## M4sh Initialization. ##
4248 ## -------------------- ##
4250 # Be more Bourne compatible
4251 DUALCASE
=1; export DUALCASE
# for MKS sh
4252 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then :
4255 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
4256 # is contrary to our usage. Disable this feature.
4257 alias -g '${1+"$@"}'='"$@"'
4258 setopt NO_GLOB_SUBST
4260 case `(set -o) 2>/dev/null` in #(
4272 # Printing a long string crashes Solaris 7 /usr/bin/printf.
4273 as_echo
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
4274 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
4275 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
4276 # Prefer a ksh shell builtin over an external printf program on Solaris,
4277 # but without wasting forks for bash or zsh.
4278 if test -z "$BASH_VERSION$ZSH_VERSION" \
4279 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
4280 as_echo='print
-r --'
4281 as_echo_n='print
-rn --'
4282 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
4283 as_echo='printf %s
\n'
4284 as_echo_n='printf %s
'
4286 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
4287 as_echo_body='eval /usr
/ucb
/echo -n "$1$as_nl"'
4288 as_echo_n='/usr
/ucb
/echo -n'
4290 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
4291 as_echo_n_body='eval
4295 expr "X$arg" : "X\\(.*\\)$as_nl";
4296 arg
=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
4298 expr "X$arg" : "X\\(.*\\)" |
tr -d "$as_nl"
4300 export as_echo_n_body
4301 as_echo_n='sh
-c $as_echo_n_body as_echo
'
4304 as_echo='sh
-c $as_echo_body as_echo
'
4307 # The user is always right.
4308 if test "${PATH_SEPARATOR+set}" != set; then
4310 (PATH='/bin
;/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
4311 (PATH='/bin
:/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
4318 # We need space, tab and new line, in precisely that order. Quoting is
4319 # there to prevent editors from complaining about space-tab.
4320 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
4321 # splitting by setting IFS to empty value.)
4324 # Find who we are. Look in the path if we contain no directory separator.
4327 *[\\/]* ) as_myself=$0 ;;
4328 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4332 test -z "$as_dir" && as_dir=.
4333 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
4339 # We did not find ourselves, most probably we were run as `sh COMMAND'
4340 # in which case we are not to be found in the path.
4341 if test "x$as_myself" = x
; then
4344 if test ! -f "$as_myself"; then
4345 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
4349 # Unset variables that we do not need and which cause bugs (e.g. in
4350 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
4351 # suppresses any "Segmentation fault" message there. '((' could
4352 # trigger a bug in pdksh 5.2.14.
4353 for as_var
in BASH_ENV ENV MAIL MAILPATH
4354 do eval test x\
${$as_var+set} = xset \
4355 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
4368 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
4371 # as_fn_error STATUS ERROR [LINENO LOG_FD]
4372 # ----------------------------------------
4373 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
4374 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
4375 # script with STATUS, using 1 if that was 0.
4378 as_status
=$1; test $as_status -eq 0 && as_status
=1
4380 as_lineno
=${as_lineno-"$3"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
4381 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
4383 $as_echo "$as_me: error: $2" >&2
4384 as_fn_exit
$as_status
4388 # as_fn_set_status STATUS
4389 # -----------------------
4390 # Set $? to STATUS, without forking.
4394 } # as_fn_set_status
4398 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
4408 # Portably unset VAR.
4411 { eval $1=; unset $1;}
4413 as_unset
=as_fn_unset
4414 # as_fn_append VAR VALUE
4415 # ----------------------
4416 # Append the text in VALUE to the end of the definition contained in VAR. Take
4417 # advantage of any shell optimizations that allow amortized linear growth over
4418 # repeated appends, instead of the typical quadratic growth present in naive
4420 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
4421 eval 'as_fn_append ()
4432 # as_fn_arith ARG...
4433 # ------------------
4434 # Perform arithmetic evaluation on the ARGs, and store the result in the
4435 # global $as_val. Take advantage of shells that can avoid forks. The arguments
4436 # must be portable across $(()) and expr.
4437 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
4438 eval 'as_fn_arith ()
4445 as_val
=`expr "$@" || test $? -eq 1`
4450 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
4451 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
4457 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
4458 as_basename
=basename
4463 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
4469 as_me
=`$as_basename -- "$0" ||
4470 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
4471 X"$0" : 'X\(//\)$' \| \
4472 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
4474 sed '/^.*\/\([^/][^/]*\)\/*$/{
4488 # Avoid depending upon Character Ranges.
4489 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
4490 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
4491 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
4492 as_cr_digits
='0123456789'
4493 as_cr_alnum
=$as_cr_Letters$as_cr_digits
4495 ECHO_C
= ECHO_N
= ECHO_T
=
4496 case `echo -n x` in #(((((
4498 case `echo 'xy\c'` in
4499 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
4501 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
4508 rm -f conf$$ conf$$.exe conf$$.
file
4509 if test -d conf$$.dir
; then
4510 rm -f conf$$.dir
/conf$$.
file
4513 mkdir conf$$.dir
2>/dev
/null
4515 if (echo >conf$$.
file) 2>/dev
/null
; then
4516 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
4518 # ... but there are two gotchas:
4519 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
4520 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
4521 # In both cases, we have to default to `cp -pR'.
4522 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
4524 elif ln conf$$.
file conf$$
2>/dev
/null
; then
4532 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
4533 rmdir conf$$.dir
2>/dev
/null
4538 # Create "$as_dir" as a directory, including parents if necessary.
4543 -*) as_dir
=.
/$as_dir;;
4545 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
4549 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
4550 *) as_qdir
=$as_dir;;
4552 as_dirs
="'$as_qdir' $as_dirs"
4553 as_dir
=`$as_dirname -- "$as_dir" ||
4554 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
4555 X"$as_dir" : 'X\(//\)[^/]' \| \
4556 X"$as_dir" : 'X\(//\)$' \| \
4557 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
4558 $as_echo X"$as_dir" |
4559 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
4576 test -d "$as_dir" && break
4578 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
4579 } ||
test -d "$as_dir" || as_fn_error $?
"cannot create directory $as_dir"
4583 if mkdir
-p .
2>/dev
/null
; then
4584 as_mkdir_p
='mkdir -p "$as_dir"'
4586 test -d .
/-p && rmdir .
/-p
4591 # as_fn_executable_p FILE
4592 # -----------------------
4593 # Test if FILE is an executable regular file.
4594 as_fn_executable_p
()
4596 test -f "$1" && test -x "$1"
4597 } # as_fn_executable_p
4599 as_executable_p
=as_fn_executable_p
4601 # Sed expression to map a string onto a valid CPP name.
4602 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
4604 # Sed expression to map a string onto a valid variable name.
4605 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
4609 ## ----------------------------------- ##
4610 ## Main body of $CONFIG_STATUS script. ##
4611 ## ----------------------------------- ##
4613 test $as_write_fail = 0 && chmod +x
$CONFIG_STATUS || ac_write_fail
=1
4615 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
4616 # Save the log message, to keep $0 and so on meaningful, and to
4617 # report actual input values of CONFIG_FILES etc. instead of their
4618 # values after options handling.
4620 This file was extended by $as_me, which was
4621 generated by GNU Autoconf 2.69. Invocation command line was
4623 CONFIG_FILES = $CONFIG_FILES
4624 CONFIG_HEADERS = $CONFIG_HEADERS
4625 CONFIG_LINKS = $CONFIG_LINKS
4626 CONFIG_COMMANDS = $CONFIG_COMMANDS
4629 on `(hostname || uname -n) 2>/dev/null | sed 1q`
4634 case $ac_config_files in *"
4635 "*) set x
$ac_config_files; shift; ac_config_files
=$
*;;
4640 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4641 # Files that config.status was made for.
4642 config_files="$ac_config_files"
4646 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
4648 \`$as_me' instantiates files and other configuration actions
4649 from templates according to the current configuration. Unless the files
4650 and actions are specified as TAGs, all are instantiated by default.
4652 Usage: $0 [OPTION]... [TAG]...
4654 -h, --help print this help, then exit
4655 -V, --version print version number and configuration settings, then exit
4656 --config print configuration, then exit
4657 -q, --quiet, --silent
4658 do not print progress messages
4659 -d, --debug don't remove temporary files
4660 --recheck update $as_me by reconfiguring in the same conditions
4661 --file=FILE[:TEMPLATE]
4662 instantiate the configuration file FILE
4664 Configuration files:
4667 Report bugs to the package provider."
4670 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4671 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
4674 configured by $0, generated by GNU Autoconf 2.69,
4675 with options \\"\$ac_cs_config\\"
4677 Copyright (C) 2012 Free Software Foundation, Inc.
4678 This config.status script is free software; the Free Software Foundation
4679 gives unlimited permission to copy, distribute and modify it."
4683 test -n "\$AWK" || AWK=awk
4686 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
4687 # The default lists apply if the user does not specify any file.
4693 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
4694 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
4698 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
4710 # Handling of the options.
4711 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
4713 --version |
--versio |
--versi |
--vers |
--ver |
--ve |
--v |
-V )
4714 $as_echo "$ac_cs_version"; exit ;;
4715 --config |
--confi |
--conf |
--con |
--co |
--c )
4716 $as_echo "$ac_cs_config"; exit ;;
4717 --debug |
--debu |
--deb |
--de |
--d |
-d )
4719 --file |
--fil |
--fi |
--f )
4722 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
4723 '') as_fn_error $?
"missing file argument" ;;
4725 as_fn_append CONFIG_FILES
" '$ac_optarg'"
4726 ac_need_defaults
=false
;;
4727 --he |
--h |
--help |
--hel |
-h )
4728 $as_echo "$ac_cs_usage"; exit ;;
4729 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
4730 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
4734 -*) as_fn_error $?
"unrecognized option: \`$1'
4735 Try \`$0 --help' for more information." ;;
4737 *) as_fn_append ac_config_targets
" $1"
4738 ac_need_defaults
=false
;;
4744 ac_configure_extra_args
=
4746 if $ac_cs_silent; then
4748 ac_configure_extra_args
="$ac_configure_extra_args --silent"
4752 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4753 if \$ac_cs_recheck; then
4754 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
4756 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
4757 CONFIG_SHELL='$SHELL'
4763 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
4767 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
4768 ## Running $as_me. ##
4774 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4777 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
4779 # Handling of arguments.
4780 for ac_config_target
in $ac_config_targets
4782 case $ac_config_target in
4783 "${aros_targetcfg_dir}/compiler.cfg") CONFIG_FILES
="$CONFIG_FILES ${aros_targetcfg_dir}/compiler.cfg:config/compiler.cfg.in" ;;
4785 *) as_fn_error $?
"invalid argument: \`$ac_config_target'" "$LINENO" 5;;
4790 # If the user did not use the arguments to specify the items to instantiate,
4791 # then the envvar interface is used. Set only those that are not.
4792 # We use the long form for the default assignment because of an extremely
4793 # bizarre bug on SunOS 4.1.3.
4794 if $ac_need_defaults; then
4795 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
4798 # Have a temporary directory for convenience. Make it in the build tree
4799 # simply because there is no reason against having it here, and in addition,
4800 # creating and moving files from /tmp can sometimes cause problems.
4801 # Hook for its removal unless debugging.
4802 # Note that there is a small window in which the directory will not be cleaned:
4803 # after its creation but before its name has been assigned to `$tmp'.
4807 trap 'exit_status=$?
4809 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
4811 trap 'as_fn_exit 1' 1 2 13 15
4813 # Create a (secure) tmp directory for tmp files.
4816 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
4820 tmp
=.
/conf$$
-$RANDOM
4821 (umask 077 && mkdir
"$tmp")
4822 } || as_fn_error $?
"cannot create a temporary directory in ." "$LINENO" 5
4825 # Set up the scripts for CONFIG_FILES section.
4826 # No need to generate them if there are no CONFIG_FILES.
4827 # This happens for instance with `./config.status config.h'.
4828 if test -n "$CONFIG_FILES"; then
4831 ac_cr
=`echo X | tr X '\015'`
4832 # On cygwin, bash can eat \r inside `` if the user requested igncr.
4833 # But we know of no other shell where ac_cr would be empty at this
4834 # point, so we can use a bashism as a fallback.
4835 if test "x$ac_cr" = x
; then
4836 eval ac_cr
=\$
\'\\r
\'
4838 ac_cs_awk_cr
=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
4839 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
4845 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
4850 echo "cat >conf$$subs.awk <<_ACEOF" &&
4851 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
4854 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
4855 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
4857 for ac_last_try in false false false false false :; do
4858 . ./conf$$subs.sh ||
4859 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
4861 ac_delim_n=`sed -n "s
/.
*$ac_delim\$
/X
/p
" conf$$subs.awk | grep -c X`
4862 if test $ac_delim_n = $ac_delim_num; then
4864 elif $ac_last_try; then
4865 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
4867 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
4872 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4873 cat >>"\
$ac_tmp/subs1.
awk" <<\\_ACAWK &&
4877 s/^/S["/; s
/!.
*/"]=/
4887 s/\(.\{148\}\)..*/\1/
4889 s/["\\]/\\&/g
; s
/^
/"/; s/$/\\n"\\/
4894 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
4901 s/\(.\{148\}\)..*/\1/
4903 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/
4907 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
4912 ' <conf$$subs.awk | sed '
4917 ' >>$CONFIG_STATUS || ac_write_fail=1
4918 rm -f conf$$subs.awk
4919 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4921 cat >>"\
$ac_tmp/subs1.
awk" <<_ACAWK &&
4922 for (key in S) S_is_set[key] = 1
4928 nfields = split(line, field, "@
")
4930 len = length(field[1])
4931 for (i = 2; i < nfields; i++) {
4933 keylen = length(key)
4934 if (S_is_set[key]) {
4936 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
4937 len += length(value) + length(field[++i])
4948 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4949 if sed "s
/$ac_cr//" < /dev/null > /dev/null 2>&1; then
4950 sed "s
/$ac_cr\$
//; s
/$ac_cr/$ac_cs_awk_cr/g
"
4953 fi < "$ac_tmp/subs1.
awk" > "$ac_tmp/subs.
awk" \
4954 || as_fn_error $? "could not setup config files machinery
" "$LINENO" 5
4957 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
4958 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".
", strip leading and
4959 # trailing colons and then remove the whole line if VPATH becomes empty
4960 # (actually we leave an empty line to preserve line numbers).
4961 if test "x
$srcdir" = x.; then
4962 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
4980 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4981 fi # test -n "$CONFIG_FILES"
4984 eval set X " :F
$CONFIG_FILES "
4989 :[FHLC]) ac_mode=$ac_tag; continue;;
4991 case $ac_mode$ac_tag in
4993 :L* | :C*:*) as_fn_error $? "invalid tag \
`$ac_tag'" "$LINENO" 5;;
4994 :[FH]-) ac_tag=-:-;;
4995 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
5012 -) ac_f="$ac_tmp/stdin";;
5013 *) # Look for the file first in the build tree, then in the source tree
5014 # (if the path is not absolute). The absolute path cannot be DOS-style,
5015 # because $ac_f cannot contain `:'.
5019 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
5021 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
5023 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s
/'/'\\\\\\\\''/g
"`;; esac
5024 as_fn_append ac_file_inputs " '$ac_f'"
5027 # Let's still pretend it is `configure' which instantiates (i.e., don't
5028 # use $as_me), people would be surprised to read:
5029 # /* config.h. Generated by config.status. */
5030 configure_input='Generated from '`
5031 $as_echo "$
*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
5033 if test x"$ac_file" != x-; then
5034 configure_input="$ac_file.
$configure_input"
5035 { $as_echo "$as_me:${as_lineno-$LINENO}: creating
$ac_file" >&5
5036 $as_echo "$as_me: creating
$ac_file" >&6;}
5038 # Neutralize special characters interpreted by sed in replacement strings.
5039 case $configure_input in #(
5040 *\&* | *\|* | *\\* )
5041 ac_sed_conf_input=`$as_echo "$configure_input" |
5042 sed 's/[\\\\&|]/\\\\&/g'`;; #(
5043 *) ac_sed_conf_input=$configure_input;;
5047 *:-:* | *:-) cat >"$ac_tmp/stdin
" \
5048 || as_fn_error $? "could not create
$ac_file" "$LINENO" 5 ;;
5053 ac_dir=`$as_dirname -- "$ac_file" ||
5054 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
5055 X"$ac_file" : 'X\(//\)[^/]' \| \
5056 X"$ac_file" : 'X\(//\)$' \| \
5057 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
5058 $as_echo X"$ac_file" |
5059 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
5076 as_dir="$ac_dir"; as_fn_mkdir_p
5080 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
5082 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
5083 # A "..
" for each directory in $ac_dir_suffix.
5084 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
5085 case $ac_top_builddir_sub in
5086 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
5087 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
5090 ac_abs_top_builddir=$ac_pwd
5091 ac_abs_builddir=$ac_pwd$ac_dir_suffix
5092 # for backward compatibility:
5093 ac_top_builddir=$ac_top_build_prefix
5096 .) # We are building in place.
5098 ac_top_srcdir=$ac_top_builddir_sub
5099 ac_abs_top_srcdir=$ac_pwd ;;
5100 [\\/]* | ?:[\\/]* ) # Absolute name.
5101 ac_srcdir=$srcdir$ac_dir_suffix;
5102 ac_top_srcdir=$srcdir
5103 ac_abs_top_srcdir=$srcdir ;;
5105 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
5106 ac_top_srcdir=$ac_top_build_prefix$srcdir
5107 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
5109 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
5120 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5121 # If the template does not know about datarootdir, expand it.
5122 # FIXME: This hack should be removed a few years after 2.60.
5123 ac_datarootdir_hack=; ac_datarootdir_seen=
5134 case `eval "sed -n \"\
$ac_sed_dataroot\" $ac_file_inputs"` in
5135 *datarootdir*) ac_datarootdir_seen=yes;;
5136 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
5137 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: $ac_file_inputs seems to ignore the
--datarootdir setting
" >&5
5138 $as_echo "$as_me: WARNING
: $ac_file_inputs seems to ignore the
--datarootdir setting
" >&2;}
5140 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5141 ac_datarootdir_hack='
5142 s&@datadir@&$datadir&g
5143 s&@docdir@&$docdir&g
5144 s&@infodir@&$infodir&g
5145 s&@localedir@&$localedir&g
5146 s&@mandir@&$mandir&g
5147 s&\\\${datarootdir}&$datarootdir&g' ;;
5151 # Neutralize VPATH when `$srcdir' = `.'.
5152 # Shell code in configure.ac might set extrasub.
5153 # FIXME: do we really want to maintain this feature?
5154 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5155 ac_sed_extra="$ac_vpsub
5158 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
5160 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
5161 s|@configure_input@|
$ac_sed_conf_input|
;t t
5162 s
&@top_builddir@
&$ac_top_builddir_sub&;t t
5163 s
&@top_build_prefix@
&$ac_top_build_prefix&;t t
5164 s
&@srcdir@
&$ac_srcdir&;t t
5165 s
&@abs_srcdir@
&$ac_abs_srcdir&;t t
5166 s
&@top_srcdir@
&$ac_top_srcdir&;t t
5167 s
&@abs_top_srcdir@
&$ac_abs_top_srcdir&;t t
5168 s
&@builddir@
&$ac_builddir&;t t
5169 s
&@abs_builddir@
&$ac_abs_builddir&;t t
5170 s
&@abs_top_builddir@
&$ac_abs_top_builddir&;t t
5171 $ac_datarootdir_hack
5173 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.
awk" \
5174 >$ac_tmp/out || as_fn_error $? "could not create
$ac_file" "$LINENO" 5
5176 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
5177 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out
"`; test -n "$ac_out"; } &&
5178 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
5179 "$ac_tmp/out
"`; test -z "$ac_out"; } &&
5180 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: $ac_file contains a reference to the variable \
`datarootdir'
5181 which seems to be undefined. Please make sure it is defined" >&5
5182 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir
'
5183 which seems to be undefined. Please make sure it is defined" >&2;}
5185 rm -f "$ac_tmp/stdin"
5187 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
5188 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
5190 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
5202 ac_clean_files=$ac_clean_files_save
5204 test $ac_write_fail = 0 ||
5205 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
5208 # configure is writing to config.log, and then calls config.status.
5209 # config.status does its own redirection, appending to config.log.
5210 # Unfortunately, on DOS this fails, as config.log is still kept open
5211 # by configure, so config.status won't be able to
write to it
; its
5212 # output is simply discarded. So we exec the FD to /dev/null,
5213 # effectively closing config.log, so it can be properly (re)opened and
5214 # appended to by config.status. When coming back to configure, we
5215 # need to make the FD available again.
5216 if test "$no_create" != yes; then
5218 ac_config_status_args
=
5219 test "$silent" = yes &&
5220 ac_config_status_args
="$ac_config_status_args --quiet"
5222 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
5224 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
5225 # would make configure fail if this is the last instruction.
5226 $ac_cs_success || as_fn_exit
1
5228 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no
; then
5229 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
5230 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}