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_format_zero_length
588 aros_cflags_return_type
589 aros_cflags_sizeof_pointer_memaccess
590 aros_cflags_volatile_register_var
591 aros_cflags_narrowing
592 aros_cflags_conversion_null
593 aros_cflags_missing_braces
594 aros_cflags_unused_local_typedefs
596 aros_cflags_attributes
597 aros_cflags_sign_compare
598 aros_cflags_deprecated_declarations
599 aros_cflags_frame_address
600 aros_cflags_shift_overflow
601 aros_cflags_pointer_sign
602 aros_cflags_logical_not_parentheses
603 aros_cflags_bool_compare
604 aros_cflags_incompatible_pointer_types
606 aros_cflags_write_strings
607 aros_cflags_unused_const_variable
608 aros_cflags_pointer_to_int_cast
609 aros_cflags_int_to_pointer_cast
610 aros_cflags_int_conversion
611 aros_cflags_discarded_array_qualifiers
612 aros_cflags_unknown_pragmas
613 aros_cflags_sequence_point
614 aros_cflags_discarded_qualifiers
617 aros_cflags_aggressive_loop_optimizations
618 aros_cflags_implicit_int
619 aros_cflags_format_contains_nul
620 aros_cflags_endif_labels
621 aros_cflags_char_subscripts
622 aros_cflags_parentheses
624 aros_cflags_implicit_function_declaration
625 aros_cflags_maybe_uninitialized
626 aros_cflags_uninitialized
627 aros_cflags_unused_parameter
628 aros_cflags_unused_function
629 aros_cflags_unused_variable
630 aros_cflags_unused_value
632 aros_cflags_nonnull_compare
633 aros_cflags_misleading_indentation
634 aros_cflags_format_security
635 aros_cflags_strict_overflow
636 aros_cflags_strict_prototypes
637 aros_cflags_enum_compare
638 aros_cflags_array_bounds
639 aros_cflags_strict_aliasing
640 aros_cflags_unused_but_set_variable
641 aros_cflags_unknown_warning_option
642 aros_cflags_unused_command_line_argument
643 aros_cflags_iquote_end
645 aros_cflags_loop_strip_mine
646 aros_cflags_loop_interchange
647 aros_cflags_loop_block
683 program_transform_name
696 enable_option_checking
699 ac_precious_vars
='build_alias
709 # Initialize some variables set by options.
711 ac_init_version
=false
712 ac_unrecognized_opts
=
714 # The variables have the same names as the options, with
715 # dashes changed to underlines.
723 program_transform_name
=s
,x
,x
,
731 # Installation directory options.
732 # These are left unexpanded so users can "make install exec_prefix=/foo"
733 # and all the variables that are supposed to be based on exec_prefix
734 # by default will actually change.
735 # Use braces instead of parens because sh, perl, etc. also accept them.
736 # (The list follows the same order as the GNU Coding Standards.)
737 bindir
='${exec_prefix}/bin'
738 sbindir
='${exec_prefix}/sbin'
739 libexecdir
='${exec_prefix}/libexec'
740 datarootdir
='${prefix}/share'
741 datadir
='${datarootdir}'
742 sysconfdir
='${prefix}/etc'
743 sharedstatedir
='${prefix}/com'
744 localstatedir
='${prefix}/var'
745 includedir
='${prefix}/include'
746 oldincludedir
='/usr/include'
747 docdir
='${datarootdir}/doc/${PACKAGE}'
748 infodir
='${datarootdir}/info'
753 libdir
='${exec_prefix}/lib'
754 localedir
='${datarootdir}/locale'
755 mandir
='${datarootdir}/man'
761 # If the previous option needs an argument, assign it.
762 if test -n "$ac_prev"; then
763 eval $ac_prev=\
$ac_option
769 *=?
*) ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
774 # Accept the important Cygnus configure options, so we can diagnose typos.
776 case $ac_dashdash$ac_option in
780 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
782 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
785 -build |
--build |
--buil |
--bui |
--bu)
786 ac_prev
=build_alias
;;
787 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
788 build_alias
=$ac_optarg ;;
790 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
791 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
792 ac_prev
=cache_file
;;
793 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
794 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
795 cache_file
=$ac_optarg ;;
798 cache_file
=config.cache
;;
800 -datadir |
--datadir |
--datadi |
--datad)
802 -datadir=* |
--datadir=* |
--datadi=* |
--datad=*)
803 datadir
=$ac_optarg ;;
805 -datarootdir |
--datarootdir |
--datarootdi |
--datarootd |
--dataroot \
806 |
--dataroo |
--dataro |
--datar)
807 ac_prev
=datarootdir
;;
808 -datarootdir=* |
--datarootdir=* |
--datarootdi=* |
--datarootd=* \
809 |
--dataroot=* |
--dataroo=* |
--dataro=* |
--datar=*)
810 datarootdir
=$ac_optarg ;;
812 -disable-* |
--disable-*)
813 ac_useropt
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
814 # Reject names that are not valid shell variable names.
815 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
816 as_fn_error $?
"invalid feature name: $ac_useropt"
817 ac_useropt_orig
=$ac_useropt
818 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
819 case $ac_user_opts in
823 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
824 ac_unrecognized_sep
=', ';;
826 eval enable_
$ac_useropt=no
;;
828 -docdir |
--docdir |
--docdi |
--doc |
--do)
830 -docdir=* |
--docdir=* |
--docdi=* |
--doc=* |
--do=*)
833 -dvidir |
--dvidir |
--dvidi |
--dvid |
--dvi |
--dv)
835 -dvidir=* |
--dvidir=* |
--dvidi=* |
--dvid=* |
--dvi=* |
--dv=*)
838 -enable-* |
--enable-*)
839 ac_useropt
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
840 # Reject names that are not valid shell variable names.
841 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
842 as_fn_error $?
"invalid feature name: $ac_useropt"
843 ac_useropt_orig
=$ac_useropt
844 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
845 case $ac_user_opts in
849 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
850 ac_unrecognized_sep
=', ';;
852 eval enable_
$ac_useropt=\
$ac_optarg ;;
854 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
855 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
856 |
--exec |
--exe |
--ex)
857 ac_prev
=exec_prefix
;;
858 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
859 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
860 |
--exec=* |
--exe=* |
--ex=*)
861 exec_prefix
=$ac_optarg ;;
863 -gas |
--gas |
--ga |
--g)
864 # Obsolete; use --with-gas.
867 -help |
--help |
--hel |
--he |
-h)
869 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
870 ac_init_help
=recursive
;;
871 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
872 ac_init_help
=short
;;
874 -host |
--host |
--hos |
--ho)
875 ac_prev
=host_alias
;;
876 -host=* |
--host=* |
--hos=* |
--ho=*)
877 host_alias
=$ac_optarg ;;
879 -htmldir |
--htmldir |
--htmldi |
--htmld |
--html |
--htm |
--ht)
881 -htmldir=* |
--htmldir=* |
--htmldi=* |
--htmld=* |
--html=* |
--htm=* \
883 htmldir
=$ac_optarg ;;
885 -includedir |
--includedir |
--includedi |
--included |
--include \
886 |
--includ |
--inclu |
--incl |
--inc)
887 ac_prev
=includedir
;;
888 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
889 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
890 includedir
=$ac_optarg ;;
892 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
894 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
895 infodir
=$ac_optarg ;;
897 -libdir |
--libdir |
--libdi |
--libd)
899 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
902 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
903 |
--libexe |
--libex |
--libe)
904 ac_prev
=libexecdir
;;
905 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
906 |
--libexe=* |
--libex=* |
--libe=*)
907 libexecdir
=$ac_optarg ;;
909 -localedir |
--localedir |
--localedi |
--localed |
--locale)
911 -localedir=* |
--localedir=* |
--localedi=* |
--localed=* |
--locale=*)
912 localedir
=$ac_optarg ;;
914 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
915 |
--localstate |
--localstat |
--localsta |
--localst |
--locals)
916 ac_prev
=localstatedir
;;
917 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
918 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* |
--locals=*)
919 localstatedir
=$ac_optarg ;;
921 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
923 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
927 # Obsolete; use --without-fp.
930 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
931 |
--no-cr |
--no-c |
-n)
934 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
935 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
938 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
939 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
940 |
--oldin |
--oldi |
--old |
--ol |
--o)
941 ac_prev
=oldincludedir
;;
942 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
943 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
944 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
945 oldincludedir
=$ac_optarg ;;
947 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
949 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
952 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
953 |
--program-pre |
--program-pr |
--program-p)
954 ac_prev
=program_prefix
;;
955 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
956 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
957 program_prefix
=$ac_optarg ;;
959 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
960 |
--program-suf |
--program-su |
--program-s)
961 ac_prev
=program_suffix
;;
962 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
963 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
964 program_suffix
=$ac_optarg ;;
966 -program-transform-name |
--program-transform-name \
967 |
--program-transform-nam |
--program-transform-na \
968 |
--program-transform-n |
--program-transform- \
969 |
--program-transform |
--program-transfor \
970 |
--program-transfo |
--program-transf \
971 |
--program-trans |
--program-tran \
972 |
--progr-tra |
--program-tr |
--program-t)
973 ac_prev
=program_transform_name
;;
974 -program-transform-name=* |
--program-transform-name=* \
975 |
--program-transform-nam=* |
--program-transform-na=* \
976 |
--program-transform-n=* |
--program-transform-=* \
977 |
--program-transform=* |
--program-transfor=* \
978 |
--program-transfo=* |
--program-transf=* \
979 |
--program-trans=* |
--program-tran=* \
980 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
981 program_transform_name
=$ac_optarg ;;
983 -pdfdir |
--pdfdir |
--pdfdi |
--pdfd |
--pdf |
--pd)
985 -pdfdir=* |
--pdfdir=* |
--pdfdi=* |
--pdfd=* |
--pdf=* |
--pd=*)
988 -psdir |
--psdir |
--psdi |
--psd |
--ps)
990 -psdir=* |
--psdir=* |
--psdi=* |
--psd=* |
--ps=*)
993 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
994 |
-silent |
--silent |
--silen |
--sile |
--sil)
997 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
999 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
1001 sbindir
=$ac_optarg ;;
1003 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
1004 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
1005 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
1007 ac_prev
=sharedstatedir
;;
1008 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
1009 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
1010 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
1012 sharedstatedir
=$ac_optarg ;;
1014 -site |
--site |
--sit)
1016 -site=* |
--site=* |
--sit=*)
1019 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
1021 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
1022 srcdir
=$ac_optarg ;;
1024 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
1025 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
1026 ac_prev
=sysconfdir
;;
1027 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
1028 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
1029 sysconfdir
=$ac_optarg ;;
1031 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
1032 ac_prev
=target_alias
;;
1033 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
1034 target_alias
=$ac_optarg ;;
1036 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
1039 -version |
--version |
--versio |
--versi |
--vers |
-V)
1040 ac_init_version
=: ;;
1043 ac_useropt
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1044 # Reject names that are not valid shell variable names.
1045 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1046 as_fn_error $?
"invalid package name: $ac_useropt"
1047 ac_useropt_orig
=$ac_useropt
1048 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1049 case $ac_user_opts in
1053 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1054 ac_unrecognized_sep
=', ';;
1056 eval with_
$ac_useropt=\
$ac_optarg ;;
1058 -without-* |
--without-*)
1059 ac_useropt
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1060 # Reject names that are not valid shell variable names.
1061 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1062 as_fn_error $?
"invalid package name: $ac_useropt"
1063 ac_useropt_orig
=$ac_useropt
1064 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1065 case $ac_user_opts in
1069 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1070 ac_unrecognized_sep
=', ';;
1072 eval with_
$ac_useropt=no
;;
1075 # Obsolete; use --with-x.
1078 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
1079 |
--x-incl |
--x-inc |
--x-in |
--x-i)
1080 ac_prev
=x_includes
;;
1081 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
1082 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
1083 x_includes
=$ac_optarg ;;
1085 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
1086 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
1087 ac_prev
=x_libraries
;;
1088 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
1089 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
1090 x_libraries
=$ac_optarg ;;
1092 -*) as_fn_error $?
"unrecognized option: \`$ac_option'
1093 Try \`$0 --help' for more information"
1097 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
1098 # Reject names that are not valid shell variable names.
1099 case $ac_envvar in #(
1100 '' |
[0-9]* |
*[!_
$as_cr_alnum]* )
1101 as_fn_error $?
"invalid variable name: \`$ac_envvar'" ;;
1103 eval $ac_envvar=\
$ac_optarg
1104 export $ac_envvar ;;
1107 # FIXME: should be removed in autoconf 3.0.
1108 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1109 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1110 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1111 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1117 if test -n "$ac_prev"; then
1118 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
1119 as_fn_error $?
"missing argument to $ac_option"
1122 if test -n "$ac_unrecognized_opts"; then
1123 case $enable_option_checking in
1125 fatal
) as_fn_error $?
"unrecognized options: $ac_unrecognized_opts" ;;
1126 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1130 # Check all directory arguments for consistency.
1131 for ac_var
in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1132 datadir sysconfdir sharedstatedir localstatedir includedir \
1133 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1134 libdir localedir mandir
1136 eval ac_val
=\$
$ac_var
1137 # Remove trailing slashes.
1140 ac_val
=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1141 eval $ac_var=\
$ac_val;;
1143 # Be sure to have absolute directory names.
1145 [\\/$
]* | ?
:[\\/]* ) continue;;
1146 NONE |
'' ) case $ac_var in *prefix
) continue;; esac;;
1148 as_fn_error $?
"expected an absolute directory name for --$ac_var: $ac_val"
1151 # There might be people who depend on the old broken behavior: `$host'
1152 # used to hold the argument of --host etc.
1153 # FIXME: To remove some day.
1156 target
=$target_alias
1158 # FIXME: To remove some day.
1159 if test "x$host_alias" != x
; then
1160 if test "x$build_alias" = x
; then
1161 cross_compiling
=maybe
1162 elif test "x$build_alias" != "x$host_alias"; then
1168 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
1170 test "$silent" = yes && exec 6>/dev
/null
1173 ac_pwd
=`pwd` && test -n "$ac_pwd" &&
1174 ac_ls_di
=`ls -di .` &&
1175 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` ||
1176 as_fn_error $?
"working directory cannot be determined"
1177 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1178 as_fn_error $?
"pwd does not report name of working directory"
1181 # Find the source files, if location was not specified.
1182 if test -z "$srcdir"; then
1183 ac_srcdir_defaulted
=yes
1184 # Try the directory containing this script, then the parent directory.
1185 ac_confdir
=`$as_dirname -- "$as_myself" ||
1186 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1187 X"$as_myself" : 'X\(//\)[^/]' \| \
1188 X"$as_myself" : 'X\(//\)$' \| \
1189 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1190 $as_echo X"$as_myself" |
1191 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1209 if test ! -r "$srcdir/$ac_unique_file"; then
1213 ac_srcdir_defaulted
=no
1215 if test ! -r "$srcdir/$ac_unique_file"; then
1216 test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .."
1217 as_fn_error $?
"cannot find sources ($ac_unique_file) in $srcdir"
1219 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work"
1221 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1223 # When building in place, set srcdir=.
1224 if test "$ac_abs_confdir" = "$ac_pwd"; then
1227 # Remove unnecessary trailing slashes from srcdir.
1228 # Double slashes in file names in object file debugging info
1229 # mess up M-x gdb in Emacs.
1231 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1233 for ac_var
in $ac_precious_vars; do
1234 eval ac_env_
${ac_var}_set=\${${ac_var}+set}
1235 eval ac_env_
${ac_var}_value
=\$
${ac_var}
1236 eval ac_cv_env_
${ac_var}_set=\${${ac_var}+set}
1237 eval ac_cv_env_
${ac_var}_value
=\$
${ac_var}
1241 # Report the --help message.
1243 if test "$ac_init_help" = "long"; then
1244 # Omit some internal or obsolete options to make the list less imposing.
1245 # This message is too long to be a string in the A/UX 3.1 sh.
1247 \`configure' configures this package to adapt to many kinds of systems.
1249 Usage: $0 [OPTION]... [VAR=VALUE]...
1251 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1252 VAR=VALUE. See below for descriptions of some of the useful variables.
1254 Defaults for the options are specified in brackets.
1257 -h, --help display this help and exit
1258 --help=short display options specific to this package
1259 --help=recursive display the short help of all the included packages
1260 -V, --version display version information and exit
1261 -q, --quiet, --silent do not print \`checking ...' messages
1262 --cache-file=FILE cache test results in FILE [disabled]
1263 -C, --config-cache alias for \`--cache-file=config.cache'
1264 -n, --no-create do not create output files
1265 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1267 Installation directories:
1268 --prefix=PREFIX install architecture-independent files in PREFIX
1269 [$ac_default_prefix]
1270 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1273 By default, \`make install' will install all the files in
1274 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1275 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1276 for instance \`--prefix=\$HOME'.
1278 For better control, use the options below.
1280 Fine tuning of the installation directories:
1281 --bindir=DIR user executables [EPREFIX/bin]
1282 --sbindir=DIR system admin executables [EPREFIX/sbin]
1283 --libexecdir=DIR program executables [EPREFIX/libexec]
1284 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1285 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1286 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1287 --libdir=DIR object code libraries [EPREFIX/lib]
1288 --includedir=DIR C header files [PREFIX/include]
1289 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1290 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1291 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1292 --infodir=DIR info documentation [DATAROOTDIR/info]
1293 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1294 --mandir=DIR man documentation [DATAROOTDIR/man]
1295 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1296 --htmldir=DIR html documentation [DOCDIR]
1297 --dvidir=DIR dvi documentation [DOCDIR]
1298 --pdfdir=DIR pdf documentation [DOCDIR]
1299 --psdir=DIR ps documentation [DOCDIR]
1306 if test -n "$ac_init_help"; then
1311 --with-PACKAGE[=ARG
] use PACKAGE
[ARG
=yes]
1312 --without-PACKAGE do not use PACKAGE
(same as
--with-PACKAGE=no
)
1313 --with-config-dir=VERSION
1314 Location of generated target config files
1316 Some influential environment variables
:
1317 CC C compiler
command
1318 CFLAGS C compiler flags
1319 LDFLAGS linker flags
, e.g.
-L<lib dir
> if you have libraries
in a
1320 nonstandard directory
<lib dir
>
1321 LIBS libraries to pass to the linker
, e.g.
-l<library
>
1322 CPPFLAGS
(Objective
) C
/C
++ preprocessor flags
, e.g.
-I<include dir
> if
1323 you have headers
in a nonstandard directory
<include dir
>
1325 Use these variables to override the choices made by
`configure' or to help
1326 it to find libraries and programs with nonstandard names/locations.
1328 Report bugs to the package provider.
1333 if test "$ac_init_help" = "recursive"; then
1334 # If there are subdirs, report their specific --help.
1335 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1336 test -d "$ac_dir" ||
1337 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1342 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1344 ac_dir_suffix=/`$as_echo "$ac_dir" |
sed 's|^\.[\\/]||'`
1345 # A ".." for each directory in $ac_dir_suffix.
1346 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" |
sed 's|/[^\\/]*|/..|g;s|/||'`
1347 case $ac_top_builddir_sub in
1348 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1349 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1352 ac_abs_top_builddir=$ac_pwd
1353 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1354 # for backward compatibility:
1355 ac_top_builddir=$ac_top_build_prefix
1358 .) # We are building in place.
1360 ac_top_srcdir=$ac_top_builddir_sub
1361 ac_abs_top_srcdir=$ac_pwd ;;
1362 [\\/]* | ?:[\\/]* ) # Absolute name.
1363 ac_srcdir=$srcdir$ac_dir_suffix;
1364 ac_top_srcdir=$srcdir
1365 ac_abs_top_srcdir=$srcdir ;;
1367 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1368 ac_top_srcdir=$ac_top_build_prefix$srcdir
1369 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1371 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1373 cd "$ac_dir" || { ac_status=$?; continue; }
1374 # Check for guested configure.
1375 if test -f "$ac_srcdir/configure.gnu"; then
1377 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1378 elif test -f "$ac_srcdir/configure"; then
1380 $SHELL "$ac_srcdir/configure" --help=recursive
1382 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1384 cd "$ac_pwd" || { ac_status=$?; break; }
1388 test -n "$ac_init_help" && exit $ac_status
1389 if $ac_init_version; then
1392 generated by GNU Autoconf 2.69
1394 Copyright (C) 2012 Free Software Foundation, Inc.
1395 This configure script is free software; the Free Software Foundation
1396 gives unlimited permission to copy, distribute and modify it.
1401 ## ------------------------ ##
1402 ## Autoconf initialization. ##
1403 ## ------------------------ ##
1405 # ac_fn_c_try_compile LINENO
1406 # --------------------------
1407 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1408 ac_fn_c_try_compile ()
1410 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1411 rm -f conftest.$ac_objext
1412 if { { ac_try="$ac_compile"
1414 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1415 *) ac_try_echo
=$ac_try;;
1417 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1418 $as_echo "$ac_try_echo"; } >&5
1419 (eval "$ac_compile") 2>conftest.err
1421 if test -s conftest.err
; then
1422 grep -v '^ *+' conftest.err
>conftest.er1
1423 cat conftest.er1
>&5
1424 mv -f conftest.er1 conftest.err
1426 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1427 test $ac_status = 0; } && {
1428 test -z "$ac_c_werror_flag" ||
1429 test ! -s conftest.err
1430 } && test -s conftest.
$ac_objext; then :
1433 $as_echo "$as_me: failed program was:" >&5
1434 sed 's/^/| /' conftest.
$ac_ext >&5
1438 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1439 as_fn_set_status
$ac_retval
1441 } # ac_fn_c_try_compile
1442 cat >config.log
<<_ACEOF
1443 This file contains any messages produced by compilers while
1444 running configure, to aid debugging if configure makes a mistake.
1446 It was created by $as_me, which was
1447 generated by GNU Autoconf 2.69. Invocation command line was
1459 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1460 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1461 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1462 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1463 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1465 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1466 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1468 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1469 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1470 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1471 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1472 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1473 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1474 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1478 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1482 test -z "$as_dir" && as_dir
=.
1483 $as_echo "PATH: $as_dir"
1499 # Keep a trace of the command line.
1500 # Strip out --no-create and --no-recursion so they do not pile up.
1501 # Strip out --silent because we don't want to record it for future runs.
1502 # Also quote any args containing shell meta-characters.
1503 # Make two passes to allow for proper duplicate-argument suppression.
1507 ac_must_keep_next
=false
1513 -no-create |
--no-c* |
-n |
-no-recursion |
--no-r*) continue ;;
1514 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1515 |
-silent |
--silent |
--silen |
--sile |
--sil)
1518 ac_arg
=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1521 1) as_fn_append ac_configure_args0
" '$ac_arg'" ;;
1523 as_fn_append ac_configure_args1
" '$ac_arg'"
1524 if test $ac_must_keep_next = true
; then
1525 ac_must_keep_next
=false
# Got value, back to normal.
1528 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
1529 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
1530 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
1531 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
1532 case "$ac_configure_args0 " in
1533 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1536 -* ) ac_must_keep_next
=true
;;
1539 as_fn_append ac_configure_args
" '$ac_arg'"
1544 { ac_configure_args0
=; unset ac_configure_args0
;}
1545 { ac_configure_args1
=; unset ac_configure_args1
;}
1547 # When interrupted or exit'd, cleanup temporary files, and complete
1548 # config.log. We remove comments because anyway the quotes in there
1549 # would cause problems or look ugly.
1550 # WARNING: Use '\'' to represent an apostrophe within the trap.
1551 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1552 trap 'exit_status=$?
1553 # Save into config.log some information that might help in debugging.
1557 $as_echo "## ---------------- ##
1558 ## Cache variables. ##
1559 ## ---------------- ##"
1561 # The following way of writing the cache mishandles newlines in values,
1563 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1564 eval ac_val=\$$ac_var
1568 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1569 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1572 _ | IFS | as_nl) ;; #(
1573 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1574 *) { eval $ac_var=; unset $ac_var;} ;;
1579 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1580 *${as_nl}ac_space=\ *)
1582 "s/'\''/'\''\\\\'\'''\''/g;
1583 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1586 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1593 $as_echo "## ----------------- ##
1594 ## Output variables. ##
1595 ## ----------------- ##"
1597 for ac_var in $ac_subst_vars
1599 eval ac_val=\$$ac_var
1601 *\'\''*) ac_val
=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1603 $as_echo "$ac_var='\''$ac_val'\''"
1607 if test -n "$ac_subst_files"; then
1608 $as_echo "## ------------------- ##
1609 ## File substitutions. ##
1610 ## ------------------- ##"
1612 for ac_var
in $ac_subst_files
1614 eval ac_val
=\$
$ac_var
1616 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1618 $as_echo "$ac_var='\''$ac_val'\''"
1623 if test -s confdefs.h; then
1624 $as_echo "## ----------- ##
1631 test "$ac_signal" != 0 &&
1632 $as_echo "$as_me: caught signal $ac_signal"
1633 $as_echo "$as_me: exit $exit_status"
1635 rm -f core *.core core.conftest.* &&
1636 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1639 for ac_signal
in 1 2 13 15; do
1640 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
1644 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1645 rm -f -r conftest
* confdefs.h
1647 $as_echo "/* confdefs.h */" > confdefs.h
1649 # Predefined preprocessor variables.
1651 cat >>confdefs.h
<<_ACEOF
1652 #define PACKAGE_NAME "$PACKAGE_NAME"
1655 cat >>confdefs.h
<<_ACEOF
1656 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1659 cat >>confdefs.h
<<_ACEOF
1660 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1663 cat >>confdefs.h
<<_ACEOF
1664 #define PACKAGE_STRING "$PACKAGE_STRING"
1667 cat >>confdefs.h
<<_ACEOF
1668 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1671 cat >>confdefs.h
<<_ACEOF
1672 #define PACKAGE_URL "$PACKAGE_URL"
1676 # Let the site file select an alternate cache file if it wants to.
1677 # Prefer an explicitly selected file to automatically selected ones.
1680 if test -n "$CONFIG_SITE"; then
1681 # We do not want a PATH search for config.site.
1682 case $CONFIG_SITE in #((
1683 -*) ac_site_file1
=.
/$CONFIG_SITE;;
1684 */*) ac_site_file1
=$CONFIG_SITE;;
1685 *) ac_site_file1
=.
/$CONFIG_SITE;;
1687 elif test "x$prefix" != xNONE
; then
1688 ac_site_file1
=$prefix/share
/config.site
1689 ac_site_file2
=$prefix/etc
/config.site
1691 ac_site_file1
=$ac_default_prefix/share
/config.site
1692 ac_site_file2
=$ac_default_prefix/etc
/config.site
1694 for ac_site_file
in "$ac_site_file1" "$ac_site_file2"
1696 test "x$ac_site_file" = xNONE
&& continue
1697 if test /dev
/null
!= "$ac_site_file" && test -r "$ac_site_file"; then
1698 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
1699 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
1700 sed 's/^/| /' "$ac_site_file" >&5
1702 ||
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1703 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1704 as_fn_error $?
"failed to load site script $ac_site_file
1705 See \`config.log' for more details" "$LINENO" 5; }
1709 if test -r "$cache_file"; then
1710 # Some versions of bash will fail to source /dev/null (special files
1711 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
1712 if test /dev
/null
!= "$cache_file" && test -f "$cache_file"; then
1713 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
1714 $as_echo "$as_me: loading cache $cache_file" >&6;}
1716 [\\/]* | ?
:[\\/]* ) .
"$cache_file";;
1717 *) .
"./$cache_file";;
1721 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
1722 $as_echo "$as_me: creating cache $cache_file" >&6;}
1726 # Check that the precious variables saved in the cache have kept the same
1728 ac_cache_corrupted
=false
1729 for ac_var
in $ac_precious_vars; do
1730 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
1731 eval ac_new_set
=\
$ac_env_${ac_var}_set
1732 eval ac_old_val
=\
$ac_cv_env_${ac_var}_value
1733 eval ac_new_val
=\
$ac_env_${ac_var}_value
1734 case $ac_old_set,$ac_new_set in
1736 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1737 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1738 ac_cache_corrupted
=: ;;
1740 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
1741 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1742 ac_cache_corrupted
=: ;;
1745 if test "x$ac_old_val" != "x$ac_new_val"; then
1746 # differences in whitespace do not lead to failure.
1747 ac_old_val_w
=`echo x $ac_old_val`
1748 ac_new_val_w
=`echo x $ac_new_val`
1749 if test "$ac_old_val_w" != "$ac_new_val_w"; then
1750 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
1751 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1752 ac_cache_corrupted
=:
1754 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1755 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1756 eval $ac_var=\
$ac_old_val
1758 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
1759 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
1760 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
1761 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
1764 # Pass precious variables to config.status.
1765 if test "$ac_new_set" = set; then
1767 *\'*) ac_arg
=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1768 *) ac_arg
=$ac_var=$ac_new_val ;;
1770 case " $ac_configure_args " in
1771 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1772 *) as_fn_append ac_configure_args
" '$ac_arg'" ;;
1776 if $ac_cache_corrupted; then
1777 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1778 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1779 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
1780 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1781 as_fn_error $?
"run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
1783 ## -------------------- ##
1784 ## Main body of script. ##
1785 ## -------------------- ##
1788 ac_cpp
='$CPP $CPPFLAGS'
1789 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1790 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1791 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
1796 for ac_dir
in ..
/scripts
/autoconf
"$srcdir"/..
/scripts
/autoconf
; do
1797 if test -f "$ac_dir/install-sh"; then
1799 ac_install_sh
="$ac_aux_dir/install-sh -c"
1801 elif test -f "$ac_dir/install.sh"; then
1803 ac_install_sh
="$ac_aux_dir/install.sh -c"
1805 elif test -f "$ac_dir/shtool"; then
1807 ac_install_sh
="$ac_aux_dir/shtool install -c"
1811 if test -z "$ac_aux_dir"; then
1812 as_fn_error $?
"cannot find install-sh, install.sh, or shtool in ../scripts/autoconf \"$srcdir\"/../scripts/autoconf" "$LINENO" 5
1815 # These three variables are undocumented and unsupported,
1816 # and are intended to be withdrawn in a future Autoconf release.
1817 # They can cause serious problems if a builder's source tree is in a directory
1818 # whose full name contains unusual characters.
1819 ac_config_guess
="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
1820 ac_config_sub
="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
1821 ac_configure
="$SHELL $ac_aux_dir/configure" # Please don't use this var.
1825 AROS_BUILDDIR
=`${PWDCMD-pwd}`
1826 AROS_BUILDDIR_UNIX
=${PWD}
1828 srcpwd
=`cd ${srcdir} ; ${PWDCMD-pwd}`
1831 NOLINKFLAGS
="-nostdlib -nostartfiles"
1832 LDFLAGS
=$NOLINKFLAGS
1833 # The first step is to find the binaries.
1835 ac_cpp
='$CPP $CPPFLAGS'
1836 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1837 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1838 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
1839 if test -n "$ac_tool_prefix"; then
1840 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
1841 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
1842 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
1843 $as_echo_n "checking for $ac_word... " >&6; }
1844 if ${ac_cv_prog_CC+:} false
; then :
1845 $as_echo_n "(cached) " >&6
1847 if test -n "$CC"; then
1848 ac_cv_prog_CC
="$CC" # Let the user override the test.
1850 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1854 test -z "$as_dir" && as_dir
=.
1855 for ac_exec_ext
in '' $ac_executable_extensions; do
1856 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
1857 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
1858 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1868 if test -n "$CC"; then
1869 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
1870 $as_echo "$CC" >&6; }
1872 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1873 $as_echo "no" >&6; }
1878 if test -z "$ac_cv_prog_CC"; then
1880 # Extract the first word of "gcc", so it can be a program name with args.
1881 set dummy gcc
; ac_word
=$2
1882 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
1883 $as_echo_n "checking for $ac_word... " >&6; }
1884 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
1885 $as_echo_n "(cached) " >&6
1887 if test -n "$ac_ct_CC"; then
1888 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
1890 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1894 test -z "$as_dir" && as_dir
=.
1895 for ac_exec_ext
in '' $ac_executable_extensions; do
1896 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
1897 ac_cv_prog_ac_ct_CC
="gcc"
1898 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1907 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
1908 if test -n "$ac_ct_CC"; then
1909 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
1910 $as_echo "$ac_ct_CC" >&6; }
1912 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1913 $as_echo "no" >&6; }
1916 if test "x$ac_ct_CC" = x
; then
1919 case $cross_compiling:$ac_tool_warned in
1921 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
1922 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
1923 ac_tool_warned
=yes ;;
1931 if test -z "$CC"; then
1932 if test -n "$ac_tool_prefix"; then
1933 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
1934 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
1935 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
1936 $as_echo_n "checking for $ac_word... " >&6; }
1937 if ${ac_cv_prog_CC+:} false
; then :
1938 $as_echo_n "(cached) " >&6
1940 if test -n "$CC"; then
1941 ac_cv_prog_CC
="$CC" # Let the user override the test.
1943 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1947 test -z "$as_dir" && as_dir
=.
1948 for ac_exec_ext
in '' $ac_executable_extensions; do
1949 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
1950 ac_cv_prog_CC
="${ac_tool_prefix}cc"
1951 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1961 if test -n "$CC"; then
1962 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
1963 $as_echo "$CC" >&6; }
1965 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1966 $as_echo "no" >&6; }
1972 if test -z "$CC"; then
1973 # Extract the first word of "cc", so it can be a program name with args.
1974 set dummy cc
; ac_word
=$2
1975 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
1976 $as_echo_n "checking for $ac_word... " >&6; }
1977 if ${ac_cv_prog_CC+:} false
; then :
1978 $as_echo_n "(cached) " >&6
1980 if test -n "$CC"; then
1981 ac_cv_prog_CC
="$CC" # Let the user override the test.
1984 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1988 test -z "$as_dir" && as_dir
=.
1989 for ac_exec_ext
in '' $ac_executable_extensions; do
1990 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
1991 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
1992 ac_prog_rejected
=yes
1996 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2003 if test $ac_prog_rejected = yes; then
2004 # We found a bogon in the path, so make sure we never use it.
2005 set dummy
$ac_cv_prog_CC
2007 if test $# != 0; then
2008 # We chose a different compiler from the bogus one.
2009 # However, it has the same basename, so the bogon will be chosen
2010 # first if we set CC to just the basename; use the full file name.
2012 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
2018 if test -n "$CC"; then
2019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2020 $as_echo "$CC" >&6; }
2022 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2023 $as_echo "no" >&6; }
2028 if test -z "$CC"; then
2029 if test -n "$ac_tool_prefix"; then
2030 for ac_prog
in cl.exe
2032 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2033 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
2034 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2035 $as_echo_n "checking for $ac_word... " >&6; }
2036 if ${ac_cv_prog_CC+:} false
; then :
2037 $as_echo_n "(cached) " >&6
2039 if test -n "$CC"; then
2040 ac_cv_prog_CC
="$CC" # Let the user override the test.
2042 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2046 test -z "$as_dir" && as_dir
=.
2047 for ac_exec_ext
in '' $ac_executable_extensions; do
2048 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
2049 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
2050 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2060 if test -n "$CC"; then
2061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2062 $as_echo "$CC" >&6; }
2064 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2065 $as_echo "no" >&6; }
2069 test -n "$CC" && break
2072 if test -z "$CC"; then
2074 for ac_prog
in cl.exe
2076 # Extract the first word of "$ac_prog", so it can be a program name with args.
2077 set dummy
$ac_prog; ac_word
=$2
2078 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2079 $as_echo_n "checking for $ac_word... " >&6; }
2080 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
2081 $as_echo_n "(cached) " >&6
2083 if test -n "$ac_ct_CC"; then
2084 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
2086 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2090 test -z "$as_dir" && as_dir
=.
2091 for ac_exec_ext
in '' $ac_executable_extensions; do
2092 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
2093 ac_cv_prog_ac_ct_CC
="$ac_prog"
2094 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2103 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
2104 if test -n "$ac_ct_CC"; then
2105 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2106 $as_echo "$ac_ct_CC" >&6; }
2108 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2109 $as_echo "no" >&6; }
2113 test -n "$ac_ct_CC" && break
2116 if test "x$ac_ct_CC" = x
; then
2119 case $cross_compiling:$ac_tool_warned in
2121 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2122 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2123 ac_tool_warned
=yes ;;
2132 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2133 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2134 as_fn_error $?
"no acceptable C compiler found in \$PATH
2135 See \`config.log' for more details" "$LINENO" 5; }
2137 # Provide some information about the compiler.
2138 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2141 for ac_option
in --version -v -V -qversion; do
2142 { { ac_try
="$ac_compiler $ac_option >&5"
2144 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2145 *) ac_try_echo=$ac_try;;
2147 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2148 $as_echo "$ac_try_echo"; } >&5
2149 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2151 if test -s conftest.err; then
2153 ... rest of stderr output deleted ...
2154 10q' conftest.err >conftest.er1
2155 cat conftest.er1 >&5
2157 rm -f conftest.er1 conftest.err
2158 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2159 test $ac_status = 0; }
2162 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2163 /* end confdefs.h. */
2173 ac_clean_files_save=$ac_clean_files
2174 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
2175 # Try to create an executable without -o first, disregard a.out.
2176 # It will help us diagnose broken compilers, and finding out an intuition
2178 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
2179 $as_echo_n "checking whether the C compiler works... " >&6; }
2180 ac_link_default=`$as_echo "$ac_link" |
sed 's/ -o *conftest[^ ]*//'`
2182 # The possible output files:
2183 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2186 for ac_file in $ac_files
2189 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2190 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2195 if { { ac_try="$ac_link_default"
2197 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2198 *) ac_try_echo
=$ac_try;;
2200 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2201 $as_echo "$ac_try_echo"; } >&5
2202 (eval "$ac_link_default") 2>&5
2204 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2205 test $ac_status = 0; }; then :
2206 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2207 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2208 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2209 # so that the user can short-circuit this test for compilers unknown to
2211 for ac_file
in $ac_files ''
2213 test -f "$ac_file" ||
continue
2215 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
)
2218 # We found the default executable, but exeext='' is most
2222 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no
;
2224 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
2226 # We set ac_cv_exeext here because the later test for it is not
2227 # safe: cross compilers may not add the suffix if given an `-o'
2228 # argument, so we may need to know it at that point already.
2229 # Even if this section looks crufty: it has the advantage of
2236 test "$ac_cv_exeext" = no
&& ac_cv_exeext
=
2241 if test -z "$ac_file"; then :
2242 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2243 $as_echo "no" >&6; }
2244 $as_echo "$as_me: failed program was:" >&5
2245 sed 's/^/| /' conftest.
$ac_ext >&5
2247 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2248 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2249 as_fn_error
77 "C compiler cannot create executables
2250 See \`config.log' for more details" "$LINENO" 5; }
2252 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2253 $as_echo "yes" >&6; }
2255 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
2256 $as_echo_n "checking for C compiler default output file name... " >&6; }
2257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
2258 $as_echo "$ac_file" >&6; }
2259 ac_exeext
=$ac_cv_exeext
2261 rm -f -r a.out a.out.dSYM a.exe conftest
$ac_cv_exeext b.out
2262 ac_clean_files
=$ac_clean_files_save
2263 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2264 $as_echo_n "checking for suffix of executables... " >&6; }
2265 if { { ac_try
="$ac_link"
2267 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2268 *) ac_try_echo=$ac_try;;
2270 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2271 $as_echo "$ac_try_echo"; } >&5
2272 (eval "$ac_link") 2>&5
2274 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2275 test $ac_status = 0; }; then :
2276 # If both `conftest.exe
' and `conftest' are
`present' (well, observable)
2277 # catch `conftest.exe
'. For instance with Cygwin, `ls conftest' will
2278 # work properly (i.e., refer to `conftest.exe'), while it won't with
2280 for ac_file
in conftest.exe conftest conftest.
*; do
2281 test -f "$ac_file" ||
continue
2283 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
) ;;
2284 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
2290 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2291 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2292 as_fn_error $?
"cannot compute suffix of executables: cannot compile and link
2293 See \`config.log' for more details" "$LINENO" 5; }
2295 rm -f conftest conftest
$ac_cv_exeext
2296 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
2297 $as_echo "$ac_cv_exeext" >&6; }
2299 rm -f conftest.
$ac_ext
2300 EXEEXT
=$ac_cv_exeext
2302 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2303 /* end confdefs.h. */
2308 FILE *f = fopen ("conftest.out", "w");
2309 return ferror (f) || fclose (f) != 0;
2315 ac_clean_files
="$ac_clean_files conftest.out"
2316 # Check that the compiler produces executables we can run. If not, either
2317 # the compiler is broken, or we cross compile.
2318 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
2319 $as_echo_n "checking whether we are cross compiling... " >&6; }
2320 if test "$cross_compiling" != yes; then
2321 { { ac_try
="$ac_link"
2323 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2324 *) ac_try_echo=$ac_try;;
2326 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2327 $as_echo "$ac_try_echo"; } >&5
2328 (eval "$ac_link") 2>&5
2330 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2331 test $ac_status = 0; }
2332 if { ac_try='./conftest$ac_cv_exeext'
2333 { { case "(($ac_try" in
2334 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2335 *) ac_try_echo
=$ac_try;;
2337 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2338 $as_echo "$ac_try_echo"; } >&5
2339 (eval "$ac_try") 2>&5
2341 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2342 test $ac_status = 0; }; }; then
2345 if test "$cross_compiling" = maybe
; then
2348 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2349 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2350 as_fn_error $?
"cannot run C compiled programs.
2351 If you meant to cross compile, use \`--host'.
2352 See \`config.log' for more details" "$LINENO" 5; }
2356 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
2357 $as_echo "$cross_compiling" >&6; }
2359 rm -f conftest.
$ac_ext conftest
$ac_cv_exeext conftest.out
2360 ac_clean_files
=$ac_clean_files_save
2361 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
2362 $as_echo_n "checking for suffix of object files... " >&6; }
2363 if ${ac_cv_objext+:} false
; then :
2364 $as_echo_n "(cached) " >&6
2366 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2367 /* end confdefs.h. */
2377 rm -f conftest.o conftest.obj
2378 if { { ac_try
="$ac_compile"
2380 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2381 *) ac_try_echo=$ac_try;;
2383 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2384 $as_echo "$ac_try_echo"; } >&5
2385 (eval "$ac_compile") 2>&5
2387 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2388 test $ac_status = 0; }; then :
2389 for ac_file in conftest.o conftest.obj conftest.*; do
2390 test -f "$ac_file" || continue;
2392 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2393 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2398 $as_echo "$as_me: failed program was:" >&5
2399 sed 's/^/| /' conftest.$ac_ext >&5
2401 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2402 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2403 as_fn_error $? "cannot compute suffix of object files
: cannot compile
2404 See \
`config.log' for more details" "$LINENO" 5; }
2406 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
2409 $as_echo "$ac_cv_objext" >&6; }
2410 OBJEXT=$ac_cv_objext
2412 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
2413 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
2414 if ${ac_cv_c_compiler_gnu+:} false; then :
2415 $as_echo_n "(cached) " >&6
2417 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2418 /* end confdefs.h. */
2431 if ac_fn_c_try_compile "$LINENO"; then :
2436 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2437 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
2441 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
2442 if test $ac_compiler_gnu = yes; then
2447 ac_test_CFLAGS=${CFLAGS+set}
2448 ac_save_CFLAGS=$CFLAGS
2449 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
2450 $as_echo_n "checking whether $CC accepts -g... " >&6; }
2451 if ${ac_cv_prog_cc_g+:} false; then :
2452 $as_echo_n "(cached) " >&6
2454 ac_save_c_werror_flag=$ac_c_werror_flag
2455 ac_c_werror_flag=yes
2458 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2459 /* end confdefs.h. */
2469 if ac_fn_c_try_compile "$LINENO"; then :
2473 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2474 /* end confdefs.h. */
2484 if ac_fn_c_try_compile "$LINENO"; then :
2487 ac_c_werror_flag=$ac_save_c_werror_flag
2489 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2490 /* end confdefs.h. */
2500 if ac_fn_c_try_compile "$LINENO"; then :
2503 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2505 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2507 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2508 ac_c_werror_flag=$ac_save_c_werror_flag
2510 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
2511 $as_echo "$ac_cv_prog_cc_g" >&6; }
2512 if test "$ac_test_CFLAGS" = set; then
2513 CFLAGS=$ac_save_CFLAGS
2514 elif test $ac_cv_prog_cc_g = yes; then
2515 if test "$GCC" = yes; then
2521 if test "$GCC" = yes; then
2527 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
2528 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
2529 if ${ac_cv_prog_cc_c89+:} false; then :
2530 $as_echo_n "(cached) " >&6
2532 ac_cv_prog_cc_c89=no
2534 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2535 /* end confdefs.h. */
2539 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
2540 struct buf { int x; };
2541 FILE * (*rcsopen) (struct buf *, struct stat *, int);
2542 static char *e (p, i)
2548 static char *f (char * (*g) (char **, int), char **p, ...)
2553 s = g (p, va_arg (v,int));
2558 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
2559 function prototypes and stuff, but not '\xHH' hex character constants.
2560 These don't provoke an error unfortunately, instead are silently treated
2561 as 'x'. The following induces an error, until -std is added to get
2562 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
2563 array size at least. It's necessary to write '\x00'==0 to get something
2564 that's true only with -std. */
2565 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2567 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
2568 inside strings and character constants. */
2570 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
2572 int test (int i, double x);
2573 struct s1 {int (*f) (int a);};
2574 struct s2 {int (*f) (double a);};
2575 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2581 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
2586 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
2587 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2589 CC="$ac_save_CC $ac_arg"
2590 if ac_fn_c_try_compile "$LINENO"; then :
2591 ac_cv_prog_cc_c89=$ac_arg
2593 rm -f core conftest.err conftest.$ac_objext
2594 test "x$ac_cv_prog_cc_c89" != "xno" && break
2596 rm -f conftest.$ac_ext
2601 case "x$ac_cv_prog_cc_c89" in
2603 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
2604 $as_echo "none needed" >&6; } ;;
2606 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
2607 $as_echo "unsupported" >&6; } ;;
2609 CC="$CC $ac_cv_prog_cc_c89"
2610 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
2611 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
2613 if test "x$ac_cv_prog_cc_c89" != xno; then :
2618 ac_cpp='$CPP $CPPFLAGS'
2619 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2620 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2621 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2624 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target config location" >&5
2625 $as_echo_n "checking target config location... " >&6; }
2627 # Check whether --with-config-dir was given.
2628 if test "${with_config_dir+set}" = set; then :
2629 withval=$with_config_dir; targetcfg_dir="$withval"
2634 if test "$targetcfg_dir" = ""; then
2635 as_fn_error $? "missing config directory!" "$LINENO" 5
2637 aros_targetcfg_dir="$targetcfg_dir"
2639 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_targetcfg_dir" >&5
2640 $as_echo "$aros_targetcfg_dir" >&6; }
2642 #-----------------------------------------------------------------------------
2644 # Check if the target compiler supports some features:
2647 # -floop-interchange
2650 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -flto" >&5
2651 $as_echo_n "checking whether ${CC} accepts -flto... " >&6; }
2654 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2655 /* end confdefs.h. */
2665 if ac_fn_c_try_compile "$LINENO"; then :
2670 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2671 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_lto" >&5
2672 $as_echo "$aros_lto" >&6; }
2673 if test "x-$aros_lto" = "x-yes" ; then
2674 aros_cflags_lto=-flto
2677 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -floop-block" >&5
2678 $as_echo_n "checking whether ${CC} accepts -floop-block... " >&6; }
2680 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2681 /* end confdefs.h. */
2691 if ac_fn_c_try_compile "$LINENO"; then :
2692 aros_loop_block="yes"
2694 aros_loop_block="no"
2696 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_loop_block" >&5
2698 $as_echo "$aros_loop_block" >&6; }
2699 if test "x-$aros_loop_block" = "x-yes" ; then
2700 aros_cflags_loop_block=-floop-block
2703 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -floop-interchange" >&5
2704 $as_echo_n "checking whether ${CC} accepts -floop-interchange... " >&6; }
2705 CFLAGS=-floop-interchange
2706 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2707 /* end confdefs.h. */
2717 if ac_fn_c_try_compile "$LINENO"; then :
2718 aros_loop_interchange="yes"
2720 aros_loop_interchange="no"
2722 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2723 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_loop_interchange" >&5
2724 $as_echo "$aros_loop_interchange" >&6; }
2725 if test "x-$aros_loop_interchange" = "x-yes" ; then
2726 aros_cflags_loop_interchange=-floop-interchange
2729 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -floop-strip-mine" >&5
2730 $as_echo_n "checking whether ${CC} accepts -floop-strip-mine... " >&6; }
2731 CFLAGS=-floop-strip-mine
2732 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2733 /* end confdefs.h. */
2743 if ac_fn_c_try_compile "$LINENO"; then :
2744 aros_loop_strip_mine="yes"
2746 aros_loop_strip_mine="no"
2748 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2749 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_loop_strip_mine" >&5
2750 $as_echo "$aros_loop_strip_mine" >&6; }
2751 if test "x-$aros_loop_strip_mine" = "x-yes" ; then
2752 aros_cflags_loop_strip_mine=-floop-strip-mine
2755 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -iquote" >&5
2756 $as_echo_n "checking whether ${CC} accepts -iquote... " >&6; }
2758 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2759 /* end confdefs.h. */
2769 if ac_fn_c_try_compile "$LINENO"; then :
2774 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $has_iquote" >&5
2776 $as_echo "$has_iquote" >&6; }
2777 if test "x-$has_iquote" = "x-yes" ; then
2778 aros_cflags_iquote=-iquote
2779 aros_cflags_iquote_end=
2781 aros_cflags_iquote=-I
2782 aros_cflags_iquote_end=-I-
2785 #-----------------------------------------------------------------------------
2787 # Check if the target compiler supports some options used for de-linting:
2788 # -Wunused-command-line-argument
2789 # -Wunknown-warning-option
2790 # -Wunused-but-set-variable
2794 # -Wstrict-prototypes
2797 # -Wmisleading-indentation
2803 # -Wunused-parameter
2805 # -Wmaybe-uninitialized
2806 # -Wimplicit-function-declaration
2811 # -Wformat-contains-nul
2813 # -Waggressive-loop-optimizations
2816 # -Wdiscarded-qualifiers
2819 # -Wdiscarded-array-qualifiers
2821 # -Wint-to-pointer-cast
2822 # -Wpointer-to-int-cast
2823 # -Wunused-const-variable
2826 # -Wincompatible-pointer-types
2828 # -Wlogical-not-parentheses
2832 # -Wdeprecated-declarations
2836 # -Wunused-local-typedefs
2840 # -Wvolatile-register-var
2841 # -Wsizeof-pointer-memaccess
2843 # -Wformat-zero-length
2845 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Wunused-command-line-argument" >&5
2846 $as_echo_n "checking whether ${CC} accepts -Wunused-command-line-argument... " >&6; }
2847 CFLAGS=-Wunused-command-line-argument
2848 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2849 /* end confdefs.h. */
2859 if ac_fn_c_try_compile "$LINENO"; then :
2860 aros_unused_command_line_argument="yes"
2862 aros_unused_command_line_argument="no"
2864 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_unused_command_line_argument" >&5
2866 $as_echo "$aros_unused_command_line_argument" >&6; }
2867 if test "x-$aros_unused_command_line_argument" = "x-yes" ; then
2868 aros_cflags_unused_command_line_argument=-Wno-unused-command-line-argument
2871 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Wunknown-warning-option" >&5
2872 $as_echo_n "checking whether ${CC} accepts -Wunknown-warning-option... " >&6; }
2873 CFLAGS=-Wunknown-warning-option
2874 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2875 /* end confdefs.h. */
2885 if ac_fn_c_try_compile "$LINENO"; then :
2886 aros_unknown_warning_option="yes"
2888 aros_unknown_warning_option="no"
2890 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2891 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_unknown_warning_option" >&5
2892 $as_echo "$aros_unknown_warning_option" >&6; }
2893 if test "x-$aros_unknown_warning_option" = "x-yes" ; then
2894 aros_cflags_unknown_warning_option=-Wno-unknown-warning-option
2897 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Wunused-but-set-variable" >&5
2898 $as_echo_n "checking whether ${CC} accepts -Wunused-but-set-variable... " >&6; }
2899 CFLAGS=-Wunused-but-set-variable
2900 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2901 /* end confdefs.h. */
2911 if ac_fn_c_try_compile "$LINENO"; then :
2912 aros_unused_but_set_variable="yes"
2914 aros_unused_but_set_variable="no"
2916 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2917 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_unused_but_set_variable" >&5
2918 $as_echo "$aros_unused_but_set_variable" >&6; }
2919 if test "x-$aros_unused_but_set_variable" = "x-yes" ; then
2920 aros_cflags_unused_but_set_variable=-Wno-unused-but-set-variable
2923 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Wstrict-aliasing" >&5
2924 $as_echo_n "checking whether ${CC} accepts -Wstrict-aliasing... " >&6; }
2925 CFLAGS=-Wstrict-aliasing
2926 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2927 /* end confdefs.h. */
2937 if ac_fn_c_try_compile "$LINENO"; then :
2938 aros_strict_aliasing="yes"
2940 aros_strict_aliasing="no"
2942 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2943 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_strict_aliasing" >&5
2944 $as_echo "$aros_strict_aliasing" >&6; }
2945 if test "x-$aros_strict_aliasing" = "x-yes" ; then
2946 aros_cflags_strict_aliasing=-Wno-strict-aliasing
2949 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Warray-bounds" >&5
2950 $as_echo_n "checking whether ${CC} accepts -Warray-bounds... " >&6; }
2951 CFLAGS=-Warray-bounds
2952 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2953 /* end confdefs.h. */
2963 if ac_fn_c_try_compile "$LINENO"; then :
2964 aros_array_bounds="yes"
2966 aros_array_bounds="no"
2968 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2969 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_array_bounds" >&5
2970 $as_echo "$aros_array_bounds" >&6; }
2971 if test "x-$aros_array_bounds" = "x-yes" ; then
2972 aros_cflags_array_bounds=-Wno-array-bounds
2975 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Wenum-compare" >&5
2976 $as_echo_n "checking whether ${CC} accepts -Wenum-compare... " >&6; }
2977 CFLAGS=-Wenum-compare
2978 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2979 /* end confdefs.h. */
2989 if ac_fn_c_try_compile "$LINENO"; then :
2990 aros_enum_compare="yes"
2992 aros_enum_compare="no"
2994 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2995 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_enum_compare" >&5
2996 $as_echo "$aros_enum_compare" >&6; }
2997 if test "x-$aros_enum_compare" = "x-yes" ; then
2998 aros_cflags_enum_compare=-Wno-enum-compare
3001 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Wstrict-prototypes" >&5
3002 $as_echo_n "checking whether ${CC} accepts -Wstrict-prototypes... " >&6; }
3003 CFLAGS=-Wstrict-prototypes
3004 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3005 /* end confdefs.h. */
3015 if ac_fn_c_try_compile "$LINENO"; then :
3016 aros_strict_prototypes="yes"
3018 aros_strict_prototypes="no"
3020 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3021 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_strict_prototypes" >&5
3022 $as_echo "$aros_strict_prototypes" >&6; }
3023 if test "x-$aros_strict_prototypes" = "x-yes" ; then
3024 aros_cflags_strict_prototypes=-Wno-strict-prototypes
3027 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Wstrict-overflow" >&5
3028 $as_echo_n "checking whether ${CC} accepts -Wstrict-overflow... " >&6; }
3029 CFLAGS=-Wstrict-overflow
3030 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3031 /* end confdefs.h. */
3041 if ac_fn_c_try_compile "$LINENO"; then :
3042 aros_strict_overflow="yes"
3044 aros_strict_overflow="no"
3046 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3047 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_strict_overflow" >&5
3048 $as_echo "$aros_strict_overflow" >&6; }
3049 if test "x-$aros_strict_overflow" = "x-yes" ; then
3050 aros_cflags_strict_overflow=-Wno-strict-overflow
3053 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Wformat-security" >&5
3054 $as_echo_n "checking whether ${CC} accepts -Wformat-security... " >&6; }
3055 CFLAGS=-Wformat-security
3056 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3057 /* end confdefs.h. */
3067 if ac_fn_c_try_compile "$LINENO"; then :
3068 aros_format_security="yes"
3070 aros_format_security="no"
3072 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3073 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_format_security" >&5
3074 $as_echo "$aros_format_security" >&6; }
3075 if test "x-$aros_format_security" = "x-yes" ; then
3076 aros_cflags_format_security=-Wno-format-security
3079 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Wmisleading-indentation" >&5
3080 $as_echo_n "checking whether ${CC} accepts -Wmisleading-indentation... " >&6; }
3081 CFLAGS=-Wmisleading-indentation
3082 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3083 /* end confdefs.h. */
3093 if ac_fn_c_try_compile "$LINENO"; then :
3094 aros_misleading_indentation="yes"
3096 aros_misleading_indentation="no"
3098 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3099 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_misleading_indentation" >&5
3100 $as_echo "$aros_misleading_indentation" >&6; }
3101 if test "x-$aros_misleading_indentation" = "x-yes" ; then
3102 aros_cflags_misleading_indentation=-Wno-misleading-indentation
3105 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Wnonnull-compare" >&5
3106 $as_echo_n "checking whether ${CC} accepts -Wnonnull-compare... " >&6; }
3107 CFLAGS=-Wnonnull-compare
3108 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3109 /* end confdefs.h. */
3119 if ac_fn_c_try_compile "$LINENO"; then :
3120 aros_nonnull_compare="yes"
3122 aros_nonnull_compare="no"
3124 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3125 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_nonnull_compare" >&5
3126 $as_echo "$aros_nonnull_compare" >&6; }
3127 if test "x-$aros_nonnull_compare" = "x-yes" ; then
3128 aros_cflags_nonnull_compare=-Wno-nonnull-compare
3131 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Wunused" >&5
3132 $as_echo_n "checking whether ${CC} accepts -Wunused... " >&6; }
3134 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3135 /* end confdefs.h. */
3145 if ac_fn_c_try_compile "$LINENO"; then :
3150 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3151 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_unused" >&5
3152 $as_echo "$aros_unused" >&6; }
3153 if test "x-$aros_unused" = "x-yes" ; then
3154 aros_cflags_unused=-Wno-unused
3157 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Wunused-value" >&5
3158 $as_echo_n "checking whether ${CC} accepts -Wunused-value... " >&6; }
3159 CFLAGS=-Wunused-value
3160 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3161 /* end confdefs.h. */
3171 if ac_fn_c_try_compile "$LINENO"; then :
3172 aros_unused_value="yes"
3174 aros_unused_value="no"
3176 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3177 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_unused_value" >&5
3178 $as_echo "$aros_unused_value" >&6; }
3179 if test "x-$aros_unused_value" = "x-yes" ; then
3180 aros_cflags_unused_value=-Wno-unused-value
3183 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Wunused-variable" >&5
3184 $as_echo_n "checking whether ${CC} accepts -Wunused-variable... " >&6; }
3185 CFLAGS=-Wunused-variable
3186 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3187 /* end confdefs.h. */
3197 if ac_fn_c_try_compile "$LINENO"; then :
3198 aros_unused_variable="yes"
3200 aros_unused_variable="no"
3202 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3203 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_unused_variable" >&5
3204 $as_echo "$aros_unused_variable" >&6; }
3205 if test "x-$aros_unused_variable" = "x-yes" ; then
3206 aros_cflags_unused_variable=-Wno-unused-variable
3209 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Wunused-function" >&5
3210 $as_echo_n "checking whether ${CC} accepts -Wunused-function... " >&6; }
3211 CFLAGS=-Wunused-function
3212 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3213 /* end confdefs.h. */
3223 if ac_fn_c_try_compile "$LINENO"; then :
3224 aros_unused_function="yes"
3226 aros_unused_function="no"
3228 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3229 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_unused_function" >&5
3230 $as_echo "$aros_unused_function" >&6; }
3231 if test "x-$aros_unused_function" = "x-yes" ; then
3232 aros_cflags_unused_function=-Wno-unused-function
3235 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Wunused-parameter" >&5
3236 $as_echo_n "checking whether ${CC} accepts -Wunused-parameter... " >&6; }
3237 CFLAGS=-Wunused-parameter
3238 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3239 /* end confdefs.h. */
3249 if ac_fn_c_try_compile "$LINENO"; then :
3250 aros_unused_parameter="yes"
3252 aros_unused_parameter="no"
3254 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_unused_parameter" >&5
3256 $as_echo "$aros_unused_parameter" >&6; }
3257 if test "x-$aros_unused_parameter" = "x-yes" ; then
3258 aros_cflags_unused_parameter=-Wno-unused-parameter
3261 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Wuninitialized" >&5
3262 $as_echo_n "checking whether ${CC} accepts -Wuninitialized... " >&6; }
3263 CFLAGS=-Wuninitialized
3264 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3265 /* end confdefs.h. */
3275 if ac_fn_c_try_compile "$LINENO"; then :
3276 aros_uninitialized="yes"
3278 aros_uninitialized="no"
3280 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3281 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_uninitialized" >&5
3282 $as_echo "$aros_uninitialized" >&6; }
3283 if test "x-$aros_uninitialized" = "x-yes" ; then
3284 aros_cflags_uninitialized=-Wno-uninitialized
3287 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Wmaybe-uninitialized" >&5
3288 $as_echo_n "checking whether ${CC} accepts -Wmaybe-uninitialized... " >&6; }
3289 CFLAGS=-Wmaybe-uninitialized
3290 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3291 /* end confdefs.h. */
3301 if ac_fn_c_try_compile "$LINENO"; then :
3302 aros_maybe_uninitialized="yes"
3304 aros_maybe_uninitialized="no"
3306 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3307 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_maybe_uninitialized" >&5
3308 $as_echo "$aros_maybe_uninitialized" >&6; }
3309 if test "x-$aros_maybe_uninitialized" = "x-yes" ; then
3310 aros_cflags_maybe_uninitialized=-Wno-maybe-uninitialized
3312 aros_cflags_maybe_uninitialized=$aros_cflags_uninitialized
3315 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Wimplicit-function-declaration" >&5
3316 $as_echo_n "checking whether ${CC} accepts -Wimplicit-function-declaration... " >&6; }
3317 CFLAGS=-Wimplicit-function-declaration
3318 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3319 /* end confdefs.h. */
3329 if ac_fn_c_try_compile "$LINENO"; then :
3330 aros_implicit_function_declaration="yes"
3332 aros_implicit_function_declaration="no"
3334 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3335 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_implicit_function_declaration" >&5
3336 $as_echo "$aros_implicit_function_declaration" >&6; }
3337 if test "x-$aros_implicit_function_declaration" = "x-yes" ; then
3338 aros_cflags_implicit_function_declaration=-Wno-implicit-function-declaration
3341 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Wformat" >&5
3342 $as_echo_n "checking whether ${CC} accepts -Wformat... " >&6; }
3344 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3345 /* end confdefs.h. */
3355 if ac_fn_c_try_compile "$LINENO"; then :
3360 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3361 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_format" >&5
3362 $as_echo "$aros_format" >&6; }
3363 if test "x-$aros_format" = "x-yes" ; then
3364 aros_cflags_format=-Wno-format
3367 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Wparentheses" >&5
3368 $as_echo_n "checking whether ${CC} accepts -Wparentheses... " >&6; }
3369 CFLAGS=-Wparentheses
3370 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3371 /* end confdefs.h. */
3381 if ac_fn_c_try_compile "$LINENO"; then :
3382 aros_parentheses="yes"
3384 aros_parentheses="no"
3386 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3387 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_parentheses" >&5
3388 $as_echo "$aros_parentheses" >&6; }
3389 if test "x-$aros_parentheses" = "x-yes" ; then
3390 aros_cflags_parentheses=-Wno-parentheses
3393 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Wchar-subscripts" >&5
3394 $as_echo_n "checking whether ${CC} accepts -Wchar-subscripts... " >&6; }
3395 CFLAGS=-Wchar-subscripts
3396 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3397 /* end confdefs.h. */
3407 if ac_fn_c_try_compile "$LINENO"; then :
3408 aros_char_subscripts="yes"
3410 aros_char_subscripts="no"
3412 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_char_subscripts" >&5
3414 $as_echo "$aros_char_subscripts" >&6; }
3415 if test "x-$aros_char_subscripts" = "x-yes" ; then
3416 aros_cflags_char_subscripts=-Wno-char-subscripts
3419 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Wendif-labels" >&5
3420 $as_echo_n "checking whether ${CC} accepts -Wendif-labels... " >&6; }
3421 CFLAGS=-Wendif-labels
3422 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3423 /* end confdefs.h. */
3433 if ac_fn_c_try_compile "$LINENO"; then :
3434 aros_endif_labels="yes"
3436 aros_endif_labels="no"
3438 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3439 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_endif_labels" >&5
3440 $as_echo "$aros_endif_labels" >&6; }
3441 if test "x-$aros_endif_labels" = "x-yes" ; then
3442 aros_cflags_endif_labels=-Wno-endif-labels
3445 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Wformat-contains-nul" >&5
3446 $as_echo_n "checking whether ${CC} accepts -Wformat-contains-nul... " >&6; }
3447 CFLAGS=-Wformat-contains-nul
3448 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3449 /* end confdefs.h. */
3459 if ac_fn_c_try_compile "$LINENO"; then :
3460 aros_format_contains_nul="yes"
3462 aros_format_contains_nul="no"
3464 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_format_contains_nul" >&5
3466 $as_echo "$aros_format_contains_nul" >&6; }
3467 if test "x-$aros_format_contains_nul" = "x-yes" ; then
3468 aros_cflags_format_contains_nul=-Wno-format-contains-nul
3471 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Wimplicit-int" >&5
3472 $as_echo_n "checking whether ${CC} accepts -Wimplicit-int... " >&6; }
3473 CFLAGS=-Wimplicit-int
3474 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3475 /* end confdefs.h. */
3485 if ac_fn_c_try_compile "$LINENO"; then :
3486 aros_implicit_int="yes"
3488 aros_implicit_int="no"
3490 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3491 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_implicit_int" >&5
3492 $as_echo "$aros_implicit_int" >&6; }
3493 if test "x-$aros_implicit_int" = "x-yes" ; then
3494 aros_cflags_implicit_int=-Wno-implicit-int
3497 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Waggressive-loop-optimizations" >&5
3498 $as_echo_n "checking whether ${CC} accepts -Waggressive-loop-optimizations... " >&6; }
3499 CFLAGS=-Waggressive-loop-optimizations
3500 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3501 /* end confdefs.h. */
3511 if ac_fn_c_try_compile "$LINENO"; then :
3512 aros_aggressive_loop_optimizations="yes"
3514 aros_aggressive_loop_optimizations="no"
3516 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3517 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_aggressive_loop_optimizations" >&5
3518 $as_echo "$aros_aggressive_loop_optimizations" >&6; }
3519 if test "x-$aros_aggressive_loop_optimizations" = "x-yes" ; then
3520 aros_cflags_aggressive_loop_optimizations=-Wno-aggressive-loop-optimizations
3523 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Wcpp" >&5
3524 $as_echo_n "checking whether ${CC} accepts -Wcpp... " >&6; }
3526 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3527 /* end confdefs.h. */
3537 if ac_fn_c_try_compile "$LINENO"; then :
3542 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3543 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_cpp" >&5
3544 $as_echo "$aros_cpp" >&6; }
3545 if test "x-$aros_cpp" = "x-yes" ; then
3546 aros_cflags_cpp=-Wno-cpp
3549 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Wswitch" >&5
3550 $as_echo_n "checking whether ${CC} accepts -Wswitch... " >&6; }
3552 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3553 /* end confdefs.h. */
3563 if ac_fn_c_try_compile "$LINENO"; then :
3568 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3569 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_switch" >&5
3570 $as_echo "$aros_switch" >&6; }
3571 if test "x-$aros_switch" = "x-yes" ; then
3572 aros_cflags_switch=-Wno-switch
3575 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Wdiscarded-qualifiers" >&5
3576 $as_echo_n "checking whether ${CC} accepts -Wdiscarded-qualifiers... " >&6; }
3577 CFLAGS=-Wdiscarded-qualifiers
3578 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3579 /* end confdefs.h. */
3589 if ac_fn_c_try_compile "$LINENO"; then :
3590 aros_discarded_qualifiers="yes"
3592 aros_discarded_qualifiers="no"
3594 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_discarded_qualifiers" >&5
3596 $as_echo "$aros_discarded_qualifiers" >&6; }
3597 if test "x-$aros_discarded_qualifiers" = "x-yes" ; then
3598 aros_cflags_discarded_qualifiers=-Wno-discarded-qualifiers
3601 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Wsequence-point" >&5
3602 $as_echo_n "checking whether ${CC} accepts -Wsequence-point... " >&6; }
3603 CFLAGS=-Wsequence-point
3604 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3605 /* end confdefs.h. */
3615 if ac_fn_c_try_compile "$LINENO"; then :
3616 aros_sequence_point="yes"
3618 aros_sequence_point="no"
3620 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3621 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_sequence_point" >&5
3622 $as_echo "$aros_sequence_point" >&6; }
3623 if test "x-$aros_sequence_point" = "x-yes" ; then
3624 aros_cflags_sequence_point=-Wno-sequence-point
3627 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Wunknown-pragmas" >&5
3628 $as_echo_n "checking whether ${CC} accepts -Wunknown-pragmas... " >&6; }
3629 CFLAGS=-Wunknown-pragmas
3630 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3631 /* end confdefs.h. */
3641 if ac_fn_c_try_compile "$LINENO"; then :
3642 aros_unknown_pragmas="yes"
3644 aros_unknown_pragmas="no"
3646 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3647 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_unknown_pragmas" >&5
3648 $as_echo "$aros_unknown_pragmas" >&6; }
3649 if test "x-$aros_unknown_pragmas" = "x-yes" ; then
3650 aros_cflags_unknown_pragmas=-Wno-unknown-pragmas
3653 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Wdiscarded-array-qualifiers" >&5
3654 $as_echo_n "checking whether ${CC} accepts -Wdiscarded-array-qualifiers... " >&6; }
3655 CFLAGS=-Wdiscarded-array-qualifiers
3656 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3657 /* end confdefs.h. */
3667 if ac_fn_c_try_compile "$LINENO"; then :
3668 aros_discarded_array_qualifiers="yes"
3670 aros_discarded_array_qualifiers="no"
3672 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_discarded_array_qualifiers" >&5
3674 $as_echo "$aros_discarded_array_qualifiers" >&6; }
3675 if test "x-$aros_discarded_array_qualifiers" = "x-yes" ; then
3676 aros_cflags_discarded_array_qualifiers=-Wno-discarded-array-qualifiers
3679 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Wint-conversion" >&5
3680 $as_echo_n "checking whether ${CC} accepts -Wint-conversion... " >&6; }
3681 CFLAGS=-Wint-conversion
3682 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3683 /* end confdefs.h. */
3693 if ac_fn_c_try_compile "$LINENO"; then :
3694 aros_int_conversion="yes"
3696 aros_int_conversion="no"
3698 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_int_conversion" >&5
3700 $as_echo "$aros_int_conversion" >&6; }
3701 if test "x-$aros_int_conversion" = "x-yes" ; then
3702 aros_cflags_int_conversion=-Wno-int-conversion
3705 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Wint-to-pointer-cast" >&5
3706 $as_echo_n "checking whether ${CC} accepts -Wint-to-pointer-cast... " >&6; }
3707 CFLAGS=-Wint-to-pointer-cast
3708 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3709 /* end confdefs.h. */
3719 if ac_fn_c_try_compile "$LINENO"; then :
3720 aros_int_to_pointer_cast="yes"
3722 aros_int_to_pointer_cast="no"
3724 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3725 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_int_to_pointer_cast" >&5
3726 $as_echo "$aros_int_to_pointer_cast" >&6; }
3727 if test "x-$aros_int_to_pointer_cast" = "x-yes" ; then
3728 aros_cflags_int_to_pointer_cast=-Wno-int-to-pointer-cast
3731 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Wpointer-to-int-cast" >&5
3732 $as_echo_n "checking whether ${CC} accepts -Wpointer-to-int-cast... " >&6; }
3733 CFLAGS=-Wpointer-to-int-cast
3734 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3735 /* end confdefs.h. */
3745 if ac_fn_c_try_compile "$LINENO"; then :
3746 aros_pointer_to_int_cast="yes"
3748 aros_pointer_to_int_cast="no"
3750 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3751 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_pointer_to_int_cast" >&5
3752 $as_echo "$aros_pointer_to_int_cast" >&6; }
3753 if test "x-$aros_pointer_to_int_cast" = "x-yes" ; then
3754 aros_cflags_pointer_to_int_cast=-Wno-pointer-to-int-cast
3757 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Wunused-const-variable" >&5
3758 $as_echo_n "checking whether ${CC} accepts -Wunused-const-variable... " >&6; }
3759 CFLAGS=-Wunused-const-variable
3760 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3761 /* end confdefs.h. */
3771 if ac_fn_c_try_compile "$LINENO"; then :
3772 aros_unused_const_variable="yes"
3774 aros_unused_const_variable="no"
3776 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_unused_const_variable" >&5
3778 $as_echo "$aros_unused_const_variable" >&6; }
3779 if test "x-$aros_unused_const_variable" = "x-yes" ; then
3780 aros_cflags_unused_const_variable=-Wno-unused-const-variable
3783 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Wwrite-strings" >&5
3784 $as_echo_n "checking whether ${CC} accepts -Wwrite-strings... " >&6; }
3785 CFLAGS=-Wwrite-strings
3786 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3787 /* end confdefs.h. */
3797 if ac_fn_c_try_compile "$LINENO"; then :
3798 aros_write_strings="yes"
3800 aros_write_strings="no"
3802 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_write_strings" >&5
3804 $as_echo "$aros_write_strings" >&6; }
3805 if test "x-$aros_write_strings" = "x-yes" ; then
3806 aros_cflags_write_strings=-Wno-write-strings
3809 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Wcomment" >&5
3810 $as_echo_n "checking whether ${CC} accepts -Wcomment... " >&6; }
3812 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3813 /* end confdefs.h. */
3823 if ac_fn_c_try_compile "$LINENO"; then :
3828 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_comment" >&5
3830 $as_echo "$aros_comment" >&6; }
3831 if test "x-$aros_comment" = "x-yes" ; then
3832 aros_cflags_comment=-Wno-comment
3835 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Wincompatible-pointer-types" >&5
3836 $as_echo_n "checking whether ${CC} accepts -Wincompatible-pointer-types... " >&6; }
3837 CFLAGS=-Wincompatible-pointer-types
3838 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3839 /* end confdefs.h. */
3849 if ac_fn_c_try_compile "$LINENO"; then :
3850 aros_incompatible_pointer_types="yes"
3852 aros_incompatible_pointer_types="no"
3854 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_incompatible_pointer_types" >&5
3856 $as_echo "$aros_incompatible_pointer_types" >&6; }
3857 if test "x-$aros_incompatible_pointer_types" = "x-yes" ; then
3858 aros_cflags_incompatible_pointer_types=-Wno-incompatible-pointer-types
3861 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Wbool-compare" >&5
3862 $as_echo_n "checking whether ${CC} accepts -Wbool-compare... " >&6; }
3863 CFLAGS=-Wbool-compare
3864 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3865 /* end confdefs.h. */
3875 if ac_fn_c_try_compile "$LINENO"; then :
3876 aros_bool_compare="yes"
3878 aros_bool_compare="no"
3880 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_bool_compare" >&5
3882 $as_echo "$aros_bool_compare" >&6; }
3883 if test "x-$aros_bool_compare" = "x-yes" ; then
3884 aros_cflags_bool_compare=-Wno-bool-compare
3887 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Wlogical-not-parentheses" >&5
3888 $as_echo_n "checking whether ${CC} accepts -Wlogical-not-parentheses... " >&6; }
3889 CFLAGS=-Wlogical-not-parentheses
3890 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3891 /* end confdefs.h. */
3901 if ac_fn_c_try_compile "$LINENO"; then :
3902 aros_logical_not_parentheses="yes"
3904 aros_logical_not_parentheses="no"
3906 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3907 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_logical_not_parentheses" >&5
3908 $as_echo "$aros_logical_not_parentheses" >&6; }
3909 if test "x-$aros_logical_not_parentheses" = "x-yes" ; then
3910 aros_cflags_logical_not_parentheses=-Wno-logical-not-parentheses
3913 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Wpointer-sign" >&5
3914 $as_echo_n "checking whether ${CC} accepts -Wpointer-sign... " >&6; }
3915 CFLAGS=-Wpointer-sign
3916 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3917 /* end confdefs.h. */
3927 if ac_fn_c_try_compile "$LINENO"; then :
3928 aros_pointer_sign="yes"
3930 aros_pointer_sign="no"
3932 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3933 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_pointer_sign" >&5
3934 $as_echo "$aros_pointer_sign" >&6; }
3935 if test "x-$aros_pointer_sign" = "x-yes" ; then
3936 aros_cflags_pointer_sign=-Wno-pointer-sign
3939 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Wshift-overflow" >&5
3940 $as_echo_n "checking whether ${CC} accepts -Wshift-overflow... " >&6; }
3941 CFLAGS=-Wshift-overflow
3942 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3943 /* end confdefs.h. */
3953 if ac_fn_c_try_compile "$LINENO"; then :
3954 aros_shift_overflow="yes"
3956 aros_shift_overflow="no"
3958 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_shift_overflow" >&5
3960 $as_echo "$aros_shift_overflow" >&6; }
3961 if test "x-$aros_shift_overflow" = "x-yes" ; then
3962 aros_cflags_shift_overflow=-Wno-shift-overflow
3965 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Wframe-address" >&5
3966 $as_echo_n "checking whether ${CC} accepts -Wframe-address... " >&6; }
3967 CFLAGS=-Wframe-address
3968 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3969 /* end confdefs.h. */
3979 if ac_fn_c_try_compile "$LINENO"; then :
3980 aros_frame_address="yes"
3982 aros_frame_address="no"
3984 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3985 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_frame_address" >&5
3986 $as_echo "$aros_frame_address" >&6; }
3987 if test "x-$aros_frame_address" = "x-yes" ; then
3988 aros_cflags_frame_address=-Wno-frame-address
3991 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Wdeprecated-declarations" >&5
3992 $as_echo_n "checking whether ${CC} accepts -Wdeprecated-declarations... " >&6; }
3993 CFLAGS=-Wdeprecated-declarations
3994 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3995 /* end confdefs.h. */
4005 if ac_fn_c_try_compile "$LINENO"; then :
4006 aros_deprecated_declarations="yes"
4008 aros_deprecated_declarations="no"
4010 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4011 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_deprecated_declarations" >&5
4012 $as_echo "$aros_deprecated_declarations" >&6; }
4013 if test "x-$aros_deprecated_declarations" = "x-yes" ; then
4014 aros_cflags_deprecated_declarations=-Wno-deprecated-declarations
4017 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Wsign-compare" >&5
4018 $as_echo_n "checking whether ${CC} accepts -Wsign-compare... " >&6; }
4019 CFLAGS=-Wsign-compare
4020 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4021 /* end confdefs.h. */
4031 if ac_fn_c_try_compile "$LINENO"; then :
4032 aros_sign_compare="yes"
4034 aros_sign_compare="no"
4036 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4037 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_sign_compare" >&5
4038 $as_echo "$aros_sign_compare" >&6; }
4039 if test "x-$aros_sign_compare" = "x-yes" ; then
4040 aros_cflags_sign_compare=-Wno-sign-compare
4043 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Wattributes" >&5
4044 $as_echo_n "checking whether ${CC} accepts -Wattributes... " >&6; }
4046 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4047 /* end confdefs.h. */
4057 if ac_fn_c_try_compile "$LINENO"; then :
4058 aros_attributes="yes"
4060 aros_attributes="no"
4062 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4063 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_attributes" >&5
4064 $as_echo "$aros_attributes" >&6; }
4065 if test "x-$aros_attributes" = "x-yes" ; then
4066 aros_cflags_attributes=-Wno-attributes
4069 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Woverflow" >&5
4070 $as_echo_n "checking whether ${CC} accepts -Woverflow... " >&6; }
4072 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4073 /* end confdefs.h. */
4083 if ac_fn_c_try_compile "$LINENO"; then :
4088 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4089 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_overflow" >&5
4090 $as_echo "$aros_overflow" >&6; }
4091 if test "x-$aros_overflow" = "x-yes" ; then
4092 aros_cflags_overflow=-Wno-overflow
4095 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Wunused-local-typedefs" >&5
4096 $as_echo_n "checking whether ${CC} accepts -Wunused-local-typedefs... " >&6; }
4097 CFLAGS=-Wunused-local-typedefs
4098 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4099 /* end confdefs.h. */
4109 if ac_fn_c_try_compile "$LINENO"; then :
4110 aros_unused_local_typedefs="yes"
4112 aros_unused_local_typedefs="no"
4114 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4115 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_unused_local_typedefs" >&5
4116 $as_echo "$aros_unused_local_typedefs" >&6; }
4117 if test "x-$aros_unused_local_typedefs" = "x-yes" ; then
4118 aros_cflags_unused_local_typedefs=-Wno-unused-local-typedefs
4121 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Wmissing-braces" >&5
4122 $as_echo_n "checking whether ${CC} accepts -Wmissing-braces... " >&6; }
4123 CFLAGS=-Wmissing-braces
4124 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4125 /* end confdefs.h. */
4135 if ac_fn_c_try_compile "$LINENO"; then :
4136 aros_missing_braces="yes"
4138 aros_missing_braces="no"
4140 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4141 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_missing_braces" >&5
4142 $as_echo "$aros_missing_braces" >&6; }
4143 if test "x-$aros_missing_braces" = "x-yes" ; then
4144 aros_cflags_missing_braces=-Wno-missing-braces
4147 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Wconversion-null" >&5
4148 $as_echo_n "checking whether ${CC} accepts -Wconversion-null... " >&6; }
4149 CFLAGS=-Wconversion-null
4150 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4151 /* end confdefs.h. */
4161 if ac_fn_c_try_compile "$LINENO"; then :
4162 aros_conversion_null="yes"
4164 aros_conversion_null="no"
4166 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4167 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_conversion_null" >&5
4168 $as_echo "$aros_conversion_null" >&6; }
4169 if test "x-$aros_conversion_null" = "x-yes" ; then
4170 aros_cflags_conversion_null=-Wno-conversion-null
4173 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Wnarrowing" >&5
4174 $as_echo_n "checking whether ${CC} accepts -Wnarrowing... " >&6; }
4176 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4177 /* end confdefs.h. */
4187 if ac_fn_c_try_compile "$LINENO"; then :
4188 aros_narrowing="yes"
4192 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4193 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_narrowing" >&5
4194 $as_echo "$aros_narrowing" >&6; }
4195 if test "x-$aros_narrowing" = "x-yes" ; then
4196 aros_cflags_narrowing=-Wno-narrowing
4199 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Wvolatile-register-var" >&5
4200 $as_echo_n "checking whether ${CC} accepts -Wvolatile-register-var... " >&6; }
4201 CFLAGS=-Wvolatile-register-var
4202 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4203 /* end confdefs.h. */
4213 if ac_fn_c_try_compile "$LINENO"; then :
4214 aros_volatile_register_var="yes"
4216 aros_volatile_register_var="no"
4218 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4219 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_volatile_register_var" >&5
4220 $as_echo "$aros_volatile_register_var" >&6; }
4221 if test "x-$aros_volatile_register_var" = "x-yes" ; then
4222 aros_cflags_volatile_register_var=-Wno-volatile-register-var
4225 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Wsizeof-pointer-memaccess" >&5
4226 $as_echo_n "checking whether ${CC} accepts -Wsizeof-pointer-memaccess... " >&6; }
4227 CFLAGS=-Wsizeof-pointer-memaccess
4228 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4229 /* end confdefs.h. */
4239 if ac_fn_c_try_compile "$LINENO"; then :
4240 aros_sizeof_pointer_memaccess="yes"
4242 aros_sizeof_pointer_memaccess="no"
4244 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4245 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_sizeof_pointer_memaccess" >&5
4246 $as_echo "$aros_sizeof_pointer_memaccess" >&6; }
4247 if test "x-$aros_sizeof_pointer_memaccess" = "x-yes" ; then
4248 aros_cflags_sizeof_pointer_memaccess=-Wno-sizeof-pointer-memaccess
4251 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Wreturn-type" >&5
4252 $as_echo_n "checking whether ${CC} accepts -Wreturn-type... " >&6; }
4253 CFLAGS=-Wreturn-type
4254 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4255 /* end confdefs.h. */
4265 if ac_fn_c_try_compile "$LINENO"; then :
4266 aros_return_type="yes"
4268 aros_return_type="no"
4270 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4271 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_return_type" >&5
4272 $as_echo "$aros_return_type" >&6; }
4273 if test "x-$aros_return_type" = "x-yes" ; then
4274 aros_cflags_return_type=-Wno-return-type
4277 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Wformat-zero-length" >&5
4278 $as_echo_n "checking whether ${CC} accepts -Wformat-zero-length... " >&6; }
4279 CFLAGS=-Wformat-zero-length
4280 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4281 /* end confdefs.h. */
4291 if ac_fn_c_try_compile "$LINENO"; then :
4292 aros_format_zero_length="yes"
4294 aros_format_zero_length="no"
4296 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4297 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $aros_format_zero_length" >&5
4298 $as_echo "$aros_format_zero_length" >&6; }
4299 if test "x-$aros_format_zero_length" = "x-yes" ; then
4300 aros_cflags_format_zero_length=-Wno-format-zero-length
4368 ac_config_files="$ac_config_files ${aros_targetcfg_dir}/compiler.cfg:compiler.cfg.in"
4371 cat >confcache <<\_ACEOF
4372 # This file is a shell script that caches the results of configure
4373 # tests run on this system so they can be shared between configure
4374 # scripts and configure runs, see configure's option --config-cache.
4375 # It is not useful on other systems. If it contains results you don't
4376 # want to keep, you may remove or edit it.
4378 # config.status only pays attention to the cache file if you give it
4379 # the --recheck option to rerun configure.
4381 # `ac_cv_env_foo
' variables (set or unset) will be overridden when
4382 # loading this file, other *unset* `ac_cv_foo' will be assigned the
4387 # The following way of writing the cache mishandles newlines in values,
4388 # but we know of no workaround that is simple, portable, and efficient.
4389 # So, we kill variables containing newlines.
4390 # Ultrix sh set writes to stderr and can't be redirected directly,
4391 # and sets the high bit in the cache file unless we assign to the vars.
4393 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
4394 eval ac_val
=\$
$ac_var
4398 *_cv_
*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
4399 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
4402 _ | IFS | as_nl
) ;; #(
4403 BASH_ARGV | BASH_SOURCE
) eval $ac_var= ;; #(
4404 *) { eval $ac_var=; unset $ac_var;} ;;
4410 case $as_nl`(ac_space=' '; set) 2>&1` in #(
4411 *${as_nl}ac_space
=\
*)
4412 # `set' does not quote correctly, so add quotes: double-quote
4413 # substitution turns \\\\ into \\, and sed turns \\ into \.
4416 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
4419 # `set' quotes correctly as required by POSIX, so do not add quotes.
4420 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
4429 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
4431 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
4433 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
4434 if test -w "$cache_file"; then
4435 if test "x$cache_file" != "x/dev/null"; then
4436 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
4437 $as_echo "$as_me: updating cache $cache_file" >&6;}
4438 if test ! -f "$cache_file" ||
test -h "$cache_file"; then
4439 cat confcache
>"$cache_file"
4441 case $cache_file in #(
4443 mv -f confcache
"$cache_file"$$
&&
4444 mv -f "$cache_file"$$
"$cache_file" ;; #(
4446 mv -f confcache
"$cache_file" ;;
4451 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
4452 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
4457 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
4458 # Let make expand exec_prefix.
4459 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
4461 # Transform confdefs.h into DEFS.
4462 # Protect against shell expansion while executing Makefile rules.
4463 # Protect against Makefile macro expansion.
4465 # If the first sed substitution is executed (which looks for macros that
4466 # take arguments), then branch to the quote section. Otherwise,
4467 # look for a macro that doesn't take arguments.
4477 s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g
4479 s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g
4483 s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g
4496 DEFS
=`sed -n "$ac_script" confdefs.h`
4502 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
4503 # 1. Remove the extension, and $U if already installed.
4504 ac_script
='s/\$U\././;s/\.o$//;s/\.obj$//'
4505 ac_i
=`$as_echo "$ac_i" | sed "$ac_script"`
4506 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
4507 # will be set to the directory where LIBOBJS objects are built.
4508 as_fn_append ac_libobjs
" \${LIBOBJDIR}$ac_i\$U.$ac_objext"
4509 as_fn_append ac_ltlibobjs
" \${LIBOBJDIR}$ac_i"'$U.lo'
4513 LTLIBOBJS
=$ac_ltlibobjs
4517 : "${CONFIG_STATUS=./config.status}"
4519 ac_clean_files_save
=$ac_clean_files
4520 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
4521 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
4522 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
4524 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
4526 # Generated by $as_me.
4527 # Run this file to recreate the current configuration.
4528 # Compiler output produced by configure, useful for debugging
4529 # configure, is in config.log if it exists.
4535 SHELL=\${CONFIG_SHELL-$SHELL}
4538 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail
=1
4539 ## -------------------- ##
4540 ## M4sh Initialization. ##
4541 ## -------------------- ##
4543 # Be more Bourne compatible
4544 DUALCASE
=1; export DUALCASE
# for MKS sh
4545 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then :
4548 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
4549 # is contrary to our usage. Disable this feature.
4550 alias -g '${1+"$@"}'='"$@"'
4551 setopt NO_GLOB_SUBST
4553 case `(set -o) 2>/dev/null` in #(
4565 # Printing a long string crashes Solaris 7 /usr/bin/printf.
4566 as_echo
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
4567 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
4568 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
4569 # Prefer a ksh shell builtin over an external printf program on Solaris,
4570 # but without wasting forks for bash or zsh.
4571 if test -z "$BASH_VERSION$ZSH_VERSION" \
4572 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
4573 as_echo='print
-r --'
4574 as_echo_n='print
-rn --'
4575 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
4576 as_echo='printf %s
\n'
4577 as_echo_n='printf %s
'
4579 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
4580 as_echo_body='eval /usr
/ucb
/echo -n "$1$as_nl"'
4581 as_echo_n='/usr
/ucb
/echo -n'
4583 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
4584 as_echo_n_body='eval
4588 expr "X$arg" : "X\\(.*\\)$as_nl";
4589 arg
=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
4591 expr "X$arg" : "X\\(.*\\)" |
tr -d "$as_nl"
4593 export as_echo_n_body
4594 as_echo_n='sh
-c $as_echo_n_body as_echo
'
4597 as_echo='sh
-c $as_echo_body as_echo
'
4600 # The user is always right.
4601 if test "${PATH_SEPARATOR+set}" != set; then
4603 (PATH='/bin
;/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
4604 (PATH='/bin
:/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
4611 # We need space, tab and new line, in precisely that order. Quoting is
4612 # there to prevent editors from complaining about space-tab.
4613 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
4614 # splitting by setting IFS to empty value.)
4617 # Find who we are. Look in the path if we contain no directory separator.
4620 *[\\/]* ) as_myself=$0 ;;
4621 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4625 test -z "$as_dir" && as_dir=.
4626 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
4632 # We did not find ourselves, most probably we were run as `sh COMMAND'
4633 # in which case we are not to be found in the path.
4634 if test "x$as_myself" = x
; then
4637 if test ! -f "$as_myself"; then
4638 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
4642 # Unset variables that we do not need and which cause bugs (e.g. in
4643 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
4644 # suppresses any "Segmentation fault" message there. '((' could
4645 # trigger a bug in pdksh 5.2.14.
4646 for as_var
in BASH_ENV ENV MAIL MAILPATH
4647 do eval test x\
${$as_var+set} = xset \
4648 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
4661 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
4664 # as_fn_error STATUS ERROR [LINENO LOG_FD]
4665 # ----------------------------------------
4666 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
4667 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
4668 # script with STATUS, using 1 if that was 0.
4671 as_status
=$1; test $as_status -eq 0 && as_status
=1
4673 as_lineno
=${as_lineno-"$3"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
4674 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
4676 $as_echo "$as_me: error: $2" >&2
4677 as_fn_exit
$as_status
4681 # as_fn_set_status STATUS
4682 # -----------------------
4683 # Set $? to STATUS, without forking.
4687 } # as_fn_set_status
4691 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
4701 # Portably unset VAR.
4704 { eval $1=; unset $1;}
4706 as_unset
=as_fn_unset
4707 # as_fn_append VAR VALUE
4708 # ----------------------
4709 # Append the text in VALUE to the end of the definition contained in VAR. Take
4710 # advantage of any shell optimizations that allow amortized linear growth over
4711 # repeated appends, instead of the typical quadratic growth present in naive
4713 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
4714 eval 'as_fn_append ()
4725 # as_fn_arith ARG...
4726 # ------------------
4727 # Perform arithmetic evaluation on the ARGs, and store the result in the
4728 # global $as_val. Take advantage of shells that can avoid forks. The arguments
4729 # must be portable across $(()) and expr.
4730 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
4731 eval 'as_fn_arith ()
4738 as_val
=`expr "$@" || test $? -eq 1`
4743 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
4744 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
4750 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
4751 as_basename
=basename
4756 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
4762 as_me
=`$as_basename -- "$0" ||
4763 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
4764 X"$0" : 'X\(//\)$' \| \
4765 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
4767 sed '/^.*\/\([^/][^/]*\)\/*$/{
4781 # Avoid depending upon Character Ranges.
4782 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
4783 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
4784 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
4785 as_cr_digits
='0123456789'
4786 as_cr_alnum
=$as_cr_Letters$as_cr_digits
4788 ECHO_C
= ECHO_N
= ECHO_T
=
4789 case `echo -n x` in #(((((
4791 case `echo 'xy\c'` in
4792 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
4794 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
4801 rm -f conf$$ conf$$.exe conf$$.
file
4802 if test -d conf$$.dir
; then
4803 rm -f conf$$.dir
/conf$$.
file
4806 mkdir conf$$.dir
2>/dev
/null
4808 if (echo >conf$$.
file) 2>/dev
/null
; then
4809 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
4811 # ... but there are two gotchas:
4812 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
4813 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
4814 # In both cases, we have to default to `cp -pR'.
4815 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
4817 elif ln conf$$.
file conf$$
2>/dev
/null
; then
4825 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
4826 rmdir conf$$.dir
2>/dev
/null
4831 # Create "$as_dir" as a directory, including parents if necessary.
4836 -*) as_dir
=.
/$as_dir;;
4838 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
4842 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
4843 *) as_qdir
=$as_dir;;
4845 as_dirs
="'$as_qdir' $as_dirs"
4846 as_dir
=`$as_dirname -- "$as_dir" ||
4847 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
4848 X"$as_dir" : 'X\(//\)[^/]' \| \
4849 X"$as_dir" : 'X\(//\)$' \| \
4850 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
4851 $as_echo X"$as_dir" |
4852 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
4869 test -d "$as_dir" && break
4871 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
4872 } ||
test -d "$as_dir" || as_fn_error $?
"cannot create directory $as_dir"
4876 if mkdir
-p .
2>/dev
/null
; then
4877 as_mkdir_p
='mkdir -p "$as_dir"'
4879 test -d .
/-p && rmdir .
/-p
4884 # as_fn_executable_p FILE
4885 # -----------------------
4886 # Test if FILE is an executable regular file.
4887 as_fn_executable_p
()
4889 test -f "$1" && test -x "$1"
4890 } # as_fn_executable_p
4892 as_executable_p
=as_fn_executable_p
4894 # Sed expression to map a string onto a valid CPP name.
4895 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
4897 # Sed expression to map a string onto a valid variable name.
4898 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
4902 ## ----------------------------------- ##
4903 ## Main body of $CONFIG_STATUS script. ##
4904 ## ----------------------------------- ##
4906 test $as_write_fail = 0 && chmod +x
$CONFIG_STATUS || ac_write_fail
=1
4908 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
4909 # Save the log message, to keep $0 and so on meaningful, and to
4910 # report actual input values of CONFIG_FILES etc. instead of their
4911 # values after options handling.
4913 This file was extended by $as_me, which was
4914 generated by GNU Autoconf 2.69. Invocation command line was
4916 CONFIG_FILES = $CONFIG_FILES
4917 CONFIG_HEADERS = $CONFIG_HEADERS
4918 CONFIG_LINKS = $CONFIG_LINKS
4919 CONFIG_COMMANDS = $CONFIG_COMMANDS
4922 on `(hostname || uname -n) 2>/dev/null | sed 1q`
4927 case $ac_config_files in *"
4928 "*) set x
$ac_config_files; shift; ac_config_files
=$
*;;
4933 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4934 # Files that config.status was made for.
4935 config_files="$ac_config_files"
4939 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
4941 \`$as_me' instantiates files and other configuration actions
4942 from templates according to the current configuration. Unless the files
4943 and actions are specified as TAGs, all are instantiated by default.
4945 Usage: $0 [OPTION]... [TAG]...
4947 -h, --help print this help, then exit
4948 -V, --version print version number and configuration settings, then exit
4949 --config print configuration, then exit
4950 -q, --quiet, --silent
4951 do not print progress messages
4952 -d, --debug don't remove temporary files
4953 --recheck update $as_me by reconfiguring in the same conditions
4954 --file=FILE[:TEMPLATE]
4955 instantiate the configuration file FILE
4957 Configuration files:
4960 Report bugs to the package provider."
4963 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4964 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
4967 configured by $0, generated by GNU Autoconf 2.69,
4968 with options \\"\$ac_cs_config\\"
4970 Copyright (C) 2012 Free Software Foundation, Inc.
4971 This config.status script is free software; the Free Software Foundation
4972 gives unlimited permission to copy, distribute and modify it."
4976 test -n "\$AWK" || AWK=awk
4979 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
4980 # The default lists apply if the user does not specify any file.
4986 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
4987 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
4991 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
5003 # Handling of the options.
5004 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
5006 --version |
--versio |
--versi |
--vers |
--ver |
--ve |
--v |
-V )
5007 $as_echo "$ac_cs_version"; exit ;;
5008 --config |
--confi |
--conf |
--con |
--co |
--c )
5009 $as_echo "$ac_cs_config"; exit ;;
5010 --debug |
--debu |
--deb |
--de |
--d |
-d )
5012 --file |
--fil |
--fi |
--f )
5015 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
5016 '') as_fn_error $?
"missing file argument" ;;
5018 as_fn_append CONFIG_FILES
" '$ac_optarg'"
5019 ac_need_defaults
=false
;;
5020 --he |
--h |
--help |
--hel |
-h )
5021 $as_echo "$ac_cs_usage"; exit ;;
5022 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
5023 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
5027 -*) as_fn_error $?
"unrecognized option: \`$1'
5028 Try \`$0 --help' for more information." ;;
5030 *) as_fn_append ac_config_targets
" $1"
5031 ac_need_defaults
=false
;;
5037 ac_configure_extra_args
=
5039 if $ac_cs_silent; then
5041 ac_configure_extra_args
="$ac_configure_extra_args --silent"
5045 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5046 if \$ac_cs_recheck; then
5047 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
5049 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
5050 CONFIG_SHELL='$SHELL'
5056 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
5060 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
5061 ## Running $as_me. ##
5067 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5070 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
5072 # Handling of arguments.
5073 for ac_config_target
in $ac_config_targets
5075 case $ac_config_target in
5076 "${aros_targetcfg_dir}/compiler.cfg") CONFIG_FILES
="$CONFIG_FILES ${aros_targetcfg_dir}/compiler.cfg:compiler.cfg.in" ;;
5078 *) as_fn_error $?
"invalid argument: \`$ac_config_target'" "$LINENO" 5;;
5083 # If the user did not use the arguments to specify the items to instantiate,
5084 # then the envvar interface is used. Set only those that are not.
5085 # We use the long form for the default assignment because of an extremely
5086 # bizarre bug on SunOS 4.1.3.
5087 if $ac_need_defaults; then
5088 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
5091 # Have a temporary directory for convenience. Make it in the build tree
5092 # simply because there is no reason against having it here, and in addition,
5093 # creating and moving files from /tmp can sometimes cause problems.
5094 # Hook for its removal unless debugging.
5095 # Note that there is a small window in which the directory will not be cleaned:
5096 # after its creation but before its name has been assigned to `$tmp'.
5100 trap 'exit_status=$?
5102 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
5104 trap 'as_fn_exit 1' 1 2 13 15
5106 # Create a (secure) tmp directory for tmp files.
5109 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
5113 tmp
=.
/conf$$
-$RANDOM
5114 (umask 077 && mkdir
"$tmp")
5115 } || as_fn_error $?
"cannot create a temporary directory in ." "$LINENO" 5
5118 # Set up the scripts for CONFIG_FILES section.
5119 # No need to generate them if there are no CONFIG_FILES.
5120 # This happens for instance with `./config.status config.h'.
5121 if test -n "$CONFIG_FILES"; then
5124 ac_cr
=`echo X | tr X '\015'`
5125 # On cygwin, bash can eat \r inside `` if the user requested igncr.
5126 # But we know of no other shell where ac_cr would be empty at this
5127 # point, so we can use a bashism as a fallback.
5128 if test "x$ac_cr" = x
; then
5129 eval ac_cr
=\$
\'\\r
\'
5131 ac_cs_awk_cr
=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
5132 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
5138 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
5143 echo "cat >conf$$subs.awk <<_ACEOF" &&
5144 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
5147 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
5148 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
5150 for ac_last_try in false false false false false :; do
5151 . ./conf$$subs.sh ||
5152 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
5154 ac_delim_n=`sed -n "s
/.
*$ac_delim\$
/X
/p
" conf$$subs.awk | grep -c X`
5155 if test $ac_delim_n = $ac_delim_num; then
5157 elif $ac_last_try; then
5158 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
5160 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
5165 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5166 cat >>"\
$ac_tmp/subs1.
awk" <<\\_ACAWK &&
5170 s/^/S["/; s
/!.
*/"]=/
5180 s/\(.\{148\}\)..*/\1/
5182 s/["\\]/\\&/g
; s
/^
/"/; s/$/\\n"\\/
5187 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
5194 s/\(.\{148\}\)..*/\1/
5196 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/
5200 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
5205 ' <conf$$subs.awk | sed '
5210 ' >>$CONFIG_STATUS || ac_write_fail=1
5211 rm -f conf$$subs.awk
5212 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5214 cat >>"\
$ac_tmp/subs1.
awk" <<_ACAWK &&
5215 for (key in S) S_is_set[key] = 1
5221 nfields = split(line, field, "@
")
5223 len = length(field[1])
5224 for (i = 2; i < nfields; i++) {
5226 keylen = length(key)
5227 if (S_is_set[key]) {
5229 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
5230 len += length(value) + length(field[++i])
5241 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5242 if sed "s
/$ac_cr//" < /dev/null > /dev/null 2>&1; then
5243 sed "s
/$ac_cr\$
//; s
/$ac_cr/$ac_cs_awk_cr/g
"
5246 fi < "$ac_tmp/subs1.
awk" > "$ac_tmp/subs.
awk" \
5247 || as_fn_error $? "could not setup config files machinery
" "$LINENO" 5
5250 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
5251 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".
", strip leading and
5252 # trailing colons and then remove the whole line if VPATH becomes empty
5253 # (actually we leave an empty line to preserve line numbers).
5254 if test "x
$srcdir" = x.; then
5255 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
5273 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5274 fi # test -n "$CONFIG_FILES"
5277 eval set X " :F
$CONFIG_FILES "
5282 :[FHLC]) ac_mode=$ac_tag; continue;;
5284 case $ac_mode$ac_tag in
5286 :L* | :C*:*) as_fn_error $? "invalid tag \
`$ac_tag'" "$LINENO" 5;;
5287 :[FH]-) ac_tag=-:-;;
5288 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
5305 -) ac_f="$ac_tmp/stdin";;
5306 *) # Look for the file first in the build tree, then in the source tree
5307 # (if the path is not absolute). The absolute path cannot be DOS-style,
5308 # because $ac_f cannot contain `:'.
5312 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
5314 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
5316 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s
/'/'\\\\\\\\''/g
"`;; esac
5317 as_fn_append ac_file_inputs " '$ac_f'"
5320 # Let's still pretend it is `configure' which instantiates (i.e., don't
5321 # use $as_me), people would be surprised to read:
5322 # /* config.h. Generated by config.status. */
5323 configure_input='Generated from '`
5324 $as_echo "$
*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
5326 if test x"$ac_file" != x-; then
5327 configure_input="$ac_file.
$configure_input"
5328 { $as_echo "$as_me:${as_lineno-$LINENO}: creating
$ac_file" >&5
5329 $as_echo "$as_me: creating
$ac_file" >&6;}
5331 # Neutralize special characters interpreted by sed in replacement strings.
5332 case $configure_input in #(
5333 *\&* | *\|* | *\\* )
5334 ac_sed_conf_input=`$as_echo "$configure_input" |
5335 sed 's/[\\\\&|]/\\\\&/g'`;; #(
5336 *) ac_sed_conf_input=$configure_input;;
5340 *:-:* | *:-) cat >"$ac_tmp/stdin
" \
5341 || as_fn_error $? "could not create
$ac_file" "$LINENO" 5 ;;
5346 ac_dir=`$as_dirname -- "$ac_file" ||
5347 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
5348 X"$ac_file" : 'X\(//\)[^/]' \| \
5349 X"$ac_file" : 'X\(//\)$' \| \
5350 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
5351 $as_echo X"$ac_file" |
5352 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
5369 as_dir="$ac_dir"; as_fn_mkdir_p
5373 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
5375 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
5376 # A "..
" for each directory in $ac_dir_suffix.
5377 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
5378 case $ac_top_builddir_sub in
5379 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
5380 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
5383 ac_abs_top_builddir=$ac_pwd
5384 ac_abs_builddir=$ac_pwd$ac_dir_suffix
5385 # for backward compatibility:
5386 ac_top_builddir=$ac_top_build_prefix
5389 .) # We are building in place.
5391 ac_top_srcdir=$ac_top_builddir_sub
5392 ac_abs_top_srcdir=$ac_pwd ;;
5393 [\\/]* | ?:[\\/]* ) # Absolute name.
5394 ac_srcdir=$srcdir$ac_dir_suffix;
5395 ac_top_srcdir=$srcdir
5396 ac_abs_top_srcdir=$srcdir ;;
5398 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
5399 ac_top_srcdir=$ac_top_build_prefix$srcdir
5400 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
5402 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
5413 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5414 # If the template does not know about datarootdir, expand it.
5415 # FIXME: This hack should be removed a few years after 2.60.
5416 ac_datarootdir_hack=; ac_datarootdir_seen=
5427 case `eval "sed -n \"\
$ac_sed_dataroot\" $ac_file_inputs"` in
5428 *datarootdir*) ac_datarootdir_seen=yes;;
5429 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
5430 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: $ac_file_inputs seems to ignore the
--datarootdir setting
" >&5
5431 $as_echo "$as_me: WARNING
: $ac_file_inputs seems to ignore the
--datarootdir setting
" >&2;}
5433 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5434 ac_datarootdir_hack='
5435 s&@datadir@&$datadir&g
5436 s&@docdir@&$docdir&g
5437 s&@infodir@&$infodir&g
5438 s&@localedir@&$localedir&g
5439 s&@mandir@&$mandir&g
5440 s&\\\${datarootdir}&$datarootdir&g' ;;
5444 # Neutralize VPATH when `$srcdir' = `.'.
5445 # Shell code in configure.ac might set extrasub.
5446 # FIXME: do we really want to maintain this feature?
5447 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5448 ac_sed_extra="$ac_vpsub
5451 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
5453 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
5454 s|@configure_input@|
$ac_sed_conf_input|
;t t
5455 s
&@top_builddir@
&$ac_top_builddir_sub&;t t
5456 s
&@top_build_prefix@
&$ac_top_build_prefix&;t t
5457 s
&@srcdir@
&$ac_srcdir&;t t
5458 s
&@abs_srcdir@
&$ac_abs_srcdir&;t t
5459 s
&@top_srcdir@
&$ac_top_srcdir&;t t
5460 s
&@abs_top_srcdir@
&$ac_abs_top_srcdir&;t t
5461 s
&@builddir@
&$ac_builddir&;t t
5462 s
&@abs_builddir@
&$ac_abs_builddir&;t t
5463 s
&@abs_top_builddir@
&$ac_abs_top_builddir&;t t
5464 $ac_datarootdir_hack
5466 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.
awk" \
5467 >$ac_tmp/out || as_fn_error $? "could not create
$ac_file" "$LINENO" 5
5469 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
5470 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out
"`; test -n "$ac_out"; } &&
5471 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
5472 "$ac_tmp/out
"`; test -z "$ac_out"; } &&
5473 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: $ac_file contains a reference to the variable \
`datarootdir'
5474 which seems to be undefined. Please make sure it is defined" >&5
5475 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir
'
5476 which seems to be undefined. Please make sure it is defined" >&2;}
5478 rm -f "$ac_tmp/stdin"
5480 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
5481 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
5483 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
5495 ac_clean_files=$ac_clean_files_save
5497 test $ac_write_fail = 0 ||
5498 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
5501 # configure is writing to config.log, and then calls config.status.
5502 # config.status does its own redirection, appending to config.log.
5503 # Unfortunately, on DOS this fails, as config.log is still kept open
5504 # by configure, so config.status won't be able to
write to it
; its
5505 # output is simply discarded. So we exec the FD to /dev/null,
5506 # effectively closing config.log, so it can be properly (re)opened and
5507 # appended to by config.status. When coming back to configure, we
5508 # need to make the FD available again.
5509 if test "$no_create" != yes; then
5511 ac_config_status_args
=
5512 test "$silent" = yes &&
5513 ac_config_status_args
="$ac_config_status_args --quiet"
5515 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
5517 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
5518 # would make configure fail if this is the last instruction.
5519 $ac_cs_success || as_fn_exit
1
5521 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no
; then
5522 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
5523 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}