2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.61.
5 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6 # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
7 # This configure script is free software; the Free Software Foundation
8 # gives unlimited permission to copy, distribute and modify it.
9 ## --------------------- ##
10 ## M4sh Initialization. ##
11 ## --------------------- ##
13 # Be more Bourne compatible
14 DUALCASE
=1; export DUALCASE
# for MKS sh
15 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
18 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
19 # is contrary to our usage. Disable this feature.
20 alias -g '${1+"$@"}'='"$@"'
23 case `(set -o) 2>/dev/null` in
24 *posix
*) set -o posix
;;
33 # Avoid depending upon Character Ranges.
34 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
35 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
36 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
37 as_cr_digits
='0123456789'
38 as_cr_alnum
=$as_cr_Letters$as_cr_digits
40 # The user is always right.
41 if test "${PATH_SEPARATOR+set}" != set; then
42 echo "#! /bin/sh" >conf$$.sh
43 echo "exit 0" >>conf$$.sh
45 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
53 # Support unset when possible.
54 if ( (MAIL
=60; unset MAIL
) ||
exit) >/dev
/null
2>&1; then
62 # We need space, tab and new line, in precisely that order. Quoting is
63 # there to prevent editors from complaining about space-tab.
64 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
65 # splitting by setting IFS to empty value.)
70 # Find who we are. Look in the path if we contain no directory separator.
72 *[\\/]* ) as_myself
=$0 ;;
73 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
77 test -z "$as_dir" && as_dir
=.
78 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
84 # We did not find ourselves, most probably we were run as `sh COMMAND'
85 # in which case we are not to be found in the path.
86 if test "x$as_myself" = x
; then
89 if test ! -f "$as_myself"; then
90 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
94 # Work around bugs in pre-3.0 UWIN ksh.
95 for as_var
in ENV MAIL MAILPATH
96 do ($as_unset $as_var) >/dev
/null
2>&1 && $as_unset $as_var
104 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
105 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
108 if (set +x
; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
109 eval $as_var=C
; export $as_var
111 ($as_unset $as_var) >/dev
/null
2>&1 && $as_unset $as_var
115 # Required to use basename.
116 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
117 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
123 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
130 # Name of the executable.
131 as_me
=`$as_basename -- "$0" ||
132 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
133 X"$0" : 'X\(//\)$' \| \
134 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
136 sed '/^.*\/\([^/][^/]*\)\/*$/{
154 if test "x$CONFIG_SHELL" = x
; then
155 if (eval ":") 2>/dev
/null
; then
161 if test $as_have_required = yes && (eval ":
171 as_func_ret_success () {
174 as_func_ret_failure () {
179 if as_func_success; then
183 echo as_func_success failed.
186 if as_func_failure; then
188 echo as_func_failure succeeded.
191 if as_func_ret_success; then
195 echo as_func_ret_success failed.
198 if as_func_ret_failure; then
200 echo as_func_ret_failure succeeded.
203 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
207 echo positional parameters were not saved.
210 test \$exitcode = 0) || { (exit 1); exit 1; }
215 test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
216 test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
217 ") 2> /dev
/null
; then
221 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
222 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
225 test -z "$as_dir" && as_dir
=.
228 for as_base
in sh bash ksh sh5
; do
229 as_candidate_shells
="$as_candidate_shells $as_dir/$as_base"
236 for as_shell
in $as_candidate_shells $SHELL; do
237 # Try only shells that exist, to save several forks.
238 if { test -f "$as_shell" ||
test -f "$as_shell.exe"; } &&
239 { ("$as_shell") 2> /dev
/null
<<\_ASEOF
240 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
243 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
244 # is contrary to our usage. Disable this feature.
245 alias -g '${1+"$@"}'='"$@"'
248 case `(set -o) 2>/dev/null` in
249 *posix
*) set -o posix
;;
258 CONFIG_SHELL
=$as_shell
260 if { "$as_shell" 2> /dev
/null
<<\_ASEOF
261 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
264 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
265 # is contrary to our usage. Disable this feature.
266 alias -g '${1+"$@"}'='"$@"'
269 case `(set -o) 2>/dev/null` in
270 *posix
*) set -o posix
;;
286 as_func_ret_success
() {
289 as_func_ret_failure
() {
294 if as_func_success
; then
298 echo as_func_success failed.
301 if as_func_failure
; then
303 echo as_func_failure succeeded.
306 if as_func_ret_success
; then
310 echo as_func_ret_success failed.
313 if as_func_ret_failure
; then
315 echo as_func_ret_failure succeeded.
318 if ( set x
; as_func_ret_success y
&& test x
= "$1" ); then
322 echo positional parameters were not saved.
325 test $exitcode = 0) ||
{ (exit 1); exit 1; }
330 test "x$as_lineno_1" != "x$as_lineno_2" &&
331 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") ||
{ (exit 1); exit 1; }
342 if test "x$CONFIG_SHELL" != x
; then
343 for as_var
in BASH_ENV ENV
344 do ($as_unset $as_var) >/dev
/null
2>&1 && $as_unset $as_var
347 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
351 if test $as_have_required = no
; then
352 echo This
script requires a shell
more modern than all the
353 echo shells that I found on your system. Please
install a
354 echo modern shell
, or manually run the
script under such a
355 echo shell
if you
do have one.
356 { (exit 1); exit 1; }
366 (eval "as_func_return () {
375 as_func_ret_success () {
378 as_func_ret_failure () {
383 if as_func_success; then
387 echo as_func_success failed.
390 if as_func_failure; then
392 echo as_func_failure succeeded.
395 if as_func_ret_success; then
399 echo as_func_ret_success failed.
402 if as_func_ret_failure; then
404 echo as_func_ret_failure succeeded.
407 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
411 echo positional parameters were not saved.
414 test \$exitcode = 0") ||
{
415 echo No shell found that supports shell functions.
416 echo Please tell autoconf@gnu.org about your system
,
417 echo including any error possibly output before this
425 test "x$as_lineno_1" != "x$as_lineno_2" &&
426 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" ||
{
428 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
429 # uniformly replaced by the line number. The first 'sed' inserts a
430 # line-number line after each line using $LINENO; the second 'sed'
431 # does the real work. The second script uses 'N' to pair each
432 # line-number line with the line containing $LINENO, and appends
433 # trailing '-' during substitution so that $LINENO is not a special
435 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
436 # scripts with optimization help from Paolo Bonzini. Blame Lee
437 # E. McMahon (1931-1989) for sed's syntax. :-)
449 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
453 chmod +x
"$as_me.lineno" ||
454 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
455 { (exit 1); exit 1; }; }
457 # Don't try to exec as it changes $[0], causing all sort of problems
458 # (the dirname of $[0] is not the place where we might find the
459 # original and so on. Autoconf is especially sensitive to this).
461 # Exit status is that of the last command.
466 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
472 ECHO_C
= ECHO_N
= ECHO_T
=
476 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
483 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
484 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
490 rm -f conf$$ conf$$.exe conf$$.
file
491 if test -d conf$$.dir
; then
492 rm -f conf$$.dir
/conf$$.
file
498 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
500 # ... but there are two gotchas:
501 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
502 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
503 # In both cases, we have to default to `cp -p'.
504 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
506 elif ln conf$$.
file conf$$
2>/dev
/null
; then
511 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
512 rmdir conf$$.dir
2>/dev
/null
514 if mkdir
-p .
2>/dev
/null
; then
517 test -d .
/-p && rmdir .
/-p
521 if test -x / >/dev
/null
2>&1; then
524 if ls -dL / >/dev
/null
2>&1; then
531 if test -d "$1"; then
537 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
538 ???[sx]*):;;*)false;;esac;fi
542 as_executable_p
=$as_test_x
544 # Sed expression to map a string onto a valid CPP name.
545 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
547 # Sed expression to map a string onto a valid variable name.
548 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
552 exec 7<&0 </dev
/null
6>&1
555 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
556 # so uname gets run too.
557 ac_hostname
=`(hostname || uname -n) 2>/dev/null | sed 1q`
562 ac_default_prefix
=/usr
/local
564 ac_config_libobj_dir
=.
570 SHELL
=${CONFIG_SHELL-/bin/sh}
572 # Identity of this package.
579 ac_unique_file
="mmakefile"
580 # Factoring default headers for most tests.
581 ac_includes_default
="\
583 #ifdef HAVE_SYS_TYPES_H
584 # include <sys/types.h>
586 #ifdef HAVE_SYS_STAT_H
587 # include <sys/stat.h>
593 # ifdef HAVE_STDLIB_H
598 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
603 #ifdef HAVE_STRINGS_H
604 # include <strings.h>
606 #ifdef HAVE_INTTYPES_H
607 # include <inttypes.h>
625 program_transform_name
719 aros_target_objcopy_ln
720 aros_target_objdump_ln
721 aros_target_ranlib_ln
723 aros_target_nostdinc_cflags
724 aros_target_nostartup_ldflags
725 aros_target_nix_ldflags
726 aros_target_detach_ldflags
727 aros_target_nostdlib_ldflags
753 aros_target_bootloader
765 aros_target_cc_includes
786 aros_target_strip_flags
790 aros_default_wbheight
794 aros_host_x11_includes
795 aros_host_x11_libdirs
801 aros_nesting_supervisor
811 ignore_undefined_symbols
815 ac_precious_vars
='build_alias
827 # Initialize some variables set by options.
829 ac_init_version
=false
830 # The variables have the same names as the options, with
831 # dashes changed to underlines.
839 program_transform_name
=s
,x
,x
,
847 # Installation directory options.
848 # These are left unexpanded so users can "make install exec_prefix=/foo"
849 # and all the variables that are supposed to be based on exec_prefix
850 # by default will actually change.
851 # Use braces instead of parens because sh, perl, etc. also accept them.
852 # (The list follows the same order as the GNU Coding Standards.)
853 bindir
='${exec_prefix}/bin'
854 sbindir
='${exec_prefix}/sbin'
855 libexecdir
='${exec_prefix}/libexec'
856 datarootdir
='${prefix}/share'
857 datadir
='${datarootdir}'
858 sysconfdir
='${prefix}/etc'
859 sharedstatedir
='${prefix}/com'
860 localstatedir
='${prefix}/var'
861 includedir
='${prefix}/include'
862 oldincludedir
='/usr/include'
863 docdir
='${datarootdir}/doc/${PACKAGE}'
864 infodir
='${datarootdir}/info'
869 libdir
='${exec_prefix}/lib'
870 localedir
='${datarootdir}/locale'
871 mandir
='${datarootdir}/man'
877 # If the previous option needs an argument, assign it.
878 if test -n "$ac_prev"; then
879 eval $ac_prev=\
$ac_option
885 *=*) ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
889 # Accept the important Cygnus configure options, so we can diagnose typos.
891 case $ac_dashdash$ac_option in
895 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
897 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
900 -build |
--build |
--buil |
--bui |
--bu)
901 ac_prev
=build_alias
;;
902 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
903 build_alias
=$ac_optarg ;;
905 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
906 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
907 ac_prev
=cache_file
;;
908 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
909 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
910 cache_file
=$ac_optarg ;;
913 cache_file
=config.cache
;;
915 -datadir |
--datadir |
--datadi |
--datad)
917 -datadir=* |
--datadir=* |
--datadi=* |
--datad=*)
918 datadir
=$ac_optarg ;;
920 -datarootdir |
--datarootdir |
--datarootdi |
--datarootd |
--dataroot \
921 |
--dataroo |
--dataro |
--datar)
922 ac_prev
=datarootdir
;;
923 -datarootdir=* |
--datarootdir=* |
--datarootdi=* |
--datarootd=* \
924 |
--dataroot=* |
--dataroo=* |
--dataro=* |
--datar=*)
925 datarootdir
=$ac_optarg ;;
927 -disable-* |
--disable-*)
928 ac_feature
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
929 # Reject names that are not valid shell variable names.
930 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
931 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
932 { (exit 1); exit 1; }; }
933 ac_feature
=`echo $ac_feature | sed 's/[-.]/_/g'`
934 eval enable_
$ac_feature=no
;;
936 -docdir |
--docdir |
--docdi |
--doc |
--do)
938 -docdir=* |
--docdir=* |
--docdi=* |
--doc=* |
--do=*)
941 -dvidir |
--dvidir |
--dvidi |
--dvid |
--dvi |
--dv)
943 -dvidir=* |
--dvidir=* |
--dvidi=* |
--dvid=* |
--dvi=* |
--dv=*)
946 -enable-* |
--enable-*)
947 ac_feature
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
948 # Reject names that are not valid shell variable names.
949 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
950 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
951 { (exit 1); exit 1; }; }
952 ac_feature
=`echo $ac_feature | sed 's/[-.]/_/g'`
953 eval enable_
$ac_feature=\
$ac_optarg ;;
955 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
956 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
957 |
--exec |
--exe |
--ex)
958 ac_prev
=exec_prefix
;;
959 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
960 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
961 |
--exec=* |
--exe=* |
--ex=*)
962 exec_prefix
=$ac_optarg ;;
964 -gas |
--gas |
--ga |
--g)
965 # Obsolete; use --with-gas.
968 -help |
--help |
--hel |
--he |
-h)
970 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
971 ac_init_help
=recursive
;;
972 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
973 ac_init_help
=short
;;
975 -host |
--host |
--hos |
--ho)
976 ac_prev
=host_alias
;;
977 -host=* |
--host=* |
--hos=* |
--ho=*)
978 host_alias
=$ac_optarg ;;
980 -htmldir |
--htmldir |
--htmldi |
--htmld |
--html |
--htm |
--ht)
982 -htmldir=* |
--htmldir=* |
--htmldi=* |
--htmld=* |
--html=* |
--htm=* \
984 htmldir
=$ac_optarg ;;
986 -includedir |
--includedir |
--includedi |
--included |
--include \
987 |
--includ |
--inclu |
--incl |
--inc)
988 ac_prev
=includedir
;;
989 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
990 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
991 includedir
=$ac_optarg ;;
993 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
995 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
996 infodir
=$ac_optarg ;;
998 -libdir |
--libdir |
--libdi |
--libd)
1000 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
1001 libdir
=$ac_optarg ;;
1003 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
1004 |
--libexe |
--libex |
--libe)
1005 ac_prev
=libexecdir
;;
1006 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
1007 |
--libexe=* |
--libex=* |
--libe=*)
1008 libexecdir
=$ac_optarg ;;
1010 -localedir |
--localedir |
--localedi |
--localed |
--locale)
1011 ac_prev
=localedir
;;
1012 -localedir=* |
--localedir=* |
--localedi=* |
--localed=* |
--locale=*)
1013 localedir
=$ac_optarg ;;
1015 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
1016 |
--localstate |
--localstat |
--localsta |
--localst |
--locals)
1017 ac_prev
=localstatedir
;;
1018 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
1019 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* |
--locals=*)
1020 localstatedir
=$ac_optarg ;;
1022 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
1024 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
1025 mandir
=$ac_optarg ;;
1027 -nfp |
--nfp |
--nf)
1028 # Obsolete; use --without-fp.
1031 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
1032 |
--no-cr |
--no-c |
-n)
1035 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
1036 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
1039 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
1040 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
1041 |
--oldin |
--oldi |
--old |
--ol |
--o)
1042 ac_prev
=oldincludedir
;;
1043 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
1044 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
1045 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
1046 oldincludedir
=$ac_optarg ;;
1048 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
1050 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
1051 prefix
=$ac_optarg ;;
1053 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
1054 |
--program-pre |
--program-pr |
--program-p)
1055 ac_prev
=program_prefix
;;
1056 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
1057 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
1058 program_prefix
=$ac_optarg ;;
1060 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
1061 |
--program-suf |
--program-su |
--program-s)
1062 ac_prev
=program_suffix
;;
1063 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
1064 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
1065 program_suffix
=$ac_optarg ;;
1067 -program-transform-name |
--program-transform-name \
1068 |
--program-transform-nam |
--program-transform-na \
1069 |
--program-transform-n |
--program-transform- \
1070 |
--program-transform |
--program-transfor \
1071 |
--program-transfo |
--program-transf \
1072 |
--program-trans |
--program-tran \
1073 |
--progr-tra |
--program-tr |
--program-t)
1074 ac_prev
=program_transform_name
;;
1075 -program-transform-name=* |
--program-transform-name=* \
1076 |
--program-transform-nam=* |
--program-transform-na=* \
1077 |
--program-transform-n=* |
--program-transform-=* \
1078 |
--program-transform=* |
--program-transfor=* \
1079 |
--program-transfo=* |
--program-transf=* \
1080 |
--program-trans=* |
--program-tran=* \
1081 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
1082 program_transform_name
=$ac_optarg ;;
1084 -pdfdir |
--pdfdir |
--pdfdi |
--pdfd |
--pdf |
--pd)
1086 -pdfdir=* |
--pdfdir=* |
--pdfdi=* |
--pdfd=* |
--pdf=* |
--pd=*)
1087 pdfdir
=$ac_optarg ;;
1089 -psdir |
--psdir |
--psdi |
--psd |
--ps)
1091 -psdir=* |
--psdir=* |
--psdi=* |
--psd=* |
--ps=*)
1094 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1095 |
-silent |
--silent |
--silen |
--sile |
--sil)
1098 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
1100 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
1102 sbindir
=$ac_optarg ;;
1104 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
1105 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
1106 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
1108 ac_prev
=sharedstatedir
;;
1109 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
1110 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
1111 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
1113 sharedstatedir
=$ac_optarg ;;
1115 -site |
--site |
--sit)
1117 -site=* |
--site=* |
--sit=*)
1120 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
1122 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
1123 srcdir
=$ac_optarg ;;
1125 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
1126 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
1127 ac_prev
=sysconfdir
;;
1128 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
1129 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
1130 sysconfdir
=$ac_optarg ;;
1132 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
1133 ac_prev
=target_alias
;;
1134 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
1135 target_alias
=$ac_optarg ;;
1137 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
1140 -version |
--version |
--versio |
--versi |
--vers |
-V)
1141 ac_init_version
=: ;;
1144 ac_package
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1145 # Reject names that are not valid shell variable names.
1146 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1147 { echo "$as_me: error: invalid package name: $ac_package" >&2
1148 { (exit 1); exit 1; }; }
1149 ac_package
=`echo $ac_package | sed 's/[-.]/_/g'`
1150 eval with_
$ac_package=\
$ac_optarg ;;
1152 -without-* |
--without-*)
1153 ac_package
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1154 # Reject names that are not valid shell variable names.
1155 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1156 { echo "$as_me: error: invalid package name: $ac_package" >&2
1157 { (exit 1); exit 1; }; }
1158 ac_package
=`echo $ac_package | sed 's/[-.]/_/g'`
1159 eval with_
$ac_package=no
;;
1162 # Obsolete; use --with-x.
1165 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
1166 |
--x-incl |
--x-inc |
--x-in |
--x-i)
1167 ac_prev
=x_includes
;;
1168 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
1169 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
1170 x_includes
=$ac_optarg ;;
1172 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
1173 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
1174 ac_prev
=x_libraries
;;
1175 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
1176 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
1177 x_libraries
=$ac_optarg ;;
1179 -*) { echo "$as_me: error: unrecognized option: $ac_option
1180 Try \`$0 --help' for more information." >&2
1181 { (exit 1); exit 1; }; }
1185 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
1186 # Reject names that are not valid shell variable names.
1187 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev
/null
&&
1188 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1189 { (exit 1); exit 1; }; }
1190 eval $ac_envvar=\
$ac_optarg
1191 export $ac_envvar ;;
1194 # FIXME: should be removed in autoconf 3.0.
1195 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1196 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1197 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1198 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1204 if test -n "$ac_prev"; then
1205 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
1206 { echo "$as_me: error: missing argument to $ac_option" >&2
1207 { (exit 1); exit 1; }; }
1210 # Be sure to have absolute directory names.
1211 for ac_var
in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1212 datadir sysconfdir sharedstatedir localstatedir includedir \
1213 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1214 libdir localedir mandir
1216 eval ac_val
=\$
$ac_var
1218 [\\/$
]* | ?
:[\\/]* ) continue;;
1219 NONE |
'' ) case $ac_var in *prefix
) continue;; esac;;
1221 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1222 { (exit 1); exit 1; }; }
1225 # There might be people who depend on the old broken behavior: `$host'
1226 # used to hold the argument of --host etc.
1227 # FIXME: To remove some day.
1230 target
=$target_alias
1232 # FIXME: To remove some day.
1233 if test "x$host_alias" != x
; then
1234 if test "x$build_alias" = x
; then
1235 cross_compiling
=maybe
1236 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1237 If a cross compiler is detected then cross compile mode will be used." >&2
1238 elif test "x$build_alias" != "x$host_alias"; then
1244 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
1246 test "$silent" = yes && exec 6>/dev
/null
1249 ac_pwd
=`pwd` && test -n "$ac_pwd" &&
1250 ac_ls_di
=`ls -di .` &&
1251 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` ||
1252 { echo "$as_me: error: Working directory cannot be determined" >&2
1253 { (exit 1); exit 1; }; }
1254 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1255 { echo "$as_me: error: pwd does not report name of working directory" >&2
1256 { (exit 1); exit 1; }; }
1259 # Find the source files, if location was not specified.
1260 if test -z "$srcdir"; then
1261 ac_srcdir_defaulted
=yes
1262 # Try the directory containing this script, then the parent directory.
1263 ac_confdir
=`$as_dirname -- "$0" ||
1264 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1265 X"$0" : 'X\(//\)[^/]' \| \
1266 X"$0" : 'X\(//\)$' \| \
1267 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1269 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1287 if test ! -r "$srcdir/$ac_unique_file"; then
1291 ac_srcdir_defaulted
=no
1293 if test ! -r "$srcdir/$ac_unique_file"; then
1294 test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .."
1295 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1296 { (exit 1); exit 1; }; }
1298 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work"
1300 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1301 { (exit 1); exit 1; }; }
1303 # When building in place, set srcdir=.
1304 if test "$ac_abs_confdir" = "$ac_pwd"; then
1307 # Remove unnecessary trailing slashes from srcdir.
1308 # Double slashes in file names in object file debugging info
1309 # mess up M-x gdb in Emacs.
1311 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1313 for ac_var
in $ac_precious_vars; do
1314 eval ac_env_
${ac_var}_set=\${${ac_var}+set}
1315 eval ac_env_
${ac_var}_value
=\$
${ac_var}
1316 eval ac_cv_env_
${ac_var}_set=\${${ac_var}+set}
1317 eval ac_cv_env_
${ac_var}_value
=\$
${ac_var}
1321 # Report the --help message.
1323 if test "$ac_init_help" = "long"; then
1324 # Omit some internal or obsolete options to make the list less imposing.
1325 # This message is too long to be a string in the A/UX 3.1 sh.
1327 \`configure' configures this package to adapt to many kinds of systems.
1329 Usage: $0 [OPTION]... [VAR=VALUE]...
1331 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1332 VAR=VALUE. See below for descriptions of some of the useful variables.
1334 Defaults for the options are specified in brackets.
1337 -h, --help display this help and exit
1338 --help=short display options specific to this package
1339 --help=recursive display the short help of all the included packages
1340 -V, --version display version information and exit
1341 -q, --quiet, --silent do not print \`checking...' messages
1342 --cache-file=FILE cache test results in FILE [disabled]
1343 -C, --config-cache alias for \`--cache-file=config.cache'
1344 -n, --no-create do not create output files
1345 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1347 Installation directories:
1348 --prefix=PREFIX install architecture-independent files in PREFIX
1349 [$ac_default_prefix]
1350 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1353 By default, \`make install' will install all the files in
1354 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1355 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1356 for instance \`--prefix=\$HOME'.
1358 For better control, use the options below.
1360 Fine tuning of the installation directories:
1361 --bindir=DIR user executables [EPREFIX/bin]
1362 --sbindir=DIR system admin executables [EPREFIX/sbin]
1363 --libexecdir=DIR program executables [EPREFIX/libexec]
1364 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1365 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1366 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1367 --libdir=DIR object code libraries [EPREFIX/lib]
1368 --includedir=DIR C header files [PREFIX/include]
1369 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1370 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1371 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1372 --infodir=DIR info documentation [DATAROOTDIR/info]
1373 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1374 --mandir=DIR man documentation [DATAROOTDIR/man]
1375 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1376 --htmldir=DIR html documentation [DOCDIR]
1377 --dvidir=DIR dvi documentation [DOCDIR]
1378 --pdfdir=DIR pdf documentation [DOCDIR]
1379 --psdir=DIR ps documentation [DOCDIR]
1385 --x-includes=DIR X include files are
in DIR
1386 --x-libraries=DIR X library files are
in DIR
1389 --build=BUILD configure
for building on BUILD
[guessed
]
1390 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
1394 if test -n "$ac_init_help"; then
1399 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
1400 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
1401 --enable-build-type=TYPE
1402 Select the build
type. Available types are
:
1403 personal
, nightly
, snapshot
, milestone
, release. Do
1404 NOT use this option unless you know what you are
1405 doing
! (default
=personal
)
1406 --enable-debug=list Enable different types of debug. Commas or
1407 whitespaces can be used to separate the items
in the
1408 list. Available types of debug are
: all
, none
,
1409 messages
, stack
, mungwall
, modules
, symbols. If no
1410 list is provided
then "all" is assumed.
1412 --enable-distcc Use distcc as a front end to the compiler
1414 --enable-ccache Use ccache as a front end to the compiler
1416 --enable-target-variant=NAME
1417 Enable a specific target variant
(default
=none
)
1418 --enable-includes=dir Alternative system include directory
1419 --enable-bochs-hack Enable hacks to
make BOCHS
(partly
) work
1421 --enable-palm-debug-hack
1422 Enable palm debug output hack
in palm native
1424 --enable-nesting-supervisor
1425 Enable nesting supervisor support
in unix
1427 --enable-x11-hidd build X11 hidd
for hosted
(default
=auto
)
1428 --enable-x11-shm use X11 shared memory
(default
=auto
)
1429 --enable-x11-vidmode use X11 vidmode extension
(default
=auto
)
1430 --enable-sdl-hidd build SDL hidd
for hosted
(default
=auto
)
1431 --disable-sdltest Do not try to compile and run a
test SDL program
1432 --enable-dbus Enable DBUS support via dbus.library
(default
=no
)
1435 --with-PACKAGE[=ARG
] use PACKAGE
[ARG
=yes]
1436 --without-PACKAGE do not use PACKAGE
(same as
--with-PACKAGE=no
)
1437 --with-optimization=FLAGS
1438 Use optimization flags FLAGS
(default
=-O2).
1439 --with-portssources=DIR Where to download sourcecode
for external ports
1440 --with-bootloader=NAME Use a specific bootloader
1441 --with-theme=NAME Use a specific GUI Theme
1442 --with-resolution=XRESxYRESxDEPTH
1443 Default resolution of the initial WorkbenchScreen
1444 --with-serial-debug Enable serial debug output
in native
(default
=no
)
1445 --with-x use the X Window System
1446 --with-sdl-prefix=PFX Prefix where SDL is installed
(optional
)
1447 --with-sdl-exec-prefix=PFX Exec prefix where SDL is installed
(optional
)
1449 Some influential environment variables
:
1450 CC C compiler
command
1451 CFLAGS C compiler flags
1452 LDFLAGS linker flags
, e.g.
-L<lib dir
> if you have libraries
in a
1453 nonstandard directory
<lib dir
>
1454 LIBS libraries to pass to the linker
, e.g.
-l<library
>
1455 CPPFLAGS C
/C
++/Objective C preprocessor flags
, e.g.
-I<include dir
> if
1456 you have headers
in a nonstandard directory
<include dir
>
1458 XMKMF Path to xmkmf
, Makefile generator
for X Window System
1460 Use these variables to override the choices made by
`configure' or to help
1461 it to find libraries and programs with nonstandard names/locations.
1467 if test "$ac_init_help" = "recursive"; then
1468 # If there are subdirs, report their specific --help.
1469 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1470 test -d "$ac_dir" || continue
1474 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1476 ac_dir_suffix=/`echo "$ac_dir" |
sed 's,^\.[\\/],,'`
1477 # A ".." for each directory in $ac_dir_suffix.
1478 ac_top_builddir_sub=`echo "$ac_dir_suffix" |
sed 's,/[^\\/]*,/..,g;s,/,,'`
1479 case $ac_top_builddir_sub in
1480 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1481 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1484 ac_abs_top_builddir=$ac_pwd
1485 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1486 # for backward compatibility:
1487 ac_top_builddir=$ac_top_build_prefix
1490 .) # We are building in place.
1492 ac_top_srcdir=$ac_top_builddir_sub
1493 ac_abs_top_srcdir=$ac_pwd ;;
1494 [\\/]* | ?:[\\/]* ) # Absolute name.
1495 ac_srcdir=$srcdir$ac_dir_suffix;
1496 ac_top_srcdir=$srcdir
1497 ac_abs_top_srcdir=$srcdir ;;
1499 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1500 ac_top_srcdir=$ac_top_build_prefix$srcdir
1501 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1503 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1505 cd "$ac_dir" || { ac_status=$?; continue; }
1506 # Check for guested configure.
1507 if test -f "$ac_srcdir/configure.gnu"; then
1509 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1510 elif test -f "$ac_srcdir/configure"; then
1512 $SHELL "$ac_srcdir/configure" --help=recursive
1514 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1516 cd "$ac_pwd" || { ac_status=$?; break; }
1520 test -n "$ac_init_help" && exit $ac_status
1521 if $ac_init_version; then
1524 generated by GNU Autoconf 2.61
1526 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1527 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1528 This configure script is free software; the Free Software Foundation
1529 gives unlimited permission to copy, distribute and modify it.
1533 cat >config.log <<_ACEOF
1534 This file contains any messages produced by compilers while
1535 running configure, to aid debugging if configure makes a mistake.
1537 It was created by $as_me, which was
1538 generated by GNU Autoconf 2.61. Invocation command line was
1550 hostname = `(hostname || uname
-n) 2>/dev
/null |
sed 1q
`
1551 uname -m = `(uname
-m) 2>/dev
/null ||
echo unknown
`
1552 uname -r = `(uname
-r) 2>/dev
/null ||
echo unknown
`
1553 uname -s = `(uname
-s) 2>/dev
/null ||
echo unknown
`
1554 uname -v = `(uname
-v) 2>/dev
/null ||
echo unknown
`
1556 /usr/bin/uname -p = `(/usr
/bin
/uname
-p) 2>/dev
/null ||
echo unknown
`
1557 /bin/uname -X = `(/bin
/uname
-X) 2>/dev
/null ||
echo unknown
`
1559 /bin/arch = `(/bin
/arch
) 2>/dev
/null ||
echo unknown
`
1560 /usr/bin/arch -k = `(/usr
/bin
/arch
-k) 2>/dev
/null ||
echo unknown
`
1561 /usr/convex/getsysinfo = `(/usr
/convex
/getsysinfo
) 2>/dev
/null ||
echo unknown
`
1562 /usr/bin/hostinfo = `(/usr
/bin
/hostinfo
) 2>/dev
/null ||
echo unknown
`
1563 /bin/machine = `(/bin
/machine
) 2>/dev
/null ||
echo unknown
`
1564 /usr/bin/oslevel = `(/usr
/bin
/oslevel
) 2>/dev
/null ||
echo unknown
`
1565 /bin/universe = `(/bin
/universe
) 2>/dev
/null ||
echo unknown
`
1569 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1573 test -z "$as_dir" && as_dir=.
1574 echo "PATH: $as_dir"
1590 # Keep a trace of the command line.
1591 # Strip out --no-create and --no-recursion so they do not pile up.
1592 # Strip out --silent because we don't want to record it for future runs.
1593 # Also quote any args containing shell meta-characters.
1594 # Make two passes to allow for proper duplicate-argument suppression.
1598 ac_must_keep_next=false
1604 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1605 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1606 | -silent | --silent | --silen | --sile | --sil)
1609 ac_arg=`echo "$ac_arg" |
sed "s/'/'\\\\\\\\''/g"` ;;
1612 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1614 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1615 if test $ac_must_keep_next = true; then
1616 ac_must_keep_next=false # Got value, back to normal.
1619 *=* | --config-cache | -C | -disable-* | --disable-* \
1620 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1621 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1622 | -with-* | --with-* | -without-* | --without-* | --x)
1623 case "$ac_configure_args0 " in
1624 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1627 -* ) ac_must_keep_next=true ;;
1630 ac_configure_args="$ac_configure_args '$ac_arg'"
1635 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1636 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1638 # When interrupted or exit'd, cleanup temporary files, and complete
1639 # config.log. We remove comments because anyway the quotes in there
1640 # would cause problems or look ugly.
1641 # WARNING: Use '\'' to represent an apostrophe within the trap.
1642 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1643 trap 'exit_status=$?
1644 # Save into config.log some information that might help in debugging.
1649 ## ---------------- ##
1650 ## Cache variables. ##
1651 ## ---------------- ##
1654 # The following way of writing the cache mishandles newlines in values,
1656 for ac_var in `(set) 2>&1 |
sed -n '\''s
/^\
([a-zA-Z_
][a-zA-Z0-9_
]*\
)=.
*/\
1/p
'\''`; do
1657 eval ac_val=\$$ac_var
1661 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1662 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1665 _ | IFS | as_nl) ;; #(
1666 *) $as_unset $ac_var ;;
1671 case $as_nl`(ac_space
='\'' '\''; set) 2>&1` in #(
1672 *${as_nl}ac_space=\ *)
1674 "s/'\''/'\''\\\\'\'''\''/g;
1675 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1678 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1686 ## ----------------- ##
1687 ## Output variables. ##
1688 ## ----------------- ##
1691 for ac_var in $ac_subst_vars
1693 eval ac_val=\$$ac_var
1695 *\'\''*) ac_val=`echo "$ac_val" |
sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1697 echo "$ac_var='\''$ac_val'\''"
1701 if test -n "$ac_subst_files"; then
1703 ## ------------------- ##
1704 ## File substitutions. ##
1705 ## ------------------- ##
1708 for ac_var in $ac_subst_files
1710 eval ac_val=\$$ac_var
1712 *\'\''*) ac_val=`echo "$ac_val" |
sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1714 echo "$ac_var='\''$ac_val'\''"
1719 if test -s confdefs.h; then
1729 test "$ac_signal" != 0 &&
1730 echo "$as_me: caught signal $ac_signal"
1731 echo "$as_me: exit $exit_status"
1733 rm -f core *.core core.conftest.* &&
1734 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1737 for ac_signal in 1 2 13 15; do
1738 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1742 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1743 rm -f -r conftest* confdefs.h
1745 # Predefined preprocessor variables.
1747 cat >>confdefs.h <<_ACEOF
1748 #define PACKAGE_NAME "$PACKAGE_NAME"
1752 cat >>confdefs.h <<_ACEOF
1753 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1757 cat >>confdefs.h <<_ACEOF
1758 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1762 cat >>confdefs.h <<_ACEOF
1763 #define PACKAGE_STRING "$PACKAGE_STRING"
1767 cat >>confdefs.h <<_ACEOF
1768 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1772 # Let the site file select an alternate cache file if it wants to.
1773 # Prefer explicitly selected file to automatically selected ones.
1774 if test -n "$CONFIG_SITE"; then
1775 set x "$CONFIG_SITE"
1776 elif test "x$prefix" != xNONE; then
1777 set x "$prefix/share/config.site" "$prefix/etc/config.site"
1779 set x "$ac_default_prefix/share/config.site" \
1780 "$ac_default_prefix/etc/config.site"
1785 if test -r "$ac_site_file"; then
1786 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1787 echo "$as_me: loading site script $ac_site_file" >&6;}
1788 sed 's/^/| /' "$ac_site_file" >&5
1793 if test -r "$cache_file"; then
1794 # Some versions of bash will fail to source /dev/null (special
1795 # files actually), so we avoid doing that.
1796 if test -f "$cache_file"; then
1797 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1798 echo "$as_me: loading cache $cache_file" >&6;}
1800 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1801 *) . "./$cache_file";;
1805 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1806 echo "$as_me: creating cache $cache_file" >&6;}
1810 # Check that the precious variables saved in the cache have kept the same
1812 ac_cache_corrupted=false
1813 for ac_var in $ac_precious_vars; do
1814 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1815 eval ac_new_set=\$ac_env_${ac_var}_set
1816 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1817 eval ac_new_val=\$ac_env_${ac_var}_value
1818 case $ac_old_set,$ac_new_set in
1820 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run
" >&5
1821 echo "$as_me: error
: \
`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1822 ac_cache_corrupted=: ;;
1824 { echo "$as_me:$LINENO: error: \`$ac_var' was not
set in the previous run
" >&5
1825 echo "$as_me: error
: \
`$ac_var' was not set in the previous run" >&2;}
1826 ac_cache_corrupted=: ;;
1829 if test "x$ac_old_val" != "x$ac_new_val"; then
1830 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1831 echo "$as_me: error: \`$ac_var' has changed since the previous run
:" >&2;}
1832 { echo "$as_me:$LINENO: former value
: $ac_old_val" >&5
1833 echo "$as_me: former value
: $ac_old_val" >&2;}
1834 { echo "$as_me:$LINENO: current value
: $ac_new_val" >&5
1835 echo "$as_me: current value
: $ac_new_val" >&2;}
1836 ac_cache_corrupted=:
1839 # Pass precious variables to config.status.
1840 if test "$ac_new_set" = set; then
1842 *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s
/'/'\\\\\\\\''/g
"` ;;
1843 *) ac_arg=$ac_var=$ac_new_val ;;
1845 case " $ac_configure_args " in
1846 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1847 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1851 if $ac_cache_corrupted; then
1852 { echo "$as_me:$LINENO: error
: changes
in the environment can compromise the build
" >&5
1853 echo "$as_me: error
: changes
in the environment can compromise the build
" >&2;}
1854 { { echo "$as_me:$LINENO: error
: run \
`make distclean' and/or \`rm $cache_file' and start over" >&5
1855 echo "$as_me: error: run \`make distclean' and
/or \
`rm $cache_file' and start over" >&2;}
1856 { (exit 1); exit 1; }; }
1876 ac_cpp='$CPP $CPPFLAGS'
1877 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1878 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1879 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1884 for ac_dir in scripts/autoconf "$srcdir"/scripts/autoconf; do
1885 if test -f "$ac_dir/install-sh"; then
1887 ac_install_sh="$ac_aux_dir/install-sh -c"
1889 elif test -f "$ac_dir/install.sh"; then
1891 ac_install_sh="$ac_aux_dir/install.sh -c"
1893 elif test -f "$ac_dir/shtool"; then
1895 ac_install_sh="$ac_aux_dir/shtool install -c"
1899 if test -z "$ac_aux_dir"; then
1900 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in scripts/autoconf \"$srcdir\"/scripts/autoconf" >&5
1901 echo "$as_me: error: cannot find install-sh or install.sh in scripts/autoconf \"$srcdir\"/scripts/autoconf" >&2;}
1902 { (exit 1); exit 1; }; }
1905 # These three variables are undocumented and unsupported,
1906 # and are intended to be withdrawn in a future Autoconf release.
1907 # They can cause serious problems if a builder's source tree is in a directory
1908 # whose full name contains unusual characters.
1909 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
1910 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
1911 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
1915 # Check what host we are running on.
1916 # If a target is not suggested, we use this one.
1917 # Note that what we call a target, Autoconf calls a host.
1918 # Make sure we can run config.sub.
1919 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
1920 { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
1921 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
1922 { (exit 1); exit 1; }; }
1924 { echo "$as_me:$LINENO: checking build system type" >&5
1925 echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
1926 if test "${ac_cv_build+set}" = set; then
1927 echo $ECHO_N "(cached) $ECHO_C" >&6
1929 ac_build_alias=$build_alias
1930 test "x$ac_build_alias" = x &&
1931 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
1932 test "x$ac_build_alias" = x &&
1933 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1934 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1935 { (exit 1); exit 1; }; }
1936 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
1937 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
1938 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
1939 { (exit 1); exit 1; }; }
1942 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1943 echo "${ECHO_T}$ac_cv_build" >&6; }
1944 case $ac_cv_build in
1946 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
1947 echo "$as_me: error: invalid value of canonical build" >&2;}
1948 { (exit 1); exit 1; }; };;
1951 ac_save_IFS=$IFS; IFS='-'
1957 # Remember, the first character of IFS is used to create $*,
1958 # except with old shells:
1961 case $build_os in *\ *) build_os=`echo "$build_os" |
sed 's/ /-/g'`;; esac
1964 { echo "$as_me:$LINENO: checking host system type" >&5
1965 echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
1966 if test "${ac_cv_host+set}" = set; then
1967 echo $ECHO_N "(cached) $ECHO_C" >&6
1969 if test "x$host_alias" = x; then
1970 ac_cv_host=$ac_cv_build
1972 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
1973 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
1974 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
1975 { (exit 1); exit 1; }; }
1979 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1980 echo "${ECHO_T}$ac_cv_host" >&6; }
1983 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
1984 echo "$as_me: error: invalid value of canonical host" >&2;}
1985 { (exit 1); exit 1; }; };;
1988 ac_save_IFS=$IFS; IFS='-'
1994 # Remember, the first character of IFS is used to create $*,
1995 # except with old shells:
1998 case $host_os in *\ *) host_os=`echo "$host_os" |
sed 's/ /-/g'`;; esac
2002 # The AROS target is slightly different to the normal GNU style
2003 # format. We don't have the middle part, and we reverse the order
2004 # of the $(CPU) and $(OS) bits.
2006 # Don't strip the version of the target yet, it might be
2007 # useful on some systems.
2009 { echo "$as_me:$LINENO: checking for AROS style target" >&5
2010 echo $ECHO_N "checking for AROS style target... $ECHO_C" >&6; }
2012 if test "$target" = "NONE" ; then
2013 target=$host_os-$host_cpu
2016 if test "$target" = "" ; then
2017 target=$host_os-$host_cpu
2023 { echo "$as_me:$LINENO: result: $target" >&5
2024 echo "${ECHO_T}$target" >&6; }
2026 #don't know where else to put this...
2027 { echo "$as_me:$LINENO: checking Building AROS in .. " >&5
2028 echo $ECHO_N "checking Building AROS in .. ... $ECHO_C" >&6; }
2030 { echo "$as_me:$LINENO: result: $AROS_BUILDDIR" >&5
2031 echo "${ECHO_T}$AROS_BUILDDIR" >&6; }
2033 { echo "$as_me:$LINENO: checking AROS Source in .. " >&5
2034 echo $ECHO_N "checking AROS Source in .. ... $ECHO_C" >&6; }
2035 srcpwd=`cd ${srcdir} ; ${PWDCMD-pwd}`
2036 AROS_SRCDIR=${srcpwd}
2037 { echo "$as_me:$LINENO: result: $AROS_SRCDIR" >&5
2038 echo "${ECHO_T}$AROS_SRCDIR" >&6; }
2040 # Parse the target field into something useful.
2042 target_os=`echo $target |
sed 's/^\([^-]*\)-\(.*\)$/\1/'`
2043 target_cpu=`echo $target |
sed 's/^\([^-]*\)-\(.*\)$/\2/'`
2046 aros_default_wbwidth=800
2047 aros_default_wbheight=600
2048 aros_default_wbdepth=4
2051 # The first step is to find the host binaries.
2052 # Check for a compiler.
2054 ac_cpp='$CPP $CPPFLAGS'
2055 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2056 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2057 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2058 if test -n "$ac_tool_prefix"; then
2059 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2060 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2061 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2062 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2063 if test "${ac_cv_prog_CC+set}" = set; then
2064 echo $ECHO_N "(cached) $ECHO_C" >&6
2066 if test -n "$CC"; then
2067 ac_cv_prog_CC="$CC" # Let the user override the test.
2069 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2073 test -z "$as_dir" && as_dir=.
2074 for ac_exec_ext in '' $ac_executable_extensions; do
2075 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2076 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2077 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2087 if test -n "$CC"; then
2088 { echo "$as_me:$LINENO: result: $CC" >&5
2089 echo "${ECHO_T}$CC" >&6; }
2091 { echo "$as_me:$LINENO: result: no" >&5
2092 echo "${ECHO_T}no" >&6; }
2097 if test -z "$ac_cv_prog_CC"; then
2099 # Extract the first word of "gcc", so it can be a program name with args.
2100 set dummy gcc; ac_word=$2
2101 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2102 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2103 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2104 echo $ECHO_N "(cached) $ECHO_C" >&6
2106 if test -n "$ac_ct_CC"; then
2107 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2109 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2113 test -z "$as_dir" && as_dir=.
2114 for ac_exec_ext in '' $ac_executable_extensions; do
2115 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2116 ac_cv_prog_ac_ct_CC="gcc"
2117 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2126 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2127 if test -n "$ac_ct_CC"; then
2128 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2129 echo "${ECHO_T}$ac_ct_CC" >&6; }
2131 { echo "$as_me:$LINENO: result: no" >&5
2132 echo "${ECHO_T}no" >&6; }
2135 if test "x$ac_ct_CC" = x; then
2138 case $cross_compiling:$ac_tool_warned in
2140 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2141 whose name does not start with the host triplet. If you think this
2142 configuration is useful to you, please write to autoconf@gnu.org." >&5
2143 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2144 whose name does not start with the host triplet. If you think this
2145 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2146 ac_tool_warned=yes ;;
2154 if test -z "$CC"; then
2155 if test -n "$ac_tool_prefix"; then
2156 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2157 set dummy ${ac_tool_prefix}cc; ac_word=$2
2158 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2159 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2160 if test "${ac_cv_prog_CC+set}" = set; then
2161 echo $ECHO_N "(cached) $ECHO_C" >&6
2163 if test -n "$CC"; then
2164 ac_cv_prog_CC="$CC" # Let the user override the test.
2166 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2170 test -z "$as_dir" && as_dir=.
2171 for ac_exec_ext in '' $ac_executable_extensions; do
2172 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2173 ac_cv_prog_CC="${ac_tool_prefix}cc"
2174 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2184 if test -n "$CC"; then
2185 { echo "$as_me:$LINENO: result: $CC" >&5
2186 echo "${ECHO_T}$CC" >&6; }
2188 { echo "$as_me:$LINENO: result: no" >&5
2189 echo "${ECHO_T}no" >&6; }
2195 if test -z "$CC"; then
2196 # Extract the first word of "cc", so it can be a program name with args.
2197 set dummy cc; ac_word=$2
2198 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2199 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2200 if test "${ac_cv_prog_CC+set}" = set; then
2201 echo $ECHO_N "(cached) $ECHO_C" >&6
2203 if test -n "$CC"; then
2204 ac_cv_prog_CC="$CC" # Let the user override the test.
2207 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2211 test -z "$as_dir" && as_dir=.
2212 for ac_exec_ext in '' $ac_executable_extensions; do
2213 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2214 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2215 ac_prog_rejected=yes
2219 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2226 if test $ac_prog_rejected = yes; then
2227 # We found a bogon in the path, so make sure we never use it.
2228 set dummy $ac_cv_prog_CC
2230 if test $# != 0; then
2231 # We chose a different compiler from the bogus one.
2232 # However, it has the same basename, so the bogon will be chosen
2233 # first if we set CC to just the basename; use the full file name.
2235 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2241 if test -n "$CC"; then
2242 { echo "$as_me:$LINENO: result: $CC" >&5
2243 echo "${ECHO_T}$CC" >&6; }
2245 { echo "$as_me:$LINENO: result: no" >&5
2246 echo "${ECHO_T}no" >&6; }
2251 if test -z "$CC"; then
2252 if test -n "$ac_tool_prefix"; then
2253 for ac_prog in cl.exe
2255 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2256 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2257 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2258 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2259 if test "${ac_cv_prog_CC+set}" = set; then
2260 echo $ECHO_N "(cached) $ECHO_C" >&6
2262 if test -n "$CC"; then
2263 ac_cv_prog_CC="$CC" # Let the user override the test.
2265 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2269 test -z "$as_dir" && as_dir=.
2270 for ac_exec_ext in '' $ac_executable_extensions; do
2271 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2272 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2273 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2283 if test -n "$CC"; then
2284 { echo "$as_me:$LINENO: result: $CC" >&5
2285 echo "${ECHO_T}$CC" >&6; }
2287 { echo "$as_me:$LINENO: result: no" >&5
2288 echo "${ECHO_T}no" >&6; }
2292 test -n "$CC" && break
2295 if test -z "$CC"; then
2297 for ac_prog in cl.exe
2299 # Extract the first word of "$ac_prog", so it can be a program name with args.
2300 set dummy $ac_prog; ac_word=$2
2301 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2302 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2303 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2304 echo $ECHO_N "(cached) $ECHO_C" >&6
2306 if test -n "$ac_ct_CC"; then
2307 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2309 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2313 test -z "$as_dir" && as_dir=.
2314 for ac_exec_ext in '' $ac_executable_extensions; do
2315 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2316 ac_cv_prog_ac_ct_CC="$ac_prog"
2317 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2326 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2327 if test -n "$ac_ct_CC"; then
2328 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2329 echo "${ECHO_T}$ac_ct_CC" >&6; }
2331 { echo "$as_me:$LINENO: result: no" >&5
2332 echo "${ECHO_T}no" >&6; }
2336 test -n "$ac_ct_CC" && break
2339 if test "x$ac_ct_CC" = x; then
2342 case $cross_compiling:$ac_tool_warned in
2344 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2345 whose name does not start with the host triplet. If you think this
2346 configuration is useful to you, please write to autoconf@gnu.org." >&5
2347 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2348 whose name does not start with the host triplet. If you think this
2349 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2350 ac_tool_warned=yes ;;
2359 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2360 See \`config.log
' for more details." >&5
2361 echo "$as_me: error: no acceptable C compiler found in \$PATH
2362 See \`config.log' for more details.
" >&2;}
2363 { (exit 1); exit 1; }; }
2365 # Provide some information about the compiler.
2366 echo "$as_me:$LINENO: checking
for C compiler version
" >&5
2367 ac_compiler=`set X $ac_compile; echo $2`
2368 { (ac_try="$ac_compiler --version >&5"
2370 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2371 *) ac_try_echo=$ac_try;;
2373 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
2374 (eval "$ac_compiler --version >&5") 2>&5
2376 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
2377 (exit $ac_status); }
2378 { (ac_try="$ac_compiler -v >&5"
2380 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2381 *) ac_try_echo=$ac_try;;
2383 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
2384 (eval "$ac_compiler -v >&5") 2>&5
2386 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
2387 (exit $ac_status); }
2388 { (ac_try="$ac_compiler -V >&5"
2390 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2391 *) ac_try_echo=$ac_try;;
2393 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
2394 (eval "$ac_compiler -V >&5") 2>&5
2396 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
2397 (exit $ac_status); }
2399 cat >conftest.$ac_ext <<_ACEOF
2402 cat confdefs.h >>conftest.$ac_ext
2403 cat >>conftest.$ac_ext <<_ACEOF
2404 /* end confdefs.h. */
2414 ac_clean_files_save=$ac_clean_files
2415 ac_clean_files="$ac_clean_files a.out a.exe b.out
"
2416 # Try to create an executable without -o first, disregard a.out.
2417 # It will help us diagnose broken compilers, and finding out an intuition
2419 { echo "$as_me:$LINENO: checking
for C compiler default output
file name
" >&5
2420 echo $ECHO_N "checking
for C compiler default output
file name...
$ECHO_C" >&6; }
2421 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2423 # List of possible output files, starting from the most likely.
2424 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
2425 # only as a last resort. b.out is created by i960 compilers.
2426 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
2428 # The IRIX 6 linker writes into existing files which may not be
2429 # executable, retaining their permissions. Remove them first so a
2430 # subsequent execution test works.
2432 for ac_file in $ac_files
2435 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2436 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2441 if { (ac_try="$ac_link_default"
2443 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2444 *) ac_try_echo=$ac_try;;
2446 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
2447 (eval "$ac_link_default") 2>&5
2449 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
2450 (exit $ac_status); }; then
2451 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2452 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2453 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2454 # so that the user can short-circuit this test for compilers unknown to
2456 for ac_file in $ac_files ''
2458 test -f "$ac_file" || continue
2460 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
2463 # We found the default executable, but exeext='' is most
2467 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2469 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2471 # We set ac_cv_exeext here because the later test for it is not
2472 # safe: cross compilers may not add the suffix if given an `-o'
2473 # argument, so we may need to know it at that point already.
2474 # Even if this section looks crufty: it has the advantage of
2481 test "$ac_cv_exeext" = no && ac_cv_exeext=
2487 { echo "$as_me:$LINENO: result
: $ac_file" >&5
2488 echo "${ECHO_T}$ac_file" >&6; }
2489 if test -z "$ac_file"; then
2490 echo "$as_me: failed program was
:" >&5
2491 sed 's/^/| /' conftest.$ac_ext >&5
2493 { { echo "$as_me:$LINENO: error
: C compiler cannot create executables
2494 See \
`config.log' for more details." >&5
2495 echo "$as_me: error: C compiler cannot create executables
2496 See \`config.log
' for more details." >&2;}
2497 { (exit 77); exit 77; }; }
2500 ac_exeext=$ac_cv_exeext
2502 # Check that the compiler produces executables we can run. If not, either
2503 # the compiler is broken, or we cross compile.
2504 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2505 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
2506 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2507 # If not cross compiling, check that we can run a simple program.
2508 if test "$cross_compiling" != yes; then
2509 if { ac_try='.
/$ac_file'
2510 { (case "(($ac_try" in
2511 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2512 *) ac_try_echo=$ac_try;;
2514 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2515 (eval "$ac_try") 2>&5
2517 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2518 (exit $ac_status); }; }; then
2521 if test "$cross_compiling" = maybe; then
2524 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2525 If you meant to cross compile, use \`--host'.
2526 See \
`config.log' for more details." >&5
2527 echo "$as_me: error: cannot run C compiled programs.
2528 If you meant to cross compile, use \`--host'.
2529 See \`config.log' for more details.
" >&2;}
2530 { (exit 1); exit 1; }; }
2534 { echo "$as_me:$LINENO: result
: yes" >&5
2535 echo "${ECHO_T}yes" >&6; }
2537 rm -f a.out a.exe conftest$ac_cv_exeext b.out
2538 ac_clean_files=$ac_clean_files_save
2539 # Check that the compiler produces executables we can run. If not, either
2540 # the compiler is broken, or we cross compile.
2541 { echo "$as_me:$LINENO: checking whether we are cross compiling
" >&5
2542 echo $ECHO_N "checking whether we are cross compiling...
$ECHO_C" >&6; }
2543 { echo "$as_me:$LINENO: result
: $cross_compiling" >&5
2544 echo "${ECHO_T}$cross_compiling" >&6; }
2546 { echo "$as_me:$LINENO: checking
for suffix of executables
" >&5
2547 echo $ECHO_N "checking
for suffix of executables...
$ECHO_C" >&6; }
2548 if { (ac_try="$ac_link"
2550 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2551 *) ac_try_echo=$ac_try;;
2553 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
2554 (eval "$ac_link") 2>&5
2556 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
2557 (exit $ac_status); }; then
2558 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2559 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2560 # work properly (i.e., refer to `conftest.exe'), while it won't with
2562 for ac_file in conftest.exe conftest conftest.*; do
2563 test -f "$ac_file" || continue
2565 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2566 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2572 { { echo "$as_me:$LINENO: error
: cannot compute suffix of executables
: cannot compile and link
2573 See \
`config.log' for more details." >&5
2574 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2575 See \`config.log
' for more details." >&2;}
2576 { (exit 1); exit 1; }; }
2579 rm -f conftest$ac_cv_exeext
2580 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2581 echo "${ECHO_T}$ac_cv_exeext" >&6; }
2583 rm -f conftest.$ac_ext
2584 EXEEXT=$ac_cv_exeext
2586 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
2587 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
2588 if test "${ac_cv_objext+set}" = set; then
2589 echo $ECHO_N "(cached) $ECHO_C" >&6
2591 cat >conftest.$ac_ext <<_ACEOF
2594 cat confdefs.h >>conftest.$ac_ext
2595 cat >>conftest.$ac_ext <<_ACEOF
2596 /* end confdefs.h. */
2606 rm -f conftest.o conftest.obj
2607 if { (ac_try="$ac_compile"
2609 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2610 *) ac_try_echo=$ac_try;;
2612 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2613 (eval "$ac_compile") 2>&5
2615 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2616 (exit $ac_status); }; then
2617 for ac_file in conftest.o conftest.obj conftest.*; do
2618 test -f "$ac_file" || continue;
2620 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
2621 *) ac_cv_objext=`expr "$ac_file" : '.
*\.\
(.
*\
)'`
2626 echo "$as_me: failed program was:" >&5
2627 sed 's
/^
/|
/' conftest.$ac_ext >&5
2629 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2630 See \`config.log' for more details.
" >&5
2631 echo "$as_me: error
: cannot compute suffix of object files
: cannot compile
2632 See \
`config.log' for more details." >&2;}
2633 { (exit 1); exit 1; }; }
2636 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2638 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2639 echo "${ECHO_T}$ac_cv_objext" >&6; }
2640 OBJEXT=$ac_cv_objext
2642 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2643 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
2644 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2645 echo $ECHO_N "(cached) $ECHO_C" >&6
2647 cat >conftest.$ac_ext <<_ACEOF
2650 cat confdefs.h >>conftest.$ac_ext
2651 cat >>conftest.$ac_ext <<_ACEOF
2652 /* end confdefs.h. */
2665 rm -f conftest.$ac_objext
2666 if { (ac_try="$ac_compile"
2668 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2669 *) ac_try_echo
=$ac_try;;
2671 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2672 (eval "$ac_compile") 2>conftest.er1
2674 grep -v '^ *+' conftest.er1
>conftest.err
2676 cat conftest.err
>&5
2677 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2678 (exit $ac_status); } && {
2679 test -z "$ac_c_werror_flag" ||
2680 test ! -s conftest.err
2681 } && test -s conftest.
$ac_objext; then
2684 echo "$as_me: failed program was:" >&5
2685 sed 's/^/| /' conftest.
$ac_ext >&5
2690 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2691 ac_cv_c_compiler_gnu
=$ac_compiler_gnu
2694 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2695 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
2696 GCC
=`test $ac_compiler_gnu = yes && echo yes`
2697 ac_test_CFLAGS
=${CFLAGS+set}
2698 ac_save_CFLAGS
=$CFLAGS
2699 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2700 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
2701 if test "${ac_cv_prog_cc_g+set}" = set; then
2702 echo $ECHO_N "(cached) $ECHO_C" >&6
2704 ac_save_c_werror_flag
=$ac_c_werror_flag
2705 ac_c_werror_flag
=yes
2708 cat >conftest.
$ac_ext <<_ACEOF
2711 cat confdefs.h
>>conftest.
$ac_ext
2712 cat >>conftest.
$ac_ext <<_ACEOF
2713 /* end confdefs.h. */
2723 rm -f conftest.
$ac_objext
2724 if { (ac_try
="$ac_compile"
2726 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2727 *) ac_try_echo=$ac_try;;
2729 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2730 (eval "$ac_compile") 2>conftest.er1
2732 grep -v '^ *+' conftest.er1 >conftest.err
2734 cat conftest.err >&5
2735 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2736 (exit $ac_status); } && {
2737 test -z "$ac_c_werror_flag" ||
2738 test ! -s conftest.err
2739 } && test -s conftest.$ac_objext; then
2742 echo "$as_me: failed program was:" >&5
2743 sed 's/^/| /' conftest.$ac_ext >&5
2746 cat >conftest.$ac_ext <<_ACEOF
2749 cat confdefs.h >>conftest.$ac_ext
2750 cat >>conftest.$ac_ext <<_ACEOF
2751 /* end confdefs.h. */
2761 rm -f conftest.$ac_objext
2762 if { (ac_try="$ac_compile"
2764 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2765 *) ac_try_echo
=$ac_try;;
2767 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2768 (eval "$ac_compile") 2>conftest.er1
2770 grep -v '^ *+' conftest.er1
>conftest.err
2772 cat conftest.err
>&5
2773 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2774 (exit $ac_status); } && {
2775 test -z "$ac_c_werror_flag" ||
2776 test ! -s conftest.err
2777 } && test -s conftest.
$ac_objext; then
2780 echo "$as_me: failed program was:" >&5
2781 sed 's/^/| /' conftest.
$ac_ext >&5
2783 ac_c_werror_flag
=$ac_save_c_werror_flag
2785 cat >conftest.
$ac_ext <<_ACEOF
2788 cat confdefs.h
>>conftest.
$ac_ext
2789 cat >>conftest.
$ac_ext <<_ACEOF
2790 /* end confdefs.h. */
2800 rm -f conftest.
$ac_objext
2801 if { (ac_try
="$ac_compile"
2803 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2804 *) ac_try_echo=$ac_try;;
2806 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2807 (eval "$ac_compile") 2>conftest.er1
2809 grep -v '^ *+' conftest.er1 >conftest.err
2811 cat conftest.err >&5
2812 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2813 (exit $ac_status); } && {
2814 test -z "$ac_c_werror_flag" ||
2815 test ! -s conftest.err
2816 } && test -s conftest.$ac_objext; then
2819 echo "$as_me: failed program was:" >&5
2820 sed 's/^/| /' conftest.$ac_ext >&5
2825 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2828 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2831 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2832 ac_c_werror_flag=$ac_save_c_werror_flag
2834 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2835 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
2836 if test "$ac_test_CFLAGS" = set; then
2837 CFLAGS=$ac_save_CFLAGS
2838 elif test $ac_cv_prog_cc_g = yes; then
2839 if test "$GCC" = yes; then
2845 if test "$GCC" = yes; then
2851 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
2852 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
2853 if test "${ac_cv_prog_cc_c89+set}" = set; then
2854 echo $ECHO_N "(cached) $ECHO_C" >&6
2856 ac_cv_prog_cc_c89=no
2858 cat >conftest.$ac_ext <<_ACEOF
2861 cat confdefs.h >>conftest.$ac_ext
2862 cat >>conftest.$ac_ext <<_ACEOF
2863 /* end confdefs.h. */
2866 #include <sys/types.h>
2867 #include <sys/stat.h>
2868 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
2869 struct buf { int x; };
2870 FILE * (*rcsopen) (struct buf *, struct stat *, int);
2871 static char *e (p, i)
2877 static char *f (char * (*g) (char **, int), char **p, ...)
2882 s = g (p, va_arg (v,int));
2887 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
2888 function prototypes and stuff, but not '\xHH' hex character constants.
2889 These don't provoke an error unfortunately, instead are silently treated
2890 as 'x'. The following induces an error, until -std is added to get
2891 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
2892 array size at least. It's necessary to write '\x00'==0 to get something
2893 that's true only with -std. */
2894 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2896 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
2897 inside strings and character constants. */
2899 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
2901 int test (int i, double x);
2902 struct s1 {int (*f) (int a);};
2903 struct s2 {int (*f) (double a);};
2904 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2910 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
2915 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
2916 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2918 CC="$ac_save_CC $ac_arg"
2919 rm -f conftest.$ac_objext
2920 if { (ac_try="$ac_compile"
2922 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2923 *) ac_try_echo
=$ac_try;;
2925 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2926 (eval "$ac_compile") 2>conftest.er1
2928 grep -v '^ *+' conftest.er1
>conftest.err
2930 cat conftest.err
>&5
2931 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2932 (exit $ac_status); } && {
2933 test -z "$ac_c_werror_flag" ||
2934 test ! -s conftest.err
2935 } && test -s conftest.
$ac_objext; then
2936 ac_cv_prog_cc_c89
=$ac_arg
2938 echo "$as_me: failed program was:" >&5
2939 sed 's/^/| /' conftest.
$ac_ext >&5
2944 rm -f core conftest.err conftest.
$ac_objext
2945 test "x$ac_cv_prog_cc_c89" != "xno" && break
2947 rm -f conftest.
$ac_ext
2952 case "x$ac_cv_prog_cc_c89" in
2954 { echo "$as_me:$LINENO: result: none needed" >&5
2955 echo "${ECHO_T}none needed" >&6; } ;;
2957 { echo "$as_me:$LINENO: result: unsupported" >&5
2958 echo "${ECHO_T}unsupported" >&6; } ;;
2960 CC
="$CC $ac_cv_prog_cc_c89"
2961 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
2962 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
2967 ac_cpp
='$CPP $CPPFLAGS'
2968 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2969 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2970 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2972 case $ac_cv_prog_cc_stdc in
2973 no
) ac_cv_prog_cc_c99
=no
; ac_cv_prog_cc_c89
=no
;;
2974 *) { echo "$as_me:$LINENO: checking for $CC option to accept ISO C99" >&5
2975 echo $ECHO_N "checking for $CC option to accept ISO C99... $ECHO_C" >&6; }
2976 if test "${ac_cv_prog_cc_c99+set}" = set; then
2977 echo $ECHO_N "(cached) $ECHO_C" >&6
2979 ac_cv_prog_cc_c99
=no
2981 cat >conftest.
$ac_ext <<_ACEOF
2984 cat confdefs.h
>>conftest.
$ac_ext
2985 cat >>conftest.
$ac_ext <<_ACEOF
2986 /* end confdefs.h. */
2988 #include <stdbool.h>
2993 // Check varargs macros. These examples are taken from C99 6.10.3.5.
2994 #define debug(...) fprintf (stderr, __VA_ARGS__)
2995 #define showlist(...) puts (#__VA_ARGS__)
2996 #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
2998 test_varargs_macros (void)
3003 debug ("X = %d\n", x);
3004 showlist (The first, second, and third items.);
3005 report (x>y, "x is %d but y is %d", x, y);
3008 // Check long long types.
3009 #define BIG64 18446744073709551615ull
3010 #define BIG32 4294967295ul
3011 #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
3013 your preprocessor is broken;
3017 your preprocessor is broken;
3019 static long long int bignum = -9223372036854775807LL;
3020 static unsigned long long int ubignum = BIG64;
3022 struct incomplete_array
3030 const wchar_t *name;
3034 typedef const char *ccp;
3037 test_restrict (ccp restrict text)
3039 // See if C++-style comments work.
3040 // Iterate through items via the restricted pointer.
3041 // Also check for declarations in for loops.
3042 for (unsigned int i = 0; *(text+i) != '\0'; ++i)
3047 // Check varargs and va_copy.
3049 test_varargs (const char *format, ...)
3052 va_start (args, format);
3054 va_copy (args_copy, args);
3065 str = va_arg (args_copy, const char *);
3068 number = va_arg (args_copy, int);
3071 fnumber = va_arg (args_copy, double);
3086 _Bool success = false;
3089 if (test_restrict ("String literal") == 0)
3091 char *restrict newvar = "Another string";
3094 test_varargs ("s, d' f .", "string", 65, 34.234);
3095 test_varargs_macros ();
3097 // Check flexible array members.
3098 struct incomplete_array *ia =
3099 malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
3101 for (int i = 0; i < ia->datasize; ++i)
3102 ia->data[i] = i * 1.234;
3104 // Check named initializers.
3105 struct named_init ni = {
3107 .name = L"Test wide string",
3108 .average = 543.34343,
3113 int dynamic_array[ni.number];
3114 dynamic_array[ni.number - 1] = 543;
3116 // work around unused variable warnings
3117 return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
3118 || dynamic_array[ni.number - 1] != 543);
3124 for ac_arg
in '' -std=gnu99
-c99 -qlanglvl=extc99
3126 CC
="$ac_save_CC $ac_arg"
3127 rm -f conftest.
$ac_objext
3128 if { (ac_try
="$ac_compile"
3130 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3131 *) ac_try_echo=$ac_try;;
3133 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3134 (eval "$ac_compile") 2>conftest.er1
3136 grep -v '^ *+' conftest.er1 >conftest.err
3138 cat conftest.err >&5
3139 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3140 (exit $ac_status); } && {
3141 test -z "$ac_c_werror_flag" ||
3142 test ! -s conftest.err
3143 } && test -s conftest.$ac_objext; then
3144 ac_cv_prog_cc_c99=$ac_arg
3146 echo "$as_me: failed program was:" >&5
3147 sed 's/^/| /' conftest.$ac_ext >&5
3152 rm -f core conftest.err conftest.$ac_objext
3153 test "x$ac_cv_prog_cc_c99" != "xno" && break
3155 rm -f conftest.$ac_ext
3160 case "x$ac_cv_prog_cc_c99" in
3162 { echo "$as_me:$LINENO: result: none needed" >&5
3163 echo "${ECHO_T}none needed" >&6; } ;;
3165 { echo "$as_me:$LINENO: result: unsupported" >&5
3166 echo "${ECHO_T}unsupported" >&6; } ;;
3168 CC="$CC $ac_cv_prog_cc_c99"
3169 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c99" >&5
3170 echo "${ECHO_T}$ac_cv_prog_cc_c99" >&6; } ;;
3172 if test "x$ac_cv_prog_cc_c99" != xno; then
3173 ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c99
3175 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3176 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
3177 if test "${ac_cv_prog_cc_c89+set}" = set; then
3178 echo $ECHO_N "(cached) $ECHO_C" >&6
3180 ac_cv_prog_cc_c89=no
3182 cat >conftest.$ac_ext <<_ACEOF
3185 cat confdefs.h >>conftest.$ac_ext
3186 cat >>conftest.$ac_ext <<_ACEOF
3187 /* end confdefs.h. */
3190 #include <sys/types.h>
3191 #include <sys/stat.h>
3192 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3193 struct buf { int x; };
3194 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3195 static char *e (p, i)
3201 static char *f (char * (*g) (char **, int), char **p, ...)
3206 s = g (p, va_arg (v,int));
3211 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3212 function prototypes and stuff, but not '\xHH' hex character constants.
3213 These don't provoke an error unfortunately, instead are silently treated
3214 as 'x'. The following induces an error, until -std is added to get
3215 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3216 array size at least. It's necessary to write '\x00'==0 to get something
3217 that's true only with -std. */
3218 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3220 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3221 inside strings and character constants. */
3223 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3225 int test (int i, double x);
3226 struct s1 {int (*f) (int a);};
3227 struct s2 {int (*f) (double a);};
3228 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3234 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3239 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3240 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3242 CC="$ac_save_CC $ac_arg"
3243 rm -f conftest.$ac_objext
3244 if { (ac_try="$ac_compile"
3246 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
3247 *) ac_try_echo
=$ac_try;;
3249 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3250 (eval "$ac_compile") 2>conftest.er1
3252 grep -v '^ *+' conftest.er1
>conftest.err
3254 cat conftest.err
>&5
3255 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3256 (exit $ac_status); } && {
3257 test -z "$ac_c_werror_flag" ||
3258 test ! -s conftest.err
3259 } && test -s conftest.
$ac_objext; then
3260 ac_cv_prog_cc_c89
=$ac_arg
3262 echo "$as_me: failed program was:" >&5
3263 sed 's/^/| /' conftest.
$ac_ext >&5
3268 rm -f core conftest.err conftest.
$ac_objext
3269 test "x$ac_cv_prog_cc_c89" != "xno" && break
3271 rm -f conftest.
$ac_ext
3276 case "x$ac_cv_prog_cc_c89" in
3278 { echo "$as_me:$LINENO: result: none needed" >&5
3279 echo "${ECHO_T}none needed" >&6; } ;;
3281 { echo "$as_me:$LINENO: result: unsupported" >&5
3282 echo "${ECHO_T}unsupported" >&6; } ;;
3284 CC
="$CC $ac_cv_prog_cc_c89"
3285 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3286 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
3288 if test "x$ac_cv_prog_cc_c89" != xno
; then
3289 ac_cv_prog_cc_stdc
=$ac_cv_prog_cc_c89
3291 ac_cv_prog_cc_stdc
=no
3299 { echo "$as_me:$LINENO: checking for $CC option to accept ISO Standard C" >&5
3300 echo $ECHO_N "checking for $CC option to accept ISO Standard C... $ECHO_C" >&6; }
3301 if test "${ac_cv_prog_cc_stdc+set}" = set; then
3302 echo $ECHO_N "(cached) $ECHO_C" >&6
3305 case $ac_cv_prog_cc_stdc in
3306 no
) { echo "$as_me:$LINENO: result: unsupported" >&5
3307 echo "${ECHO_T}unsupported" >&6; } ;;
3308 '') { echo "$as_me:$LINENO: result: none needed" >&5
3309 echo "${ECHO_T}none needed" >&6; } ;;
3310 *) { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
3311 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6; } ;;
3316 ac_cpp
='$CPP $CPPFLAGS'
3317 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3318 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3319 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3320 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
3321 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
3322 # On Suns, sometimes $CPP names a directory.
3323 if test -n "$CPP" && test -d "$CPP"; then
3326 if test -z "$CPP"; then
3327 if test "${ac_cv_prog_CPP+set}" = set; then
3328 echo $ECHO_N "(cached) $ECHO_C" >&6
3330 # Double quotes because CPP needs to be expanded
3331 for CPP
in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3334 for ac_c_preproc_warn_flag
in '' yes
3336 # Use a header file that comes with gcc, so configuring glibc
3337 # with a fresh cross-compiler works.
3338 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3339 # <limits.h> exists even on freestanding compilers.
3340 # On the NeXT, cc -E runs the code through the compiler's parser,
3341 # not just through cpp. "Syntax error" is here to catch this case.
3342 cat >conftest.
$ac_ext <<_ACEOF
3345 cat confdefs.h
>>conftest.
$ac_ext
3346 cat >>conftest.
$ac_ext <<_ACEOF
3347 /* end confdefs.h. */
3349 # include <limits.h>
3351 # include <assert.h>
3355 if { (ac_try
="$ac_cpp conftest.$ac_ext"
3357 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3358 *) ac_try_echo=$ac_try;;
3360 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3361 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3363 grep -v '^ *+' conftest.er1 >conftest.err
3365 cat conftest.err >&5
3366 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3367 (exit $ac_status); } >/dev/null && {
3368 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3369 test ! -s conftest.err
3373 echo "$as_me: failed program was:" >&5
3374 sed 's/^/| /' conftest.$ac_ext >&5
3376 # Broken: fails on valid input.
3380 rm -f conftest.err conftest.$ac_ext
3382 # OK, works on sane cases. Now check whether nonexistent headers
3383 # can be detected and how.
3384 cat >conftest.$ac_ext <<_ACEOF
3387 cat confdefs.h >>conftest.$ac_ext
3388 cat >>conftest.$ac_ext <<_ACEOF
3389 /* end confdefs.h. */
3390 #include <ac_nonexistent.h>
3392 if { (ac_try="$ac_cpp conftest.$ac_ext"
3394 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
3395 *) ac_try_echo
=$ac_try;;
3397 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3398 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3400 grep -v '^ *+' conftest.er1
>conftest.err
3402 cat conftest.err
>&5
3403 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3404 (exit $ac_status); } >/dev
/null
&& {
3405 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3406 test ! -s conftest.err
3408 # Broken: success on invalid input.
3411 echo "$as_me: failed program was:" >&5
3412 sed 's/^/| /' conftest.
$ac_ext >&5
3414 # Passes both tests.
3419 rm -f conftest.err conftest.
$ac_ext
3422 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3423 rm -f conftest.err conftest.
$ac_ext
3424 if $ac_preproc_ok; then
3436 { echo "$as_me:$LINENO: result: $CPP" >&5
3437 echo "${ECHO_T}$CPP" >&6; }
3439 for ac_c_preproc_warn_flag
in '' yes
3441 # Use a header file that comes with gcc, so configuring glibc
3442 # with a fresh cross-compiler works.
3443 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3444 # <limits.h> exists even on freestanding compilers.
3445 # On the NeXT, cc -E runs the code through the compiler's parser,
3446 # not just through cpp. "Syntax error" is here to catch this case.
3447 cat >conftest.
$ac_ext <<_ACEOF
3450 cat confdefs.h
>>conftest.
$ac_ext
3451 cat >>conftest.
$ac_ext <<_ACEOF
3452 /* end confdefs.h. */
3454 # include <limits.h>
3456 # include <assert.h>
3460 if { (ac_try
="$ac_cpp conftest.$ac_ext"
3462 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3463 *) ac_try_echo=$ac_try;;
3465 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3466 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3468 grep -v '^ *+' conftest.er1 >conftest.err
3470 cat conftest.err >&5
3471 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3472 (exit $ac_status); } >/dev/null && {
3473 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3474 test ! -s conftest.err
3478 echo "$as_me: failed program was:" >&5
3479 sed 's/^/| /' conftest.$ac_ext >&5
3481 # Broken: fails on valid input.
3485 rm -f conftest.err conftest.$ac_ext
3487 # OK, works on sane cases. Now check whether nonexistent headers
3488 # can be detected and how.
3489 cat >conftest.$ac_ext <<_ACEOF
3492 cat confdefs.h >>conftest.$ac_ext
3493 cat >>conftest.$ac_ext <<_ACEOF
3494 /* end confdefs.h. */
3495 #include <ac_nonexistent.h>
3497 if { (ac_try="$ac_cpp conftest.$ac_ext"
3499 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
3500 *) ac_try_echo
=$ac_try;;
3502 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3503 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3505 grep -v '^ *+' conftest.er1
>conftest.err
3507 cat conftest.err
>&5
3508 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3509 (exit $ac_status); } >/dev
/null
&& {
3510 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3511 test ! -s conftest.err
3513 # Broken: success on invalid input.
3516 echo "$as_me: failed program was:" >&5
3517 sed 's/^/| /' conftest.
$ac_ext >&5
3519 # Passes both tests.
3524 rm -f conftest.err conftest.
$ac_ext
3527 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3528 rm -f conftest.err conftest.
$ac_ext
3529 if $ac_preproc_ok; then
3532 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
3533 See \`config.log' for more details." >&5
3534 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
3535 See \`config.log' for more details." >&2;}
3536 { (exit 1); exit 1; }; }
3540 ac_cpp
='$CPP $CPPFLAGS'
3541 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3542 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3543 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3546 # Check for a compatible awk
3547 for ac_prog
in gawk nawk
3549 # Extract the first word of "$ac_prog", so it can be a program name with args.
3550 set dummy
$ac_prog; ac_word
=$2
3551 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3552 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3553 if test "${ac_cv_prog_AWK+set}" = set; then
3554 echo $ECHO_N "(cached) $ECHO_C" >&6
3556 if test -n "$AWK"; then
3557 ac_cv_prog_AWK
="$AWK" # Let the user override the test.
3559 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3563 test -z "$as_dir" && as_dir
=.
3564 for ac_exec_ext
in '' $ac_executable_extensions; do
3565 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3566 ac_cv_prog_AWK
="$ac_prog"
3567 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3577 if test -n "$AWK"; then
3578 { echo "$as_me:$LINENO: result: $AWK" >&5
3579 echo "${ECHO_T}$AWK" >&6; }
3581 { echo "$as_me:$LINENO: result: no" >&5
3582 echo "${ECHO_T}no" >&6; }
3586 test -n "$AWK" && break
3589 if test "$AWK" = ""; then
3590 { { echo "$as_me:$LINENO: error: gawk is required to build AROS. Please install and run configure again." >&5
3591 echo "$as_me: error: gawk is required to build AROS. Please install and run configure again." >&2;}
3592 { (exit 1); exit 1; }; }
3594 # Extract the first word of "mmake", so it can be a program name with args.
3595 set dummy mmake
; ac_word
=$2
3596 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3597 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3598 if test "${ac_cv_prog_MMAKE+set}" = set; then
3599 echo $ECHO_N "(cached) $ECHO_C" >&6
3601 if test -n "$MMAKE"; then
3602 ac_cv_prog_MMAKE
="$MMAKE" # Let the user override the test.
3604 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3608 test -z "$as_dir" && as_dir
=.
3609 for ac_exec_ext
in '' $ac_executable_extensions; do
3610 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3611 ac_cv_prog_MMAKE
="mmake "
3612 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3621 MMAKE
=$ac_cv_prog_MMAKE
3622 if test -n "$MMAKE"; then
3623 { echo "$as_me:$LINENO: result: $MMAKE" >&5
3624 echo "${ECHO_T}$MMAKE" >&6; }
3626 { echo "$as_me:$LINENO: result: no" >&5
3627 echo "${ECHO_T}no" >&6; }
3632 # Perform some default variable assignments. Note all of these will be
3633 # Regenerated from the script, so there is no need to cache them.
3636 if test "$GCC" = "yes"; then
3637 aros_gcc_ld
=`$CC -print-prog-name=ld`
3638 # Extract the first word of "`basename $aros_gcc_[ld]`", so it can be a program name with args.
3639 set dummy
`basename $aros_gcc_ld`; ac_word
=$2
3640 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3641 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3642 if test "${ac_cv_path_aros_host_ld+set}" = set; then
3643 echo $ECHO_N "(cached) $ECHO_C" >&6
3645 case $aros_host_ld in
3647 ac_cv_path_aros_host_ld
="$aros_host_ld" # Let the user override the test with a path.
3650 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3651 for as_dir
in `dirname $aros_gcc_ld`
3654 test -z "$as_dir" && as_dir
=.
3655 for ac_exec_ext
in '' $ac_executable_extensions; do
3656 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3657 ac_cv_path_aros_host_ld
="$as_dir/$ac_word$ac_exec_ext"
3658 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3668 aros_host_ld
=$ac_cv_path_aros_host_ld
3669 if test -n "$aros_host_ld"; then
3670 { echo "$as_me:$LINENO: result: $aros_host_ld" >&5
3671 echo "${ECHO_T}$aros_host_ld" >&6; }
3673 { echo "$as_me:$LINENO: result: no" >&5
3674 echo "${ECHO_T}no" >&6; }
3679 if test "$aros_host_ld" = ""; then
3680 # Extract the first word of "ld", so it can be a program name with args.
3681 set dummy ld
; ac_word
=$2
3682 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3683 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3684 if test "${ac_cv_path_aros_host_ld+set}" = set; then
3685 echo $ECHO_N "(cached) $ECHO_C" >&6
3687 case $aros_host_ld in
3689 ac_cv_path_aros_host_ld
="$aros_host_ld" # Let the user override the test with a path.
3692 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3696 test -z "$as_dir" && as_dir
=.
3697 for ac_exec_ext
in '' $ac_executable_extensions; do
3698 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3699 ac_cv_path_aros_host_ld
="$as_dir/$ac_word$ac_exec_ext"
3700 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3710 aros_host_ld
=$ac_cv_path_aros_host_ld
3711 if test -n "$aros_host_ld"; then
3712 { echo "$as_me:$LINENO: result: $aros_host_ld" >&5
3713 echo "${ECHO_T}$aros_host_ld" >&6; }
3715 { echo "$as_me:$LINENO: result: no" >&5
3716 echo "${ECHO_T}no" >&6; }
3721 if test "$aros_host_ld" = ""; then
3722 { { echo "$as_me:$LINENO: error: ld is required to build AROS. Please install and run configure again." >&5
3723 echo "$as_me: error: ld is required to build AROS. Please install and run configure again." >&2;}
3724 { (exit 1); exit 1; }; }
3726 aros_host_make
="make"
3727 aros_host_cflags
=$CFLAGS
3728 aros_host_ldflags
=$LDFLAGS
3729 aros_host_debug
="-g -O0"
3730 aros_host_mkdep
="\$(TOP)/scripts/mkdep"
3731 aros_host_mkargs
="--no-print-directory"
3732 aros_host_incl
="/usr/include"
3733 aros_host_exe_suffix
="$EXEEXT"
3734 aros_host_lib_suffix
=""
3736 for ac_prog
in aclocal aclocal19
3738 # Extract the first word of "$ac_prog", so it can be a program name with args.
3739 set dummy
$ac_prog; ac_word
=$2
3740 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3741 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3742 if test "${ac_cv_prog_aros_host_aclocal+set}" = set; then
3743 echo $ECHO_N "(cached) $ECHO_C" >&6
3745 if test -n "$aros_host_aclocal"; then
3746 ac_cv_prog_aros_host_aclocal
="$aros_host_aclocal" # Let the user override the test.
3748 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3752 test -z "$as_dir" && as_dir
=.
3753 for ac_exec_ext
in '' $ac_executable_extensions; do
3754 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3755 ac_cv_prog_aros_host_aclocal
="$ac_prog"
3756 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3765 aros_host_aclocal
=$ac_cv_prog_aros_host_aclocal
3766 if test -n "$aros_host_aclocal"; then
3767 { echo "$as_me:$LINENO: result: $aros_host_aclocal" >&5
3768 echo "${ECHO_T}$aros_host_aclocal" >&6; }
3770 { echo "$as_me:$LINENO: result: no" >&5
3771 echo "${ECHO_T}no" >&6; }
3775 test -n "$aros_host_aclocal" && break
3778 for ac_prog
in autoconf autoconf259 autoconf253
3780 # Extract the first word of "$ac_prog", so it can be a program name with args.
3781 set dummy
$ac_prog; ac_word
=$2
3782 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3783 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3784 if test "${ac_cv_prog_aros_host_autoconf+set}" = set; then
3785 echo $ECHO_N "(cached) $ECHO_C" >&6
3787 if test -n "$aros_host_autoconf"; then
3788 ac_cv_prog_aros_host_autoconf
="$aros_host_autoconf" # Let the user override the test.
3790 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3794 test -z "$as_dir" && as_dir
=.
3795 for ac_exec_ext
in '' $ac_executable_extensions; do
3796 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3797 ac_cv_prog_aros_host_autoconf
="$ac_prog"
3798 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3807 aros_host_autoconf
=$ac_cv_prog_aros_host_autoconf
3808 if test -n "$aros_host_autoconf"; then
3809 { echo "$as_me:$LINENO: result: $aros_host_autoconf" >&5
3810 echo "${ECHO_T}$aros_host_autoconf" >&6; }
3812 { echo "$as_me:$LINENO: result: no" >&5
3813 echo "${ECHO_T}no" >&6; }
3817 test -n "$aros_host_autoconf" && break
3820 for ac_prog
in autoheader autoheader259 autoheader253
3822 # Extract the first word of "$ac_prog", so it can be a program name with args.
3823 set dummy
$ac_prog; ac_word
=$2
3824 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3825 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3826 if test "${ac_cv_prog_aros_host_autoheader+set}" = set; then
3827 echo $ECHO_N "(cached) $ECHO_C" >&6
3829 if test -n "$aros_host_autoheader"; then
3830 ac_cv_prog_aros_host_autoheader
="$aros_host_autoheader" # Let the user override the test.
3832 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3836 test -z "$as_dir" && as_dir
=.
3837 for ac_exec_ext
in '' $ac_executable_extensions; do
3838 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3839 ac_cv_prog_aros_host_autoheader
="$ac_prog"
3840 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3849 aros_host_autoheader
=$ac_cv_prog_aros_host_autoheader
3850 if test -n "$aros_host_autoheader"; then
3851 { echo "$as_me:$LINENO: result: $aros_host_autoheader" >&5
3852 echo "${ECHO_T}$aros_host_autoheader" >&6; }
3854 { echo "$as_me:$LINENO: result: no" >&5
3855 echo "${ECHO_T}no" >&6; }
3859 test -n "$aros_host_autoheader" && break
3862 for ac_prog
in automake automake19
3864 # Extract the first word of "$ac_prog", so it can be a program name with args.
3865 set dummy
$ac_prog; ac_word
=$2
3866 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3867 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3868 if test "${ac_cv_prog_aros_host_automake+set}" = set; then
3869 echo $ECHO_N "(cached) $ECHO_C" >&6
3871 if test -n "$aros_host_automake"; then
3872 ac_cv_prog_aros_host_automake
="$aros_host_automake" # Let the user override the test.
3874 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3878 test -z "$as_dir" && as_dir
=.
3879 for ac_exec_ext
in '' $ac_executable_extensions; do
3880 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3881 ac_cv_prog_aros_host_automake
="$ac_prog"
3882 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3891 aros_host_automake
=$ac_cv_prog_aros_host_automake
3892 if test -n "$aros_host_automake"; then
3893 { echo "$as_me:$LINENO: result: $aros_host_automake" >&5
3894 echo "${ECHO_T}$aros_host_automake" >&6; }
3896 { echo "$as_me:$LINENO: result: no" >&5
3897 echo "${ECHO_T}no" >&6; }
3901 test -n "$aros_host_automake" && break
3905 case "$aros_host_cc" in
3907 aros_host_cc_pipe
="-pipe"
3910 aros_host_cc_pipe
=""
3913 aros_host_cc_pipe
=""
3917 aros_target_cc_includes
=""
3919 # This is the main host configuration section. It is where the host
3920 # can change the values of any variables it needs to change. We do
3921 # not look at anything that compiles to the target yet, we'll get
3926 aros_host_arch
="linux"
3927 aros_host_cc
="$aros_host_cc $aros_host_cc_pipe"
3930 aros_host_cpu
="i386"
3933 aros_host_cpu
="x86_64"
3936 aros_host_cpu
="m68k"
3942 { echo "$as_me:$LINENO: WARNING: \"Unknown CPU for host -- $host_cpu\"" >&5
3943 echo "$as_me: WARNING: \"Unknown CPU for host -- $host_cpu\"" >&2;}
3944 aros_host_cpu
="$host_cpu"
3950 aros_host_cc
="$aros_host_cc $aros_host_cc_pipe -I/usr/local/include"
3951 aros_host_make
="gmake"
3952 aros_host_arch
="freebsd"
3953 aros_host_cpu
="i386"
3955 aros_host_ldflags
="$aros_host_ldflags -L/usr/local/lib -liconv"
3960 aros_object_format
="elf_i386"
3964 aros_object_format
="elf_i386_fbsd"
3971 aros_host_cc
="$aros_host_cc $aros_host_cc_pipe"
3972 aros_host_arch
="darwin"
3975 aros_host_cpu
="i386"
3981 { echo "$as_me:$LINENO: WARNING: \"Unknown CPU for host -- $host_cpu\"" >&5
3982 echo "$as_me: WARNING: \"Unknown CPU for host -- $host_cpu\"" >&2;}
3983 aros_host_cpu
="$host_cpu"
3987 aros_host_ldflags
="$aros_host_ldflags -liconv"
3992 aros_host_cc
="$aros_host_cc $aros_host_cc_pipe"
3993 aros_host_make
="gmake"
3994 aros_host_arch
="netbsd"
3997 aros_host_cpu
="i386"
4000 aros_host_cpu
="m68k"
4003 { echo "$as_me:$LINENO: WARNING: \"Unknown CPU for host -- $host_cpu\"" >&5
4004 echo "$as_me: WARNING: \"Unknown CPU for host -- $host_cpu\"" >&2;}
4005 aros_host_cpu
="$host_cpu"
4008 aros_host_lib_suffix
=".0.0"
4012 aros_host_cc
="$aros_host_cc $aros_host_cc_pipe"
4013 aros_host_make
="gmake"
4014 aros_host_arch
="openbsd"
4017 aros_host_cpu
="i386"
4020 { echo "$as_me:$LINENO: WARNING: \"Unknown CPU for host -- $host_cpu\"" >&5
4021 echo "$as_me: WARNING: \"Unknown CPU for host -- $host_cpu\"" >&2;}
4022 aros_host_cpu
="$host_cpu"
4028 aros_host_arch
="solaris"
4029 aros_host_cc
="$aros_host_cc $aros_host_cc_pipe"
4032 aros_host_cpu
="sparc"
4035 { echo "$as_me:$LINENO: WARNING: \"Unknown CPU for host -- $host_cpu\"" >&5
4036 echo "$as_me: WARNING: \"Unknown CPU for host -- $host_cpu\"" >&2;}
4037 aros_host_cpu
="$host_cpu"
4043 aros_host_arch
="morphos"
4048 aros_host_arch
="amiga"
4053 TOUCH
="/gg/bin/touch"
4056 aros_host_cpu
="m68k"
4062 { echo "$as_me:$LINENO: WARNING: \"Unknown CPU for host -- $host_cpu\"" >&5
4063 echo "$as_me: WARNING: \"Unknown CPU for host -- $host_cpu\"" >&2;}
4064 aros_host_cpu
="$host_cpu"
4070 aros_host_arch
="cygwin"
4071 aros_host_cc
="$aros_host_cc $aros_host_cc_pipe"
4074 aros_host_cpu
="i386"
4077 { echo "$as_me:$LINENO: WARNING: \"Unknown CPU for host -- $host_cpu\"" >&5
4078 echo "$as_me: WARNING: \"Unknown CPU for host -- $host_cpu\"" >&2;}
4079 aros_host_cpu
="$host_cpu"
4085 aros_host_arch
="mingw32"
4086 aros_host_cc
="$aros_host_cc $aros_host_cc_pipe"
4089 aros_host_cpu
="i386"
4092 { echo "$as_me:$LINENO: WARNING: \"Unknown CPU for host -- $host_cpu\"" >&5
4093 echo "$as_me: WARNING: \"Unknown CPU for host -- $host_cpu\"" >&2;}
4094 aros_host_cpu
="$host_cpu"
4099 { { echo "$as_me:$LINENO: error: Unsupported host architecture $host" >&5
4100 echo "$as_me: error: Unsupported host architecture $host" >&2;}
4101 { (exit 1); exit 1; }; }
4105 # Extract the first word of "ar", so it can be a program name with args.
4106 set dummy
ar; ac_word
=$2
4107 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4108 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4109 if test "${ac_cv_prog_aros_host_ar+set}" = set; then
4110 echo $ECHO_N "(cached) $ECHO_C" >&6
4112 if test -n "$aros_host_ar"; then
4113 ac_cv_prog_aros_host_ar
="$aros_host_ar" # Let the user override the test.
4115 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4119 test -z "$as_dir" && as_dir
=.
4120 for ac_exec_ext
in '' $ac_executable_extensions; do
4121 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4122 ac_cv_prog_aros_host_ar
="ar cr"
4123 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4132 aros_host_ar
=$ac_cv_prog_aros_host_ar
4133 if test -n "$aros_host_ar"; then
4134 { echo "$as_me:$LINENO: result: $aros_host_ar" >&5
4135 echo "${ECHO_T}$aros_host_ar" >&6; }
4137 { echo "$as_me:$LINENO: result: no" >&5
4138 echo "${ECHO_T}no" >&6; }
4142 if test "$aros_host_ar" = ""; then
4143 { { echo "$as_me:$LINENO: error: ar is required to build AROS. Please install and run configure again." >&5
4144 echo "$as_me: error: ar is required to build AROS. Please install and run configure again." >&2;}
4145 { (exit 1); exit 1; }; }
4147 # Extract the first word of "ranlib", so it can be a program name with args.
4148 set dummy ranlib
; ac_word
=$2
4149 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4150 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4151 if test "${ac_cv_prog_aros_host_ranlib+set}" = set; then
4152 echo $ECHO_N "(cached) $ECHO_C" >&6
4154 if test -n "$aros_host_ranlib"; then
4155 ac_cv_prog_aros_host_ranlib
="$aros_host_ranlib" # Let the user override the test.
4157 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4161 test -z "$as_dir" && as_dir
=.
4162 for ac_exec_ext
in '' $ac_executable_extensions; do
4163 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4164 ac_cv_prog_aros_host_ranlib
="ranlib "
4165 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4174 aros_host_ranlib
=$ac_cv_prog_aros_host_ranlib
4175 if test -n "$aros_host_ranlib"; then
4176 { echo "$as_me:$LINENO: result: $aros_host_ranlib" >&5
4177 echo "${ECHO_T}$aros_host_ranlib" >&6; }
4179 { echo "$as_me:$LINENO: result: no" >&5
4180 echo "${ECHO_T}no" >&6; }
4184 if test "$aros_host_ranlib" = ""; then
4185 { { echo "$as_me:$LINENO: error: ranlib is required to build AROS. Please install and run configure again." >&5
4186 echo "$as_me: error: ranlib is required to build AROS. Please install and run configure again." >&2;}
4187 { (exit 1); exit 1; }; }
4189 # Extract the first word of "strip", so it can be a program name with args.
4190 set dummy strip
; ac_word
=$2
4191 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4192 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4193 if test "${ac_cv_prog_aros_host_strip+set}" = set; then
4194 echo $ECHO_N "(cached) $ECHO_C" >&6
4196 if test -n "$aros_host_strip"; then
4197 ac_cv_prog_aros_host_strip
="$aros_host_strip" # Let the user override the test.
4199 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4203 test -z "$as_dir" && as_dir
=.
4204 for ac_exec_ext
in '' $ac_executable_extensions; do
4205 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4206 ac_cv_prog_aros_host_strip
="strip "
4207 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4216 aros_host_strip
=$ac_cv_prog_aros_host_strip
4217 if test -n "$aros_host_strip"; then
4218 { echo "$as_me:$LINENO: result: $aros_host_strip" >&5
4219 echo "${ECHO_T}$aros_host_strip" >&6; }
4221 { echo "$as_me:$LINENO: result: no" >&5
4222 echo "${ECHO_T}no" >&6; }
4226 if test "$aros_host_strip" = ""; then
4227 { { echo "$as_me:$LINENO: error: strip is required to build AROS. Please install and run configure again." >&5
4228 echo "$as_me: error: strip is required to build AROS. Please install and run configure again." >&2;}
4229 { (exit 1); exit 1; }; }
4232 # Extract the first word of "rm", so it can be a program name with args.
4233 set dummy
rm; ac_word
=$2
4234 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4235 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4236 if test "${ac_cv_prog_RM+set}" = set; then
4237 echo $ECHO_N "(cached) $ECHO_C" >&6
4239 if test -n "$RM"; then
4240 ac_cv_prog_RM
="$RM" # Let the user override the test.
4242 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4246 test -z "$as_dir" && as_dir
=.
4247 for ac_exec_ext
in '' $ac_executable_extensions; do
4248 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4249 ac_cv_prog_RM
="rm -rf"
4250 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4260 if test -n "$RM"; then
4261 { echo "$as_me:$LINENO: result: $RM" >&5
4262 echo "${ECHO_T}$RM" >&6; }
4264 { echo "$as_me:$LINENO: result: no" >&5
4265 echo "${ECHO_T}no" >&6; }
4269 if test "$RM" = ""; then
4270 { { echo "$as_me:$LINENO: error: rm is required to build AROS. Please install and run configure again." >&5
4271 echo "$as_me: error: rm is required to build AROS. Please install and run configure again." >&2;}
4272 { (exit 1); exit 1; }; }
4274 # Extract the first word of "cp", so it can be a program name with args.
4275 set dummy
cp; ac_word
=$2
4276 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4277 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4278 if test "${ac_cv_prog_CP+set}" = set; then
4279 echo $ECHO_N "(cached) $ECHO_C" >&6
4281 if test -n "$CP"; then
4282 ac_cv_prog_CP
="$CP" # Let the user override the test.
4284 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4288 test -z "$as_dir" && as_dir
=.
4289 for ac_exec_ext
in '' $ac_executable_extensions; do
4290 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4292 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4302 if test -n "$CP"; then
4303 { echo "$as_me:$LINENO: result: $CP" >&5
4304 echo "${ECHO_T}$CP" >&6; }
4306 { echo "$as_me:$LINENO: result: no" >&5
4307 echo "${ECHO_T}no" >&6; }
4311 if test "$CP" = ""; then
4312 { { echo "$as_me:$LINENO: error: cp is required to build AROS. Please install and run configure again." >&5
4313 echo "$as_me: error: cp is required to build AROS. Please install and run configure again." >&2;}
4314 { (exit 1); exit 1; }; }
4316 # Extract the first word of "mv", so it can be a program name with args.
4317 set dummy
mv; ac_word
=$2
4318 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4319 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4320 if test "${ac_cv_prog_MV+set}" = set; then
4321 echo $ECHO_N "(cached) $ECHO_C" >&6
4323 if test -n "$MV"; then
4324 ac_cv_prog_MV
="$MV" # Let the user override the test.
4326 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4330 test -z "$as_dir" && as_dir
=.
4331 for ac_exec_ext
in '' $ac_executable_extensions; do
4332 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4334 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4344 if test -n "$MV"; then
4345 { echo "$as_me:$LINENO: result: $MV" >&5
4346 echo "${ECHO_T}$MV" >&6; }
4348 { echo "$as_me:$LINENO: result: no" >&5
4349 echo "${ECHO_T}no" >&6; }
4353 if test "$MV" = ""; then
4354 { { echo "$as_me:$LINENO: error: mv is required to build AROS. Please install and run configure again." >&5
4355 echo "$as_me: error: mv is required to build AROS. Please install and run configure again." >&2;}
4356 { (exit 1); exit 1; }; }
4358 # Extract the first word of "echo", so it can be a program name with args.
4359 set dummy
echo; ac_word
=$2
4360 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4361 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4362 if test "${ac_cv_prog_ECHO+set}" = set; then
4363 echo $ECHO_N "(cached) $ECHO_C" >&6
4365 if test -n "$ECHO"; then
4366 ac_cv_prog_ECHO
="$ECHO" # Let the user override the test.
4368 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4372 test -z "$as_dir" && as_dir
=.
4373 for ac_exec_ext
in '' $ac_executable_extensions; do
4374 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4375 ac_cv_prog_ECHO
="echo "
4376 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4385 ECHO
=$ac_cv_prog_ECHO
4386 if test -n "$ECHO"; then
4387 { echo "$as_me:$LINENO: result: $ECHO" >&5
4388 echo "${ECHO_T}$ECHO" >&6; }
4390 { echo "$as_me:$LINENO: result: no" >&5
4391 echo "${ECHO_T}no" >&6; }
4395 if test "$ECHO" = ""; then
4396 { { echo "$as_me:$LINENO: error: echo is required to build AROS. Please install and run configure again." >&5
4397 echo "$as_me: error: echo is required to build AROS. Please install and run configure again." >&2;}
4398 { (exit 1); exit 1; }; }
4400 # Extract the first word of "mkdir", so it can be a program name with args.
4401 set dummy mkdir
; ac_word
=$2
4402 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4403 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4404 if test "${ac_cv_prog_MKDIR+set}" = set; then
4405 echo $ECHO_N "(cached) $ECHO_C" >&6
4407 if test -n "$MKDIR"; then
4408 ac_cv_prog_MKDIR
="$MKDIR" # Let the user override the test.
4410 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4414 test -z "$as_dir" && as_dir
=.
4415 for ac_exec_ext
in '' $ac_executable_extensions; do
4416 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4417 ac_cv_prog_MKDIR
="mkdir -p"
4418 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4427 MKDIR
=$ac_cv_prog_MKDIR
4428 if test -n "$MKDIR"; then
4429 { echo "$as_me:$LINENO: result: $MKDIR" >&5
4430 echo "${ECHO_T}$MKDIR" >&6; }
4432 { echo "$as_me:$LINENO: result: no" >&5
4433 echo "${ECHO_T}no" >&6; }
4437 if test "$MKDIR" = ""; then
4438 { { echo "$as_me:$LINENO: error: mkdir is required to build AROS. Please install and run configure again." >&5
4439 echo "$as_me: error: mkdir is required to build AROS. Please install and run configure again." >&2;}
4440 { (exit 1); exit 1; }; }
4442 # Extract the first word of "touch", so it can be a program name with args.
4443 set dummy
touch; ac_word
=$2
4444 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4445 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4446 if test "${ac_cv_prog_TOUCH+set}" = set; then
4447 echo $ECHO_N "(cached) $ECHO_C" >&6
4449 if test -n "$TOUCH"; then
4450 ac_cv_prog_TOUCH
="$TOUCH" # Let the user override the test.
4452 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4456 test -z "$as_dir" && as_dir
=.
4457 for ac_exec_ext
in '' $ac_executable_extensions; do
4458 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4459 ac_cv_prog_TOUCH
="touch "
4460 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4469 TOUCH
=$ac_cv_prog_TOUCH
4470 if test -n "$TOUCH"; then
4471 { echo "$as_me:$LINENO: result: $TOUCH" >&5
4472 echo "${ECHO_T}$TOUCH" >&6; }
4474 { echo "$as_me:$LINENO: result: no" >&5
4475 echo "${ECHO_T}no" >&6; }
4479 if test "$TOUCH" = ""; then
4480 { { echo "$as_me:$LINENO: error: touch is required to build AROS. Please install and run configure again." >&5
4481 echo "$as_me: error: touch is required to build AROS. Please install and run configure again." >&2;}
4482 { (exit 1); exit 1; }; }
4484 # Extract the first word of "sort", so it can be a program name with args.
4485 set dummy
sort; ac_word
=$2
4486 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4487 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4488 if test "${ac_cv_prog_SORT+set}" = set; then
4489 echo $ECHO_N "(cached) $ECHO_C" >&6
4491 if test -n "$SORT"; then
4492 ac_cv_prog_SORT
="$SORT" # Let the user override the test.
4494 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4498 test -z "$as_dir" && as_dir
=.
4499 for ac_exec_ext
in '' $ac_executable_extensions; do
4500 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4501 ac_cv_prog_SORT
="sort "
4502 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4511 SORT
=$ac_cv_prog_SORT
4512 if test -n "$SORT"; then
4513 { echo "$as_me:$LINENO: result: $SORT" >&5
4514 echo "${ECHO_T}$SORT" >&6; }
4516 { echo "$as_me:$LINENO: result: no" >&5
4517 echo "${ECHO_T}no" >&6; }
4521 if test "$SORT" = ""; then
4522 { { echo "$as_me:$LINENO: error: sort is required to build AROS. Please install and run configure again." >&5
4523 echo "$as_me: error: sort is required to build AROS. Please install and run configure again." >&2;}
4524 { (exit 1); exit 1; }; }
4526 # Extract the first word of "uniq", so it can be a program name with args.
4527 set dummy
uniq; ac_word
=$2
4528 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4529 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4530 if test "${ac_cv_prog_UNIQ+set}" = set; then
4531 echo $ECHO_N "(cached) $ECHO_C" >&6
4533 if test -n "$UNIQ"; then
4534 ac_cv_prog_UNIQ
="$UNIQ" # Let the user override the test.
4536 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4540 test -z "$as_dir" && as_dir
=.
4541 for ac_exec_ext
in '' $ac_executable_extensions; do
4542 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4543 ac_cv_prog_UNIQ
="uniq "
4544 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4553 UNIQ
=$ac_cv_prog_UNIQ
4554 if test -n "$UNIQ"; then
4555 { echo "$as_me:$LINENO: result: $UNIQ" >&5
4556 echo "${ECHO_T}$UNIQ" >&6; }
4558 { echo "$as_me:$LINENO: result: no" >&5
4559 echo "${ECHO_T}no" >&6; }
4563 if test "$UNIQ" = ""; then
4564 { { echo "$as_me:$LINENO: error: uniq is required to build AROS. Please install and run configure again." >&5
4565 echo "$as_me: error: uniq is required to build AROS. Please install and run configure again." >&2;}
4566 { (exit 1); exit 1; }; }
4568 # Extract the first word of "true", so it can be a program name with args.
4569 set dummy true
; ac_word
=$2
4570 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4571 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4572 if test "${ac_cv_prog_NOP+set}" = set; then
4573 echo $ECHO_N "(cached) $ECHO_C" >&6
4575 if test -n "$NOP"; then
4576 ac_cv_prog_NOP
="$NOP" # Let the user override the test.
4578 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4582 test -z "$as_dir" && as_dir
=.
4583 for ac_exec_ext
in '' $ac_executable_extensions; do
4584 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4585 ac_cv_prog_NOP
="true "
4586 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4596 if test -n "$NOP"; then
4597 { echo "$as_me:$LINENO: result: $NOP" >&5
4598 echo "${ECHO_T}$NOP" >&6; }
4600 { echo "$as_me:$LINENO: result: no" >&5
4601 echo "${ECHO_T}no" >&6; }
4605 if test "$NOP" = ""; then
4606 { { echo "$as_me:$LINENO: error: true is required to build AROS. Please install and run configure again." >&5
4607 echo "$as_me: error: true is required to build AROS. Please install and run configure again." >&2;}
4608 { (exit 1); exit 1; }; }
4610 # Extract the first word of "cat", so it can be a program name with args.
4611 set dummy
cat; ac_word
=$2
4612 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4613 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4614 if test "${ac_cv_prog_CAT+set}" = set; then
4615 echo $ECHO_N "(cached) $ECHO_C" >&6
4617 if test -n "$CAT"; then
4618 ac_cv_prog_CAT
="$CAT" # Let the user override the test.
4620 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4624 test -z "$as_dir" && as_dir
=.
4625 for ac_exec_ext
in '' $ac_executable_extensions; do
4626 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4627 ac_cv_prog_CAT
="cat "
4628 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4638 if test -n "$CAT"; then
4639 { echo "$as_me:$LINENO: result: $CAT" >&5
4640 echo "${ECHO_T}$CAT" >&6; }
4642 { echo "$as_me:$LINENO: result: no" >&5
4643 echo "${ECHO_T}no" >&6; }
4647 if test "$CAT" = ""; then
4648 { { echo "$as_me:$LINENO: error: cat is required to build AROS. Please install and run configure again." >&5
4649 echo "$as_me: error: cat is required to build AROS. Please install and run configure again." >&2;}
4650 { (exit 1); exit 1; }; }
4652 # Extract the first word of "bison", so it can be a program name with args.
4653 set dummy bison
; ac_word
=$2
4654 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4655 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4656 if test "${ac_cv_prog_BISON+set}" = set; then
4657 echo $ECHO_N "(cached) $ECHO_C" >&6
4659 if test -n "$BISON"; then
4660 ac_cv_prog_BISON
="$BISON" # Let the user override the test.
4662 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4666 test -z "$as_dir" && as_dir
=.
4667 for ac_exec_ext
in '' $ac_executable_extensions; do
4668 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4669 ac_cv_prog_BISON
="bison "
4670 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4679 BISON
=$ac_cv_prog_BISON
4680 if test -n "$BISON"; then
4681 { echo "$as_me:$LINENO: result: $BISON" >&5
4682 echo "${ECHO_T}$BISON" >&6; }
4684 { echo "$as_me:$LINENO: result: no" >&5
4685 echo "${ECHO_T}no" >&6; }
4689 if test "$BISON" = ""; then
4690 { { echo "$as_me:$LINENO: error: bison is required to build AROS. Please install and run configure again." >&5
4691 echo "$as_me: error: bison is required to build AROS. Please install and run configure again." >&2;}
4692 { (exit 1); exit 1; }; }
4694 # Extract the first word of "flex", so it can be a program name with args.
4695 set dummy flex
; ac_word
=$2
4696 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4697 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4698 if test "${ac_cv_prog_FLEX+set}" = set; then
4699 echo $ECHO_N "(cached) $ECHO_C" >&6
4701 if test -n "$FLEX"; then
4702 ac_cv_prog_FLEX
="$FLEX" # Let the user override the test.
4704 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4708 test -z "$as_dir" && as_dir
=.
4709 for ac_exec_ext
in '' $ac_executable_extensions; do
4710 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4711 ac_cv_prog_FLEX
="flex "
4712 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4721 FLEX
=$ac_cv_prog_FLEX
4722 if test -n "$FLEX"; then
4723 { echo "$as_me:$LINENO: result: $FLEX" >&5
4724 echo "${ECHO_T}$FLEX" >&6; }
4726 { echo "$as_me:$LINENO: result: no" >&5
4727 echo "${ECHO_T}no" >&6; }
4731 if test "$FLEX" = ""; then
4732 { { echo "$as_me:$LINENO: error: flex is required to build AROS. Please install and run configure again." >&5
4733 echo "$as_me: error: flex is required to build AROS. Please install and run configure again." >&2;}
4734 { (exit 1); exit 1; }; }
4736 # Extract the first word of "pngtopnm", so it can be a program name with args.
4737 set dummy pngtopnm
; ac_word
=$2
4738 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4739 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4740 if test "${ac_cv_prog_PNGTOPNM+set}" = set; then
4741 echo $ECHO_N "(cached) $ECHO_C" >&6
4743 if test -n "$PNGTOPNM"; then
4744 ac_cv_prog_PNGTOPNM
="$PNGTOPNM" # Let the user override the test.
4746 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4750 test -z "$as_dir" && as_dir
=.
4751 for ac_exec_ext
in '' $ac_executable_extensions; do
4752 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4753 ac_cv_prog_PNGTOPNM
="pngtopnm "
4754 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4763 PNGTOPNM
=$ac_cv_prog_PNGTOPNM
4764 if test -n "$PNGTOPNM"; then
4765 { echo "$as_me:$LINENO: result: $PNGTOPNM" >&5
4766 echo "${ECHO_T}$PNGTOPNM" >&6; }
4768 { echo "$as_me:$LINENO: result: no" >&5
4769 echo "${ECHO_T}no" >&6; }
4773 if test "$PNGTOPNM" = ""; then
4774 { { echo "$as_me:$LINENO: error: pngtopnm is required to build AROS. Please install and run configure again." >&5
4775 echo "$as_me: error: pngtopnm is required to build AROS. Please install and run configure again." >&2;}
4776 { (exit 1); exit 1; }; }
4778 # Extract the first word of "ppmtoilbm", so it can be a program name with args.
4779 set dummy ppmtoilbm
; ac_word
=$2
4780 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4781 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4782 if test "${ac_cv_prog_PPMTOILBM+set}" = set; then
4783 echo $ECHO_N "(cached) $ECHO_C" >&6
4785 if test -n "$PPMTOILBM"; then
4786 ac_cv_prog_PPMTOILBM
="$PPMTOILBM" # Let the user override the test.
4788 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4792 test -z "$as_dir" && as_dir
=.
4793 for ac_exec_ext
in '' $ac_executable_extensions; do
4794 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4795 ac_cv_prog_PPMTOILBM
="ppmtoilbm "
4796 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4805 PPMTOILBM
=$ac_cv_prog_PPMTOILBM
4806 if test -n "$PPMTOILBM"; then
4807 { echo "$as_me:$LINENO: result: $PPMTOILBM" >&5
4808 echo "${ECHO_T}$PPMTOILBM" >&6; }
4810 { echo "$as_me:$LINENO: result: no" >&5
4811 echo "${ECHO_T}no" >&6; }
4815 if test "$PPMTOILBM" = ""; then
4816 { { echo "$as_me:$LINENO: error: ppmtoilbm is required to build AROS. Please install and run configure again." >&5
4817 echo "$as_me: error: ppmtoilbm is required to build AROS. Please install and run configure again." >&2;}
4818 { (exit 1); exit 1; }; }
4820 # Extract the first word of "sed", so it can be a program name with args.
4821 set dummy
sed; ac_word
=$2
4822 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4823 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4824 if test "${ac_cv_prog_SED+set}" = set; then
4825 echo $ECHO_N "(cached) $ECHO_C" >&6
4827 if test -n "$SED"; then
4828 ac_cv_prog_SED
="$SED" # Let the user override the test.
4830 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4834 test -z "$as_dir" && as_dir
=.
4835 for ac_exec_ext
in '' $ac_executable_extensions; do
4836 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4837 ac_cv_prog_SED
="sed "
4838 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4848 if test -n "$SED"; then
4849 { echo "$as_me:$LINENO: result: $SED" >&5
4850 echo "${ECHO_T}$SED" >&6; }
4852 { echo "$as_me:$LINENO: result: no" >&5
4853 echo "${ECHO_T}no" >&6; }
4857 if test "$SED" = ""; then
4858 { { echo "$as_me:$LINENO: error: sed is required to build AROS. Please install and run configure again." >&5
4859 echo "$as_me: error: sed is required to build AROS. Please install and run configure again." >&2;}
4860 { (exit 1); exit 1; }; }
4862 # Extract the first word of "chmod", so it can be a program name with args.
4863 set dummy
chmod; ac_word
=$2
4864 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4865 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4866 if test "${ac_cv_prog_CHMOD+set}" = set; then
4867 echo $ECHO_N "(cached) $ECHO_C" >&6
4869 if test -n "$CHMOD"; then
4870 ac_cv_prog_CHMOD
="$CHMOD" # Let the user override the test.
4872 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4876 test -z "$as_dir" && as_dir
=.
4877 for ac_exec_ext
in '' $ac_executable_extensions; do
4878 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4879 ac_cv_prog_CHMOD
="chmod "
4880 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4889 CHMOD
=$ac_cv_prog_CHMOD
4890 if test -n "$CHMOD"; then
4891 { echo "$as_me:$LINENO: result: $CHMOD" >&5
4892 echo "${ECHO_T}$CHMOD" >&6; }
4894 { echo "$as_me:$LINENO: result: no" >&5
4895 echo "${ECHO_T}no" >&6; }
4899 if test "$CHMOD" = ""; then
4900 { { echo "$as_me:$LINENO: error: chmod is required to build AROS. Please install and run configure again." >&5
4901 echo "$as_me: error: chmod is required to build AROS. Please install and run configure again." >&2;}
4902 { (exit 1); exit 1; }; }
4909 if test -n "$PYTHON"; then
4910 # If the user set $PYTHON, use it and don't search something else.
4911 { echo "$as_me:$LINENO: checking whether $PYTHON version >= 2.2.1" >&5
4912 echo $ECHO_N "checking whether $PYTHON version >= 2.2.1... $ECHO_C" >&6; }
4913 prog
="import sys, string
4914 # split strings by '.' and convert to numeric. Append some zeros
4915 # because we need at least 4 digits for the hex conversion.
4916 minver = map(int, string.split('2.2.1', '.')) + [0, 0, 0]
4918 for i in xrange(0, 4): minverhex = (minverhex << 8) + minver[i]
4919 sys.exit(sys.hexversion < minverhex)"
4920 if { echo "$as_me:$LINENO: $PYTHON -c "$prog"" >&5
4921 ($PYTHON -c "$prog") >&5 2>&5
4923 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4924 (exit $ac_status); }; then
4925 { echo "$as_me:$LINENO: result: yes" >&5
4926 echo "${ECHO_T}yes" >&6; }
4928 { { echo "$as_me:$LINENO: error: too old" >&5
4929 echo "$as_me: error: too old" >&2;}
4930 { (exit 1); exit 1; }; }
4933 am_display_PYTHON
=$PYTHON
4935 # Otherwise, try each interpreter until we find one that satisfies
4937 { echo "$as_me:$LINENO: checking for a Python interpreter with version >= 2.2.1" >&5
4938 echo $ECHO_N "checking for a Python interpreter with version >= 2.2.1... $ECHO_C" >&6; }
4939 if test "${am_cv_pathless_PYTHON+set}" = set; then
4940 echo $ECHO_N "(cached) $ECHO_C" >&6
4943 for am_cv_pathless_PYTHON
in python python2 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 python1.6 python1.5 none
; do
4944 test "$am_cv_pathless_PYTHON" = none
&& break
4945 prog
="import sys, string
4946 # split strings by '.' and convert to numeric. Append some zeros
4947 # because we need at least 4 digits for the hex conversion.
4948 minver = map(int, string.split('2.2.1', '.')) + [0, 0, 0]
4950 for i in xrange(0, 4): minverhex = (minverhex << 8) + minver[i]
4951 sys.exit(sys.hexversion < minverhex)"
4952 if { echo "$as_me:$LINENO: $am_cv_pathless_PYTHON -c "$prog"" >&5
4953 ($am_cv_pathless_PYTHON -c "$prog") >&5 2>&5
4955 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4956 (exit $ac_status); }; then
4962 { echo "$as_me:$LINENO: result: $am_cv_pathless_PYTHON" >&5
4963 echo "${ECHO_T}$am_cv_pathless_PYTHON" >&6; }
4964 # Set $PYTHON to the absolute path of $am_cv_pathless_PYTHON.
4965 if test "$am_cv_pathless_PYTHON" = none
; then
4968 # Extract the first word of "$am_cv_pathless_PYTHON", so it can be a program name with args.
4969 set dummy
$am_cv_pathless_PYTHON; ac_word
=$2
4970 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4971 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4972 if test "${ac_cv_path_PYTHON+set}" = set; then
4973 echo $ECHO_N "(cached) $ECHO_C" >&6
4977 ac_cv_path_PYTHON
="$PYTHON" # Let the user override the test with a path.
4980 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4984 test -z "$as_dir" && as_dir
=.
4985 for ac_exec_ext
in '' $ac_executable_extensions; do
4986 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4987 ac_cv_path_PYTHON
="$as_dir/$ac_word$ac_exec_ext"
4988 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4998 PYTHON
=$ac_cv_path_PYTHON
4999 if test -n "$PYTHON"; then
5000 { echo "$as_me:$LINENO: result: $PYTHON" >&5
5001 echo "${ECHO_T}$PYTHON" >&6; }
5003 { echo "$as_me:$LINENO: result: no" >&5
5004 echo "${ECHO_T}no" >&6; }
5009 am_display_PYTHON
=$am_cv_pathless_PYTHON
5013 if test "$PYTHON" = :; then
5014 { { echo "$as_me:$LINENO: error: no suitable Python interpreter found" >&5
5015 echo "$as_me: error: no suitable Python interpreter found" >&2;}
5016 { (exit 1); exit 1; }; }
5020 { echo "$as_me:$LINENO: checking for $am_display_PYTHON version" >&5
5021 echo $ECHO_N "checking for $am_display_PYTHON version... $ECHO_C" >&6; }
5022 if test "${am_cv_python_version+set}" = set; then
5023 echo $ECHO_N "(cached) $ECHO_C" >&6
5025 am_cv_python_version
=`$PYTHON -c "import sys; print sys.version[:3]"`
5027 { echo "$as_me:$LINENO: result: $am_cv_python_version" >&5
5028 echo "${ECHO_T}$am_cv_python_version" >&6; }
5029 PYTHON_VERSION
=$am_cv_python_version
5033 PYTHON_PREFIX
='${prefix}'
5035 PYTHON_EXEC_PREFIX
='${exec_prefix}'
5039 { echo "$as_me:$LINENO: checking for $am_display_PYTHON platform" >&5
5040 echo $ECHO_N "checking for $am_display_PYTHON platform... $ECHO_C" >&6; }
5041 if test "${am_cv_python_platform+set}" = set; then
5042 echo $ECHO_N "(cached) $ECHO_C" >&6
5044 am_cv_python_platform
=`$PYTHON -c "import sys; print sys.platform"`
5046 { echo "$as_me:$LINENO: result: $am_cv_python_platform" >&5
5047 echo "${ECHO_T}$am_cv_python_platform" >&6; }
5048 PYTHON_PLATFORM
=$am_cv_python_platform
5053 { echo "$as_me:$LINENO: checking for $am_display_PYTHON script directory" >&5
5054 echo $ECHO_N "checking for $am_display_PYTHON script directory... $ECHO_C" >&6; }
5055 if test "${am_cv_python_pythondir+set}" = set; then
5056 echo $ECHO_N "(cached) $ECHO_C" >&6
5058 am_cv_python_pythondir
=`$PYTHON -c "from distutils import sysconfig; print sysconfig.get_python_lib(0,0,prefix='$PYTHON_PREFIX')" 2>/dev/null ||
5059 echo "$PYTHON_PREFIX/lib/python$PYTHON_VERSION/site-packages"`
5061 { echo "$as_me:$LINENO: result: $am_cv_python_pythondir" >&5
5062 echo "${ECHO_T}$am_cv_python_pythondir" >&6; }
5063 pythondir
=$am_cv_python_pythondir
5067 pkgpythondir
=\
${pythondir}/$PACKAGE
5070 { echo "$as_me:$LINENO: checking for $am_display_PYTHON extension module directory" >&5
5071 echo $ECHO_N "checking for $am_display_PYTHON extension module directory... $ECHO_C" >&6; }
5072 if test "${am_cv_python_pyexecdir+set}" = set; then
5073 echo $ECHO_N "(cached) $ECHO_C" >&6
5075 am_cv_python_pyexecdir
=`$PYTHON -c "from distutils import sysconfig; print sysconfig.get_python_lib(1,0,prefix='$PYTHON_EXEC_PREFIX')" 2>/dev/null ||
5076 echo "${PYTHON_EXEC_PREFIX}/lib/python${PYTHON_VERSION}/site-packages"`
5078 { echo "$as_me:$LINENO: result: $am_cv_python_pyexecdir" >&5
5079 echo "${ECHO_T}$am_cv_python_pyexecdir" >&6; }
5080 pyexecdir
=$am_cv_python_pyexecdir
5084 pkgpyexecdir
=\
${pyexecdir}/$PACKAGE
5102 # Check for some includes for the X11 HIDD and the kernel
5105 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
5106 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
5107 if test "${ac_cv_path_GREP+set}" = set; then
5108 echo $ECHO_N "(cached) $ECHO_C" >&6
5110 # Extract the first word of "grep ggrep" to use in msg output
5111 if test -z "$GREP"; then
5112 set dummy
grep ggrep
; ac_prog_name
=$2
5113 if test "${ac_cv_path_GREP+set}" = set; then
5114 echo $ECHO_N "(cached) $ECHO_C" >&6
5116 ac_path_GREP_found
=false
5117 # Loop through the user's path and test for each of PROGNAME-LIST
5118 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5119 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
5122 test -z "$as_dir" && as_dir
=.
5123 for ac_prog
in grep ggrep
; do
5124 for ac_exec_ext
in '' $ac_executable_extensions; do
5125 ac_path_GREP
="$as_dir/$ac_prog$ac_exec_ext"
5126 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } ||
continue
5127 # Check for GNU ac_path_GREP and select it if it is found.
5128 # Check for GNU $ac_path_GREP
5129 case `"$ac_path_GREP" --version 2>&1` in
5131 ac_cv_path_GREP
="$ac_path_GREP" ac_path_GREP_found
=:;;
5134 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
5137 cat "conftest.in" "conftest.in" >"conftest.tmp"
5138 mv "conftest.tmp" "conftest.in"
5139 cp "conftest.in" "conftest.nl"
5140 echo 'GREP' >> "conftest.nl"
5141 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
5142 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
5143 ac_count
=`expr $ac_count + 1`
5144 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5145 # Best one so far, save it but keep looking for a better one
5146 ac_cv_path_GREP
="$ac_path_GREP"
5147 ac_path_GREP_max
=$ac_count
5149 # 10*(2^10) chars as input seems more than enough
5150 test $ac_count -gt 10 && break
5152 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
5156 $ac_path_GREP_found && break 3
5166 GREP
="$ac_cv_path_GREP"
5167 if test -z "$GREP"; then
5168 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
5169 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
5170 { (exit 1); exit 1; }; }
5174 ac_cv_path_GREP
=$GREP
5179 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
5180 echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
5181 GREP
="$ac_cv_path_GREP"
5184 { echo "$as_me:$LINENO: checking for egrep" >&5
5185 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
5186 if test "${ac_cv_path_EGREP+set}" = set; then
5187 echo $ECHO_N "(cached) $ECHO_C" >&6
5189 if echo a |
$GREP -E '(a|b)' >/dev
/null
2>&1
5190 then ac_cv_path_EGREP
="$GREP -E"
5192 # Extract the first word of "egrep" to use in msg output
5193 if test -z "$EGREP"; then
5194 set dummy
egrep; ac_prog_name
=$2
5195 if test "${ac_cv_path_EGREP+set}" = set; then
5196 echo $ECHO_N "(cached) $ECHO_C" >&6
5198 ac_path_EGREP_found
=false
5199 # Loop through the user's path and test for each of PROGNAME-LIST
5200 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5201 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
5204 test -z "$as_dir" && as_dir
=.
5205 for ac_prog
in egrep; do
5206 for ac_exec_ext
in '' $ac_executable_extensions; do
5207 ac_path_EGREP
="$as_dir/$ac_prog$ac_exec_ext"
5208 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } ||
continue
5209 # Check for GNU ac_path_EGREP and select it if it is found.
5210 # Check for GNU $ac_path_EGREP
5211 case `"$ac_path_EGREP" --version 2>&1` in
5213 ac_cv_path_EGREP
="$ac_path_EGREP" ac_path_EGREP_found
=:;;
5216 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
5219 cat "conftest.in" "conftest.in" >"conftest.tmp"
5220 mv "conftest.tmp" "conftest.in"
5221 cp "conftest.in" "conftest.nl"
5222 echo 'EGREP' >> "conftest.nl"
5223 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
5224 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
5225 ac_count
=`expr $ac_count + 1`
5226 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5227 # Best one so far, save it but keep looking for a better one
5228 ac_cv_path_EGREP
="$ac_path_EGREP"
5229 ac_path_EGREP_max
=$ac_count
5231 # 10*(2^10) chars as input seems more than enough
5232 test $ac_count -gt 10 && break
5234 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
5238 $ac_path_EGREP_found && break 3
5248 EGREP
="$ac_cv_path_EGREP"
5249 if test -z "$EGREP"; then
5250 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
5251 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
5252 { (exit 1); exit 1; }; }
5256 ac_cv_path_EGREP
=$EGREP
5262 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
5263 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
5264 EGREP
="$ac_cv_path_EGREP"
5267 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
5268 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
5269 if test "${ac_cv_header_stdc+set}" = set; then
5270 echo $ECHO_N "(cached) $ECHO_C" >&6
5272 cat >conftest.
$ac_ext <<_ACEOF
5275 cat confdefs.h
>>conftest.
$ac_ext
5276 cat >>conftest.
$ac_ext <<_ACEOF
5277 /* end confdefs.h. */
5291 rm -f conftest.
$ac_objext
5292 if { (ac_try
="$ac_compile"
5294 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
5295 *) ac_try_echo=$ac_try;;
5297 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5298 (eval "$ac_compile") 2>conftest.er1
5300 grep -v '^ *+' conftest.er1 >conftest.err
5302 cat conftest.err >&5
5303 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5304 (exit $ac_status); } && {
5305 test -z "$ac_c_werror_flag" ||
5306 test ! -s conftest.err
5307 } && test -s conftest.$ac_objext; then
5308 ac_cv_header_stdc=yes
5310 echo "$as_me: failed program was:" >&5
5311 sed 's/^/| /' conftest.$ac_ext >&5
5313 ac_cv_header_stdc=no
5316 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5318 if test $ac_cv_header_stdc = yes; then
5319 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5320 cat >conftest.$ac_ext <<_ACEOF
5323 cat confdefs.h >>conftest.$ac_ext
5324 cat >>conftest.$ac_ext <<_ACEOF
5325 /* end confdefs.h. */
5329 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5330 $EGREP "memchr" >/dev/null 2>&1; then
5333 ac_cv_header_stdc=no
5339 if test $ac_cv_header_stdc = yes; then
5340 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5341 cat >conftest.$ac_ext <<_ACEOF
5344 cat confdefs.h >>conftest.$ac_ext
5345 cat >>conftest.$ac_ext <<_ACEOF
5346 /* end confdefs.h. */
5350 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5351 $EGREP "free" >/dev/null 2>&1; then
5354 ac_cv_header_stdc=no
5360 if test $ac_cv_header_stdc = yes; then
5361 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5362 if test "$cross_compiling" = yes; then
5365 cat >conftest.$ac_ext <<_ACEOF
5368 cat confdefs.h >>conftest.$ac_ext
5369 cat >>conftest.$ac_ext <<_ACEOF
5370 /* end confdefs.h. */
5373 #if ((' ' & 0x0FF) == 0x020)
5374 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5375 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5377 # define ISLOWER(c) \
5378 (('a' <= (c) && (c) <= 'i') \
5379 || ('j' <= (c) && (c) <= 'r') \
5380 || ('s' <= (c) && (c) <= 'z'))
5381 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5384 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5389 for (i = 0; i < 256; i++)
5390 if (XOR (islower (i), ISLOWER (i))
5391 || toupper (i) != TOUPPER (i))
5396 rm -f conftest$ac_exeext
5397 if { (ac_try="$ac_link"
5399 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
5400 *) ac_try_echo
=$ac_try;;
5402 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5403 (eval "$ac_link") 2>&5
5405 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5406 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
5407 { (case "(($ac_try" in
5408 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
5409 *) ac_try_echo=$ac_try;;
5411 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5412 (eval "$ac_try") 2>&5
5414 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5415 (exit $ac_status); }; }; then
5418 echo "$as_me: program exited with status $ac_status" >&5
5419 echo "$as_me: failed program was:" >&5
5420 sed 's/^/| /' conftest.$ac_ext >&5
5423 ac_cv_header_stdc=no
5425 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
5431 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
5432 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
5433 if test $ac_cv_header_stdc = yes; then
5435 cat >>confdefs.h <<\_ACEOF
5436 #define STDC_HEADERS 1
5441 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5451 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5452 inttypes.h stdint.h unistd.h
5454 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
5455 { echo "$as_me:$LINENO: checking for $ac_header" >&5
5456 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
5457 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5458 echo $ECHO_N "(cached) $ECHO_C" >&6
5460 cat >conftest.$ac_ext <<_ACEOF
5463 cat confdefs.h >>conftest.$ac_ext
5464 cat >>conftest.$ac_ext <<_ACEOF
5465 /* end confdefs.h. */
5466 $ac_includes_default
5468 #include <$ac_header>
5470 rm -f conftest.$ac_objext
5471 if { (ac_try="$ac_compile"
5473 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
5474 *) ac_try_echo
=$ac_try;;
5476 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5477 (eval "$ac_compile") 2>conftest.er1
5479 grep -v '^ *+' conftest.er1
>conftest.err
5481 cat conftest.err
>&5
5482 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5483 (exit $ac_status); } && {
5484 test -z "$ac_c_werror_flag" ||
5485 test ! -s conftest.err
5486 } && test -s conftest.
$ac_objext; then
5487 eval "$as_ac_Header=yes"
5489 echo "$as_me: failed program was:" >&5
5490 sed 's/^/| /' conftest.
$ac_ext >&5
5492 eval "$as_ac_Header=no"
5495 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5497 ac_res
=`eval echo '${'$as_ac_Header'}'`
5498 { echo "$as_me:$LINENO: result: $ac_res" >&5
5499 echo "${ECHO_T}$ac_res" >&6; }
5500 if test `eval echo '${'$as_ac_Header'}'` = yes; then
5501 cat >>confdefs.h
<<_ACEOF
5502 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
5519 for ac_header
in sys
/ipc.h sys
/shm.h \
5520 sys
/mmap.h sys
/mman.h sysexits.h \
5521 sys
/statfs.h sys
/statvfs.h sys
/vfs.h sys
/param.h \
5524 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5525 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5526 { echo "$as_me:$LINENO: checking for $ac_header" >&5
5527 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
5528 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5529 echo $ECHO_N "(cached) $ECHO_C" >&6
5531 ac_res
=`eval echo '${'$as_ac_Header'}'`
5532 { echo "$as_me:$LINENO: result: $ac_res" >&5
5533 echo "${ECHO_T}$ac_res" >&6; }
5535 # Is the header compilable?
5536 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
5537 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
5538 cat >conftest.
$ac_ext <<_ACEOF
5541 cat confdefs.h
>>conftest.
$ac_ext
5542 cat >>conftest.
$ac_ext <<_ACEOF
5543 /* end confdefs.h. */
5544 $ac_includes_default
5545 #include <$ac_header>
5547 rm -f conftest.
$ac_objext
5548 if { (ac_try
="$ac_compile"
5550 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
5551 *) ac_try_echo=$ac_try;;
5553 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5554 (eval "$ac_compile") 2>conftest.er1
5556 grep -v '^ *+' conftest.er1 >conftest.err
5558 cat conftest.err >&5
5559 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5560 (exit $ac_status); } && {
5561 test -z "$ac_c_werror_flag" ||
5562 test ! -s conftest.err
5563 } && test -s conftest.$ac_objext; then
5564 ac_header_compiler=yes
5566 echo "$as_me: failed program was:" >&5
5567 sed 's/^/| /' conftest.$ac_ext >&5
5569 ac_header_compiler=no
5572 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5573 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
5574 echo "${ECHO_T}$ac_header_compiler" >&6; }
5576 # Is the header present?
5577 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
5578 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
5579 cat >conftest.$ac_ext <<_ACEOF
5582 cat confdefs.h >>conftest.$ac_ext
5583 cat >>conftest.$ac_ext <<_ACEOF
5584 /* end confdefs.h. */
5585 #include <$ac_header>
5587 if { (ac_try="$ac_cpp conftest.$ac_ext"
5589 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
5590 *) ac_try_echo
=$ac_try;;
5592 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5593 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5595 grep -v '^ *+' conftest.er1
>conftest.err
5597 cat conftest.err
>&5
5598 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5599 (exit $ac_status); } >/dev
/null
&& {
5600 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5601 test ! -s conftest.err
5603 ac_header_preproc
=yes
5605 echo "$as_me: failed program was:" >&5
5606 sed 's/^/| /' conftest.
$ac_ext >&5
5608 ac_header_preproc
=no
5611 rm -f conftest.err conftest.
$ac_ext
5612 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
5613 echo "${ECHO_T}$ac_header_preproc" >&6; }
5615 # So? What about this header?
5616 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
5618 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
5619 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
5620 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
5621 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
5622 ac_header_preproc
=yes
5625 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
5626 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
5627 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
5628 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
5629 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
5630 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
5631 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
5632 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
5633 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
5634 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
5635 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
5636 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
5640 { echo "$as_me:$LINENO: checking for $ac_header" >&5
5641 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
5642 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5643 echo $ECHO_N "(cached) $ECHO_C" >&6
5645 eval "$as_ac_Header=\$ac_header_preproc"
5647 ac_res
=`eval echo '${'$as_ac_Header'}'`
5648 { echo "$as_me:$LINENO: result: $ac_res" >&5
5649 echo "${ECHO_T}$ac_res" >&6; }
5652 if test `eval echo '${'$as_ac_Header'}'` = yes; then
5653 cat >>confdefs.h
<<_ACEOF
5654 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
5663 for ac_header
in sys
/mount.h
5665 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5666 { echo "$as_me:$LINENO: checking for $ac_header" >&5
5667 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
5668 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5669 echo $ECHO_N "(cached) $ECHO_C" >&6
5671 cat >conftest.
$ac_ext <<_ACEOF
5674 cat confdefs.h
>>conftest.
$ac_ext
5675 cat >>conftest.
$ac_ext <<_ACEOF
5676 /* end confdefs.h. */
5677 #include <sys/param.h>
5679 #include <$ac_header>
5681 rm -f conftest.
$ac_objext
5682 if { (ac_try
="$ac_compile"
5684 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
5685 *) ac_try_echo=$ac_try;;
5687 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5688 (eval "$ac_compile") 2>conftest.er1
5690 grep -v '^ *+' conftest.er1 >conftest.err
5692 cat conftest.err >&5
5693 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5694 (exit $ac_status); } && {
5695 test -z "$ac_c_werror_flag" ||
5696 test ! -s conftest.err
5697 } && test -s conftest.$ac_objext; then
5698 eval "$as_ac_Header=yes"
5700 echo "$as_me: failed program was:" >&5
5701 sed 's/^/| /' conftest.$ac_ext >&5
5703 eval "$as_ac_Header=no"
5706 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5708 ac_res=`eval echo '${'$as_ac_Header'}'`
5709 { echo "$as_me:$LINENO: result: $ac_res" >&5
5710 echo "${ECHO_T}$ac_res" >&6; }
5711 if test `eval echo '${'$as_ac_Header'}'` = yes; then
5712 cat >>confdefs.h <<_ACEOF
5713 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
5727 for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
5728 as_ac_Header=`echo "ac_cv_header_dirent_$ac_hdr" |
$as_tr_sh`
5729 { echo "$as_me:$LINENO: checking for $ac_hdr that defines DIR" >&5
5730 echo $ECHO_N "checking for $ac_hdr that defines DIR... $ECHO_C" >&6; }
5731 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5732 echo $ECHO_N "(cached) $ECHO_C" >&6
5734 cat >conftest.$ac_ext <<_ACEOF
5737 cat confdefs.h >>conftest.$ac_ext
5738 cat >>conftest.$ac_ext <<_ACEOF
5739 /* end confdefs.h. */
5740 #include <sys/types.h>
5752 rm -f conftest.$ac_objext
5753 if { (ac_try="$ac_compile"
5755 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
5756 *) ac_try_echo
=$ac_try;;
5758 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5759 (eval "$ac_compile") 2>conftest.er1
5761 grep -v '^ *+' conftest.er1
>conftest.err
5763 cat conftest.err
>&5
5764 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5765 (exit $ac_status); } && {
5766 test -z "$ac_c_werror_flag" ||
5767 test ! -s conftest.err
5768 } && test -s conftest.
$ac_objext; then
5769 eval "$as_ac_Header=yes"
5771 echo "$as_me: failed program was:" >&5
5772 sed 's/^/| /' conftest.
$ac_ext >&5
5774 eval "$as_ac_Header=no"
5777 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5779 ac_res
=`eval echo '${'$as_ac_Header'}'`
5780 { echo "$as_me:$LINENO: result: $ac_res" >&5
5781 echo "${ECHO_T}$ac_res" >&6; }
5782 if test `eval echo '${'$as_ac_Header'}'` = yes; then
5783 cat >>confdefs.h
<<_ACEOF
5784 #define `echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
5787 ac_header_dirent
=$ac_hdr; break
5791 # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
5792 if test $ac_header_dirent = dirent.h
; then
5793 { echo "$as_me:$LINENO: checking for library containing opendir" >&5
5794 echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6; }
5795 if test "${ac_cv_search_opendir+set}" = set; then
5796 echo $ECHO_N "(cached) $ECHO_C" >&6
5798 ac_func_search_save_LIBS
=$LIBS
5799 cat >conftest.
$ac_ext <<_ACEOF
5802 cat confdefs.h
>>conftest.
$ac_ext
5803 cat >>conftest.
$ac_ext <<_ACEOF
5804 /* end confdefs.h. */
5806 /* Override any GCC internal prototype to avoid an error.
5807 Use char because int might match the return type of a GCC
5808 builtin and then its argument prototype would still apply. */
5821 for ac_lib
in '' dir
; do
5822 if test -z "$ac_lib"; then
5823 ac_res
="none required"
5826 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
5828 rm -f conftest.
$ac_objext conftest
$ac_exeext
5829 if { (ac_try
="$ac_link"
5831 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
5832 *) ac_try_echo=$ac_try;;
5834 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5835 (eval "$ac_link") 2>conftest.er1
5837 grep -v '^ *+' conftest.er1 >conftest.err
5839 cat conftest.err >&5
5840 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5841 (exit $ac_status); } && {
5842 test -z "$ac_c_werror_flag" ||
5843 test ! -s conftest.err
5844 } && test -s conftest$ac_exeext &&
5845 $as_test_x conftest$ac_exeext; then
5846 ac_cv_search_opendir=$ac_res
5848 echo "$as_me: failed program was:" >&5
5849 sed 's/^/| /' conftest.$ac_ext >&5
5854 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5856 if test "${ac_cv_search_opendir+set}" = set; then
5860 if test "${ac_cv_search_opendir+set}" = set; then
5863 ac_cv_search_opendir=no
5866 LIBS=$ac_func_search_save_LIBS
5868 { echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5
5869 echo "${ECHO_T}$ac_cv_search_opendir" >&6; }
5870 ac_res=$ac_cv_search_opendir
5871 if test "$ac_res" != no; then
5872 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
5877 { echo "$as_me:$LINENO: checking for library containing opendir" >&5
5878 echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6; }
5879 if test "${ac_cv_search_opendir+set}" = set; then
5880 echo $ECHO_N "(cached) $ECHO_C" >&6
5882 ac_func_search_save_LIBS=$LIBS
5883 cat >conftest.$ac_ext <<_ACEOF
5886 cat confdefs.h >>conftest.$ac_ext
5887 cat >>conftest.$ac_ext <<_ACEOF
5888 /* end confdefs.h. */
5890 /* Override any GCC internal prototype to avoid an error.
5891 Use char because int might match the return type of a GCC
5892 builtin and then its argument prototype would still apply. */
5905 for ac_lib in '' x; do
5906 if test -z "$ac_lib"; then
5907 ac_res="none required"
5910 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
5912 rm -f conftest.$ac_objext conftest$ac_exeext
5913 if { (ac_try="$ac_link"
5915 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
5916 *) ac_try_echo
=$ac_try;;
5918 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5919 (eval "$ac_link") 2>conftest.er1
5921 grep -v '^ *+' conftest.er1
>conftest.err
5923 cat conftest.err
>&5
5924 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5925 (exit $ac_status); } && {
5926 test -z "$ac_c_werror_flag" ||
5927 test ! -s conftest.err
5928 } && test -s conftest
$ac_exeext &&
5929 $as_test_x conftest
$ac_exeext; then
5930 ac_cv_search_opendir
=$ac_res
5932 echo "$as_me: failed program was:" >&5
5933 sed 's/^/| /' conftest.
$ac_ext >&5
5938 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
5940 if test "${ac_cv_search_opendir+set}" = set; then
5944 if test "${ac_cv_search_opendir+set}" = set; then
5947 ac_cv_search_opendir
=no
5950 LIBS
=$ac_func_search_save_LIBS
5952 { echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5
5953 echo "${ECHO_T}$ac_cv_search_opendir" >&6; }
5954 ac_res
=$ac_cv_search_opendir
5955 if test "$ac_res" != no
; then
5956 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
5962 { echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
5963 echo $ECHO_N "checking whether stat file-mode macros are broken... $ECHO_C" >&6; }
5964 if test "${ac_cv_header_stat_broken+set}" = set; then
5965 echo $ECHO_N "(cached) $ECHO_C" >&6
5967 cat >conftest.
$ac_ext <<_ACEOF
5970 cat confdefs.h
>>conftest.
$ac_ext
5971 cat >>conftest.
$ac_ext <<_ACEOF
5972 /* end confdefs.h. */
5973 #include <sys/types.h>
5974 #include <sys/stat.h>
5976 #if defined S_ISBLK && defined S_IFDIR
5977 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
5980 #if defined S_ISBLK && defined S_IFCHR
5981 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
5984 #if defined S_ISLNK && defined S_IFREG
5985 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
5988 #if defined S_ISSOCK && defined S_IFREG
5989 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
5993 rm -f conftest.
$ac_objext
5994 if { (ac_try
="$ac_compile"
5996 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
5997 *) ac_try_echo=$ac_try;;
5999 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6000 (eval "$ac_compile") 2>conftest.er1
6002 grep -v '^ *+' conftest.er1 >conftest.err
6004 cat conftest.err >&5
6005 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6006 (exit $ac_status); } && {
6007 test -z "$ac_c_werror_flag" ||
6008 test ! -s conftest.err
6009 } && test -s conftest.$ac_objext; then
6010 ac_cv_header_stat_broken=no
6012 echo "$as_me: failed program was:" >&5
6013 sed 's/^/| /' conftest.$ac_ext >&5
6015 ac_cv_header_stat_broken=yes
6018 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6020 { echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
6021 echo "${ECHO_T}$ac_cv_header_stat_broken" >&6; }
6022 if test $ac_cv_header_stat_broken = yes; then
6024 cat >>confdefs.h <<\_ACEOF
6025 #define STAT_MACROS_BROKEN 1
6030 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
6031 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
6032 if test "${ac_cv_header_stdc+set}" = set; then
6033 echo $ECHO_N "(cached) $ECHO_C" >&6
6035 cat >conftest.$ac_ext <<_ACEOF
6038 cat confdefs.h >>conftest.$ac_ext
6039 cat >>conftest.$ac_ext <<_ACEOF
6040 /* end confdefs.h. */
6054 rm -f conftest.$ac_objext
6055 if { (ac_try="$ac_compile"
6057 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
6058 *) ac_try_echo
=$ac_try;;
6060 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6061 (eval "$ac_compile") 2>conftest.er1
6063 grep -v '^ *+' conftest.er1
>conftest.err
6065 cat conftest.err
>&5
6066 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6067 (exit $ac_status); } && {
6068 test -z "$ac_c_werror_flag" ||
6069 test ! -s conftest.err
6070 } && test -s conftest.
$ac_objext; then
6071 ac_cv_header_stdc
=yes
6073 echo "$as_me: failed program was:" >&5
6074 sed 's/^/| /' conftest.
$ac_ext >&5
6076 ac_cv_header_stdc
=no
6079 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6081 if test $ac_cv_header_stdc = yes; then
6082 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6083 cat >conftest.
$ac_ext <<_ACEOF
6086 cat confdefs.h
>>conftest.
$ac_ext
6087 cat >>conftest.
$ac_ext <<_ACEOF
6088 /* end confdefs.h. */
6092 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6093 $EGREP "memchr" >/dev
/null
2>&1; then
6096 ac_cv_header_stdc
=no
6102 if test $ac_cv_header_stdc = yes; then
6103 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6104 cat >conftest.
$ac_ext <<_ACEOF
6107 cat confdefs.h
>>conftest.
$ac_ext
6108 cat >>conftest.
$ac_ext <<_ACEOF
6109 /* end confdefs.h. */
6113 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6114 $EGREP "free" >/dev
/null
2>&1; then
6117 ac_cv_header_stdc
=no
6123 if test $ac_cv_header_stdc = yes; then
6124 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6125 if test "$cross_compiling" = yes; then
6128 cat >conftest.
$ac_ext <<_ACEOF
6131 cat confdefs.h
>>conftest.
$ac_ext
6132 cat >>conftest.
$ac_ext <<_ACEOF
6133 /* end confdefs.h. */
6136 #if ((' ' & 0x0FF) == 0x020)
6137 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6138 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6140 # define ISLOWER(c) \
6141 (('a' <= (c) && (c) <= 'i') \
6142 || ('j' <= (c) && (c) <= 'r') \
6143 || ('s' <= (c) && (c) <= 'z'))
6144 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6147 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6152 for (i = 0; i < 256; i++)
6153 if (XOR (islower (i), ISLOWER (i))
6154 || toupper (i) != TOUPPER (i))
6159 rm -f conftest
$ac_exeext
6160 if { (ac_try
="$ac_link"
6162 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
6163 *) ac_try_echo=$ac_try;;
6165 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6166 (eval "$ac_link") 2>&5
6168 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6169 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
6170 { (case "(($ac_try" in
6171 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
6172 *) ac_try_echo
=$ac_try;;
6174 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6175 (eval "$ac_try") 2>&5
6177 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6178 (exit $ac_status); }; }; then
6181 echo "$as_me: program exited with status $ac_status" >&5
6182 echo "$as_me: failed program was:" >&5
6183 sed 's/^/| /' conftest.
$ac_ext >&5
6186 ac_cv_header_stdc
=no
6188 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
6194 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
6195 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
6196 if test $ac_cv_header_stdc = yes; then
6198 cat >>confdefs.h
<<\_ACEOF
6199 #define STDC_HEADERS 1
6204 { echo "$as_me:$LINENO: checking for sys/wait.h that is POSIX.1 compatible" >&5
6205 echo $ECHO_N "checking for sys/wait.h that is POSIX.1 compatible... $ECHO_C" >&6; }
6206 if test "${ac_cv_header_sys_wait_h+set}" = set; then
6207 echo $ECHO_N "(cached) $ECHO_C" >&6
6209 cat >conftest.
$ac_ext <<_ACEOF
6212 cat confdefs.h
>>conftest.
$ac_ext
6213 cat >>conftest.
$ac_ext <<_ACEOF
6214 /* end confdefs.h. */
6215 #include <sys/types.h>
6216 #include <sys/wait.h>
6218 # define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8)
6221 # define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
6229 s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
6234 rm -f conftest.
$ac_objext
6235 if { (ac_try
="$ac_compile"
6237 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
6238 *) ac_try_echo=$ac_try;;
6240 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6241 (eval "$ac_compile") 2>conftest.er1
6243 grep -v '^ *+' conftest.er1 >conftest.err
6245 cat conftest.err >&5
6246 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6247 (exit $ac_status); } && {
6248 test -z "$ac_c_werror_flag" ||
6249 test ! -s conftest.err
6250 } && test -s conftest.$ac_objext; then
6251 ac_cv_header_sys_wait_h=yes
6253 echo "$as_me: failed program was:" >&5
6254 sed 's/^/| /' conftest.$ac_ext >&5
6256 ac_cv_header_sys_wait_h=no
6259 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6261 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_wait_h" >&5
6262 echo "${ECHO_T}$ac_cv_header_sys_wait_h" >&6; }
6263 if test $ac_cv_header_sys_wait_h = yes; then
6265 cat >>confdefs.h <<\_ACEOF
6266 #define HAVE_SYS_WAIT_H 1
6271 { echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5
6272 echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6; }
6273 if test "${ac_cv_header_time+set}" = set; then
6274 echo $ECHO_N "(cached) $ECHO_C" >&6
6276 cat >conftest.$ac_ext <<_ACEOF
6279 cat confdefs.h >>conftest.$ac_ext
6280 cat >>conftest.$ac_ext <<_ACEOF
6281 /* end confdefs.h. */
6282 #include <sys/types.h>
6283 #include <sys/time.h>
6289 if ((struct tm *) 0)
6295 rm -f conftest.$ac_objext
6296 if { (ac_try="$ac_compile"
6298 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
6299 *) ac_try_echo
=$ac_try;;
6301 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6302 (eval "$ac_compile") 2>conftest.er1
6304 grep -v '^ *+' conftest.er1
>conftest.err
6306 cat conftest.err
>&5
6307 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6308 (exit $ac_status); } && {
6309 test -z "$ac_c_werror_flag" ||
6310 test ! -s conftest.err
6311 } && test -s conftest.
$ac_objext; then
6312 ac_cv_header_time
=yes
6314 echo "$as_me: failed program was:" >&5
6315 sed 's/^/| /' conftest.
$ac_ext >&5
6317 ac_cv_header_time
=no
6320 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6322 { echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5
6323 echo "${ECHO_T}$ac_cv_header_time" >&6; }
6324 if test $ac_cv_header_time = yes; then
6326 cat >>confdefs.h
<<\_ACEOF
6327 #define TIME_WITH_SYS_TIME 1
6332 { echo "$as_me:$LINENO: checking for struct stat.st_blksize" >&5
6333 echo $ECHO_N "checking for struct stat.st_blksize... $ECHO_C" >&6; }
6334 if test "${ac_cv_member_struct_stat_st_blksize+set}" = set; then
6335 echo $ECHO_N "(cached) $ECHO_C" >&6
6337 cat >conftest.
$ac_ext <<_ACEOF
6340 cat confdefs.h
>>conftest.
$ac_ext
6341 cat >>conftest.
$ac_ext <<_ACEOF
6342 /* end confdefs.h. */
6343 $ac_includes_default
6347 static struct stat ac_aggr;
6348 if (ac_aggr.st_blksize)
6354 rm -f conftest.
$ac_objext
6355 if { (ac_try
="$ac_compile"
6357 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
6358 *) ac_try_echo=$ac_try;;
6360 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6361 (eval "$ac_compile") 2>conftest.er1
6363 grep -v '^ *+' conftest.er1 >conftest.err
6365 cat conftest.err >&5
6366 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6367 (exit $ac_status); } && {
6368 test -z "$ac_c_werror_flag" ||
6369 test ! -s conftest.err
6370 } && test -s conftest.$ac_objext; then
6371 ac_cv_member_struct_stat_st_blksize=yes
6373 echo "$as_me: failed program was:" >&5
6374 sed 's/^/| /' conftest.$ac_ext >&5
6376 cat >conftest.$ac_ext <<_ACEOF
6379 cat confdefs.h >>conftest.$ac_ext
6380 cat >>conftest.$ac_ext <<_ACEOF
6381 /* end confdefs.h. */
6382 $ac_includes_default
6386 static struct stat ac_aggr;
6387 if (sizeof ac_aggr.st_blksize)
6393 rm -f conftest.$ac_objext
6394 if { (ac_try="$ac_compile"
6396 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
6397 *) ac_try_echo
=$ac_try;;
6399 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6400 (eval "$ac_compile") 2>conftest.er1
6402 grep -v '^ *+' conftest.er1
>conftest.err
6404 cat conftest.err
>&5
6405 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6406 (exit $ac_status); } && {
6407 test -z "$ac_c_werror_flag" ||
6408 test ! -s conftest.err
6409 } && test -s conftest.
$ac_objext; then
6410 ac_cv_member_struct_stat_st_blksize
=yes
6412 echo "$as_me: failed program was:" >&5
6413 sed 's/^/| /' conftest.
$ac_ext >&5
6415 ac_cv_member_struct_stat_st_blksize
=no
6418 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6421 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6423 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blksize" >&5
6424 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blksize" >&6; }
6425 if test $ac_cv_member_struct_stat_st_blksize = yes; then
6427 cat >>confdefs.h
<<_ACEOF
6428 #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
6432 cat >>confdefs.h
<<\_ACEOF
6433 #define HAVE_ST_BLKSIZE 1
6439 { echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
6440 echo $ECHO_N "checking for struct stat.st_blocks... $ECHO_C" >&6; }
6441 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
6442 echo $ECHO_N "(cached) $ECHO_C" >&6
6444 cat >conftest.
$ac_ext <<_ACEOF
6447 cat confdefs.h
>>conftest.
$ac_ext
6448 cat >>conftest.
$ac_ext <<_ACEOF
6449 /* end confdefs.h. */
6450 $ac_includes_default
6454 static struct stat ac_aggr;
6455 if (ac_aggr.st_blocks)
6461 rm -f conftest.
$ac_objext
6462 if { (ac_try
="$ac_compile"
6464 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
6465 *) ac_try_echo=$ac_try;;
6467 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6468 (eval "$ac_compile") 2>conftest.er1
6470 grep -v '^ *+' conftest.er1 >conftest.err
6472 cat conftest.err >&5
6473 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6474 (exit $ac_status); } && {
6475 test -z "$ac_c_werror_flag" ||
6476 test ! -s conftest.err
6477 } && test -s conftest.$ac_objext; then
6478 ac_cv_member_struct_stat_st_blocks=yes
6480 echo "$as_me: failed program was:" >&5
6481 sed 's/^/| /' conftest.$ac_ext >&5
6483 cat >conftest.$ac_ext <<_ACEOF
6486 cat confdefs.h >>conftest.$ac_ext
6487 cat >>conftest.$ac_ext <<_ACEOF
6488 /* end confdefs.h. */
6489 $ac_includes_default
6493 static struct stat ac_aggr;
6494 if (sizeof ac_aggr.st_blocks)
6500 rm -f conftest.$ac_objext
6501 if { (ac_try="$ac_compile"
6503 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
6504 *) ac_try_echo
=$ac_try;;
6506 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6507 (eval "$ac_compile") 2>conftest.er1
6509 grep -v '^ *+' conftest.er1
>conftest.err
6511 cat conftest.err
>&5
6512 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6513 (exit $ac_status); } && {
6514 test -z "$ac_c_werror_flag" ||
6515 test ! -s conftest.err
6516 } && test -s conftest.
$ac_objext; then
6517 ac_cv_member_struct_stat_st_blocks
=yes
6519 echo "$as_me: failed program was:" >&5
6520 sed 's/^/| /' conftest.
$ac_ext >&5
6522 ac_cv_member_struct_stat_st_blocks
=no
6525 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6528 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6530 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
6531 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blocks" >&6; }
6532 if test $ac_cv_member_struct_stat_st_blocks = yes; then
6534 cat >>confdefs.h
<<_ACEOF
6535 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
6539 cat >>confdefs.h
<<\_ACEOF
6540 #define HAVE_ST_BLOCKS 1
6544 case " $LIBOBJS " in
6545 *" fileblocks.$ac_objext "* ) ;;
6546 *) LIBOBJS
="$LIBOBJS fileblocks.$ac_objext"
6553 { echo "$as_me:$LINENO: checking for struct stat.st_rdev" >&5
6554 echo $ECHO_N "checking for struct stat.st_rdev... $ECHO_C" >&6; }
6555 if test "${ac_cv_member_struct_stat_st_rdev+set}" = set; then
6556 echo $ECHO_N "(cached) $ECHO_C" >&6
6558 cat >conftest.
$ac_ext <<_ACEOF
6561 cat confdefs.h
>>conftest.
$ac_ext
6562 cat >>conftest.
$ac_ext <<_ACEOF
6563 /* end confdefs.h. */
6564 $ac_includes_default
6568 static struct stat ac_aggr;
6569 if (ac_aggr.st_rdev)
6575 rm -f conftest.
$ac_objext
6576 if { (ac_try
="$ac_compile"
6578 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
6579 *) ac_try_echo=$ac_try;;
6581 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6582 (eval "$ac_compile") 2>conftest.er1
6584 grep -v '^ *+' conftest.er1 >conftest.err
6586 cat conftest.err >&5
6587 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6588 (exit $ac_status); } && {
6589 test -z "$ac_c_werror_flag" ||
6590 test ! -s conftest.err
6591 } && test -s conftest.$ac_objext; then
6592 ac_cv_member_struct_stat_st_rdev=yes
6594 echo "$as_me: failed program was:" >&5
6595 sed 's/^/| /' conftest.$ac_ext >&5
6597 cat >conftest.$ac_ext <<_ACEOF
6600 cat confdefs.h >>conftest.$ac_ext
6601 cat >>conftest.$ac_ext <<_ACEOF
6602 /* end confdefs.h. */
6603 $ac_includes_default
6607 static struct stat ac_aggr;
6608 if (sizeof ac_aggr.st_rdev)
6614 rm -f conftest.$ac_objext
6615 if { (ac_try="$ac_compile"
6617 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
6618 *) ac_try_echo
=$ac_try;;
6620 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6621 (eval "$ac_compile") 2>conftest.er1
6623 grep -v '^ *+' conftest.er1
>conftest.err
6625 cat conftest.err
>&5
6626 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6627 (exit $ac_status); } && {
6628 test -z "$ac_c_werror_flag" ||
6629 test ! -s conftest.err
6630 } && test -s conftest.
$ac_objext; then
6631 ac_cv_member_struct_stat_st_rdev
=yes
6633 echo "$as_me: failed program was:" >&5
6634 sed 's/^/| /' conftest.
$ac_ext >&5
6636 ac_cv_member_struct_stat_st_rdev
=no
6639 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6642 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6644 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_rdev" >&5
6645 echo "${ECHO_T}$ac_cv_member_struct_stat_st_rdev" >&6; }
6646 if test $ac_cv_member_struct_stat_st_rdev = yes; then
6648 cat >>confdefs.h
<<_ACEOF
6649 #define HAVE_STRUCT_STAT_ST_RDEV 1
6653 cat >>confdefs.h
<<\_ACEOF
6654 #define HAVE_ST_RDEV 1
6660 { echo "$as_me:$LINENO: checking whether struct tm is in sys/time.h or time.h" >&5
6661 echo $ECHO_N "checking whether struct tm is in sys/time.h or time.h... $ECHO_C" >&6; }
6662 if test "${ac_cv_struct_tm+set}" = set; then
6663 echo $ECHO_N "(cached) $ECHO_C" >&6
6665 cat >conftest.
$ac_ext <<_ACEOF
6668 cat confdefs.h
>>conftest.
$ac_ext
6669 cat >>conftest.
$ac_ext <<_ACEOF
6670 /* end confdefs.h. */
6671 #include <sys/types.h>
6678 int *p = &tm.tm_sec;
6684 rm -f conftest.
$ac_objext
6685 if { (ac_try
="$ac_compile"
6687 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
6688 *) ac_try_echo=$ac_try;;
6690 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6691 (eval "$ac_compile") 2>conftest.er1
6693 grep -v '^ *+' conftest.er1 >conftest.err
6695 cat conftest.err >&5
6696 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6697 (exit $ac_status); } && {
6698 test -z "$ac_c_werror_flag" ||
6699 test ! -s conftest.err
6700 } && test -s conftest.$ac_objext; then
6701 ac_cv_struct_tm=time.h
6703 echo "$as_me: failed program was:" >&5
6704 sed 's/^/| /' conftest.$ac_ext >&5
6706 ac_cv_struct_tm=sys/time.h
6709 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6711 { echo "$as_me:$LINENO: result: $ac_cv_struct_tm" >&5
6712 echo "${ECHO_T}$ac_cv_struct_tm" >&6; }
6713 if test $ac_cv_struct_tm = sys/time.h; then
6715 cat >>confdefs.h <<\_ACEOF
6716 #define TM_IN_SYS_TIME 1
6721 { echo "$as_me:$LINENO: checking for struct tm.tm_zone" >&5
6722 echo $ECHO_N "checking for struct tm.tm_zone... $ECHO_C" >&6; }
6723 if test "${ac_cv_member_struct_tm_tm_zone+set}" = set; then
6724 echo $ECHO_N "(cached) $ECHO_C" >&6
6726 cat >conftest.$ac_ext <<_ACEOF
6729 cat confdefs.h >>conftest.$ac_ext
6730 cat >>conftest.$ac_ext <<_ACEOF
6731 /* end confdefs.h. */
6732 #include <sys/types.h>
6733 #include <$ac_cv_struct_tm>
6739 static struct tm ac_aggr;
6740 if (ac_aggr.tm_zone)
6746 rm -f conftest.$ac_objext
6747 if { (ac_try="$ac_compile"
6749 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
6750 *) ac_try_echo
=$ac_try;;
6752 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6753 (eval "$ac_compile") 2>conftest.er1
6755 grep -v '^ *+' conftest.er1
>conftest.err
6757 cat conftest.err
>&5
6758 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6759 (exit $ac_status); } && {
6760 test -z "$ac_c_werror_flag" ||
6761 test ! -s conftest.err
6762 } && test -s conftest.
$ac_objext; then
6763 ac_cv_member_struct_tm_tm_zone
=yes
6765 echo "$as_me: failed program was:" >&5
6766 sed 's/^/| /' conftest.
$ac_ext >&5
6768 cat >conftest.
$ac_ext <<_ACEOF
6771 cat confdefs.h
>>conftest.
$ac_ext
6772 cat >>conftest.
$ac_ext <<_ACEOF
6773 /* end confdefs.h. */
6774 #include <sys/types.h>
6775 #include <$ac_cv_struct_tm>
6781 static struct tm ac_aggr;
6782 if (sizeof ac_aggr.tm_zone)
6788 rm -f conftest.
$ac_objext
6789 if { (ac_try
="$ac_compile"
6791 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
6792 *) ac_try_echo=$ac_try;;
6794 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6795 (eval "$ac_compile") 2>conftest.er1
6797 grep -v '^ *+' conftest.er1 >conftest.err
6799 cat conftest.err >&5
6800 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6801 (exit $ac_status); } && {
6802 test -z "$ac_c_werror_flag" ||
6803 test ! -s conftest.err
6804 } && test -s conftest.$ac_objext; then
6805 ac_cv_member_struct_tm_tm_zone=yes
6807 echo "$as_me: failed program was:" >&5
6808 sed 's/^/| /' conftest.$ac_ext >&5
6810 ac_cv_member_struct_tm_tm_zone=no
6813 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6816 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6818 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_tm_tm_zone" >&5
6819 echo "${ECHO_T}$ac_cv_member_struct_tm_tm_zone" >&6; }
6820 if test $ac_cv_member_struct_tm_tm_zone = yes; then
6822 cat >>confdefs.h <<_ACEOF
6823 #define HAVE_STRUCT_TM_TM_ZONE 1
6829 if test "$ac_cv_member_struct_tm_tm_zone" = yes; then
6831 cat >>confdefs.h <<\_ACEOF
6832 #define HAVE_TM_ZONE 1
6836 { echo "$as_me:$LINENO: checking whether tzname is declared" >&5
6837 echo $ECHO_N "checking whether tzname is declared... $ECHO_C" >&6; }
6838 if test "${ac_cv_have_decl_tzname+set}" = set; then
6839 echo $ECHO_N "(cached) $ECHO_C" >&6
6841 cat >conftest.$ac_ext <<_ACEOF
6844 cat confdefs.h >>conftest.$ac_ext
6845 cat >>conftest.$ac_ext <<_ACEOF
6846 /* end confdefs.h. */
6860 rm -f conftest.$ac_objext
6861 if { (ac_try="$ac_compile"
6863 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
6864 *) ac_try_echo
=$ac_try;;
6866 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6867 (eval "$ac_compile") 2>conftest.er1
6869 grep -v '^ *+' conftest.er1
>conftest.err
6871 cat conftest.err
>&5
6872 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6873 (exit $ac_status); } && {
6874 test -z "$ac_c_werror_flag" ||
6875 test ! -s conftest.err
6876 } && test -s conftest.
$ac_objext; then
6877 ac_cv_have_decl_tzname
=yes
6879 echo "$as_me: failed program was:" >&5
6880 sed 's/^/| /' conftest.
$ac_ext >&5
6882 ac_cv_have_decl_tzname
=no
6885 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6887 { echo "$as_me:$LINENO: result: $ac_cv_have_decl_tzname" >&5
6888 echo "${ECHO_T}$ac_cv_have_decl_tzname" >&6; }
6889 if test $ac_cv_have_decl_tzname = yes; then
6891 cat >>confdefs.h
<<_ACEOF
6892 #define HAVE_DECL_TZNAME 1
6897 cat >>confdefs.h
<<_ACEOF
6898 #define HAVE_DECL_TZNAME 0
6905 { echo "$as_me:$LINENO: checking for tzname" >&5
6906 echo $ECHO_N "checking for tzname... $ECHO_C" >&6; }
6907 if test "${ac_cv_var_tzname+set}" = set; then
6908 echo $ECHO_N "(cached) $ECHO_C" >&6
6910 cat >conftest.
$ac_ext <<_ACEOF
6913 cat confdefs.h
>>conftest.
$ac_ext
6914 cat >>conftest.
$ac_ext <<_ACEOF
6915 /* end confdefs.h. */
6917 #if !HAVE_DECL_TZNAME
6918 extern char *tzname[];
6924 return tzname[0][0];
6929 rm -f conftest.
$ac_objext conftest
$ac_exeext
6930 if { (ac_try
="$ac_link"
6932 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
6933 *) ac_try_echo=$ac_try;;
6935 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6936 (eval "$ac_link") 2>conftest.er1
6938 grep -v '^ *+' conftest.er1 >conftest.err
6940 cat conftest.err >&5
6941 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6942 (exit $ac_status); } && {
6943 test -z "$ac_c_werror_flag" ||
6944 test ! -s conftest.err
6945 } && test -s conftest$ac_exeext &&
6946 $as_test_x conftest$ac_exeext; then
6947 ac_cv_var_tzname=yes
6949 echo "$as_me: failed program was:" >&5
6950 sed 's/^/| /' conftest.$ac_ext >&5
6955 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6956 conftest$ac_exeext conftest.$ac_ext
6958 { echo "$as_me:$LINENO: result: $ac_cv_var_tzname" >&5
6959 echo "${ECHO_T}$ac_cv_var_tzname" >&6; }
6960 if test $ac_cv_var_tzname = yes; then
6962 cat >>confdefs.h <<\_ACEOF
6963 #define HAVE_TZNAME 1
6969 { echo "$as_me:$LINENO: checking for off_t" >&5
6970 echo $ECHO_N "checking for off_t... $ECHO_C" >&6; }
6971 if test "${ac_cv_type_off_t+set}" = set; then
6972 echo $ECHO_N "(cached) $ECHO_C" >&6
6974 cat >conftest.$ac_ext <<_ACEOF
6977 cat confdefs.h >>conftest.$ac_ext
6978 cat >>conftest.$ac_ext <<_ACEOF
6979 /* end confdefs.h. */
6980 $ac_includes_default
6981 typedef off_t ac__type_new_;
6985 if ((ac__type_new_ *) 0)
6987 if (sizeof (ac__type_new_))
6993 rm -f conftest.$ac_objext
6994 if { (ac_try="$ac_compile"
6996 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
6997 *) ac_try_echo
=$ac_try;;
6999 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7000 (eval "$ac_compile") 2>conftest.er1
7002 grep -v '^ *+' conftest.er1
>conftest.err
7004 cat conftest.err
>&5
7005 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7006 (exit $ac_status); } && {
7007 test -z "$ac_c_werror_flag" ||
7008 test ! -s conftest.err
7009 } && test -s conftest.
$ac_objext; then
7010 ac_cv_type_off_t
=yes
7012 echo "$as_me: failed program was:" >&5
7013 sed 's/^/| /' conftest.
$ac_ext >&5
7018 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7020 { echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
7021 echo "${ECHO_T}$ac_cv_type_off_t" >&6; }
7022 if test $ac_cv_type_off_t = yes; then
7026 cat >>confdefs.h
<<_ACEOF
7027 #define off_t long int
7032 { echo "$as_me:$LINENO: checking for pid_t" >&5
7033 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; }
7034 if test "${ac_cv_type_pid_t+set}" = set; then
7035 echo $ECHO_N "(cached) $ECHO_C" >&6
7037 cat >conftest.
$ac_ext <<_ACEOF
7040 cat confdefs.h
>>conftest.
$ac_ext
7041 cat >>conftest.
$ac_ext <<_ACEOF
7042 /* end confdefs.h. */
7043 $ac_includes_default
7044 typedef pid_t ac__type_new_;
7048 if ((ac__type_new_ *) 0)
7050 if (sizeof (ac__type_new_))
7056 rm -f conftest.
$ac_objext
7057 if { (ac_try
="$ac_compile"
7059 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7060 *) ac_try_echo=$ac_try;;
7062 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7063 (eval "$ac_compile") 2>conftest.er1
7065 grep -v '^ *+' conftest.er1 >conftest.err
7067 cat conftest.err >&5
7068 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7069 (exit $ac_status); } && {
7070 test -z "$ac_c_werror_flag" ||
7071 test ! -s conftest.err
7072 } && test -s conftest.$ac_objext; then
7073 ac_cv_type_pid_t=yes
7075 echo "$as_me: failed program was:" >&5
7076 sed 's/^/| /' conftest.$ac_ext >&5
7081 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7083 { echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
7084 echo "${ECHO_T}$ac_cv_type_pid_t" >&6; }
7085 if test $ac_cv_type_pid_t = yes; then
7089 cat >>confdefs.h <<_ACEOF
7095 { echo "$as_me:$LINENO: checking for size_t" >&5
7096 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
7097 if test "${ac_cv_type_size_t+set}" = set; then
7098 echo $ECHO_N "(cached) $ECHO_C" >&6
7100 cat >conftest.$ac_ext <<_ACEOF
7103 cat confdefs.h >>conftest.$ac_ext
7104 cat >>conftest.$ac_ext <<_ACEOF
7105 /* end confdefs.h. */
7106 $ac_includes_default
7107 typedef size_t ac__type_new_;
7111 if ((ac__type_new_ *) 0)
7113 if (sizeof (ac__type_new_))
7119 rm -f conftest.$ac_objext
7120 if { (ac_try="$ac_compile"
7122 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7123 *) ac_try_echo
=$ac_try;;
7125 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7126 (eval "$ac_compile") 2>conftest.er1
7128 grep -v '^ *+' conftest.er1
>conftest.err
7130 cat conftest.err
>&5
7131 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7132 (exit $ac_status); } && {
7133 test -z "$ac_c_werror_flag" ||
7134 test ! -s conftest.err
7135 } && test -s conftest.
$ac_objext; then
7136 ac_cv_type_size_t
=yes
7138 echo "$as_me: failed program was:" >&5
7139 sed 's/^/| /' conftest.
$ac_ext >&5
7141 ac_cv_type_size_t
=no
7144 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7146 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
7147 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
7148 if test $ac_cv_type_size_t = yes; then
7152 cat >>confdefs.h
<<_ACEOF
7153 #define size_t unsigned int
7158 { echo "$as_me:$LINENO: checking for uid_t in sys/types.h" >&5
7159 echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" >&6; }
7160 if test "${ac_cv_type_uid_t+set}" = set; then
7161 echo $ECHO_N "(cached) $ECHO_C" >&6
7163 cat >conftest.
$ac_ext <<_ACEOF
7166 cat confdefs.h
>>conftest.
$ac_ext
7167 cat >>conftest.
$ac_ext <<_ACEOF
7168 /* end confdefs.h. */
7169 #include <sys/types.h>
7172 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7173 $EGREP "uid_t" >/dev
/null
2>&1; then
7174 ac_cv_type_uid_t
=yes
7181 { echo "$as_me:$LINENO: result: $ac_cv_type_uid_t" >&5
7182 echo "${ECHO_T}$ac_cv_type_uid_t" >&6; }
7183 if test $ac_cv_type_uid_t = no
; then
7185 cat >>confdefs.h
<<\_ACEOF
7190 cat >>confdefs.h
<<\_ACEOF
7197 { echo "$as_me:$LINENO: checking for struct tm.tm_gmtoff" >&5
7198 echo $ECHO_N "checking for struct tm.tm_gmtoff... $ECHO_C" >&6; }
7199 if test "${ac_cv_member_struct_tm_tm_gmtoff+set}" = set; then
7200 echo $ECHO_N "(cached) $ECHO_C" >&6
7202 cat >conftest.
$ac_ext <<_ACEOF
7205 cat confdefs.h
>>conftest.
$ac_ext
7206 cat >>conftest.
$ac_ext <<_ACEOF
7207 /* end confdefs.h. */
7208 $ac_includes_default
7212 static struct tm ac_aggr;
7213 if (ac_aggr.tm_gmtoff)
7219 rm -f conftest.
$ac_objext
7220 if { (ac_try
="$ac_compile"
7222 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7223 *) ac_try_echo=$ac_try;;
7225 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7226 (eval "$ac_compile") 2>conftest.er1
7228 grep -v '^ *+' conftest.er1 >conftest.err
7230 cat conftest.err >&5
7231 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7232 (exit $ac_status); } && {
7233 test -z "$ac_c_werror_flag" ||
7234 test ! -s conftest.err
7235 } && test -s conftest.$ac_objext; then
7236 ac_cv_member_struct_tm_tm_gmtoff=yes
7238 echo "$as_me: failed program was:" >&5
7239 sed 's/^/| /' conftest.$ac_ext >&5
7241 cat >conftest.$ac_ext <<_ACEOF
7244 cat confdefs.h >>conftest.$ac_ext
7245 cat >>conftest.$ac_ext <<_ACEOF
7246 /* end confdefs.h. */
7247 $ac_includes_default
7251 static struct tm ac_aggr;
7252 if (sizeof ac_aggr.tm_gmtoff)
7258 rm -f conftest.$ac_objext
7259 if { (ac_try="$ac_compile"
7261 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7262 *) ac_try_echo
=$ac_try;;
7264 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7265 (eval "$ac_compile") 2>conftest.er1
7267 grep -v '^ *+' conftest.er1
>conftest.err
7269 cat conftest.err
>&5
7270 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7271 (exit $ac_status); } && {
7272 test -z "$ac_c_werror_flag" ||
7273 test ! -s conftest.err
7274 } && test -s conftest.
$ac_objext; then
7275 ac_cv_member_struct_tm_tm_gmtoff
=yes
7277 echo "$as_me: failed program was:" >&5
7278 sed 's/^/| /' conftest.
$ac_ext >&5
7280 ac_cv_member_struct_tm_tm_gmtoff
=no
7283 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7286 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7288 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_tm_tm_gmtoff" >&5
7289 echo "${ECHO_T}$ac_cv_member_struct_tm_tm_gmtoff" >&6; }
7290 if test $ac_cv_member_struct_tm_tm_gmtoff = yes; then
7292 cat >>confdefs.h
<<_ACEOF
7293 #define HAVE_STRUCT_TM_TM_GMTOFF 1
7300 # Look for some functions
7315 for ac_func
in getpagesize kqueue statfs statvfs \
7316 clone kse_create rfork_thread thr_create sa_register \
7317 getcontext makecontext setcontext sigaltstack swapcontext
7319 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
7320 { echo "$as_me:$LINENO: checking for $ac_func" >&5
7321 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
7322 if { as_var
=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7323 echo $ECHO_N "(cached) $ECHO_C" >&6
7325 cat >conftest.
$ac_ext <<_ACEOF
7328 cat confdefs.h
>>conftest.
$ac_ext
7329 cat >>conftest.
$ac_ext <<_ACEOF
7330 /* end confdefs.h. */
7331 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
7332 For example, HP-UX 11i <limits.h> declares gettimeofday. */
7333 #define $ac_func innocuous_$ac_func
7335 /* System header to define __stub macros and hopefully few prototypes,
7336 which can conflict with char $ac_func (); below.
7337 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7338 <limits.h> exists even on freestanding compilers. */
7341 # include <limits.h>
7343 # include <assert.h>
7348 /* Override any GCC internal prototype to avoid an error.
7349 Use char because int might match the return type of a GCC
7350 builtin and then its argument prototype would still apply. */
7355 /* The GNU C library defines this for functions which it implements
7356 to always fail with ENOSYS. Some functions are actually named
7357 something starting with __ and the normal name is an alias. */
7358 #if defined __stub_$ac_func || defined __stub___$ac_func
7370 rm -f conftest.
$ac_objext conftest
$ac_exeext
7371 if { (ac_try
="$ac_link"
7373 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7374 *) ac_try_echo=$ac_try;;
7376 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7377 (eval "$ac_link") 2>conftest.er1
7379 grep -v '^ *+' conftest.er1 >conftest.err
7381 cat conftest.err >&5
7382 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7383 (exit $ac_status); } && {
7384 test -z "$ac_c_werror_flag" ||
7385 test ! -s conftest.err
7386 } && test -s conftest$ac_exeext &&
7387 $as_test_x conftest$ac_exeext; then
7388 eval "$as_ac_var=yes"
7390 echo "$as_me: failed program was:" >&5
7391 sed 's/^/| /' conftest.$ac_ext >&5
7393 eval "$as_ac_var=no"
7396 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7397 conftest$ac_exeext conftest.$ac_ext
7399 ac_res=`eval echo '${'$as_ac_var'}'`
7400 { echo "$as_me:$LINENO: result: $ac_res" >&5
7401 echo "${ECHO_T}$ac_res" >&6; }
7402 if test `eval echo '${'$as_ac_var'}'` = yes; then
7403 cat >>confdefs.h <<_ACEOF
7404 #define `echo "HAVE_$ac_func" |
$as_tr_cpp` 1
7413 for ac_header in stdlib.h unistd.h
7415 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
7416 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7417 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7418 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7419 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7420 echo $ECHO_N "(cached) $ECHO_C" >&6
7422 ac_res=`eval echo '${'$as_ac_Header'}'`
7423 { echo "$as_me:$LINENO: result: $ac_res" >&5
7424 echo "${ECHO_T}$ac_res" >&6; }
7426 # Is the header compilable?
7427 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
7428 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
7429 cat >conftest.$ac_ext <<_ACEOF
7432 cat confdefs.h >>conftest.$ac_ext
7433 cat >>conftest.$ac_ext <<_ACEOF
7434 /* end confdefs.h. */
7435 $ac_includes_default
7436 #include <$ac_header>
7438 rm -f conftest.$ac_objext
7439 if { (ac_try="$ac_compile"
7441 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7442 *) ac_try_echo
=$ac_try;;
7444 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7445 (eval "$ac_compile") 2>conftest.er1
7447 grep -v '^ *+' conftest.er1
>conftest.err
7449 cat conftest.err
>&5
7450 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7451 (exit $ac_status); } && {
7452 test -z "$ac_c_werror_flag" ||
7453 test ! -s conftest.err
7454 } && test -s conftest.
$ac_objext; then
7455 ac_header_compiler
=yes
7457 echo "$as_me: failed program was:" >&5
7458 sed 's/^/| /' conftest.
$ac_ext >&5
7460 ac_header_compiler
=no
7463 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7464 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7465 echo "${ECHO_T}$ac_header_compiler" >&6; }
7467 # Is the header present?
7468 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
7469 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
7470 cat >conftest.
$ac_ext <<_ACEOF
7473 cat confdefs.h
>>conftest.
$ac_ext
7474 cat >>conftest.
$ac_ext <<_ACEOF
7475 /* end confdefs.h. */
7476 #include <$ac_header>
7478 if { (ac_try
="$ac_cpp conftest.$ac_ext"
7480 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7481 *) ac_try_echo=$ac_try;;
7483 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7484 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7486 grep -v '^ *+' conftest.er1 >conftest.err
7488 cat conftest.err >&5
7489 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7490 (exit $ac_status); } >/dev/null && {
7491 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
7492 test ! -s conftest.err
7494 ac_header_preproc=yes
7496 echo "$as_me: failed program was:" >&5
7497 sed 's/^/| /' conftest.$ac_ext >&5
7499 ac_header_preproc=no
7502 rm -f conftest.err conftest.$ac_ext
7503 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7504 echo "${ECHO_T}$ac_header_preproc" >&6; }
7506 # So? What about this header?
7507 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7509 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7510 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7511 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7512 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7513 ac_header_preproc=yes
7516 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7517 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7518 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7519 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7520 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7521 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7522 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
7523 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
7524 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7525 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7526 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7527 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7531 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7532 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7533 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7534 echo $ECHO_N "(cached) $ECHO_C" >&6
7536 eval "$as_ac_Header=\$ac_header_preproc"
7538 ac_res=`eval echo '${'$as_ac_Header'}'`
7539 { echo "$as_me:$LINENO: result: $ac_res" >&5
7540 echo "${ECHO_T}$ac_res" >&6; }
7543 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7544 cat >>confdefs.h <<_ACEOF
7545 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
7553 for ac_func in getpagesize
7555 as_ac_var=`echo "ac_cv_func_$ac_func" |
$as_tr_sh`
7556 { echo "$as_me:$LINENO: checking for $ac_func" >&5
7557 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
7558 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7559 echo $ECHO_N "(cached) $ECHO_C" >&6
7561 cat >conftest.$ac_ext <<_ACEOF
7564 cat confdefs.h >>conftest.$ac_ext
7565 cat >>conftest.$ac_ext <<_ACEOF
7566 /* end confdefs.h. */
7567 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
7568 For example, HP-UX 11i <limits.h> declares gettimeofday. */
7569 #define $ac_func innocuous_$ac_func
7571 /* System header to define __stub macros and hopefully few prototypes,
7572 which can conflict with char $ac_func (); below.
7573 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7574 <limits.h> exists even on freestanding compilers. */
7577 # include <limits.h>
7579 # include <assert.h>
7584 /* Override any GCC internal prototype to avoid an error.
7585 Use char because int might match the return type of a GCC
7586 builtin and then its argument prototype would still apply. */
7591 /* The GNU C library defines this for functions which it implements
7592 to always fail with ENOSYS. Some functions are actually named
7593 something starting with __ and the normal name is an alias. */
7594 #if defined __stub_$ac_func || defined __stub___$ac_func
7606 rm -f conftest.$ac_objext conftest$ac_exeext
7607 if { (ac_try="$ac_link"
7609 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7610 *) ac_try_echo
=$ac_try;;
7612 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7613 (eval "$ac_link") 2>conftest.er1
7615 grep -v '^ *+' conftest.er1
>conftest.err
7617 cat conftest.err
>&5
7618 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7619 (exit $ac_status); } && {
7620 test -z "$ac_c_werror_flag" ||
7621 test ! -s conftest.err
7622 } && test -s conftest
$ac_exeext &&
7623 $as_test_x conftest
$ac_exeext; then
7624 eval "$as_ac_var=yes"
7626 echo "$as_me: failed program was:" >&5
7627 sed 's/^/| /' conftest.
$ac_ext >&5
7629 eval "$as_ac_var=no"
7632 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
7633 conftest
$ac_exeext conftest.
$ac_ext
7635 ac_res
=`eval echo '${'$as_ac_var'}'`
7636 { echo "$as_me:$LINENO: result: $ac_res" >&5
7637 echo "${ECHO_T}$ac_res" >&6; }
7638 if test `eval echo '${'$as_ac_var'}'` = yes; then
7639 cat >>confdefs.h
<<_ACEOF
7640 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
7646 { echo "$as_me:$LINENO: checking for working mmap" >&5
7647 echo $ECHO_N "checking for working mmap... $ECHO_C" >&6; }
7648 if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then
7649 echo $ECHO_N "(cached) $ECHO_C" >&6
7651 if test "$cross_compiling" = yes; then
7652 ac_cv_func_mmap_fixed_mapped
=no
7654 cat >conftest.
$ac_ext <<_ACEOF
7657 cat confdefs.h
>>conftest.
$ac_ext
7658 cat >>conftest.
$ac_ext <<_ACEOF
7659 /* end confdefs.h. */
7660 $ac_includes_default
7661 /* malloc might have been renamed as rpl_malloc. */
7664 /* Thanks to Mike Haertel and Jim Avera for this test.
7665 Here is a matrix of mmap possibilities:
7666 mmap private not fixed
7667 mmap private fixed at somewhere currently unmapped
7668 mmap private fixed at somewhere already mapped
7669 mmap shared not fixed
7670 mmap shared fixed at somewhere currently unmapped
7671 mmap shared fixed at somewhere already mapped
7672 For private mappings, we should verify that changes cannot be read()
7673 back from the file, nor mmap's back from the file at a different
7674 address. (There have been systems where private was not correctly
7675 implemented like the infamous i386 svr4.0, and systems where the
7676 VM page cache was not coherent with the file system buffer cache
7677 like early versions of FreeBSD and possibly contemporary NetBSD.)
7678 For shared mappings, we should conversely verify that changes get
7679 propagated back to all the places they're supposed to be.
7681 Grep wants private fixed already mapped.
7682 The main things grep needs to know about mmap are:
7683 * does it exist and is it safe to write into the mmap'd area
7684 * how to use it (BSD variants) */
7687 #include <sys/mman.h>
7689 #if !defined STDC_HEADERS && !defined HAVE_STDLIB_H
7693 /* This mess was copied from the GNU getpagesize.h. */
7694 #ifndef HAVE_GETPAGESIZE
7695 /* Assume that all systems that can run configure have sys/param.h. */
7696 # ifndef HAVE_SYS_PARAM_H
7697 # define HAVE_SYS_PARAM_H 1
7700 # ifdef _SC_PAGESIZE
7701 # define getpagesize() sysconf(_SC_PAGESIZE)
7702 # else /* no _SC_PAGESIZE */
7703 # ifdef HAVE_SYS_PARAM_H
7704 # include <sys/param.h>
7705 # ifdef EXEC_PAGESIZE
7706 # define getpagesize() EXEC_PAGESIZE
7707 # else /* no EXEC_PAGESIZE */
7709 # define getpagesize() NBPG * CLSIZE
7712 # endif /* no CLSIZE */
7713 # else /* no NBPG */
7715 # define getpagesize() NBPC
7716 # else /* no NBPC */
7718 # define getpagesize() PAGESIZE
7719 # endif /* PAGESIZE */
7720 # endif /* no NBPC */
7721 # endif /* no NBPG */
7722 # endif /* no EXEC_PAGESIZE */
7723 # else /* no HAVE_SYS_PARAM_H */
7724 # define getpagesize() 8192 /* punt totally */
7725 # endif /* no HAVE_SYS_PARAM_H */
7726 # endif /* no _SC_PAGESIZE */
7728 #endif /* no HAVE_GETPAGESIZE */
7733 char *data, *data2, *data3;
7737 pagesize = getpagesize ();
7739 /* First, make a file with some known garbage in it. */
7740 data = (char *) malloc (pagesize);
7743 for (i = 0; i < pagesize; ++i)
7744 *(data + i) = rand ();
7746 fd = creat ("conftest.mmap", 0600);
7749 if (write (fd, data, pagesize) != pagesize)
7753 /* Next, try to mmap the file at a fixed address which already has
7754 something else allocated at it. If we can, also make sure that
7755 we see the same garbage. */
7756 fd = open ("conftest.mmap", O_RDWR);
7759 data2 = (char *) malloc (2 * pagesize);
7762 data2 += (pagesize - ((long int) data2 & (pagesize - 1))) & (pagesize - 1);
7763 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
7764 MAP_PRIVATE | MAP_FIXED, fd, 0L))
7766 for (i = 0; i < pagesize; ++i)
7767 if (*(data + i) != *(data2 + i))
7770 /* Finally, make sure that changes to the mapped area do not
7771 percolate back to the file as seen by read(). (This is a bug on
7772 some variants of i386 svr4.0.) */
7773 for (i = 0; i < pagesize; ++i)
7774 *(data2 + i) = *(data2 + i) + 1;
7775 data3 = (char *) malloc (pagesize);
7778 if (read (fd, data3, pagesize) != pagesize)
7780 for (i = 0; i < pagesize; ++i)
7781 if (*(data + i) != *(data3 + i))
7787 rm -f conftest
$ac_exeext
7788 if { (ac_try
="$ac_link"
7790 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7791 *) ac_try_echo=$ac_try;;
7793 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7794 (eval "$ac_link") 2>&5
7796 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7797 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7798 { (case "(($ac_try" in
7799 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7800 *) ac_try_echo
=$ac_try;;
7802 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7803 (eval "$ac_try") 2>&5
7805 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7806 (exit $ac_status); }; }; then
7807 ac_cv_func_mmap_fixed_mapped
=yes
7809 echo "$as_me: program exited with status $ac_status" >&5
7810 echo "$as_me: failed program was:" >&5
7811 sed 's/^/| /' conftest.
$ac_ext >&5
7814 ac_cv_func_mmap_fixed_mapped
=no
7816 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
7821 { echo "$as_me:$LINENO: result: $ac_cv_func_mmap_fixed_mapped" >&5
7822 echo "${ECHO_T}$ac_cv_func_mmap_fixed_mapped" >&6; }
7823 if test $ac_cv_func_mmap_fixed_mapped = yes; then
7825 cat >>confdefs.h
<<\_ACEOF
7835 aros_config_cflags
="-Wall -Werror-implicit-function-declaration"
7836 aros_config_aflags
="-Wall -x assembler-with-cpp -c"
7837 aros_config_ldflags
=""
7839 aros_shared_default
=yes
7841 aros_shared_cflags
="-fPIC"
7842 aros_shared_aflags
=""
7843 aros_shared_ldflags
="-Wl,-rpath,./lib -shared"
7844 aros_kernel_ldflags
="-Wl,-rpath,./lib"
7846 aros_target_ar_flags
="cr"
7847 aros_target_nm_flags
="-C -ul"
7848 aros_target_strip_flags
="--strip-unneeded -R.comment"
7852 aros_target_genmap
="-Wl,-Map -Xlinker"
7854 # Native flavour stuff
7856 aros_serial_debug
="0"
7858 # Palm native flavour stuff
7859 aros_palm_debug_hack
="0"
7861 # Unix flavour stuff
7862 aros_nesting_supervisor
="0"
7864 # Collect-aros stuff: "-ius" to ignore undefined symbols
7865 ignore_undefined_symbols
=""
7867 #-----------------------------------------------------------------------------
7870 # GCC 4.1+ has a stack protection feature that requires OS support. Ubuntu has
7871 # it switched on by default, and we use the host compiler, so it compiles AROS
7872 # code with this enabled resulting in link failures as we don't have support
7875 # We use two methods to disable it. For the host compiler (used to compile
7876 # some hosted modules), we test to see if the compiler supports stack
7877 # protection, and if it does we disable it in AROS_CONFIG_CFLAGS. This should
7878 # work on all platforms.
7880 # For the "cross" compiler we clear the "ssp_default" spec in config/specs.in
7881 # (this is done unconditionally, as it should have no effect on compilers
7882 # without the stack protection feature). This may be specific to the way that
7883 # Ubuntu enables the feature, so may not work everywhere. My specs-fu isn't
7884 # strong enough to disable it in a generic way though, so we'll live with it
7885 # until another vendor ships GCC with it enabled in a different way, and deal
7889 { echo "$as_me:$LINENO: checking whether ${CC} accepts -fno-stack-protector" >&5
7890 echo $ECHO_N "checking whether ${CC} accepts -fno-stack-protector... $ECHO_C" >&6; }
7891 save_cflags
="$CFLAGS"
7892 CFLAGS
="$CFLAGS -fno-stack-protector"
7893 cat >conftest.
$ac_ext <<_ACEOF
7896 cat confdefs.h
>>conftest.
$ac_ext
7897 cat >>conftest.
$ac_ext <<_ACEOF
7898 /* end confdefs.h. */
7908 rm -f conftest.
$ac_objext
7909 if { (ac_try
="$ac_compile"
7911 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7912 *) ac_try_echo=$ac_try;;
7914 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7915 (eval "$ac_compile") 2>conftest.er1
7917 grep -v '^ *+' conftest.er1 >conftest.err
7919 cat conftest.err >&5
7920 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7921 (exit $ac_status); } && {
7922 test -z "$ac_c_werror_flag" ||
7923 test ! -s conftest.err
7924 } && test -s conftest.$ac_objext; then
7925 use_no_stack_protector="yes"
7927 echo "$as_me: failed program was:" >&5
7928 sed 's/^/| /' conftest.$ac_ext >&5
7930 use_no_stack_protector="no"
7933 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7934 { echo "$as_me:$LINENO: result: $use_no_stack_protector" >&5
7935 echo "${ECHO_T}$use_no_stack_protector" >&6; }
7936 if test "x-$use_no_stack_protector" = "x-yes" ; then
7937 aros_config_cflags="$aros_config_cflags -fno-stack-protector"
7939 CFLAGS="$save_cflags"
7941 #-----------------------------------------------------------------------------
7943 # Disable pointer-signedness warnings if the compiler recognises the option
7944 # (this only works for the host compiler at the moment)
7946 { echo "$as_me:$LINENO: checking whether ${CC} accepts -Wno-pointer-sign" >&5
7947 echo $ECHO_N "checking whether ${CC} accepts -Wno-pointer-sign... $ECHO_C" >&6; }
7948 save_cflags="$CFLAGS"
7949 CFLAGS="$CFLAGS -Wno-pointer-sign"
7950 cat >conftest.$ac_ext <<_ACEOF
7953 cat confdefs.h >>conftest.$ac_ext
7954 cat >>conftest.$ac_ext <<_ACEOF
7955 /* end confdefs.h. */
7965 rm -f conftest.$ac_objext
7966 if { (ac_try="$ac_compile"
7968 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7969 *) ac_try_echo
=$ac_try;;
7971 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7972 (eval "$ac_compile") 2>conftest.er1
7974 grep -v '^ *+' conftest.er1
>conftest.err
7976 cat conftest.err
>&5
7977 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7978 (exit $ac_status); } && {
7979 test -z "$ac_c_werror_flag" ||
7980 test ! -s conftest.err
7981 } && test -s conftest.
$ac_objext; then
7982 use_no_sign_warning
="yes"
7984 echo "$as_me: failed program was:" >&5
7985 sed 's/^/| /' conftest.
$ac_ext >&5
7987 use_no_sign_warning
="no"
7990 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7991 { echo "$as_me:$LINENO: result: $use_no_sign_warning" >&5
7992 echo "${ECHO_T}$use_no_sign_warning" >&6; }
7993 if test "x-$use_no_sign_warning" = "x-yesnnn" ; then
7994 aros_host_cflags
="$aros_host_cflags -Wno-pointer-sign"
7996 CFLAGS
="$save_cflags"
7998 #-----------------------------------------------------------------------------
8000 { echo "$as_me:$LINENO: checking for type of build" >&5
8001 echo $ECHO_N "checking for type of build... $ECHO_C" >&6; }
8002 # Check whether --enable-build_type was given.
8003 if test "${enable_build_type+set}" = set; then
8004 enableval
=$enable_build_type; build_type
=$enableval
8006 build_type
="personal"
8010 if test "$build_type" = "nightly"; then
8011 build_type_string
="NIGHTLY"
8012 elif test "$build_type" = "snapshot"; then
8013 build_type_string
="SNAPSHOT"
8014 elif test "$build_type" = "milestone"; then
8015 build_type_string
="MILESTONE"
8016 elif test "$build_type" = "release"; then
8017 build_type_string
="RELEASE"
8019 build_type_string
="PERSONAL"
8020 build_type
="personal"
8023 aros_config_cflags
="$aros_config_cflags -DAROS_BUILD_TYPE=AROS_BUILD_TYPE_$build_type_string"
8025 { echo "$as_me:$LINENO: result: $build_type" >&5
8026 echo "${ECHO_T}$build_type" >&6; }
8028 #-----------------------------------------------------------------------------
8029 all_debug_types
="messages stack mungwall modules symbols"
8031 { echo "$as_me:$LINENO: checking which debug types to enable" >&5
8032 echo $ECHO_N "checking which debug types to enable... $ECHO_C" >&6; }
8033 # Check whether --enable-debug was given.
8034 if test "${enable_debug+set}" = set; then
8035 enableval
=$enable_debug; debug
="$enableval"
8041 if test "$debug" = "" -o "$debug" = "no"; then
8043 elif test "$debug" = "yes"; then
8047 if test "$debug" = "all" ; then
8048 debug
=$all_debug_types
8049 for d
in $all_debug_types; do
8050 export aros_
${d}_debug
="1"
8053 for d
in $all_debug_types; do
8054 export aros_
${d}_debug
="0"
8058 if test "$debug" != "none"; then
8059 debug
=`echo $debug | sed s/,/\ /g`
8062 for d2
in $all_debug_types; do
8063 if test "$d2" = "$d"; then
8068 if test "$found" = "0"; then
8069 { { echo "$as_me:$LINENO: error: unrecognized debug type \"$d\". Available types are: all none $all_debug_types" >&5
8070 echo "$as_me: error: unrecognized debug type \"$d\". Available types are: all none $all_debug_types" >&2;}
8071 { (exit 1); exit 1; }; }
8073 export aros_
${d}_debug
="1"
8077 { echo "$as_me:$LINENO: result: $debug" >&5
8078 echo "${ECHO_T}$debug" >&6; }
8080 if test "$aros_messages_debug" = "1"; then
8081 aros_messages_debug
="-DADEBUG=1 -DMDEBUG=1"
8083 aros_messages_debug
=""
8085 if test "$aros_symbols_debug" = "1"; then
8086 aros_symbols_debug
="-g"
8088 aros_symbols_debug
=""
8091 # These are the flags to pass when compiling debugged programs
8092 aros_debug_cflags
="$aros_symbols_debug $aros_messages_debug"
8093 aros_debug_aflags
=""
8094 aros_debug_ldflags
="$aros_symbols_debug"
8096 #-----------------------------------------------------------------------------
8097 # Checking for distcc and ccache.
8099 # Always apply the transforms in this particular order. Basically you should
8100 # always run 'ccache distcc compiler' in that order for the best performance.
8102 { echo "$as_me:$LINENO: checking whether to enable distcc" >&5
8103 echo $ECHO_N "checking whether to enable distcc... $ECHO_C" >&6; }
8104 # Check whether --enable-distcc was given.
8105 if test "${enable_distcc+set}" = set; then
8106 enableval
=$enable_distcc; distcc
="$enableval"
8111 if test "$distcc" != "" -a "$distcc" != "no"; then
8112 # AC_CHECK_PROG will print out the result in this case
8113 # Extract the first word of "distcc", so it can be a program name with args.
8114 set dummy distcc
; ac_word
=$2
8115 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8116 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8117 if test "${ac_cv_path_DISTCC+set}" = set; then
8118 echo $ECHO_N "(cached) $ECHO_C" >&6
8122 ac_cv_path_DISTCC
="$DISTCC" # Let the user override the test with a path.
8125 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8129 test -z "$as_dir" && as_dir
=.
8130 for ac_exec_ext
in '' $ac_executable_extensions; do
8131 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8132 ac_cv_path_DISTCC
="$as_dir/$ac_word$ac_exec_ext"
8133 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8140 test -z "$ac_cv_path_DISTCC" && ac_cv_path_DISTCC
="distcc"
8144 DISTCC
=$ac_cv_path_DISTCC
8145 if test -n "$DISTCC"; then
8146 { echo "$as_me:$LINENO: result: $DISTCC" >&5
8147 echo "${ECHO_T}$DISTCC" >&6; }
8149 { echo "$as_me:$LINENO: result: no" >&5
8150 echo "${ECHO_T}no" >&6; }
8155 { echo "$as_me:$LINENO: result: no" >&5
8156 echo "${ECHO_T}no" >&6; }
8159 { echo "$as_me:$LINENO: checking whether to enable ccache" >&5
8160 echo $ECHO_N "checking whether to enable ccache... $ECHO_C" >&6; }
8161 # Check whether --enable-ccache was given.
8162 if test "${enable_ccache+set}" = set; then
8163 enableval
=$enable_ccache; ccache
="$enableval"
8168 if test "$ccache" != "" -a "$ccache" != "no"; then
8169 # AC_CHECK_PROG will print out the result in this case
8170 # Extract the first word of "ccache", so it can be a program name with args.
8171 set dummy ccache
; ac_word
=$2
8172 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8173 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8174 if test "${ac_cv_prog_CCACHE+set}" = set; then
8175 echo $ECHO_N "(cached) $ECHO_C" >&6
8177 if test -n "$CCACHE"; then
8178 ac_cv_prog_CCACHE
="$CCACHE" # Let the user override the test.
8180 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8184 test -z "$as_dir" && as_dir
=.
8185 for ac_exec_ext
in '' $ac_executable_extensions; do
8186 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8187 ac_cv_prog_CCACHE
="ccache"
8188 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8197 CCACHE
=$ac_cv_prog_CCACHE
8198 if test -n "$CCACHE"; then
8199 { echo "$as_me:$LINENO: result: $CCACHE" >&5
8200 echo "${ECHO_T}$CCACHE" >&6; }
8202 { echo "$as_me:$LINENO: result: no" >&5
8203 echo "${ECHO_T}no" >&6; }
8208 { echo "$as_me:$LINENO: result: no" >&5
8209 echo "${ECHO_T}no" >&6; }
8212 #-----------------------------------------------------------------------------
8213 { echo "$as_me:$LINENO: checking what optimization flags to use" >&5
8214 echo $ECHO_N "checking what optimization flags to use... $ECHO_C" >&6; }
8216 # Check whether --with-optimization was given.
8217 if test "${with_optimization+set}" = set; then
8218 withval
=$with_optimization; optimization
="$withval"
8220 optimization
="unknown"
8223 if test "$optimization" = "unknown"; then
8224 if test "$debug" != "none"; then
8230 aros_config_cflags
="$aros_config_cflags $optimization"
8231 { echo "$as_me:$LINENO: result: $optimization" >&5
8232 echo "${ECHO_T}$optimization" >&6; }
8234 #-----------------------------------------------------------------------------
8235 { echo "$as_me:$LINENO: checking what target variant to enable" >&5
8236 echo $ECHO_N "checking what target variant to enable... $ECHO_C" >&6; }
8237 # Check whether --enable-target_variant was given.
8238 if test "${enable_target_variant+set}" = set; then
8239 enableval
=$enable_target_variant; target_variant
=$enableval
8241 target_variant
="none"
8244 if test "$target_variant" = "none"; then
8245 aros_target_variant
=""
8246 aros_target_suffix
=""
8248 aros_target_variant
="$target_variant"
8249 aros_target_suffix
="-$target_variant"
8251 { echo "$as_me:$LINENO: result: $enableval" >&5
8252 echo "${ECHO_T}$enableval" >&6; }
8254 target_bootloader
="none"
8256 #-----------------------------------------------------------------------------
8257 # This is the target configuration switch.
8258 case "$target_os" in
8260 aros_target_arch
="linux"
8261 case "$target_cpu" in
8263 aros_target_cpu
="m68k"
8264 aros_object_format
="m68kelf"
8265 aros_flavour
="emulcompat"
8266 aros_target_mkdep
="$aros_target_mkdep -D__GNUC__ -D__mc68000 -D__linux__"
8267 aros_shared_ldflags
="-Wl,-T,\$(TOP)/config/linux/m68k/script.so"
8268 aros_kernel_ldflags
="-Wl,-rpath,./lib,-T,\$(TOP)/config/linux/m68k/script.normal"
8269 gcc_target_cpu
="mc68000"
8272 aros_target_cpu
="i386"
8273 aros_object_format
="elf_i386"
8274 aros_flavour
="emulation"
8275 aros_target_mkdep
="$aros_target_mkdep -D__GNUC__ -Di386 -D__linux__"
8276 aros_default_wbdepth
=8
8277 gcc_target_cpu
="i386"
8280 aros_target_cpu
="x86_64"
8281 aros_object_format
="elf_x86_64"
8282 aros_flavour
="emulation"
8283 aros_target_mkdep
="$aros_target_mkdep -D__GNUC__ -Dx86_64 -D__linux__"
8284 aros_config_cflags
="$aros_config_cflags -mno-red-zone"
8285 aros_default_wbdepth
=8
8286 gcc_target_cpu
="x86_64"
8289 aros_target_cpu
="ppc"
8290 aros_object_format
="elf32ppc"
8291 aros_flavour
="emulation"
8292 aros_target_mkdep
="$aros_target_mkdep -D__GNUC__ -Dppc -D__linux__"
8293 aros_default_wbdepth
=8
8294 gcc_target_cpu
="ppc"
8297 # Same as powerpc, but I need this for the nightly build to work again.
8298 # Actually, the nightly should be made working with powerpc target.
8299 # That just was too much work for the moment, another week or two.
8301 aros_target_cpu
="ppc"
8302 aros_object_format
="elf32ppc"
8303 aros_flavour
="emulation"
8304 aros_target_mkdep
="$aros_target_mkdep -D__GNUC__ -Dppc -D__linux__"
8305 aros_default_wbdepth
=8
8306 gcc_target_cpu
="ppc"
8309 { { echo "$as_me:$LINENO: error: \"Unknown CPU for Linux -- $target_cpu\"" >&5
8310 echo "$as_me: error: \"Unknown CPU for Linux -- $target_cpu\"" >&2;}
8311 { (exit 1); exit 1; }; }
8317 aros_target_arch
="pc"
8318 aros_shared_default
="no"
8319 target_bootloader
="grub"
8320 case "$target_cpu" in
8322 aros_target_cpu
="i386"
8325 if test "$aros_object_format" = "" ; then
8326 aros_object_format
="elf_i386"
8328 aros_flavour
="standalone"
8329 aros_target_mkdep
="$aros_target_mkdep -D__GNUC__ -Di386"
8330 aros_kernel_ldflags
=""
8331 aros_default_wbwidth
=640
8332 aros_default_wbheight
=480
8333 gcc_target_cpu
="i386"
8336 aros_target_cpu
="x86_64"
8337 if test "$aros_object_format" = "" ; then
8338 aros_object_format
="elf_x86_64"
8340 aros_flavour
="standalone"
8341 aros_target_mkdep
="$aros_target_mkdep -D__GNUC__ -Dx86_64"
8342 aros_config_cflags
="$aros_config_cflags -fno-asynchronous-unwind-tables -mno-red-zone"
8343 aros_kernel_ldflags
=""
8344 aros_default_wbwidth
=640
8345 aros_default_wbheight
=480
8346 gcc_target_cpu
="x86_64"
8349 { { echo "$as_me:$LINENO: error: \"Unknown native CPU -- $target_cpu\"" >&5
8350 echo "$as_me: error: \"Unknown native CPU -- $target_cpu\"" >&2;}
8351 { (exit 1); exit 1; }; }
8357 aros_target_arch
="prep"
8358 aros_shared_default
="no"
8359 aros_target_cpu
="ppc"
8360 aros_object_format
="elf32ppc"
8361 aros_flavour
="ppcnative"
8362 aros_target_mkdep
="$aros_target_mkdep -D__GNUC__ -Dppc"
8363 aros_kernel_ldflags
=""
8364 aros_default_wbwidth
=640
8365 aros_default_wbheight
=480
8366 gcc_target_cpu
="ppc"
8367 case "$target_cpu" in
8369 aros_target_cc
="ppc-linux-gcc -pipe"
8370 aros_target_ld
="ppc-linux-ld"
8371 aros_target_as
="ppc-linux-as"
8372 aros_target_ar
="ppc-linux-ar"
8373 aros_target_ranlib
="ppc-linux-ranlib"
8374 aros_target_nm
="ppc-linux-nm"
8375 aros_target_strip
="ppc-linux-strip"
8376 aros_target_objcopy
="ppc-linux-objcopy"
8377 aros_target_objdump
="ppc-linux-objdump"
8378 aros_shared_ld
="ppc-linux-ld"
8379 aros_kernel_ld
="ppc-linux-ld"
8387 aros_target_arch
="freebsd"
8388 aros_target_cpu
="i386"
8389 aros_flavour
="emulation"
8390 aros_target_mkdep
="$aros_target_mkdep -D__GNUC__ -Di386"
8391 gcc_target_cpu
="i386"
8393 aros_target_strip_flags
="-x"
8397 aros_target_arch
="darwin"
8398 aros_target_cpu
="i386"
8399 aros_flavour
="emulation"
8400 aros_target_mkdep
="$aros_target_mkdep -D__GNUC__ -Di386"
8401 gcc_target_cpu
="i386"
8403 aros_target_strip_flags
="-x"
8407 aros_target_arch
="netbsd"
8408 case "$target_cpu" in
8410 aros_target_cpu
="m68k"
8411 aros_object_format
="m68kelf"
8412 aros_flavour
="emulcompat"
8413 aros_target_mkdep
="$aros_target_mkdep -D__GNUC__ -D__mc68000 -D__NetBSD__"
8414 gcc_target_cpu
="mc68000"
8417 aros_target_cpu
="i386"
8418 aros_object_format
="elf_i386"
8419 aros_flavour
="emulation"
8420 aros_target_mkdep
="$aros_target_mkdep -D__GNUC__ -Di386 -D__NetBSD__"
8421 aros_default_wbdepth
=8
8422 gcc_target_cpu
="i386"
8425 { { echo "$as_me:$LINENO: error: \"Unknown CPU for NetBSD -- $target_cpu\"" >&5
8426 echo "$as_me: error: \"Unknown CPU for NetBSD -- $target_cpu\"" >&2;}
8427 { (exit 1); exit 1; }; }
8430 aros_target_genmap
="-Wl,-M -Xlinker >"
8431 aros_flavour
="emulation"
8432 aros_target_mkdep
="$aros_target_mkdep -D__GNUC__ -Di386"
8436 aros_target_arch
="openbsd"
8437 case "$target_cpu" in
8439 aros_target_cpu
="i386"
8440 aros_object_format
="elf_i386"
8441 aros_flavour
="emulation"
8442 aros_target_mkdep
="$aros_target_mkdep -D__GNUC__ -Di386 -D__OpenBSD__"
8443 gcc_target_cpu
="i386"
8446 { { echo "$as_me:$LINENO: error: \"Unknown CPU for OpenBSD -- $target_cpu\"" >&5
8447 echo "$as_me: error: \"Unknown CPU for OpenBSD -- $target_cpu\"" >&2;}
8448 { (exit 1); exit 1; }; }
8451 aros_target_genmap
="-Wl,-M -Xlinker >"
8452 aros_target_nm_flags
="-u"
8453 aros_flavour
="emulation"
8457 aros_target_arch
="solaris"
8458 case "$target_cpu" in
8460 aros_target_cpu
="sparc"
8461 aros_object_format
="elf_sparc"
8462 aros_target_mkdep
="$aros_target_mkdep -D__GNUC__ -Dsparc -D__Solaris__"
8463 gcc_target_cpu
="sparc"
8466 { { echo "$as_me:$LINENO: error: \"Unknown CPU for Solaris -- $target_cpu\"" >&5
8467 echo "$as_me: error: \"Unknown CPU for Solaris -- $target_cpu\"" >&2;}
8468 { (exit 1); exit 1; }; }
8471 aros_config_cflags
="$aros_config_cflags -D$aros_target_cpu"
8472 aros_flavour
="emulation"
8476 aros_target_arch
="morphos"
8477 aros_shared_default
="no"
8478 aros_target_cpu
="ppc"
8479 aros_object_format
="elf_ppc"
8480 aros_flavour
="nativecompat"
8481 aros_target_mkdep
="$aros_target_mkdep -D__GNUC__ -Dppc"
8482 gcc_target_cpu
="ppc"
8486 aros_target_arch
="sam440"
8487 aros_shared_default
="no"
8488 aros_target_cpu
="ppc"
8489 aros_object_format
="elf32ppc"
8490 aros_flavour
="ppcnative"
8491 aros_target_mkdep
="$aros_target_mkdep -D__GNUC__ -Dppc"
8492 aros_kernel_ldflags
=""
8493 aros_default_wbwidth
=640
8494 aros_default_wbheight
=480
8495 aros_config_cflags
="$aros_config_cflags -mcpu=440fp -mno-toc -fno-asynchronous-unwind-tables"
8496 gcc_target_cpu
="powerpc"
8497 case "$target_cpu" in
8499 aros_target_cc
="powerpc-linux-gcc -pipe"
8500 aros_target_ld
="powerpc-linux-ld"
8501 aros_target_as
="powerpc-linux-as"
8502 aros_target_ar
="powerpc-linux-ar"
8503 aros_target_ranlib
="powerpc-linux-ranlib"
8504 aros_target_nm
="powerpc-linux-nm"
8505 aros_target_strip
="powerpc-linux-strip"
8506 aros_target_objcopy
="powerpc-linux-objcopy"
8507 aros_target_objdump
="powerpc-linux-objdump"
8508 aros_shared_ld
="powerpc-linux-ld"
8509 aros_kernel_ld
="powerpc-linux-ld"
8517 aros_target_arch
="amiga"
8518 aros_target_mkdep
="$aros_target_mkdep -D__GNUC__ -D_AMIGA -DAMIGA"
8519 aros_shared_default
="no"
8521 aros_config_cflags
="$aros_config_cflags -fomit-frame-pointer -fbuiltin -ffreestanding"
8523 case "$target_cpu" in
8525 aros_target_cpu
="m68k"
8526 aros_object_format
="m68kelf"
8527 aros_flavour
="nativecompat"
8528 gcc_target_cpu
="mc68000"
8532 aros_flavour
="native"
8533 gcc_target_cpu
="ppc"
8536 { { echo "$as_me:$LINENO: error: \"Unknown CPU for Amiga $target_cpu\"" >&5
8537 echo "$as_me: error: \"Unknown CPU for Amiga $target_cpu\"" >&2;}
8538 { (exit 1); exit 1; }; }
8544 aros_target_arch
="cygwin"
8545 aros_shared_default
="no"
8546 case "$target_cpu" in
8548 aros_target_cpu
="i386"
8549 aros_object_format
="elf_i386"
8550 aros_flavour
="emulation"
8551 aros_target_mkdep
="$aros_target_mkdep -D__GNUC__ -Di386 -D__CYGWIN32__"
8552 aros_shared_cflags
=""
8553 aros_default_wbdepth
=8
8554 gcc_target_cpu
="i386"
8557 { { echo "$as_me:$LINENO: error: \"Unknown CPU for CygWin -- $target_cpu\"" >&5
8558 echo "$as_me: error: \"Unknown CPU for CygWin -- $target_cpu\"" >&2;}
8559 { (exit 1); exit 1; }; }
8565 aros_target_arch
="mingw32"
8566 aros_shared_default
="no"
8567 case "$target_cpu" in
8569 aros_target_cpu
="i386"
8570 aros_object_format
="elf_i386"
8571 aros_flavour
="emulation"
8572 aros_target_mkdep
="$aros_target_mkdep -D__GNUC__ -Di386"
8573 aros_shared_cflags
=""
8574 aros_default_wbdepth
=8
8575 gcc_target_cpu
="i386"
8578 { { echo "$as_me:$LINENO: error: \"Unknown CPU for Mingw32 -- $target_cpu\"" >&5
8579 echo "$as_me: error: \"Unknown CPU for Mingw32 -- $target_cpu\"" >&2;}
8580 { (exit 1); exit 1; }; }
8585 aros_target_arch
="pp"
8586 aros_shared_default
="no"
8587 case "$target_cpu" in
8589 aros_target_cpu
="m68k"
8590 aros_object_format
="m68kelf"
8591 aros_flavour
="palmnative"
8592 aros_target_mkdep
="$aros_target_mkdep -D__GNUC__ -Dm68k"
8593 aros_kernel_ldflags
=""
8594 aros_default_wbwidth
=160
8595 aros_default_wbheight
=160
8596 aros_default_wbdepth
=1
8597 aros_target_cc
="m68k-elf-gcc -pipe"
8598 aros_target_ld
="$(which m68k-elf-ld)"
8599 aros_target_as
="m68k-elf-gcc -pipe"
8600 aros_shared_ld
="m68k-elf-gcc"
8601 aros_kernel_ld
="m68k-elf-gcc"
8602 aros_target_ar
="m68k-elf-ar"
8603 aros_target_ar_flags
="cru"
8604 aros_target_ranlib
="m68k-elf-ranlib"
8605 aros_target_nm
="m68k-elf-nm"
8606 aros_target_objcopy
="m68k-elf-objcopy"
8607 aros_target_objdump
="m68k-elf-objdump"
8608 aros_compiler_libs
="-lgcc1"
8609 aros_shared_default
=no
8610 aros_shared_cflags
="-fpic"
8611 aros_shared_aflags
=""
8612 aros_shared_ldflags
="-Wl,-rpath,./lib -shared"
8613 aros_kernel_ldflags
="-Wl,-rpath,./lib"
8614 aros_debug_cflags
="-Wall -Werror-implicit-function-declaration $aros_symbols_debug $aros_messages_debug -mc68000 -Wa,-mc68000"
8615 aros_debug_aflags
=""
8616 aros_debug_ldflags
="$aros_symbols_debug"
8617 aros_mungwall_debug
="0"
8618 aros_modules_debug
="0"
8619 gcc_target_cpu
="mc68000"
8620 ignore_undefined_symbols
="-ius"
8623 { { echo "$as_me:$LINENO: error: \"Unknown CPU for PalmPilot -- $target_cpu\"" >&5
8624 echo "$as_me: error: \"Unknown CPU for PalmPilot -- $target_cpu\"" >&2;}
8625 { (exit 1); exit 1; }; }
8631 aros_target_arch
="mac"
8632 aros_shared_default
="no"
8633 case "$target_cpu" in
8635 aros_target_cpu
="m68k"
8636 aros_object_format
="m68kelf"
8637 aros_flavour
="mac68knative"
8638 aros_target_mkdep
="$aros_target_mkdep -D__GNUC__ -Dm68k"
8639 aros_default_wbwidth
=512
8640 aros_default_wbheight
=384
8641 aros_default_wbdepth
=8
8642 aros_target_cc
="m68k-elf-gcc -pipe"
8643 aros_target_ld
="$(which m68k-elf-ld)"
8644 aros_target_as
="m68k-elf-gcc -pipe"
8645 aros_shared_ld
="m68k-elf-gcc"
8646 aros_kernel_ld
="m68k-elf-gcc"
8647 aros_target_ar
="m68k-elf-ar"
8648 aros_target_ar_flags
="cru"
8649 aros_target_ranlib
="m68k-elf-ranlib"
8650 aros_target_nm
="m68k-elf-nm"
8651 aros_target_objcopy
="m68k-elf-objcopy"
8652 aros_target_objdump
="m68k-elf-objdump"
8653 aros_compiler_libs
="-lgcc1"
8654 aros_shared_default
=no
8655 aros_shared_cflags
="-fpic"
8656 aros_shared_aflags
=""
8657 aros_shared_ldflags
="-Wl,-rpath,./lib -shared"
8658 aros_kernel_ldflags
="-Wl,-rpath,./lib"
8659 aros_debug_cflags
="-Wall -Werror-implicit-function-declaration $aros_symbols_debug $aros_messages_debug -mc68000"
8660 aros_debug_aflags
=""
8661 aros_debug_ldflags
="$aros_symbols_debug"
8662 aros_mungwall_debug
="0"
8663 aros_modules_debug
="0"
8664 gcc_target_cpu
="mc68000"
8665 ignore_undefined_symbols
="-ius"
8668 { { echo "$as_me:$LINENO: error: \"Unknown CPU for Mac68k -- $target_cpu\"" >&5
8669 echo "$as_me: error: \"Unknown CPU for Mac68k -- $target_cpu\"" >&2;}
8670 { (exit 1); exit 1; }; }
8676 { { echo "$as_me:$LINENO: error: Unsupported target architecture $target" >&5
8677 echo "$as_me: error: Unsupported target architecture $target" >&2;}
8678 { (exit 1); exit 1; }; }
8682 { echo "$as_me:$LINENO: checking Where to download sourcecode for external ports" >&5
8683 echo $ECHO_N "checking Where to download sourcecode for external ports... $ECHO_C" >&6; }
8685 # Check whether --with-portssources was given.
8686 if test "${with_portssources+set}" = set; then
8687 withval
=$with_portssources; with_portssrcdir
=$withval
8689 with_portssrcdir
="default"
8692 if test "$with_portssrcdir" = "default"; then
8693 AROS_PORTSSRCDIR
="$AROS_BUILDDIR/bin/Sources"
8695 AROS_PORTSSRCDIR
="$with_portssrcdir"
8697 { echo "$as_me:$LINENO: result: $AROS_PORTSSRCDIR" >&5
8698 echo "${ECHO_T}$AROS_PORTSSRCDIR" >&6; }
8700 { echo "$as_me:$LINENO: checking which bootloader to use" >&5
8701 echo $ECHO_N "checking which bootloader to use... $ECHO_C" >&6; }
8703 # Check whether --with-bootloader was given.
8704 if test "${with_bootloader+set}" = set; then
8705 withval
=$with_bootloader; target_bootloader
=$withval
8707 target_bootloader
=$target_bootloader
8710 if test "$target_bootloader" = "none"; then
8711 aros_target_bootloader
=""
8713 aros_target_bootloader
="$target_bootloader"
8715 { echo "$as_me:$LINENO: result: $target_bootloader" >&5
8716 echo "${ECHO_T}$target_bootloader" >&6; }
8718 # Check LZO when compiling the grub2 bootloader on i386/x86_64.
8719 aros_liblzo_check
="no"
8720 case "$aros_target_bootloader" in
8722 case "$target_cpu" in
8724 aros_liblzo_check
="yes"
8727 aros_liblzo_check
="yes"
8738 if test "$aros_liblzo_check" = "yes"; then
8739 # There are three possibilities. LZO version 2 installed with the name
8740 # liblzo2, with the name liblzo, and LZO version 1.
8741 { echo "$as_me:$LINENO: checking for __lzo_init_v2 in -llzo2" >&5
8742 echo $ECHO_N "checking for __lzo_init_v2 in -llzo2... $ECHO_C" >&6; }
8743 if test "${ac_cv_lib_lzo2___lzo_init_v2+set}" = set; then
8744 echo $ECHO_N "(cached) $ECHO_C" >&6
8746 ac_check_lib_save_LIBS
=$LIBS
8748 cat >conftest.
$ac_ext <<_ACEOF
8751 cat confdefs.h
>>conftest.
$ac_ext
8752 cat >>conftest.
$ac_ext <<_ACEOF
8753 /* end confdefs.h. */
8755 /* Override any GCC internal prototype to avoid an error.
8756 Use char because int might match the return type of a GCC
8757 builtin and then its argument prototype would still apply. */
8761 char __lzo_init_v2 ();
8765 return __lzo_init_v2 ();
8770 rm -f conftest.
$ac_objext conftest
$ac_exeext
8771 if { (ac_try
="$ac_link"
8773 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8774 *) ac_try_echo=$ac_try;;
8776 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8777 (eval "$ac_link") 2>conftest.er1
8779 grep -v '^ *+' conftest.er1 >conftest.err
8781 cat conftest.err >&5
8782 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8783 (exit $ac_status); } && {
8784 test -z "$ac_c_werror_flag" ||
8785 test ! -s conftest.err
8786 } && test -s conftest$ac_exeext &&
8787 $as_test_x conftest$ac_exeext; then
8788 ac_cv_lib_lzo2___lzo_init_v2=yes
8790 echo "$as_me: failed program was:" >&5
8791 sed 's/^/| /' conftest.$ac_ext >&5
8793 ac_cv_lib_lzo2___lzo_init_v2=no
8796 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8797 conftest$ac_exeext conftest.$ac_ext
8798 LIBS=$ac_check_lib_save_LIBS
8800 { echo "$as_me:$LINENO: result: $ac_cv_lib_lzo2___lzo_init_v2" >&5
8801 echo "${ECHO_T}$ac_cv_lib_lzo2___lzo_init_v2" >&6; }
8802 if test $ac_cv_lib_lzo2___lzo_init_v2 = yes; then
8805 { echo "$as_me:$LINENO: checking for __lzo_init_v2 in -llzo" >&5
8806 echo $ECHO_N "checking for __lzo_init_v2 in -llzo... $ECHO_C" >&6; }
8807 if test "${ac_cv_lib_lzo___lzo_init_v2+set}" = set; then
8808 echo $ECHO_N "(cached) $ECHO_C" >&6
8810 ac_check_lib_save_LIBS=$LIBS
8812 cat >conftest.$ac_ext <<_ACEOF
8815 cat confdefs.h >>conftest.$ac_ext
8816 cat >>conftest.$ac_ext <<_ACEOF
8817 /* end confdefs.h. */
8819 /* Override any GCC internal prototype to avoid an error.
8820 Use char because int might match the return type of a GCC
8821 builtin and then its argument prototype would still apply. */
8825 char __lzo_init_v2 ();
8829 return __lzo_init_v2 ();
8834 rm -f conftest.$ac_objext conftest$ac_exeext
8835 if { (ac_try="$ac_link"
8837 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8838 *) ac_try_echo
=$ac_try;;
8840 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8841 (eval "$ac_link") 2>conftest.er1
8843 grep -v '^ *+' conftest.er1
>conftest.err
8845 cat conftest.err
>&5
8846 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8847 (exit $ac_status); } && {
8848 test -z "$ac_c_werror_flag" ||
8849 test ! -s conftest.err
8850 } && test -s conftest
$ac_exeext &&
8851 $as_test_x conftest
$ac_exeext; then
8852 ac_cv_lib_lzo___lzo_init_v2
=yes
8854 echo "$as_me: failed program was:" >&5
8855 sed 's/^/| /' conftest.
$ac_ext >&5
8857 ac_cv_lib_lzo___lzo_init_v2
=no
8860 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
8861 conftest
$ac_exeext conftest.
$ac_ext
8862 LIBS
=$ac_check_lib_save_LIBS
8864 { echo "$as_me:$LINENO: result: $ac_cv_lib_lzo___lzo_init_v2" >&5
8865 echo "${ECHO_T}$ac_cv_lib_lzo___lzo_init_v2" >&6; }
8866 if test $ac_cv_lib_lzo___lzo_init_v2 = yes; then
8869 { echo "$as_me:$LINENO: checking for __lzo_init2 in -llzo" >&5
8870 echo $ECHO_N "checking for __lzo_init2 in -llzo... $ECHO_C" >&6; }
8871 if test "${ac_cv_lib_lzo___lzo_init2+set}" = set; then
8872 echo $ECHO_N "(cached) $ECHO_C" >&6
8874 ac_check_lib_save_LIBS
=$LIBS
8876 cat >conftest.
$ac_ext <<_ACEOF
8879 cat confdefs.h
>>conftest.
$ac_ext
8880 cat >>conftest.
$ac_ext <<_ACEOF
8881 /* end confdefs.h. */
8883 /* Override any GCC internal prototype to avoid an error.
8884 Use char because int might match the return type of a GCC
8885 builtin and then its argument prototype would still apply. */
8889 char __lzo_init2 ();
8893 return __lzo_init2 ();
8898 rm -f conftest.
$ac_objext conftest
$ac_exeext
8899 if { (ac_try
="$ac_link"
8901 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8902 *) ac_try_echo=$ac_try;;
8904 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8905 (eval "$ac_link") 2>conftest.er1
8907 grep -v '^ *+' conftest.er1 >conftest.err
8909 cat conftest.err >&5
8910 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8911 (exit $ac_status); } && {
8912 test -z "$ac_c_werror_flag" ||
8913 test ! -s conftest.err
8914 } && test -s conftest$ac_exeext &&
8915 $as_test_x conftest$ac_exeext; then
8916 ac_cv_lib_lzo___lzo_init2=yes
8918 echo "$as_me: failed program was:" >&5
8919 sed 's/^/| /' conftest.$ac_ext >&5
8921 ac_cv_lib_lzo___lzo_init2=no
8924 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8925 conftest$ac_exeext conftest.$ac_ext
8926 LIBS=$ac_check_lib_save_LIBS
8928 { echo "$as_me:$LINENO: result: $ac_cv_lib_lzo___lzo_init2" >&5
8929 echo "${ECHO_T}$ac_cv_lib_lzo___lzo_init2" >&6; }
8930 if test $ac_cv_lib_lzo___lzo_init2 = yes; then
8933 { { echo "$as_me:$LINENO: error: LZO library version 1.02 or later is required" >&5
8934 echo "$as_me: error: LZO library version 1.02 or later is required" >&2;}
8935 { (exit 1); exit 1; }; }
8944 LIBS="$LIBS $LIBLZO"
8945 { echo "$as_me:$LINENO: checking for lzo1x_999_compress" >&5
8946 echo $ECHO_N "checking for lzo1x_999_compress... $ECHO_C" >&6; }
8947 if test "${ac_cv_func_lzo1x_999_compress+set}" = set; then
8948 echo $ECHO_N "(cached) $ECHO_C" >&6
8950 cat >conftest.$ac_ext <<_ACEOF
8953 cat confdefs.h >>conftest.$ac_ext
8954 cat >>conftest.$ac_ext <<_ACEOF
8955 /* end confdefs.h. */
8956 /* Define lzo1x_999_compress to an innocuous variant, in case <limits.h> declares lzo1x_999_compress.
8957 For example, HP-UX 11i <limits.h> declares gettimeofday. */
8958 #define lzo1x_999_compress innocuous_lzo1x_999_compress
8960 /* System header to define __stub macros and hopefully few prototypes,
8961 which can conflict with char lzo1x_999_compress (); below.
8962 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8963 <limits.h> exists even on freestanding compilers. */
8966 # include <limits.h>
8968 # include <assert.h>
8971 #undef lzo1x_999_compress
8973 /* Override any GCC internal prototype to avoid an error.
8974 Use char because int might match the return type of a GCC
8975 builtin and then its argument prototype would still apply. */
8979 char lzo1x_999_compress ();
8980 /* The GNU C library defines this for functions which it implements
8981 to always fail with ENOSYS. Some functions are actually named
8982 something starting with __ and the normal name is an alias. */
8983 #if defined __stub_lzo1x_999_compress || defined __stub___lzo1x_999_compress
8990 return lzo1x_999_compress ();
8995 rm -f conftest.$ac_objext conftest$ac_exeext
8996 if { (ac_try="$ac_link"
8998 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8999 *) ac_try_echo
=$ac_try;;
9001 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9002 (eval "$ac_link") 2>conftest.er1
9004 grep -v '^ *+' conftest.er1
>conftest.err
9006 cat conftest.err
>&5
9007 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9008 (exit $ac_status); } && {
9009 test -z "$ac_c_werror_flag" ||
9010 test ! -s conftest.err
9011 } && test -s conftest
$ac_exeext &&
9012 $as_test_x conftest
$ac_exeext; then
9013 ac_cv_func_lzo1x_999_compress
=yes
9015 echo "$as_me: failed program was:" >&5
9016 sed 's/^/| /' conftest.
$ac_ext >&5
9018 ac_cv_func_lzo1x_999_compress
=no
9021 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
9022 conftest
$ac_exeext conftest.
$ac_ext
9024 { echo "$as_me:$LINENO: result: $ac_cv_func_lzo1x_999_compress" >&5
9025 echo "${ECHO_T}$ac_cv_func_lzo1x_999_compress" >&6; }
9026 if test $ac_cv_func_lzo1x_999_compress = yes; then
9029 { { echo "$as_me:$LINENO: error: LZO1X-999 must be enabled" >&5
9030 echo "$as_me: error: LZO1X-999 must be enabled" >&2;}
9031 { (exit 1); exit 1; }; }
9035 # LZO version 2 uses lzo/lzo1x.h, while LZO version 1 uses lzo1x.h.
9038 for ac_header
in lzo
/lzo1x.h lzo1x.h
9040 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9041 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9042 { echo "$as_me:$LINENO: checking for $ac_header" >&5
9043 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
9044 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9045 echo $ECHO_N "(cached) $ECHO_C" >&6
9047 ac_res
=`eval echo '${'$as_ac_Header'}'`
9048 { echo "$as_me:$LINENO: result: $ac_res" >&5
9049 echo "${ECHO_T}$ac_res" >&6; }
9051 # Is the header compilable?
9052 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
9053 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
9054 cat >conftest.
$ac_ext <<_ACEOF
9057 cat confdefs.h
>>conftest.
$ac_ext
9058 cat >>conftest.
$ac_ext <<_ACEOF
9059 /* end confdefs.h. */
9060 $ac_includes_default
9061 #include <$ac_header>
9063 rm -f conftest.
$ac_objext
9064 if { (ac_try
="$ac_compile"
9066 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9067 *) ac_try_echo=$ac_try;;
9069 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9070 (eval "$ac_compile") 2>conftest.er1
9072 grep -v '^ *+' conftest.er1 >conftest.err
9074 cat conftest.err >&5
9075 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9076 (exit $ac_status); } && {
9077 test -z "$ac_c_werror_flag" ||
9078 test ! -s conftest.err
9079 } && test -s conftest.$ac_objext; then
9080 ac_header_compiler=yes
9082 echo "$as_me: failed program was:" >&5
9083 sed 's/^/| /' conftest.$ac_ext >&5
9085 ac_header_compiler=no
9088 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9089 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
9090 echo "${ECHO_T}$ac_header_compiler" >&6; }
9092 # Is the header present?
9093 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
9094 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
9095 cat >conftest.$ac_ext <<_ACEOF
9098 cat confdefs.h >>conftest.$ac_ext
9099 cat >>conftest.$ac_ext <<_ACEOF
9100 /* end confdefs.h. */
9101 #include <$ac_header>
9103 if { (ac_try="$ac_cpp conftest.$ac_ext"
9105 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9106 *) ac_try_echo
=$ac_try;;
9108 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9109 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
9111 grep -v '^ *+' conftest.er1
>conftest.err
9113 cat conftest.err
>&5
9114 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9115 (exit $ac_status); } >/dev
/null
&& {
9116 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
9117 test ! -s conftest.err
9119 ac_header_preproc
=yes
9121 echo "$as_me: failed program was:" >&5
9122 sed 's/^/| /' conftest.
$ac_ext >&5
9124 ac_header_preproc
=no
9127 rm -f conftest.err conftest.
$ac_ext
9128 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
9129 echo "${ECHO_T}$ac_header_preproc" >&6; }
9131 # So? What about this header?
9132 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
9134 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
9135 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
9136 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
9137 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
9138 ac_header_preproc
=yes
9141 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
9142 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
9143 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
9144 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
9145 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
9146 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
9147 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
9148 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
9149 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
9150 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
9151 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
9152 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
9156 { echo "$as_me:$LINENO: checking for $ac_header" >&5
9157 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
9158 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9159 echo $ECHO_N "(cached) $ECHO_C" >&6
9161 eval "$as_ac_Header=\$ac_header_preproc"
9163 ac_res
=`eval echo '${'$as_ac_Header'}'`
9164 { echo "$as_me:$LINENO: result: $ac_res" >&5
9165 echo "${ECHO_T}$ac_res" >&6; }
9168 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9169 cat >>confdefs.h
<<_ACEOF
9170 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9179 { echo "$as_me:$LINENO: checking which GUI Theme to use" >&5
9180 echo $ECHO_N "checking which GUI Theme to use... $ECHO_C" >&6; }
9182 # Check whether --with-theme was given.
9183 if test "${with_theme+set}" = set; then
9184 withval
=$with_theme; target_guitheme
=$withval
9186 target_guitheme
="default"
9189 if test "$target_guitheme" = "default"; then
9190 aros_target_guitheme
="Ice"
9192 aros_target_guitheme
="$target_guitheme"
9194 { echo "$as_me:$LINENO: result: $aros_target_guitheme" >&5
9195 echo "${ECHO_T}$aros_target_guitheme" >&6; }
9197 # Find out if we are cross-compiling (ie. if we can't use the host compiler
9200 if test "$aros_host_cpu" != "$aros_target_cpu" ; then
9203 if test "$aros_host_arch" == "darwin" ; then
9207 # Set prefix for target compiler etc. if we're cross-compiling
9208 # (should possibly be earlier but needs to be after AC_PROG_CC)
9209 if test "$cross_compiling" = "yes" ; then
9210 target_tool_prefix
=${target_cpu}-elf-
9211 CC
=${target_tool_prefix}gcc
9214 # Find all the tools we need to compile. This could be cross-compiling
9215 # though! If that is the case we use the GNU form of the target and
9216 # simply add this to the front of the binary name. This is rather simple,
9217 # but it should work under most circumstances.
9219 # The default tools are to use the same as the host, but only if the
9220 # host and target CPU are the same. With GCC this is normally enough.
9224 aros_shared_ld
="$aros_host_ld"
9226 aros_target_mkdep
="$aros_host_mkdep"
9227 aros_target_incl_def
="$aros_host_incl"
9229 # Extract the first word of "$CC", so it can be a program name with args.
9230 set dummy
$CC; ac_word
=$2
9231 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9232 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9233 if test "${ac_cv_path_aros_kernel_cc+set}" = set; then
9234 echo $ECHO_N "(cached) $ECHO_C" >&6
9236 case $aros_kernel_cc in
9238 ac_cv_path_aros_kernel_cc
="$aros_kernel_cc" # Let the user override the test with a path.
9241 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
9245 test -z "$as_dir" && as_dir
=.
9246 for ac_exec_ext
in '' $ac_executable_extensions; do
9247 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9248 ac_cv_path_aros_kernel_cc
="$as_dir/$ac_word$ac_exec_ext"
9249 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9259 aros_kernel_cc
=$ac_cv_path_aros_kernel_cc
9260 if test -n "$aros_kernel_cc"; then
9261 { echo "$as_me:$LINENO: result: $aros_kernel_cc" >&5
9262 echo "${ECHO_T}$aros_kernel_cc" >&6; }
9264 { echo "$as_me:$LINENO: result: no" >&5
9265 echo "${ECHO_T}no" >&6; }
9270 # The default tools executables to be linked to.
9272 if test "$cross_compiling" = "yes" ; then
9273 # Extract the first word of "${target_tool_prefix}as", so it can be a program name with args.
9274 set dummy
${target_tool_prefix}as
; ac_word
=$2
9275 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9276 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9277 if test "${ac_cv_path_aros_target_as_ln+set}" = set; then
9278 echo $ECHO_N "(cached) $ECHO_C" >&6
9280 case $aros_target_as_ln in
9282 ac_cv_path_aros_target_as_ln
="$aros_target_as_ln" # Let the user override the test with a path.
9285 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
9289 test -z "$as_dir" && as_dir
=.
9290 for ac_exec_ext
in '' $ac_executable_extensions; do
9291 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9292 ac_cv_path_aros_target_as_ln
="$as_dir/$ac_word$ac_exec_ext"
9293 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9303 aros_target_as_ln
=$ac_cv_path_aros_target_as_ln
9304 if test -n "$aros_target_as_ln"; then
9305 { echo "$as_me:$LINENO: result: $aros_target_as_ln" >&5
9306 echo "${ECHO_T}$aros_target_as_ln" >&6; }
9308 { echo "$as_me:$LINENO: result: no" >&5
9309 echo "${ECHO_T}no" >&6; }
9314 if test "$GCC" = "yes"; then
9315 aros_gcc_as
=`$CC -print-prog-name=as`
9316 # Extract the first word of "`basename $aros_gcc_[as]`", so it can be a program name with args.
9317 set dummy
`basename $aros_gcc_as`; ac_word
=$2
9318 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9319 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9320 if test "${ac_cv_path_aros_target_as_ln+set}" = set; then
9321 echo $ECHO_N "(cached) $ECHO_C" >&6
9323 case $aros_target_as_ln in
9325 ac_cv_path_aros_target_as_ln
="$aros_target_as_ln" # Let the user override the test with a path.
9328 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
9329 for as_dir
in `dirname $aros_gcc_as`
9332 test -z "$as_dir" && as_dir
=.
9333 for ac_exec_ext
in '' $ac_executable_extensions; do
9334 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9335 ac_cv_path_aros_target_as_ln
="$as_dir/$ac_word$ac_exec_ext"
9336 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9346 aros_target_as_ln
=$ac_cv_path_aros_target_as_ln
9347 if test -n "$aros_target_as_ln"; then
9348 { echo "$as_me:$LINENO: result: $aros_target_as_ln" >&5
9349 echo "${ECHO_T}$aros_target_as_ln" >&6; }
9351 { echo "$as_me:$LINENO: result: no" >&5
9352 echo "${ECHO_T}no" >&6; }
9357 if test "$aros_target_as_ln" = ""; then
9358 # Extract the first word of "as", so it can be a program name with args.
9359 set dummy as
; ac_word
=$2
9360 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9361 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9362 if test "${ac_cv_path_aros_target_as_ln+set}" = set; then
9363 echo $ECHO_N "(cached) $ECHO_C" >&6
9365 case $aros_target_as_ln in
9367 ac_cv_path_aros_target_as_ln
="$aros_target_as_ln" # Let the user override the test with a path.
9370 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
9374 test -z "$as_dir" && as_dir
=.
9375 for ac_exec_ext
in '' $ac_executable_extensions; do
9376 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9377 ac_cv_path_aros_target_as_ln
="$as_dir/$ac_word$ac_exec_ext"
9378 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9388 aros_target_as_ln
=$ac_cv_path_aros_target_as_ln
9389 if test -n "$aros_target_as_ln"; then
9390 { echo "$as_me:$LINENO: result: $aros_target_as_ln" >&5
9391 echo "${ECHO_T}$aros_target_as_ln" >&6; }
9393 { echo "$as_me:$LINENO: result: no" >&5
9394 echo "${ECHO_T}no" >&6; }
9401 if test "$aros_target_as_ln" = ""; then
9402 { { echo "$as_me:$LINENO: error: as is required to build AROS. Please install and run configure again." >&5
9403 echo "$as_me: error: as is required to build AROS. Please install and run configure again." >&2;}
9404 { (exit 1); exit 1; }; }
9407 if test "$cross_compiling" = "yes" ; then
9408 # Extract the first word of "${target_tool_prefix}ld", so it can be a program name with args.
9409 set dummy
${target_tool_prefix}ld
; ac_word
=$2
9410 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9411 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9412 if test "${ac_cv_path_aros_kernel_ld+set}" = set; then
9413 echo $ECHO_N "(cached) $ECHO_C" >&6
9415 case $aros_kernel_ld in
9417 ac_cv_path_aros_kernel_ld
="$aros_kernel_ld" # Let the user override the test with a path.
9420 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
9424 test -z "$as_dir" && as_dir
=.
9425 for ac_exec_ext
in '' $ac_executable_extensions; do
9426 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9427 ac_cv_path_aros_kernel_ld
="$as_dir/$ac_word$ac_exec_ext"
9428 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9438 aros_kernel_ld
=$ac_cv_path_aros_kernel_ld
9439 if test -n "$aros_kernel_ld"; then
9440 { echo "$as_me:$LINENO: result: $aros_kernel_ld" >&5
9441 echo "${ECHO_T}$aros_kernel_ld" >&6; }
9443 { echo "$as_me:$LINENO: result: no" >&5
9444 echo "${ECHO_T}no" >&6; }
9449 if test "$GCC" = "yes"; then
9450 aros_gcc_ld
=`$CC -print-prog-name=ld`
9451 # Extract the first word of "`basename $aros_gcc_[ld]`", so it can be a program name with args.
9452 set dummy
`basename $aros_gcc_ld`; ac_word
=$2
9453 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9454 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9455 if test "${ac_cv_path_aros_kernel_ld+set}" = set; then
9456 echo $ECHO_N "(cached) $ECHO_C" >&6
9458 case $aros_kernel_ld in
9460 ac_cv_path_aros_kernel_ld
="$aros_kernel_ld" # Let the user override the test with a path.
9463 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
9464 for as_dir
in `dirname $aros_gcc_ld`
9467 test -z "$as_dir" && as_dir
=.
9468 for ac_exec_ext
in '' $ac_executable_extensions; do
9469 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9470 ac_cv_path_aros_kernel_ld
="$as_dir/$ac_word$ac_exec_ext"
9471 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9481 aros_kernel_ld
=$ac_cv_path_aros_kernel_ld
9482 if test -n "$aros_kernel_ld"; then
9483 { echo "$as_me:$LINENO: result: $aros_kernel_ld" >&5
9484 echo "${ECHO_T}$aros_kernel_ld" >&6; }
9486 { echo "$as_me:$LINENO: result: no" >&5
9487 echo "${ECHO_T}no" >&6; }
9492 if test "$aros_kernel_ld" = ""; then
9493 # Extract the first word of "ld", so it can be a program name with args.
9494 set dummy ld
; ac_word
=$2
9495 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9496 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9497 if test "${ac_cv_path_aros_kernel_ld+set}" = set; then
9498 echo $ECHO_N "(cached) $ECHO_C" >&6
9500 case $aros_kernel_ld in
9502 ac_cv_path_aros_kernel_ld
="$aros_kernel_ld" # Let the user override the test with a path.
9505 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
9509 test -z "$as_dir" && as_dir
=.
9510 for ac_exec_ext
in '' $ac_executable_extensions; do
9511 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9512 ac_cv_path_aros_kernel_ld
="$as_dir/$ac_word$ac_exec_ext"
9513 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9523 aros_kernel_ld
=$ac_cv_path_aros_kernel_ld
9524 if test -n "$aros_kernel_ld"; then
9525 { echo "$as_me:$LINENO: result: $aros_kernel_ld" >&5
9526 echo "${ECHO_T}$aros_kernel_ld" >&6; }
9528 { echo "$as_me:$LINENO: result: no" >&5
9529 echo "${ECHO_T}no" >&6; }
9536 if test "$aros_kernel_ld" = ""; then
9537 { { echo "$as_me:$LINENO: error: ld is required to build AROS. Please install and run configure again." >&5
9538 echo "$as_me: error: ld is required to build AROS. Please install and run configure again." >&2;}
9539 { (exit 1); exit 1; }; }
9542 if test "$cross_compiling" = "yes" ; then
9543 # Extract the first word of "${target_tool_prefix}ar", so it can be a program name with args.
9544 set dummy
${target_tool_prefix}ar; ac_word
=$2
9545 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9546 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9547 if test "${ac_cv_path_aros_target_ar_ln+set}" = set; then
9548 echo $ECHO_N "(cached) $ECHO_C" >&6
9550 case $aros_target_ar_ln in
9552 ac_cv_path_aros_target_ar_ln
="$aros_target_ar_ln" # Let the user override the test with a path.
9555 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
9559 test -z "$as_dir" && as_dir
=.
9560 for ac_exec_ext
in '' $ac_executable_extensions; do
9561 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9562 ac_cv_path_aros_target_ar_ln
="$as_dir/$ac_word$ac_exec_ext"
9563 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9573 aros_target_ar_ln
=$ac_cv_path_aros_target_ar_ln
9574 if test -n "$aros_target_ar_ln"; then
9575 { echo "$as_me:$LINENO: result: $aros_target_ar_ln" >&5
9576 echo "${ECHO_T}$aros_target_ar_ln" >&6; }
9578 { echo "$as_me:$LINENO: result: no" >&5
9579 echo "${ECHO_T}no" >&6; }
9584 if test "$GCC" = "yes"; then
9585 aros_gcc_ar
=`$CC -print-prog-name=ar`
9586 # Extract the first word of "`basename $aros_gcc_[ar]`", so it can be a program name with args.
9587 set dummy
`basename $aros_gcc_ar`; ac_word
=$2
9588 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9589 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9590 if test "${ac_cv_path_aros_target_ar_ln+set}" = set; then
9591 echo $ECHO_N "(cached) $ECHO_C" >&6
9593 case $aros_target_ar_ln in
9595 ac_cv_path_aros_target_ar_ln
="$aros_target_ar_ln" # Let the user override the test with a path.
9598 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
9599 for as_dir
in `dirname $aros_gcc_ar`
9602 test -z "$as_dir" && as_dir
=.
9603 for ac_exec_ext
in '' $ac_executable_extensions; do
9604 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9605 ac_cv_path_aros_target_ar_ln
="$as_dir/$ac_word$ac_exec_ext"
9606 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9616 aros_target_ar_ln
=$ac_cv_path_aros_target_ar_ln
9617 if test -n "$aros_target_ar_ln"; then
9618 { echo "$as_me:$LINENO: result: $aros_target_ar_ln" >&5
9619 echo "${ECHO_T}$aros_target_ar_ln" >&6; }
9621 { echo "$as_me:$LINENO: result: no" >&5
9622 echo "${ECHO_T}no" >&6; }
9627 if test "$aros_target_ar_ln" = ""; then
9628 # Extract the first word of "ar", so it can be a program name with args.
9629 set dummy
ar; ac_word
=$2
9630 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9631 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9632 if test "${ac_cv_path_aros_target_ar_ln+set}" = set; then
9633 echo $ECHO_N "(cached) $ECHO_C" >&6
9635 case $aros_target_ar_ln in
9637 ac_cv_path_aros_target_ar_ln
="$aros_target_ar_ln" # Let the user override the test with a path.
9640 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
9644 test -z "$as_dir" && as_dir
=.
9645 for ac_exec_ext
in '' $ac_executable_extensions; do
9646 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9647 ac_cv_path_aros_target_ar_ln
="$as_dir/$ac_word$ac_exec_ext"
9648 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9658 aros_target_ar_ln
=$ac_cv_path_aros_target_ar_ln
9659 if test -n "$aros_target_ar_ln"; then
9660 { echo "$as_me:$LINENO: result: $aros_target_ar_ln" >&5
9661 echo "${ECHO_T}$aros_target_ar_ln" >&6; }
9663 { echo "$as_me:$LINENO: result: no" >&5
9664 echo "${ECHO_T}no" >&6; }
9671 if test "$aros_target_ar_ln" = ""; then
9672 { { echo "$as_me:$LINENO: error: ar is required to build AROS. Please install and run configure again." >&5
9673 echo "$as_me: error: ar is required to build AROS. Please install and run configure again." >&2;}
9674 { (exit 1); exit 1; }; }
9677 if test "$cross_compiling" = "yes" ; then
9678 # Extract the first word of "${target_tool_prefix}nm", so it can be a program name with args.
9679 set dummy
${target_tool_prefix}nm
; ac_word
=$2
9680 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9681 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9682 if test "${ac_cv_path_aros_target_nm_ln+set}" = set; then
9683 echo $ECHO_N "(cached) $ECHO_C" >&6
9685 case $aros_target_nm_ln in
9687 ac_cv_path_aros_target_nm_ln
="$aros_target_nm_ln" # Let the user override the test with a path.
9690 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
9694 test -z "$as_dir" && as_dir
=.
9695 for ac_exec_ext
in '' $ac_executable_extensions; do
9696 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9697 ac_cv_path_aros_target_nm_ln
="$as_dir/$ac_word$ac_exec_ext"
9698 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9708 aros_target_nm_ln
=$ac_cv_path_aros_target_nm_ln
9709 if test -n "$aros_target_nm_ln"; then
9710 { echo "$as_me:$LINENO: result: $aros_target_nm_ln" >&5
9711 echo "${ECHO_T}$aros_target_nm_ln" >&6; }
9713 { echo "$as_me:$LINENO: result: no" >&5
9714 echo "${ECHO_T}no" >&6; }
9719 if test "$GCC" = "yes"; then
9720 aros_gcc_nm
=`$CC -print-prog-name=nm`
9721 # Extract the first word of "`basename $aros_gcc_[nm]`", so it can be a program name with args.
9722 set dummy
`basename $aros_gcc_nm`; ac_word
=$2
9723 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9724 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9725 if test "${ac_cv_path_aros_target_nm_ln+set}" = set; then
9726 echo $ECHO_N "(cached) $ECHO_C" >&6
9728 case $aros_target_nm_ln in
9730 ac_cv_path_aros_target_nm_ln
="$aros_target_nm_ln" # Let the user override the test with a path.
9733 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
9734 for as_dir
in `dirname $aros_gcc_nm`
9737 test -z "$as_dir" && as_dir
=.
9738 for ac_exec_ext
in '' $ac_executable_extensions; do
9739 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9740 ac_cv_path_aros_target_nm_ln
="$as_dir/$ac_word$ac_exec_ext"
9741 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9751 aros_target_nm_ln
=$ac_cv_path_aros_target_nm_ln
9752 if test -n "$aros_target_nm_ln"; then
9753 { echo "$as_me:$LINENO: result: $aros_target_nm_ln" >&5
9754 echo "${ECHO_T}$aros_target_nm_ln" >&6; }
9756 { echo "$as_me:$LINENO: result: no" >&5
9757 echo "${ECHO_T}no" >&6; }
9762 if test "$aros_target_nm_ln" = ""; then
9763 # Extract the first word of "nm", so it can be a program name with args.
9764 set dummy nm
; ac_word
=$2
9765 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9766 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9767 if test "${ac_cv_path_aros_target_nm_ln+set}" = set; then
9768 echo $ECHO_N "(cached) $ECHO_C" >&6
9770 case $aros_target_nm_ln in
9772 ac_cv_path_aros_target_nm_ln
="$aros_target_nm_ln" # Let the user override the test with a path.
9775 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
9779 test -z "$as_dir" && as_dir
=.
9780 for ac_exec_ext
in '' $ac_executable_extensions; do
9781 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9782 ac_cv_path_aros_target_nm_ln
="$as_dir/$ac_word$ac_exec_ext"
9783 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9793 aros_target_nm_ln
=$ac_cv_path_aros_target_nm_ln
9794 if test -n "$aros_target_nm_ln"; then
9795 { echo "$as_me:$LINENO: result: $aros_target_nm_ln" >&5
9796 echo "${ECHO_T}$aros_target_nm_ln" >&6; }
9798 { echo "$as_me:$LINENO: result: no" >&5
9799 echo "${ECHO_T}no" >&6; }
9806 if test "$aros_target_nm_ln" = ""; then
9807 { { echo "$as_me:$LINENO: error: nm is required to build AROS. Please install and run configure again." >&5
9808 echo "$as_me: error: nm is required to build AROS. Please install and run configure again." >&2;}
9809 { (exit 1); exit 1; }; }
9812 if test "$cross_compiling" = "yes" ; then
9813 # Extract the first word of "${target_tool_prefix}objcopy", so it can be a program name with args.
9814 set dummy
${target_tool_prefix}objcopy
; ac_word
=$2
9815 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9816 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9817 if test "${ac_cv_path_aros_target_objcopy_ln+set}" = set; then
9818 echo $ECHO_N "(cached) $ECHO_C" >&6
9820 case $aros_target_objcopy_ln in
9822 ac_cv_path_aros_target_objcopy_ln
="$aros_target_objcopy_ln" # Let the user override the test with a path.
9825 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
9829 test -z "$as_dir" && as_dir
=.
9830 for ac_exec_ext
in '' $ac_executable_extensions; do
9831 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9832 ac_cv_path_aros_target_objcopy_ln
="$as_dir/$ac_word$ac_exec_ext"
9833 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9843 aros_target_objcopy_ln
=$ac_cv_path_aros_target_objcopy_ln
9844 if test -n "$aros_target_objcopy_ln"; then
9845 { echo "$as_me:$LINENO: result: $aros_target_objcopy_ln" >&5
9846 echo "${ECHO_T}$aros_target_objcopy_ln" >&6; }
9848 { echo "$as_me:$LINENO: result: no" >&5
9849 echo "${ECHO_T}no" >&6; }
9854 if test "$GCC" = "yes"; then
9855 aros_gcc_objcopy
=`$CC -print-prog-name=objcopy`
9856 # Extract the first word of "`basename $aros_gcc_[objcopy]`", so it can be a program name with args.
9857 set dummy
`basename $aros_gcc_objcopy`; ac_word
=$2
9858 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9859 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9860 if test "${ac_cv_path_aros_target_objcopy_ln+set}" = set; then
9861 echo $ECHO_N "(cached) $ECHO_C" >&6
9863 case $aros_target_objcopy_ln in
9865 ac_cv_path_aros_target_objcopy_ln
="$aros_target_objcopy_ln" # Let the user override the test with a path.
9868 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
9869 for as_dir
in `dirname $aros_gcc_objcopy`
9872 test -z "$as_dir" && as_dir
=.
9873 for ac_exec_ext
in '' $ac_executable_extensions; do
9874 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9875 ac_cv_path_aros_target_objcopy_ln
="$as_dir/$ac_word$ac_exec_ext"
9876 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9886 aros_target_objcopy_ln
=$ac_cv_path_aros_target_objcopy_ln
9887 if test -n "$aros_target_objcopy_ln"; then
9888 { echo "$as_me:$LINENO: result: $aros_target_objcopy_ln" >&5
9889 echo "${ECHO_T}$aros_target_objcopy_ln" >&6; }
9891 { echo "$as_me:$LINENO: result: no" >&5
9892 echo "${ECHO_T}no" >&6; }
9897 if test "$aros_target_objcopy_ln" = ""; then
9898 # Extract the first word of "objcopy", so it can be a program name with args.
9899 set dummy objcopy
; ac_word
=$2
9900 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9901 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9902 if test "${ac_cv_path_aros_target_objcopy_ln+set}" = set; then
9903 echo $ECHO_N "(cached) $ECHO_C" >&6
9905 case $aros_target_objcopy_ln in
9907 ac_cv_path_aros_target_objcopy_ln
="$aros_target_objcopy_ln" # Let the user override the test with a path.
9910 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
9914 test -z "$as_dir" && as_dir
=.
9915 for ac_exec_ext
in '' $ac_executable_extensions; do
9916 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9917 ac_cv_path_aros_target_objcopy_ln
="$as_dir/$ac_word$ac_exec_ext"
9918 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9928 aros_target_objcopy_ln
=$ac_cv_path_aros_target_objcopy_ln
9929 if test -n "$aros_target_objcopy_ln"; then
9930 { echo "$as_me:$LINENO: result: $aros_target_objcopy_ln" >&5
9931 echo "${ECHO_T}$aros_target_objcopy_ln" >&6; }
9933 { echo "$as_me:$LINENO: result: no" >&5
9934 echo "${ECHO_T}no" >&6; }
9941 if test "$aros_target_objcopy_ln" = ""; then
9942 { { echo "$as_me:$LINENO: error: objcopy is required to build AROS. Please install and run configure again." >&5
9943 echo "$as_me: error: objcopy is required to build AROS. Please install and run configure again." >&2;}
9944 { (exit 1); exit 1; }; }
9947 if test "$cross_compiling" = "yes" ; then
9948 # Extract the first word of "${target_tool_prefix}objdump", so it can be a program name with args.
9949 set dummy
${target_tool_prefix}objdump
; ac_word
=$2
9950 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9951 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9952 if test "${ac_cv_path_aros_target_objdump_ln+set}" = set; then
9953 echo $ECHO_N "(cached) $ECHO_C" >&6
9955 case $aros_target_objdump_ln in
9957 ac_cv_path_aros_target_objdump_ln
="$aros_target_objdump_ln" # Let the user override the test with a path.
9960 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
9964 test -z "$as_dir" && as_dir
=.
9965 for ac_exec_ext
in '' $ac_executable_extensions; do
9966 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9967 ac_cv_path_aros_target_objdump_ln
="$as_dir/$ac_word$ac_exec_ext"
9968 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9978 aros_target_objdump_ln
=$ac_cv_path_aros_target_objdump_ln
9979 if test -n "$aros_target_objdump_ln"; then
9980 { echo "$as_me:$LINENO: result: $aros_target_objdump_ln" >&5
9981 echo "${ECHO_T}$aros_target_objdump_ln" >&6; }
9983 { echo "$as_me:$LINENO: result: no" >&5
9984 echo "${ECHO_T}no" >&6; }
9989 if test "$GCC" = "yes"; then
9990 aros_gcc_objdump
=`$CC -print-prog-name=objdump`
9991 # Extract the first word of "`basename $aros_gcc_[objdump]`", so it can be a program name with args.
9992 set dummy
`basename $aros_gcc_objdump`; ac_word
=$2
9993 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9994 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9995 if test "${ac_cv_path_aros_target_objdump_ln+set}" = set; then
9996 echo $ECHO_N "(cached) $ECHO_C" >&6
9998 case $aros_target_objdump_ln in
10000 ac_cv_path_aros_target_objdump_ln
="$aros_target_objdump_ln" # Let the user override the test with a path.
10003 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
10004 for as_dir
in `dirname $aros_gcc_objdump`
10007 test -z "$as_dir" && as_dir
=.
10008 for ac_exec_ext
in '' $ac_executable_extensions; do
10009 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10010 ac_cv_path_aros_target_objdump_ln
="$as_dir/$ac_word$ac_exec_ext"
10011 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10021 aros_target_objdump_ln
=$ac_cv_path_aros_target_objdump_ln
10022 if test -n "$aros_target_objdump_ln"; then
10023 { echo "$as_me:$LINENO: result: $aros_target_objdump_ln" >&5
10024 echo "${ECHO_T}$aros_target_objdump_ln" >&6; }
10026 { echo "$as_me:$LINENO: result: no" >&5
10027 echo "${ECHO_T}no" >&6; }
10032 if test "$aros_target_objdump_ln" = ""; then
10033 # Extract the first word of "objdump", so it can be a program name with args.
10034 set dummy objdump
; ac_word
=$2
10035 { echo "$as_me:$LINENO: checking for $ac_word" >&5
10036 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
10037 if test "${ac_cv_path_aros_target_objdump_ln+set}" = set; then
10038 echo $ECHO_N "(cached) $ECHO_C" >&6
10040 case $aros_target_objdump_ln in
10042 ac_cv_path_aros_target_objdump_ln
="$aros_target_objdump_ln" # Let the user override the test with a path.
10045 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
10046 for as_dir
in $PATH
10049 test -z "$as_dir" && as_dir
=.
10050 for ac_exec_ext
in '' $ac_executable_extensions; do
10051 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10052 ac_cv_path_aros_target_objdump_ln
="$as_dir/$ac_word$ac_exec_ext"
10053 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10063 aros_target_objdump_ln
=$ac_cv_path_aros_target_objdump_ln
10064 if test -n "$aros_target_objdump_ln"; then
10065 { echo "$as_me:$LINENO: result: $aros_target_objdump_ln" >&5
10066 echo "${ECHO_T}$aros_target_objdump_ln" >&6; }
10068 { echo "$as_me:$LINENO: result: no" >&5
10069 echo "${ECHO_T}no" >&6; }
10076 if test "$aros_target_objdump_ln" = ""; then
10077 { { echo "$as_me:$LINENO: error: objdump is required to build AROS. Please install and run configure again." >&5
10078 echo "$as_me: error: objdump is required to build AROS. Please install and run configure again." >&2;}
10079 { (exit 1); exit 1; }; }
10082 if test "$cross_compiling" = "yes" ; then
10083 # Extract the first word of "${target_tool_prefix}ranlib", so it can be a program name with args.
10084 set dummy
${target_tool_prefix}ranlib
; ac_word
=$2
10085 { echo "$as_me:$LINENO: checking for $ac_word" >&5
10086 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
10087 if test "${ac_cv_path_aros_target_ranlib_ln+set}" = set; then
10088 echo $ECHO_N "(cached) $ECHO_C" >&6
10090 case $aros_target_ranlib_ln in
10092 ac_cv_path_aros_target_ranlib_ln
="$aros_target_ranlib_ln" # Let the user override the test with a path.
10095 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
10096 for as_dir
in $PATH
10099 test -z "$as_dir" && as_dir
=.
10100 for ac_exec_ext
in '' $ac_executable_extensions; do
10101 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10102 ac_cv_path_aros_target_ranlib_ln
="$as_dir/$ac_word$ac_exec_ext"
10103 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10113 aros_target_ranlib_ln
=$ac_cv_path_aros_target_ranlib_ln
10114 if test -n "$aros_target_ranlib_ln"; then
10115 { echo "$as_me:$LINENO: result: $aros_target_ranlib_ln" >&5
10116 echo "${ECHO_T}$aros_target_ranlib_ln" >&6; }
10118 { echo "$as_me:$LINENO: result: no" >&5
10119 echo "${ECHO_T}no" >&6; }
10124 if test "$GCC" = "yes"; then
10125 aros_gcc_ranlib
=`$CC -print-prog-name=ranlib`
10126 # Extract the first word of "`basename $aros_gcc_[ranlib]`", so it can be a program name with args.
10127 set dummy
`basename $aros_gcc_ranlib`; ac_word
=$2
10128 { echo "$as_me:$LINENO: checking for $ac_word" >&5
10129 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
10130 if test "${ac_cv_path_aros_target_ranlib_ln+set}" = set; then
10131 echo $ECHO_N "(cached) $ECHO_C" >&6
10133 case $aros_target_ranlib_ln in
10135 ac_cv_path_aros_target_ranlib_ln
="$aros_target_ranlib_ln" # Let the user override the test with a path.
10138 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
10139 for as_dir
in `dirname $aros_gcc_ranlib`
10142 test -z "$as_dir" && as_dir
=.
10143 for ac_exec_ext
in '' $ac_executable_extensions; do
10144 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10145 ac_cv_path_aros_target_ranlib_ln
="$as_dir/$ac_word$ac_exec_ext"
10146 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10156 aros_target_ranlib_ln
=$ac_cv_path_aros_target_ranlib_ln
10157 if test -n "$aros_target_ranlib_ln"; then
10158 { echo "$as_me:$LINENO: result: $aros_target_ranlib_ln" >&5
10159 echo "${ECHO_T}$aros_target_ranlib_ln" >&6; }
10161 { echo "$as_me:$LINENO: result: no" >&5
10162 echo "${ECHO_T}no" >&6; }
10167 if test "$aros_target_ranlib_ln" = ""; then
10168 # Extract the first word of "ranlib", so it can be a program name with args.
10169 set dummy ranlib
; ac_word
=$2
10170 { echo "$as_me:$LINENO: checking for $ac_word" >&5
10171 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
10172 if test "${ac_cv_path_aros_target_ranlib_ln+set}" = set; then
10173 echo $ECHO_N "(cached) $ECHO_C" >&6
10175 case $aros_target_ranlib_ln in
10177 ac_cv_path_aros_target_ranlib_ln
="$aros_target_ranlib_ln" # Let the user override the test with a path.
10180 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
10181 for as_dir
in $PATH
10184 test -z "$as_dir" && as_dir
=.
10185 for ac_exec_ext
in '' $ac_executable_extensions; do
10186 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10187 ac_cv_path_aros_target_ranlib_ln
="$as_dir/$ac_word$ac_exec_ext"
10188 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10198 aros_target_ranlib_ln
=$ac_cv_path_aros_target_ranlib_ln
10199 if test -n "$aros_target_ranlib_ln"; then
10200 { echo "$as_me:$LINENO: result: $aros_target_ranlib_ln" >&5
10201 echo "${ECHO_T}$aros_target_ranlib_ln" >&6; }
10203 { echo "$as_me:$LINENO: result: no" >&5
10204 echo "${ECHO_T}no" >&6; }
10211 if test "$aros_target_ranlib_ln" = ""; then
10212 { { echo "$as_me:$LINENO: error: ranlib is required to build AROS. Please install and run configure again." >&5
10213 echo "$as_me: error: ranlib is required to build AROS. Please install and run configure again." >&2;}
10214 { (exit 1); exit 1; }; }
10217 if test "$cross_compiling" = "yes" ; then
10218 # Extract the first word of "${target_tool_prefix}strip", so it can be a program name with args.
10219 set dummy
${target_tool_prefix}strip
; ac_word
=$2
10220 { echo "$as_me:$LINENO: checking for $ac_word" >&5
10221 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
10222 if test "${ac_cv_path_aros_target_strip_ln+set}" = set; then
10223 echo $ECHO_N "(cached) $ECHO_C" >&6
10225 case $aros_target_strip_ln in
10227 ac_cv_path_aros_target_strip_ln
="$aros_target_strip_ln" # Let the user override the test with a path.
10230 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
10231 for as_dir
in $PATH
10234 test -z "$as_dir" && as_dir
=.
10235 for ac_exec_ext
in '' $ac_executable_extensions; do
10236 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10237 ac_cv_path_aros_target_strip_ln
="$as_dir/$ac_word$ac_exec_ext"
10238 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10248 aros_target_strip_ln
=$ac_cv_path_aros_target_strip_ln
10249 if test -n "$aros_target_strip_ln"; then
10250 { echo "$as_me:$LINENO: result: $aros_target_strip_ln" >&5
10251 echo "${ECHO_T}$aros_target_strip_ln" >&6; }
10253 { echo "$as_me:$LINENO: result: no" >&5
10254 echo "${ECHO_T}no" >&6; }
10259 if test "$GCC" = "yes"; then
10260 aros_gcc_strip
=`$CC -print-prog-name=strip`
10261 # Extract the first word of "`basename $aros_gcc_[strip]`", so it can be a program name with args.
10262 set dummy
`basename $aros_gcc_strip`; ac_word
=$2
10263 { echo "$as_me:$LINENO: checking for $ac_word" >&5
10264 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
10265 if test "${ac_cv_path_aros_target_strip_ln+set}" = set; then
10266 echo $ECHO_N "(cached) $ECHO_C" >&6
10268 case $aros_target_strip_ln in
10270 ac_cv_path_aros_target_strip_ln
="$aros_target_strip_ln" # Let the user override the test with a path.
10273 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
10274 for as_dir
in `dirname $aros_gcc_strip`
10277 test -z "$as_dir" && as_dir
=.
10278 for ac_exec_ext
in '' $ac_executable_extensions; do
10279 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10280 ac_cv_path_aros_target_strip_ln
="$as_dir/$ac_word$ac_exec_ext"
10281 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10291 aros_target_strip_ln
=$ac_cv_path_aros_target_strip_ln
10292 if test -n "$aros_target_strip_ln"; then
10293 { echo "$as_me:$LINENO: result: $aros_target_strip_ln" >&5
10294 echo "${ECHO_T}$aros_target_strip_ln" >&6; }
10296 { echo "$as_me:$LINENO: result: no" >&5
10297 echo "${ECHO_T}no" >&6; }
10302 if test "$aros_target_strip_ln" = ""; then
10303 # Extract the first word of "strip", so it can be a program name with args.
10304 set dummy strip
; ac_word
=$2
10305 { echo "$as_me:$LINENO: checking for $ac_word" >&5
10306 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
10307 if test "${ac_cv_path_aros_target_strip_ln+set}" = set; then
10308 echo $ECHO_N "(cached) $ECHO_C" >&6
10310 case $aros_target_strip_ln in
10312 ac_cv_path_aros_target_strip_ln
="$aros_target_strip_ln" # Let the user override the test with a path.
10315 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
10316 for as_dir
in $PATH
10319 test -z "$as_dir" && as_dir
=.
10320 for ac_exec_ext
in '' $ac_executable_extensions; do
10321 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10322 ac_cv_path_aros_target_strip_ln
="$as_dir/$ac_word$ac_exec_ext"
10323 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10333 aros_target_strip_ln
=$ac_cv_path_aros_target_strip_ln
10334 if test -n "$aros_target_strip_ln"; then
10335 { echo "$as_me:$LINENO: result: $aros_target_strip_ln" >&5
10336 echo "${ECHO_T}$aros_target_strip_ln" >&6; }
10338 { echo "$as_me:$LINENO: result: no" >&5
10339 echo "${ECHO_T}no" >&6; }
10346 if test "$aros_target_strip_ln" = ""; then
10347 { { echo "$as_me:$LINENO: error: strip is required to build AROS. Please install and run configure again." >&5
10348 echo "$as_me: error: strip is required to build AROS. Please install and run configure again." >&2;}
10349 { (exit 1); exit 1; }; }
10352 if test "$GCC" = "yes"; then
10353 aros_target_cc_path
=`$aros_kernel_cc -print-search-dirs | grep "programs: =" | cut -c 12-`
10356 aros_hostcfg_dir
="bin/${aros_host_arch}-${aros_host_cpu}/gen/config"
10357 aros_targetcfg_dir
="bin/${aros_target_arch}-${aros_target_cpu}${aros_target_suffix}/gen/config"
10358 aros_inc_dir
="bin/${aros_target_arch}-${aros_target_cpu}${aros_target_suffix}/AROS/Development/include/aros"
10359 aros_gendir
="bin/${aros_target_arch}-${aros_target_cpu}${aros_target_suffix}/gen"
10360 aros_geninc_dir
="bin/${aros_target_arch}-${aros_target_cpu}${aros_target_suffix}/gen/include/aros"
10361 aros_tools_dir
="bin/${aros_host_arch}-${aros_host_cpu}/tools"
10362 aros_scripts_dir
="bin/${aros_target_arch}-${aros_target_cpu}${aros_target_suffix}/gen/scripts"
10364 # aros_cc_pre is a variable that is added to the front of the compiler name
10365 # in the generated aros-gcc shell script. We need this to enable the cache
10366 # to work across cleaned builds. Also, support DISTCC using the correct
10367 # environment variable.
10370 if test "x${DISTCC}" != "x" ; then
10371 if test "x${CCACHE}" != "x" ; then
10372 aros_cc_pre
="env CCACHE_PREFIX=${DISTCC} ${CCACHE} "
10374 aros_cc_pre
="${DISTCC} "
10377 if test "x${CCACHE}" != "x" ; then
10378 aros_cc_pre
="${CCACHE} "
10382 prefix
="${PWD}/${aros_tools_dir}/${aros_target_cpu}-${aros_target_arch}${aros_target_suffix}-aros"
10384 aros_target_nostdinc_cflags
=-nostdinc
10386 aros_target_nostartup_ldflags
=-nostartfiles
10388 aros_target_nix_ldflags
=-nix
10390 aros_target_detach_ldflags
=-detach
10392 aros_target_nostdlib_ldflags
=-nostdlib
10396 aros_target_cc
="${prefix}-gcc"
10397 aros_target_as
="${prefix}-as"
10398 aros_target_ld
="${prefix}-ld"
10399 aros_target_ar
="${prefix}-ar $aros_target_ar_flags"
10400 aros_target_objcopy
=${prefix}-objcopy
10401 aros_target_objdump
=${prefix}-objdump
10402 aros_target_ranlib
="${prefix}-ranlib $aros_target_ranlib_flags"
10403 aros_target_nm
="${prefix}-nm $aros_target_nm_flags"
10404 aros_kernel_nm
="${prefix}-nm"
10405 aros_target_strip
=${prefix}-strip
10407 # Find the system include path. We can suggest that an alternative is
10408 # used if we don't get it correct. The default is to use /usr/include.
10409 # Which is set in the aros_target_incl_def variable.
10411 # Check whether --enable-includes was given.
10412 if test "${enable_includes+set}" = set; then
10413 enableval
=$enable_includes; aros_target_incl
=$enable_includes
10415 aros_target_incl
=$aros_target_incl_def
10419 { echo "$as_me:$LINENO: checking for the target compiler's include path" >&5
10420 echo $ECHO_N "checking for the target compiler's include path... $ECHO_C" >&6; }
10421 if test "$aros_target_cc_includes" = "" ; then
10422 #try to guess where the directory is
10423 aros_target_cc_includes
=`dirname \`${aros_kernel_cc} -print-libgcc-file-name\
``/include
10424 if ! test -d $aros_target_cc_includes; then
10425 #the directory doesn't exist, we need to do some more work
10426 aros_target_cc_includes
=${PWD}/${aros_gendir}/cc_include
10428 #these are the headers we're looling for
10429 headers
="limits.h mmintrin.h stdbool.h syslimits.h float.h \
10430 stddef.h xmmintrin.h iso646.h stdarg.h unwind.h \
10434 for h
in $headers; do
10435 #which other headers each of the above headers needs?
10436 deps
=$
(echo "#include <$h>" | \
10437 $aros_host_cc -E -M - 2>/dev
/null | \
10438 sed 's/^.*://; s/\\$/ /g; s/[ \t]\+/ /g')
10440 #copy all the needed headers to a directory beneath gendir
10443 dir
=${aros_target_cc_includes}$
(echo $
(dirname $d) | \
10444 sed -n "s,^.*/include\(/.*\),\1,p")
10445 ! test -d $dir && mkdir
-p $dir
10446 ! test -f $dir/$h && { cp $d $dir; chmod u
+w
$dir/$h; }
10451 { echo "$as_me:$LINENO: result: $aros_target_cc_includes" >&5
10452 echo "${ECHO_T}$aros_target_cc_includes" >&6; }
10454 { echo "$as_me:$LINENO: checking for default resolution of WBScreen" >&5
10455 echo $ECHO_N "checking for default resolution of WBScreen... $ECHO_C" >&6; }
10457 # Check whether --with-resolution was given.
10458 if test "${with_resolution+set}" = set; then
10459 withval
=$with_resolution; resolution
=$withval
10464 # We require an argument, so map --with/--without ("yes"/"no") to "none" specified
10465 if test "$resolution" = "yes" ; then
10468 if test "$resolution" = "no" ; then
10471 if test "$resolution" != "none" ; then
10472 aros_default_wbwidth
=`echo $resolution | cut -d'x' -f1`
10473 aros_default_wbheight
=`echo $resolution | cut -d'x' -f2`
10474 aros_default_wbdepth
=`echo $resolution | cut -d'x' -f3`
10476 { echo "$as_me:$LINENO: result: $aros_default_wbwidth x $aros_default_wbheight x $aros_default_wbdepth" >&5
10477 echo "${ECHO_T}$aros_default_wbwidth x $aros_default_wbheight x $aros_default_wbdepth" >&6; }
10478 aros_cv_default_wbwidth
=$aros_default_wbwidth
10479 aros_cv_default_wbheight
=$aros_default_wbheight
10480 aros_cv_default_wbdepth
=$aros_default_wbdepth
10482 { echo "$as_me:$LINENO: checking if bochs hack is enabled" >&5
10483 echo $ECHO_N "checking if bochs hack is enabled... $ECHO_C" >&6; }
10484 # Check whether --enable-bochs_hack was given.
10485 if test "${enable_bochs_hack+set}" = set; then
10486 enableval
=$enable_bochs_hack; bochs_hack
="yes"
10491 if test "$bochs_hack" = "yes" ; then
10492 aros_bochs_hack
="1"
10494 { echo "$as_me:$LINENO: result: $bochs_hack" >&5
10495 echo "${ECHO_T}$bochs_hack" >&6; }
10497 { echo "$as_me:$LINENO: checking if serial debug is enabled" >&5
10498 echo $ECHO_N "checking if serial debug is enabled... $ECHO_C" >&6; }
10500 # Check whether --with-serial-debug was given.
10501 if test "${with_serial_debug+set}" = set; then
10502 withval
=$with_serial_debug; serial_debug
=$withval
10507 if test "$serial_debug" = "yes" ; then
10510 if test "$serial_debug" = "no" ; then
10511 serial_debug
="none"
10513 if test "$serial_debug" != "none" ; then
10514 aros_serial_debug
=$serial_debug
10515 { echo "$as_me:$LINENO: result: on port $serial_debug" >&5
10516 echo "${ECHO_T}on port $serial_debug" >&6; }
10518 { echo "$as_me:$LINENO: result: no" >&5
10519 echo "${ECHO_T}no" >&6; }
10522 { echo "$as_me:$LINENO: checking if palm debug hack is enabled" >&5
10523 echo $ECHO_N "checking if palm debug hack is enabled... $ECHO_C" >&6; }
10524 # Check whether --enable-palm_debug_hack was given.
10525 if test "${enable_palm_debug_hack+set}" = set; then
10526 enableval
=$enable_palm_debug_hack; palm_debug_hack
="yes"
10528 palm_debug_hack
="no"
10531 if test "$palm_debug_hack" = "yes" ; then
10532 aros_palm_debug_hack
="1"
10534 { echo "$as_me:$LINENO: result: $palm_debug_hack" >&5
10535 echo "${ECHO_T}$palm_debug_hack" >&6; }
10538 { echo "$as_me:$LINENO: checking if nesting supervisor support is enabled" >&5
10539 echo $ECHO_N "checking if nesting supervisor support is enabled... $ECHO_C" >&6; }
10540 # Check whether --enable-nesting_supervisor was given.
10541 if test "${enable_nesting_supervisor+set}" = set; then
10542 enableval
=$enable_nesting_supervisor; nesting_supervisor
="yes"
10544 nesting_supervisor
="no"
10547 if test "$nesting_supervisor" = "yes" ; then
10548 aros_nesting_supervisor
="1"
10550 { echo "$as_me:$LINENO: result: $nesting_supervisor" >&5
10551 echo "${ECHO_T}$nesting_supervisor" >&6; }
10554 if test "x-$aros_flavour" = "x-emulation" -o "x-$aros_flavour" = "x-emulcompat" ; then
10556 { echo "$as_me:$LINENO: checking for dlopen" >&5
10557 echo $ECHO_N "checking for dlopen... $ECHO_C" >&6; }
10558 if test "${ac_cv_func_dlopen+set}" = set; then
10559 echo $ECHO_N "(cached) $ECHO_C" >&6
10561 cat >conftest.
$ac_ext <<_ACEOF
10564 cat confdefs.h
>>conftest.
$ac_ext
10565 cat >>conftest.
$ac_ext <<_ACEOF
10566 /* end confdefs.h. */
10567 /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
10568 For example, HP-UX 11i <limits.h> declares gettimeofday. */
10569 #define dlopen innocuous_dlopen
10571 /* System header to define __stub macros and hopefully few prototypes,
10572 which can conflict with char dlopen (); below.
10573 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10574 <limits.h> exists even on freestanding compilers. */
10577 # include <limits.h>
10579 # include <assert.h>
10584 /* Override any GCC internal prototype to avoid an error.
10585 Use char because int might match the return type of a GCC
10586 builtin and then its argument prototype would still apply. */
10591 /* The GNU C library defines this for functions which it implements
10592 to always fail with ENOSYS. Some functions are actually named
10593 something starting with __ and the normal name is an alias. */
10594 #if defined __stub_dlopen || defined __stub___dlopen
10606 rm -f conftest.
$ac_objext conftest
$ac_exeext
10607 if { (ac_try
="$ac_link"
10608 case "(($ac_try" in
10609 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10610 *) ac_try_echo=$ac_try;;
10612 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10613 (eval "$ac_link") 2>conftest.er1
10615 grep -v '^ *+' conftest.er1 >conftest.err
10617 cat conftest.err >&5
10618 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10619 (exit $ac_status); } && {
10620 test -z "$ac_c_werror_flag" ||
10621 test ! -s conftest.err
10622 } && test -s conftest$ac_exeext &&
10623 $as_test_x conftest$ac_exeext; then
10624 ac_cv_func_dlopen=yes
10626 echo "$as_me: failed program was:" >&5
10627 sed 's/^/| /' conftest.$ac_ext >&5
10629 ac_cv_func_dlopen=no
10632 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10633 conftest$ac_exeext conftest.$ac_ext
10635 { echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
10636 echo "${ECHO_T}$ac_cv_func_dlopen" >&6; }
10637 if test $ac_cv_func_dlopen = yes; then
10643 if test "x-$have_dl" = "x-no" ; then
10644 { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
10645 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
10646 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
10647 echo $ECHO_N "(cached) $ECHO_C" >&6
10649 ac_check_lib_save_LIBS=$LIBS
10651 cat >conftest.$ac_ext <<_ACEOF
10654 cat confdefs.h >>conftest.$ac_ext
10655 cat >>conftest.$ac_ext <<_ACEOF
10656 /* end confdefs.h. */
10658 /* Override any GCC internal prototype to avoid an error.
10659 Use char because int might match the return type of a GCC
10660 builtin and then its argument prototype would still apply. */
10673 rm -f conftest.$ac_objext conftest$ac_exeext
10674 if { (ac_try="$ac_link"
10675 case "(($ac_try" in
10676 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10677 *) ac_try_echo
=$ac_try;;
10679 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10680 (eval "$ac_link") 2>conftest.er1
10682 grep -v '^ *+' conftest.er1
>conftest.err
10684 cat conftest.err
>&5
10685 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10686 (exit $ac_status); } && {
10687 test -z "$ac_c_werror_flag" ||
10688 test ! -s conftest.err
10689 } && test -s conftest
$ac_exeext &&
10690 $as_test_x conftest
$ac_exeext; then
10691 ac_cv_lib_dl_dlopen
=yes
10693 echo "$as_me: failed program was:" >&5
10694 sed 's/^/| /' conftest.
$ac_ext >&5
10696 ac_cv_lib_dl_dlopen
=no
10699 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
10700 conftest
$ac_exeext conftest.
$ac_ext
10701 LIBS
=$ac_check_lib_save_LIBS
10703 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
10704 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
10705 if test $ac_cv_lib_dl_dlopen = yes; then
10707 aros_host_ldflags
="$aros_host_ldflags -ldl"
10713 if test "x-$have_dl" = "x-no" ; then
10714 { { echo "$as_me:$LINENO: error: dlopen() dynamic linker functions not available" >&5
10715 echo "$as_me: error: dlopen() dynamic linker functions not available" >&2;}
10716 { (exit 1); exit 1; }; }
10720 # Check whether --enable-x11_hidd was given.
10721 if test "${enable_x11_hidd+set}" = set; then
10722 enableval
=$enable_x11_hidd; x11_hidd
="$enableval"
10727 case "x-$x11_hidd" in
10728 x-yes|x-no|x-auto
) ;;
10729 *) x11_hidd
="auto" ;;
10732 if test "x-$x11_hidd" != "x-no" ; then
10734 { echo "$as_me:$LINENO: checking for X" >&5
10735 echo $ECHO_N "checking for X... $ECHO_C" >&6; }
10738 # Check whether --with-x was given.
10739 if test "${with_x+set}" = set; then
10743 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
10744 if test "x$with_x" = xno
; then
10745 # The user explicitly disabled X.
10748 case $x_includes,$x_libraries in #(
10749 *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5
10750 echo "$as_me: error: Cannot use X directory names containing '" >&2;}
10751 { (exit 1); exit 1; }; };; #(
10752 *,NONE | NONE
,*) if test "${ac_cv_have_x+set}" = set; then
10753 echo $ECHO_N "(cached) $ECHO_C" >&6
10755 # One or both of the vars are not set, and there is no cached value.
10756 ac_x_includes
=no ac_x_libraries
=no
10757 rm -f -r conftest.dir
10758 if mkdir conftest.dir
; then
10760 cat >Imakefile
<<'_ACEOF'
10762 @echo incroot='${INCROOT}'
10764 @echo usrlibdir='${USRLIBDIR}'
10766 @echo libdir='${LIBDIR}'
10768 if (export CC
; ${XMKMF-xmkmf}) >/dev
/null
2>/dev
/null
&& test -f Makefile
; then
10769 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
10770 for ac_var
in incroot usrlibdir libdir
; do
10771 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
10773 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
10774 for ac_extension
in a so sl
; do
10775 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
10776 test -f "$ac_im_libdir/libX11.$ac_extension"; then
10777 ac_im_usrlibdir
=$ac_im_libdir; break
10780 # Screen out bogus values from the imake configuration. They are
10781 # bogus both because they are the default anyway, and because
10782 # using them would break gcc on systems where it needs fixed includes.
10783 case $ac_im_incroot in
10784 /usr
/include
) ac_x_includes
= ;;
10785 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes
=$ac_im_incroot;;
10787 case $ac_im_usrlibdir in
10788 /usr
/lib |
/lib
) ;;
10789 *) test -d "$ac_im_usrlibdir" && ac_x_libraries
=$ac_im_usrlibdir ;;
10793 rm -f -r conftest.dir
10796 # Standard set of common directories for X headers.
10797 # Check X11 before X11Rn because it is often a symlink to the current release.
10809 /usr/local/X11/include
10810 /usr/local/X11R6/include
10811 /usr/local/X11R5/include
10812 /usr/local/X11R4/include
10814 /usr/local/include/X11
10815 /usr/local/include/X11R6
10816 /usr/local/include/X11R5
10817 /usr/local/include/X11R4
10821 /usr/XFree86/include/X11
10825 /usr/unsupported/include
10826 /usr/athena/include
10827 /usr/local/x11r5/include
10828 /usr/lpp/Xamples/include
10830 /usr/openwin/include
10831 /usr/openwin/share/include'
10833 if test "$ac_x_includes" = no
; then
10834 # Guess where to find include files, by looking for Xlib.h.
10835 # First, try using that file with no special directory specified.
10836 cat >conftest.
$ac_ext <<_ACEOF
10839 cat confdefs.h
>>conftest.
$ac_ext
10840 cat >>conftest.
$ac_ext <<_ACEOF
10841 /* end confdefs.h. */
10842 #include <X11/Xlib.h>
10844 if { (ac_try
="$ac_cpp conftest.$ac_ext"
10845 case "(($ac_try" in
10846 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10847 *) ac_try_echo=$ac_try;;
10849 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10850 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
10852 grep -v '^ *+' conftest.er1 >conftest.err
10854 cat conftest.err >&5
10855 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10856 (exit $ac_status); } >/dev/null && {
10857 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
10858 test ! -s conftest.err
10860 # We can compile using X headers with no special include directory.
10863 echo "$as_me: failed program was:" >&5
10864 sed 's/^/| /' conftest.$ac_ext >&5
10866 for ac_dir in $ac_x_header_dirs; do
10867 if test -r "$ac_dir/X11/Xlib.h"; then
10868 ac_x_includes=$ac_dir
10874 rm -f conftest.err conftest.$ac_ext
10875 fi # $ac_x_includes = no
10877 if test "$ac_x_libraries" = no; then
10878 # Check for the libraries.
10879 # See if we find them without any special options.
10880 # Don't add to $LIBS permanently.
10883 cat >conftest.$ac_ext <<_ACEOF
10886 cat confdefs.h >>conftest.$ac_ext
10887 cat >>conftest.$ac_ext <<_ACEOF
10888 /* end confdefs.h. */
10889 #include <X11/Xlib.h>
10898 rm -f conftest.$ac_objext conftest$ac_exeext
10899 if { (ac_try="$ac_link"
10900 case "(($ac_try" in
10901 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10902 *) ac_try_echo
=$ac_try;;
10904 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10905 (eval "$ac_link") 2>conftest.er1
10907 grep -v '^ *+' conftest.er1
>conftest.err
10909 cat conftest.err
>&5
10910 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10911 (exit $ac_status); } && {
10912 test -z "$ac_c_werror_flag" ||
10913 test ! -s conftest.err
10914 } && test -s conftest
$ac_exeext &&
10915 $as_test_x conftest
$ac_exeext; then
10917 # We can link X programs with no special library path.
10920 echo "$as_me: failed program was:" >&5
10921 sed 's/^/| /' conftest.
$ac_ext >&5
10924 for ac_dir
in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
10926 # Don't even attempt the hair of trying to link an X program!
10927 for ac_extension
in a so sl
; do
10928 if test -r "$ac_dir/libX11.$ac_extension"; then
10929 ac_x_libraries
=$ac_dir
10936 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
10937 conftest
$ac_exeext conftest.
$ac_ext
10938 fi # $ac_x_libraries = no
10940 case $ac_x_includes,$ac_x_libraries in #(
10941 no
,* |
*,no |
*\'*)
10942 # Didn't find X, or a directory has "'" in its name.
10943 ac_cv_have_x
="have_x=no";; #(
10945 # Record where we found X for the cache.
10946 ac_cv_have_x
="have_x=yes\
10947 ac_x_includes='$ac_x_includes'\
10948 ac_x_libraries='$ac_x_libraries'"
10954 eval "$ac_cv_have_x"
10957 if test "$have_x" != yes; then
10958 { echo "$as_me:$LINENO: result: $have_x" >&5
10959 echo "${ECHO_T}$have_x" >&6; }
10962 # If each of the values was on the command line, it overrides each guess.
10963 test "x$x_includes" = xNONE
&& x_includes
=$ac_x_includes
10964 test "x$x_libraries" = xNONE
&& x_libraries
=$ac_x_libraries
10965 # Update the cache value to reflect the command line values.
10966 ac_cv_have_x
="have_x=yes\
10967 ac_x_includes='$x_includes'\
10968 ac_x_libraries='$x_libraries'"
10969 { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
10970 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; }
10975 for path
in $x_libraries
10977 x_cflags
="$x_cflags -L$path"
10980 for path
in $x_includes
10982 x_cflags
="$x_cflags -I$path"
10985 if test "x-$no_x" = "x-yes" ; then
10987 if test "x-$x11_hidd" != "x-auto" ; then
10988 { { echo "$as_me:$LINENO: error: X11 libs/headers not found, cannot build X11 hidd as requested" >&5
10989 echo "$as_me: error: X11 libs/headers not found, cannot build X11 hidd as requested" >&2;}
10990 { (exit 1); exit 1; }; }
10994 x11_hidd_target
=kernel-x11gfx
10997 # Check whether --enable-x11_shm was given.
10998 if test "${enable_x11_shm+set}" = set; then
10999 enableval
=$enable_x11_shm; x11_hidd_shm
="$enableval"
11001 x11_hidd_shm
="auto"
11004 case "x-$x11_hidd_shm" in
11005 x-yes|x-no|x-auto
) ;;
11006 *) x11_hidd_shm
="auto" ;;
11011 if test "x-$x11_hidd_shm" != "x-no" ; then
11014 for ac_header
in sys
/ipc.h
11016 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11017 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11018 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11019 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11020 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11021 echo $ECHO_N "(cached) $ECHO_C" >&6
11023 ac_res
=`eval echo '${'$as_ac_Header'}'`
11024 { echo "$as_me:$LINENO: result: $ac_res" >&5
11025 echo "${ECHO_T}$ac_res" >&6; }
11027 # Is the header compilable?
11028 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11029 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11030 cat >conftest.
$ac_ext <<_ACEOF
11033 cat confdefs.h
>>conftest.
$ac_ext
11034 cat >>conftest.
$ac_ext <<_ACEOF
11035 /* end confdefs.h. */
11036 $ac_includes_default
11037 #include <$ac_header>
11039 rm -f conftest.
$ac_objext
11040 if { (ac_try
="$ac_compile"
11041 case "(($ac_try" in
11042 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11043 *) ac_try_echo=$ac_try;;
11045 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11046 (eval "$ac_compile") 2>conftest.er1
11048 grep -v '^ *+' conftest.er1 >conftest.err
11050 cat conftest.err >&5
11051 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11052 (exit $ac_status); } && {
11053 test -z "$ac_c_werror_flag" ||
11054 test ! -s conftest.err
11055 } && test -s conftest.$ac_objext; then
11056 ac_header_compiler=yes
11058 echo "$as_me: failed program was:" >&5
11059 sed 's/^/| /' conftest.$ac_ext >&5
11061 ac_header_compiler=no
11064 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11065 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11066 echo "${ECHO_T}$ac_header_compiler" >&6; }
11068 # Is the header present?
11069 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11070 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11071 cat >conftest.$ac_ext <<_ACEOF
11074 cat confdefs.h >>conftest.$ac_ext
11075 cat >>conftest.$ac_ext <<_ACEOF
11076 /* end confdefs.h. */
11077 #include <$ac_header>
11079 if { (ac_try="$ac_cpp conftest.$ac_ext"
11080 case "(($ac_try" in
11081 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11082 *) ac_try_echo
=$ac_try;;
11084 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11085 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11087 grep -v '^ *+' conftest.er1
>conftest.err
11089 cat conftest.err
>&5
11090 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11091 (exit $ac_status); } >/dev
/null
&& {
11092 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11093 test ! -s conftest.err
11095 ac_header_preproc
=yes
11097 echo "$as_me: failed program was:" >&5
11098 sed 's/^/| /' conftest.
$ac_ext >&5
11100 ac_header_preproc
=no
11103 rm -f conftest.err conftest.
$ac_ext
11104 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11105 echo "${ECHO_T}$ac_header_preproc" >&6; }
11107 # So? What about this header?
11108 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11110 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11111 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11112 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11113 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11114 ac_header_preproc
=yes
11117 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11118 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11119 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11120 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11121 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11122 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11123 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11124 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11125 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11126 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11127 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11128 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11132 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11133 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11134 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11135 echo $ECHO_N "(cached) $ECHO_C" >&6
11137 eval "$as_ac_Header=\$ac_header_preproc"
11139 ac_res
=`eval echo '${'$as_ac_Header'}'`
11140 { echo "$as_me:$LINENO: result: $ac_res" >&5
11141 echo "${ECHO_T}$ac_res" >&6; }
11144 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11145 cat >>confdefs.h
<<_ACEOF
11146 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11154 for ac_header
in sys
/shm.h
11156 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11157 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11158 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11159 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11160 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11161 echo $ECHO_N "(cached) $ECHO_C" >&6
11163 ac_res
=`eval echo '${'$as_ac_Header'}'`
11164 { echo "$as_me:$LINENO: result: $ac_res" >&5
11165 echo "${ECHO_T}$ac_res" >&6; }
11167 # Is the header compilable?
11168 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11169 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11170 cat >conftest.
$ac_ext <<_ACEOF
11173 cat confdefs.h
>>conftest.
$ac_ext
11174 cat >>conftest.
$ac_ext <<_ACEOF
11175 /* end confdefs.h. */
11176 $ac_includes_default
11177 #include <$ac_header>
11179 rm -f conftest.
$ac_objext
11180 if { (ac_try
="$ac_compile"
11181 case "(($ac_try" in
11182 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11183 *) ac_try_echo=$ac_try;;
11185 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11186 (eval "$ac_compile") 2>conftest.er1
11188 grep -v '^ *+' conftest.er1 >conftest.err
11190 cat conftest.err >&5
11191 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11192 (exit $ac_status); } && {
11193 test -z "$ac_c_werror_flag" ||
11194 test ! -s conftest.err
11195 } && test -s conftest.$ac_objext; then
11196 ac_header_compiler=yes
11198 echo "$as_me: failed program was:" >&5
11199 sed 's/^/| /' conftest.$ac_ext >&5
11201 ac_header_compiler=no
11204 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11205 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11206 echo "${ECHO_T}$ac_header_compiler" >&6; }
11208 # Is the header present?
11209 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11210 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11211 cat >conftest.$ac_ext <<_ACEOF
11214 cat confdefs.h >>conftest.$ac_ext
11215 cat >>conftest.$ac_ext <<_ACEOF
11216 /* end confdefs.h. */
11217 #include <$ac_header>
11219 if { (ac_try="$ac_cpp conftest.$ac_ext"
11220 case "(($ac_try" in
11221 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11222 *) ac_try_echo
=$ac_try;;
11224 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11225 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11227 grep -v '^ *+' conftest.er1
>conftest.err
11229 cat conftest.err
>&5
11230 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11231 (exit $ac_status); } >/dev
/null
&& {
11232 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11233 test ! -s conftest.err
11235 ac_header_preproc
=yes
11237 echo "$as_me: failed program was:" >&5
11238 sed 's/^/| /' conftest.
$ac_ext >&5
11240 ac_header_preproc
=no
11243 rm -f conftest.err conftest.
$ac_ext
11244 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11245 echo "${ECHO_T}$ac_header_preproc" >&6; }
11247 # So? What about this header?
11248 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11250 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11251 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11252 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11253 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11254 ac_header_preproc
=yes
11257 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11258 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11259 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11260 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11261 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11262 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11263 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11264 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11265 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11266 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11267 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11268 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11272 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11273 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11274 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11275 echo $ECHO_N "(cached) $ECHO_C" >&6
11277 eval "$as_ac_Header=\$ac_header_preproc"
11279 ac_res
=`eval echo '${'$as_ac_Header'}'`
11280 { echo "$as_me:$LINENO: result: $ac_res" >&5
11281 echo "${ECHO_T}$ac_res" >&6; }
11284 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11285 cat >>confdefs.h
<<_ACEOF
11286 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11294 if test "x-$ac_cv_header_sys_ipc_h" = "x-yes" -a "x-$ac_cv_header_sys_shm_h" = "x-yes" ; then
11296 save_cflags
="$CFLAGS"
11297 CFLAGS
="$CFLAGS $x_cflags"
11298 { echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
11299 echo $ECHO_N "checking for XShmQueryExtension in -lXext... $ECHO_C" >&6; }
11300 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
11301 echo $ECHO_N "(cached) $ECHO_C" >&6
11303 ac_check_lib_save_LIBS
=$LIBS
11304 LIBS
="-lXext $LIBS"
11305 cat >conftest.
$ac_ext <<_ACEOF
11308 cat confdefs.h
>>conftest.
$ac_ext
11309 cat >>conftest.
$ac_ext <<_ACEOF
11310 /* end confdefs.h. */
11312 /* Override any GCC internal prototype to avoid an error.
11313 Use char because int might match the return type of a GCC
11314 builtin and then its argument prototype would still apply. */
11318 char XShmQueryExtension ();
11322 return XShmQueryExtension ();
11327 rm -f conftest.
$ac_objext conftest
$ac_exeext
11328 if { (ac_try
="$ac_link"
11329 case "(($ac_try" in
11330 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11331 *) ac_try_echo=$ac_try;;
11333 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11334 (eval "$ac_link") 2>conftest.er1
11336 grep -v '^ *+' conftest.er1 >conftest.err
11338 cat conftest.err >&5
11339 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11340 (exit $ac_status); } && {
11341 test -z "$ac_c_werror_flag" ||
11342 test ! -s conftest.err
11343 } && test -s conftest$ac_exeext &&
11344 $as_test_x conftest$ac_exeext; then
11345 ac_cv_lib_Xext_XShmQueryExtension=yes
11347 echo "$as_me: failed program was:" >&5
11348 sed 's/^/| /' conftest.$ac_ext >&5
11350 ac_cv_lib_Xext_XShmQueryExtension=no
11353 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11354 conftest$ac_exeext conftest.$ac_ext
11355 LIBS=$ac_check_lib_save_LIBS
11357 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
11358 echo "${ECHO_T}$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
11359 if test $ac_cv_lib_Xext_XShmQueryExtension = yes; then
11363 CFLAGS="$save_cflags"
11367 if test "x-$have_xshm" = "x-yes" ; then
11368 DO_XSHM_SUPPORT="1"
11369 elif test "x-$x11_hidd_shm" = "x-yes" ; then
11370 { { echo "$as_me:$LINENO: error: X11 has no support for shared memory, cannot enable it as requested" >&5
11371 echo "$as_me: error: X11 has no support for shared memory, cannot enable it as requested" >&2;}
11372 { (exit 1); exit 1; }; }
11374 DO_XSHM_SUPPORT="0"
11378 # Check whether --enable-x11_vidmode was given.
11379 if test "${enable_x11_vidmode+set}" = set; then
11380 enableval=$enable_x11_vidmode; x11_hidd_vidmode="$enableval"
11382 x11_hidd_vidmode="auto"
11385 case "x-$x11_hidd_vidmode" in
11386 x-yes|x-no|x-auto) ;;
11387 *) x11_hidd_vidmode="auto" ;;
11392 if test "x-$x11_hidd_vidmode" != "x-no" ; then
11394 save_cflags="$CFLAGS"
11395 CFLAGS="$CFLAGS $x_cflags"
11396 { echo "$as_me:$LINENO: checking for XF86VidModeQueryExtension in -lXxf86vm" >&5
11397 echo $ECHO_N "checking for XF86VidModeQueryExtension in -lXxf86vm... $ECHO_C" >&6; }
11398 if test "${ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension+set}" = set; then
11399 echo $ECHO_N "(cached) $ECHO_C" >&6
11401 ac_check_lib_save_LIBS=$LIBS
11402 LIBS="-lXxf86vm $LIBS"
11403 cat >conftest.$ac_ext <<_ACEOF
11406 cat confdefs.h >>conftest.$ac_ext
11407 cat >>conftest.$ac_ext <<_ACEOF
11408 /* end confdefs.h. */
11410 /* Override any GCC internal prototype to avoid an error.
11411 Use char because int might match the return type of a GCC
11412 builtin and then its argument prototype would still apply. */
11416 char XF86VidModeQueryExtension ();
11420 return XF86VidModeQueryExtension ();
11425 rm -f conftest.$ac_objext conftest$ac_exeext
11426 if { (ac_try="$ac_link"
11427 case "(($ac_try" in
11428 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11429 *) ac_try_echo
=$ac_try;;
11431 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11432 (eval "$ac_link") 2>conftest.er1
11434 grep -v '^ *+' conftest.er1
>conftest.err
11436 cat conftest.err
>&5
11437 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11438 (exit $ac_status); } && {
11439 test -z "$ac_c_werror_flag" ||
11440 test ! -s conftest.err
11441 } && test -s conftest
$ac_exeext &&
11442 $as_test_x conftest
$ac_exeext; then
11443 ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension
=yes
11445 echo "$as_me: failed program was:" >&5
11446 sed 's/^/| /' conftest.
$ac_ext >&5
11448 ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension
=no
11451 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
11452 conftest
$ac_exeext conftest.
$ac_ext
11453 LIBS
=$ac_check_lib_save_LIBS
11455 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension" >&5
11456 echo "${ECHO_T}$ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension" >&6; }
11457 if test $ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension = yes; then
11461 CFLAGS
="$save_cflags"
11464 if test "x-$have_vidmode" = "x-yes" ; then
11465 DO_VIDMODE_SUPPORT
="1"
11466 elif test "x-$x11_hidd_vidmode" = "x-yes" ; then
11467 { { echo "$as_me:$LINENO: error: X11 vidmode extension not available, cannot enable it as requested" >&5
11468 echo "$as_me: error: X11 vidmode extension not available, cannot enable it as requested" >&2;}
11469 { (exit 1); exit 1; }; }
11471 DO_VIDMODE_SUPPORT
="0"
11475 aros_host_x11_includes
=$x_includes
11476 aros_host_x11_libdirs
=$x_libraries
11480 # Check whether --enable-sdl_hidd was given.
11481 if test "${enable_sdl_hidd+set}" = set; then
11482 enableval
=$enable_sdl_hidd; sdl_hidd
="$enableval"
11487 case "x-$sdl_hidd" in
11488 x-yes|x-no|x-auto
) ;;
11489 *) sdl_hidd
="auto" ;;
11492 if test "x-$sdl_hidd" != "x-no" ; then
11495 # Check whether --with-sdl-prefix was given.
11496 if test "${with_sdl_prefix+set}" = set; then
11497 withval
=$with_sdl_prefix; sdl_prefix
="$withval"
11503 # Check whether --with-sdl-exec-prefix was given.
11504 if test "${with_sdl_exec_prefix+set}" = set; then
11505 withval
=$with_sdl_exec_prefix; sdl_exec_prefix
="$withval"
11510 # Check whether --enable-sdltest was given.
11511 if test "${enable_sdltest+set}" = set; then
11512 enableval
=$enable_sdltest;
11518 if test x
$sdl_exec_prefix != x
; then
11519 sdl_args
="$sdl_args --exec-prefix=$sdl_exec_prefix"
11520 if test x
${SDL_CONFIG+set} != xset
; then
11521 SDL_CONFIG
=$sdl_exec_prefix/bin
/sdl-config
11524 if test x
$sdl_prefix != x
; then
11525 sdl_args
="$sdl_args --prefix=$sdl_prefix"
11526 if test x
${SDL_CONFIG+set} != xset
; then
11527 SDL_CONFIG
=$sdl_prefix/bin
/sdl-config
11531 if test "x$prefix" != xNONE
; then
11532 PATH
="$prefix/bin:$prefix/usr/bin:$PATH"
11534 # Extract the first word of "sdl-config", so it can be a program name with args.
11535 set dummy sdl-config
; ac_word
=$2
11536 { echo "$as_me:$LINENO: checking for $ac_word" >&5
11537 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
11538 if test "${ac_cv_path_SDL_CONFIG+set}" = set; then
11539 echo $ECHO_N "(cached) $ECHO_C" >&6
11541 case $SDL_CONFIG in
11543 ac_cv_path_SDL_CONFIG
="$SDL_CONFIG" # Let the user override the test with a path.
11546 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
11547 for as_dir
in $PATH
11550 test -z "$as_dir" && as_dir
=.
11551 for ac_exec_ext
in '' $ac_executable_extensions; do
11552 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11553 ac_cv_path_SDL_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
11554 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11561 test -z "$ac_cv_path_SDL_CONFIG" && ac_cv_path_SDL_CONFIG
="no"
11565 SDL_CONFIG
=$ac_cv_path_SDL_CONFIG
11566 if test -n "$SDL_CONFIG"; then
11567 { echo "$as_me:$LINENO: result: $SDL_CONFIG" >&5
11568 echo "${ECHO_T}$SDL_CONFIG" >&6; }
11570 { echo "$as_me:$LINENO: result: no" >&5
11571 echo "${ECHO_T}no" >&6; }
11575 min_sdl_version
=1.2.10
11576 { echo "$as_me:$LINENO: checking for SDL - version >= $min_sdl_version" >&5
11577 echo $ECHO_N "checking for SDL - version >= $min_sdl_version... $ECHO_C" >&6; }
11579 if test "$SDL_CONFIG" = "no" ; then
11582 SDL_CFLAGS
=`$SDL_CONFIG $sdlconf_args --cflags`
11583 SDL_LIBS
=`$SDL_CONFIG $sdlconf_args --libs`
11585 sdl_major_version
=`$SDL_CONFIG $sdl_args --version | \
11586 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
11587 sdl_minor_version
=`$SDL_CONFIG $sdl_args --version | \
11588 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
11589 sdl_micro_version
=`$SDL_CONFIG $sdl_config_args --version | \
11590 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
11591 if test "x$enable_sdltest" = "xyes" ; then
11592 ac_save_CFLAGS
="$CFLAGS"
11593 ac_save_CXXFLAGS
="$CXXFLAGS"
11594 ac_save_LIBS
="$LIBS"
11595 CFLAGS
="$CFLAGS $SDL_CFLAGS"
11596 CXXFLAGS
="$CXXFLAGS $SDL_CFLAGS"
11597 LIBS
="$LIBS $SDL_LIBS"
11599 if test "$cross_compiling" = yes; then
11600 echo $ac_n "cross compiling; assumed OK... $ac_c"
11602 cat >conftest.
$ac_ext <<_ACEOF
11605 cat confdefs.h
>>conftest.
$ac_ext
11606 cat >>conftest.
$ac_ext <<_ACEOF
11607 /* end confdefs.h. */
11610 #include <stdlib.h>
11611 #include <string.h>
11615 my_strdup (char *str)
11621 new_str = (char *)malloc ((strlen (str) + 1) * sizeof(char));
11622 strcpy (new_str, str);
11630 int main (int argc, char *argv[])
11632 int major, minor, micro;
11635 /* This hangs on some systems (?)
11636 system ("touch conf.sdltest");
11638 { FILE *fp = fopen("conf.sdltest", "a"); if ( fp ) fclose(fp); }
11640 /* HP/UX 9 (%@#!) writes to sscanf strings */
11641 tmp_version = my_strdup("$min_sdl_version");
11642 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) {
11643 printf("%s, bad version string\n", "$min_sdl_version");
11647 if (($sdl_major_version > major) ||
11648 (($sdl_major_version == major) && ($sdl_minor_version > minor)) ||
11649 (($sdl_major_version == major) && ($sdl_minor_version == minor) && ($sdl_micro_version >= micro)))
11655 printf("\n*** 'sdl-config --version' returned %d.%d.%d, but the minimum version\n", $sdl_major_version, $sdl_minor_version, $sdl_micro_version);
11656 printf("*** of SDL required is %d.%d.%d. If sdl-config is correct, then it is\n", major, minor, micro);
11657 printf("*** best to upgrade to the required version.\n");
11658 printf("*** If sdl-config was wrong, set the environment variable SDL_CONFIG\n");
11659 printf("*** to point to the correct copy of sdl-config, and remove the file\n");
11660 printf("*** config.cache before re-running configure\n");
11667 rm -f conftest
$ac_exeext
11668 if { (ac_try
="$ac_link"
11669 case "(($ac_try" in
11670 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11671 *) ac_try_echo=$ac_try;;
11673 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11674 (eval "$ac_link") 2>&5
11676 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11677 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11678 { (case "(($ac_try" in
11679 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11680 *) ac_try_echo
=$ac_try;;
11682 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11683 (eval "$ac_try") 2>&5
11685 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11686 (exit $ac_status); }; }; then
11689 echo "$as_me: program exited with status $ac_status" >&5
11690 echo "$as_me: failed program was:" >&5
11691 sed 's/^/| /' conftest.
$ac_ext >&5
11693 ( exit $ac_status )
11696 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
11700 CFLAGS
="$ac_save_CFLAGS"
11701 CXXFLAGS
="$ac_save_CXXFLAGS"
11702 LIBS
="$ac_save_LIBS"
11705 if test "x$no_sdl" = x
; then
11706 { echo "$as_me:$LINENO: result: yes" >&5
11707 echo "${ECHO_T}yes" >&6; }
11710 { echo "$as_me:$LINENO: result: no" >&5
11711 echo "${ECHO_T}no" >&6; }
11712 if test "$SDL_CONFIG" = "no" ; then
11713 echo "*** The sdl-config script installed by SDL could not be found"
11714 echo "*** If SDL was installed in PREFIX, make sure PREFIX/bin is in"
11715 echo "*** your path, or set the SDL_CONFIG environment variable to the"
11716 echo "*** full path to sdl-config."
11718 if test -f conf.sdltest
; then
11721 echo "*** Could not run SDL test program, checking why..."
11722 CFLAGS
="$CFLAGS $SDL_CFLAGS"
11723 CXXFLAGS
="$CXXFLAGS $SDL_CFLAGS"
11724 LIBS
="$LIBS $SDL_LIBS"
11725 cat >conftest.
$ac_ext <<_ACEOF
11728 cat confdefs.h
>>conftest.
$ac_ext
11729 cat >>conftest.
$ac_ext <<_ACEOF
11730 /* end confdefs.h. */
11735 int main(int argc, char *argv[])
11738 #define main K_and_R_C_main
11748 rm -f conftest.
$ac_objext conftest
$ac_exeext
11749 if { (ac_try
="$ac_link"
11750 case "(($ac_try" in
11751 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11752 *) ac_try_echo=$ac_try;;
11754 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11755 (eval "$ac_link") 2>conftest.er1
11757 grep -v '^ *+' conftest.er1 >conftest.err
11759 cat conftest.err >&5
11760 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11761 (exit $ac_status); } && {
11762 test -z "$ac_c_werror_flag" ||
11763 test ! -s conftest.err
11764 } && test -s conftest$ac_exeext &&
11765 $as_test_x conftest$ac_exeext; then
11766 echo "*** The test program compiled, but did not run. This usually means"
11767 echo "*** that the run-time linker is not finding SDL or finding the wrong"
11768 echo "*** version of SDL. If it is not finding SDL, you'll need to set your"
11769 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
11770 echo "*** to the installed location Also, make sure you have run ldconfig if that"
11771 echo "*** is required on your system"
11773 echo "*** If you have an old version installed, it is best to remove it, although"
11774 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
11776 echo "$as_me: failed program was:" >&5
11777 sed 's/^/| /' conftest.$ac_ext >&5
11779 echo "*** The test program failed to compile or link. See the file config.log for the"
11780 echo "*** exact error that occured. This usually means SDL was incorrectly installed"
11781 echo "*** or that you have moved SDL since it was installed. In the latter case, you"
11782 echo "*** may want to edit the sdl-config script: $SDL_CONFIG"
11785 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11786 conftest$ac_exeext conftest.$ac_ext
11787 CFLAGS="$ac_save_CFLAGS"
11788 CXXFLAGS="$ac_save_CXXFLAGS"
11789 LIBS="$ac_save_LIBS"
11801 if test "x-$have_sdl" != "x-yes" ; then
11803 if test "x-$sdl_hidd" != "x-auto" ; then
11804 { { echo "$as_me:$LINENO: error: SDL libs/headers not found, cannot build SDL hidd as requested" >&5
11805 echo "$as_me: error: SDL libs/headers not found, cannot build SDL hidd as requested" >&2;}
11806 { (exit 1); exit 1; }; }
11810 sdl_hidd_target=kernel-hidd-sdl
11811 aros_host_sdl_cflags=SDL_CFLAGS
11812 aros_host_sdl_libs=SDL_LIBS
11819 { echo "$as_me:$LINENO: checking if building of dbus.library is enabled" >&5
11820 echo $ECHO_N "checking if building of dbus.library is enabled... $ECHO_C" >&6; }
11821 # Check whether --enable-dbus was given.
11822 if test "${enable_dbus+set}" = set; then
11823 enableval=$enable_dbus; dbus="yes"
11828 if test "$dbus" = "yes" ; then
11830 DBUS_CFLAGS=`pkg-config
--cflags dbus-1
`
11831 DBUS_LIBFLAGS=`pkg-config
--libs dbus-1
`
11832 KERNEL_DBUS_KOBJ=kernel-dbus-kobj
11833 KERNEL_DBUS_INCLUDES=kernel-dbus-includes
11837 { echo "$as_me:$LINENO: result: $dbus" >&5
11838 echo "${ECHO_T}$dbus" >&6; }
11930 # Native version related
11934 # Palm native version related
11937 # Unix/Hosted version related
11953 # Collect-aros stuff: "-ius" to ignore undefined symbols
11956 # C compiler related
11959 case "$aros_flavour" in
11960 emulation) aros_flavour_uc="AROS_FLAVOUR_EMULATION"
11961 aros_flavour="emulation" ;;
11962 emulcompat) aros_flavour_uc="(AROS_FLAVOUR_EMULATION|AROS_FLAVOUR_BINCOMPAT)"
11963 aros_flavour="emulation" ;;
11964 standalone) aros_flavour_uc="AROS_FLAVOUR_STANDALONE"
11965 aros_flavour="standalone";;
11966 native) aros_flavour_uc="AROS_FLAVOUR_NATIVE"
11967 aros_flavour="native" ;;
11968 nativecompat) aros_flavour_uc="(AROS_FLAVOUR_NATIVE|AROS_FLAVOUR_BINCOMPAT)"
11969 aros_flavour="native" ;;
11970 linklib) aros_flavour_uc="AROS_FLAVOUR_LINKLIB"
11971 aros_flavour="linklib" ;;
11972 palmnative) aros_flavour_uc="(AROS_FLAVOUR_STANDALONE|AROS_FLAVOUR_EMULATION)"
11973 aros_flavour="palmnative" ;;
11974 mac68knative) aros_flavour_uc="(AROS_FLAVOUR_STANDALONE|AROS_FLAVOUR_EMULATION)"
11975 aros_flavour="mac68knative" ;;
11976 ppcnative) aros_flavour_uc="(AROS_FLAVOUR_STANDALONE|AROS_FLAVOUR_BINCOMPAT)"
11977 aros_flavour="ppcnative" ;;
11980 if test ! -d ${aros_inc_dir} ; then
11981 ${MKDIR} ${aros_inc_dir}
11983 if test ! -d ${aros_geninc_dir} ; then
11984 ${MKDIR} ${aros_geninc_dir}
11986 if test ! -d ${aros_hostcfg_dir} ; then
11987 ${MKDIR} ${aros_hostcfg_dir}
11989 if test ! -d ${aros_targetcfg_dir} ; then
11990 ${MKDIR} ${aros_targetcfg_dir}
11992 if test ! -d ${aros_tools_dir} ; then
11993 ${MKDIR} ${aros_tools_dir}
11995 if test ! -d ${aros_scripts_dir} ; then
11996 ${MKDIR} ${aros_scripts_dir}
11999 ac_config_headers="$ac_config_headers ${aros_geninc_dir}/host-conf.h:config/host-conf.h.in"
12002 ac_config_commands="$ac_config_commands compiler_executable"
12004 ac_config_commands="$ac_config_commands genshared_executable"
12006 ac_config_commands="$ac_config_commands genmf_executable"
12008 ac_config_commands="$ac_config_commands adflib_myaros.conf_executable"
12011 ac_config_files="$ac_config_files Makefile rom/mmakefile config/make.cfg ${aros_inc_dir}/config.h:config/config.h.in ${aros_geninc_dir}/config.h:config/config.h.in ${aros_hostcfg_dir}/host.cfg:config/host.cfg.in ${aros_targetcfg_dir}/target.cfg:config/target.cfg.in mmake.config ${aros_targetcfg_dir}/make.defaults:config/make.defaults.in ${aros_targetcfg_dir}/specs:config/specs.in ${aros_tools_dir}/${aros_target_cpu}-${aros_target_arch}${aros_target_suffix}-aros-gcc:scripts/aros-gcc.in ${aros_tools_dir}/${aros_target_cpu}-${aros_target_arch}${aros_target_suffix}-aros-ld:scripts/aros-ld.in ${aros_scripts_dir}/genshared:compiler/c_lib/source/lib_source/genshared.in ${aros_tools_dir}/genmf.py:tools/genmf/genmf.py tools/adflib/myconf.aros tools/collect-aros/env.h"
12014 cat >confcache <<\_ACEOF
12015 # This file is a shell script that caches the results of configure
12016 # tests run on this system so they can be shared between configure
12017 # scripts and configure runs, see configure's option --config-cache.
12018 # It is not useful on other systems. If it contains results you don't
12019 # want to keep, you may remove or edit it.
12021 # config.status only pays attention to the cache file if you give it
12022 # the --recheck option to rerun configure.
12024 # `ac_cv_env_foo
' variables (set or unset) will be overridden when
12025 # loading this file, other *unset* `ac_cv_foo' will be assigned the
12026 # following values.
12030 # The following way of writing the cache mishandles newlines in values,
12031 # but we know of no workaround that is simple, portable, and efficient.
12032 # So, we kill variables containing newlines.
12033 # Ultrix sh set writes to stderr and can't be redirected directly,
12034 # and sets the high bit in the cache file unless we assign to the vars.
12036 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
12037 eval ac_val
=\$
$ac_var
12041 *_cv_
*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
12042 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
12045 _ | IFS | as_nl
) ;; #(
12046 *) $as_unset $ac_var ;;
12052 case $as_nl`(ac_space=' '; set) 2>&1` in #(
12053 *${as_nl}ac_space
=\
*)
12054 # `set' does not quote correctly, so add quotes (double-quote
12055 # substitution turns \\\\ into \\, and sed turns \\ into \).
12058 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
12061 # `set' quotes correctly as required by POSIX, so do not add quotes.
12062 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
12071 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
12073 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
12075 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
12076 if test -w "$cache_file"; then
12077 test "x$cache_file" != "x/dev/null" &&
12078 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
12079 echo "$as_me: updating cache $cache_file" >&6;}
12080 cat confcache
>$cache_file
12082 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
12083 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
12088 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
12089 # Let make expand exec_prefix.
12090 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
12092 DEFS
=-DHAVE_CONFIG_H
12096 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
12097 # 1. Remove the extension, and $U if already installed.
12098 ac_script
='s/\$U\././;s/\.o$//;s/\.obj$//'
12099 ac_i
=`echo "$ac_i" | sed "$ac_script"`
12100 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
12101 # will be set to the directory where LIBOBJS objects are built.
12102 ac_libobjs
="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
12103 ac_ltlibobjs
="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
12105 LIBOBJS
=$ac_libobjs
12107 LTLIBOBJS
=$ac_ltlibobjs
12111 : ${CONFIG_STATUS=./config.status}
12112 ac_clean_files_save
=$ac_clean_files
12113 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
12114 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
12115 echo "$as_me: creating $CONFIG_STATUS" >&6;}
12116 cat >$CONFIG_STATUS <<_ACEOF
12118 # Generated by $as_me.
12119 # Run this file to recreate the current configuration.
12120 # Compiler output produced by configure, useful for debugging
12121 # configure, is in config.log if it exists.
12124 ac_cs_recheck=false
12126 SHELL=\${CONFIG_SHELL-$SHELL}
12129 cat >>$CONFIG_STATUS <<\_ACEOF
12130 ## --------------------- ##
12131 ## M4sh Initialization. ##
12132 ## --------------------- ##
12134 # Be more Bourne compatible
12135 DUALCASE
=1; export DUALCASE
# for MKS sh
12136 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
12139 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
12140 # is contrary to our usage. Disable this feature.
12141 alias -g '${1+"$@"}'='"$@"'
12142 setopt NO_GLOB_SUBST
12144 case `(set -o) 2>/dev/null` in
12145 *posix
*) set -o posix
;;
12154 # Avoid depending upon Character Ranges.
12155 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
12156 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
12157 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
12158 as_cr_digits
='0123456789'
12159 as_cr_alnum
=$as_cr_Letters$as_cr_digits
12161 # The user is always right.
12162 if test "${PATH_SEPARATOR+set}" != set; then
12163 echo "#! /bin/sh" >conf$$.sh
12164 echo "exit 0" >>conf$$.sh
12166 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
12174 # Support unset when possible.
12175 if ( (MAIL
=60; unset MAIL
) ||
exit) >/dev
/null
2>&1; then
12183 # We need space, tab and new line, in precisely that order. Quoting is
12184 # there to prevent editors from complaining about space-tab.
12185 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
12186 # splitting by setting IFS to empty value.)
12191 # Find who we are. Look in the path if we contain no directory separator.
12193 *[\\/]* ) as_myself
=$0 ;;
12194 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
12195 for as_dir
in $PATH
12198 test -z "$as_dir" && as_dir
=.
12199 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
12205 # We did not find ourselves, most probably we were run as `sh COMMAND'
12206 # in which case we are not to be found in the path.
12207 if test "x$as_myself" = x
; then
12210 if test ! -f "$as_myself"; then
12211 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
12212 { (exit 1); exit 1; }
12215 # Work around bugs in pre-3.0 UWIN ksh.
12216 for as_var
in ENV MAIL MAILPATH
12217 do ($as_unset $as_var) >/dev
/null
2>&1 && $as_unset $as_var
12225 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
12226 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
12227 LC_TELEPHONE LC_TIME
12229 if (set +x
; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
12230 eval $as_var=C
; export $as_var
12232 ($as_unset $as_var) >/dev
/null
2>&1 && $as_unset $as_var
12236 # Required to use basename.
12237 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
12238 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
12244 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
12245 as_basename
=basename
12251 # Name of the executable.
12252 as_me
=`$as_basename -- "$0" ||
12253 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
12254 X"$0" : 'X\(//\)$' \| \
12255 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
12257 sed '/^.*\/\([^/][^/]*\)\/*$/{
12276 as_lineno_1
=$LINENO
12277 as_lineno_2
=$LINENO
12278 test "x$as_lineno_1" != "x$as_lineno_2" &&
12279 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" ||
{
12281 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
12282 # uniformly replaced by the line number. The first 'sed' inserts a
12283 # line-number line after each line using $LINENO; the second 'sed'
12284 # does the real work. The second script uses 'N' to pair each
12285 # line-number line with the line containing $LINENO, and appends
12286 # trailing '-' during substitution so that $LINENO is not a special
12287 # case at line end.
12288 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
12289 # scripts with optimization help from Paolo Bonzini. Blame Lee
12290 # E. McMahon (1931-1989) for sed's syntax. :-)
12302 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
12305 ' >$as_me.lineno
&&
12306 chmod +x
"$as_me.lineno" ||
12307 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
12308 { (exit 1); exit 1; }; }
12310 # Don't try to exec as it changes $[0], causing all sort of problems
12311 # (the dirname of $[0] is not the place where we might find the
12312 # original and so on. Autoconf is especially sensitive to this).
12313 .
"./$as_me.lineno"
12314 # Exit status is that of the last command.
12319 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
12325 ECHO_C
= ECHO_N
= ECHO_T
=
12326 case `echo -n x` in
12328 case `echo 'x\c'` in
12329 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
12336 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
12337 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
12343 rm -f conf$$ conf$$.exe conf$$.
file
12344 if test -d conf$$.dir
; then
12345 rm -f conf$$.dir
/conf$$.
file
12351 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
12353 # ... but there are two gotchas:
12354 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
12355 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
12356 # In both cases, we have to default to `cp -p'.
12357 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
12359 elif ln conf$$.
file conf$$
2>/dev
/null
; then
12364 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
12365 rmdir conf$$.dir
2>/dev
/null
12367 if mkdir
-p .
2>/dev
/null
; then
12370 test -d .
/-p && rmdir .
/-p
12374 if test -x / >/dev
/null
2>&1; then
12375 as_test_x
='test -x'
12377 if ls -dL / >/dev
/null
2>&1; then
12384 if test -d "$1"; then
12390 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
12391 ???[sx]*):;;*)false;;esac;fi
12395 as_executable_p
=$as_test_x
12397 # Sed expression to map a string onto a valid CPP name.
12398 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
12400 # Sed expression to map a string onto a valid variable name.
12401 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
12406 # Save the log message, to keep $[0] and so on meaningful, and to
12407 # report actual input values of CONFIG_FILES etc. instead of their
12408 # values after options handling.
12410 This file was extended by $as_me, which was
12411 generated by GNU Autoconf 2.61. Invocation command line was
12413 CONFIG_FILES = $CONFIG_FILES
12414 CONFIG_HEADERS = $CONFIG_HEADERS
12415 CONFIG_LINKS = $CONFIG_LINKS
12416 CONFIG_COMMANDS = $CONFIG_COMMANDS
12419 on `(hostname || uname -n) 2>/dev/null | sed 1q`
12424 cat >>$CONFIG_STATUS <<_ACEOF
12425 # Files that config.status was made for.
12426 config_files="$ac_config_files"
12427 config_headers="$ac_config_headers"
12428 config_commands="$ac_config_commands"
12432 cat >>$CONFIG_STATUS <<\_ACEOF
12434 \`$as_me' instantiates files from templates according to the
12435 current configuration.
12437 Usage: $0 [OPTIONS] [FILE]...
12439 -h, --help print this help, then exit
12440 -V, --version print version number and configuration settings, then exit
12441 -q, --quiet do not print progress messages
12442 -d, --debug don't remove temporary files
12443 --recheck update $as_me by reconfiguring in the same conditions
12444 --file=FILE[:TEMPLATE]
12445 instantiate the configuration file FILE
12446 --header=FILE[:TEMPLATE]
12447 instantiate the configuration header FILE
12449 Configuration files:
12452 Configuration headers:
12455 Configuration commands:
12458 Report bugs to <bug-autoconf@gnu.org>."
12461 cat >>$CONFIG_STATUS <<_ACEOF
12464 configured by $0, generated by GNU Autoconf 2.61,
12465 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
12467 Copyright (C) 2006 Free Software Foundation, Inc.
12468 This config.status script is free software; the Free Software Foundation
12469 gives unlimited permission to copy, distribute and modify it."
12475 cat >>$CONFIG_STATUS <<\_ACEOF
12476 # If no file are specified by the user, then we need to provide default
12477 # value. By we need to know if files were specified by the user.
12483 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
12484 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
12495 # Handling of the options.
12496 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
12498 --version |
--versio |
--versi |
--vers |
--ver |
--ve |
--v |
-V )
12499 echo "$ac_cs_version"; exit ;;
12500 --debug |
--debu |
--deb |
--de |
--d |
-d )
12502 --file |
--fil |
--fi |
--f )
12504 CONFIG_FILES
="$CONFIG_FILES $ac_optarg"
12505 ac_need_defaults
=false
;;
12506 --header |
--heade |
--head |
--hea )
12508 CONFIG_HEADERS
="$CONFIG_HEADERS $ac_optarg"
12509 ac_need_defaults
=false
;;
12511 # Conflict between --help and --header
12512 { echo "$as_me: error: ambiguous option: $1
12513 Try \`$0 --help' for more information." >&2
12514 { (exit 1); exit 1; }; };;
12515 --help |
--hel |
-h )
12516 echo "$ac_cs_usage"; exit ;;
12517 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
12518 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
12521 # This is an error.
12522 -*) { echo "$as_me: error: unrecognized option: $1
12523 Try \`$0 --help' for more information." >&2
12524 { (exit 1); exit 1; }; } ;;
12526 *) ac_config_targets
="$ac_config_targets $1"
12527 ac_need_defaults
=false
;;
12533 ac_configure_extra_args
=
12535 if $ac_cs_silent; then
12537 ac_configure_extra_args
="$ac_configure_extra_args --silent"
12541 cat >>$CONFIG_STATUS <<_ACEOF
12542 if \$ac_cs_recheck; then
12543 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
12544 CONFIG_SHELL=$SHELL
12545 export CONFIG_SHELL
12546 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
12550 cat >>$CONFIG_STATUS <<\_ACEOF
12554 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
12555 ## Running $as_me. ##
12561 cat >>$CONFIG_STATUS <<_ACEOF
12566 aros_tools_dir=${aros_tools_dir}
12567 aros_target_cpu=${aros_target_cpu}
12568 aros_target_arch=${aros_target_arch}
12569 aros_target_suffix=${aros_target_suffix}
12570 aros_target_nm_ln=${aros_target_nm_ln}
12571 aros_target_as_ln=${aros_target_as_ln}
12572 aros_target_ar_ln=${aros_target_ar_ln}
12573 aros_target_ranlib_ln=${aros_target_ranlib_ln}
12574 aros_target_objdump_ln=${aros_target_objdump_ln}
12575 aros_target_objcopy_ln=${aros_target_objcopy_ln}
12576 aros_target_strip_ln=${aros_target_strip_ln}
12579 aros_scripts_dir=${aros_scripts_dir}
12581 aros_tools_dir=${aros_tools_dir}
12586 cat >>$CONFIG_STATUS <<\_ACEOF
12588 # Handling of arguments.
12589 for ac_config_target
in $ac_config_targets
12591 case $ac_config_target in
12592 "${aros_geninc_dir}/host-conf.h") CONFIG_HEADERS
="$CONFIG_HEADERS ${aros_geninc_dir}/host-conf.h:config/host-conf.h.in" ;;
12593 "compiler_executable") CONFIG_COMMANDS
="$CONFIG_COMMANDS compiler_executable" ;;
12594 "genshared_executable") CONFIG_COMMANDS
="$CONFIG_COMMANDS genshared_executable" ;;
12595 "genmf_executable") CONFIG_COMMANDS
="$CONFIG_COMMANDS genmf_executable" ;;
12596 "adflib_myaros.conf_executable") CONFIG_COMMANDS
="$CONFIG_COMMANDS adflib_myaros.conf_executable" ;;
12597 "Makefile") CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
12598 "rom/mmakefile") CONFIG_FILES
="$CONFIG_FILES rom/mmakefile" ;;
12599 "config/make.cfg") CONFIG_FILES
="$CONFIG_FILES config/make.cfg" ;;
12600 "${aros_inc_dir}/config.h") CONFIG_FILES
="$CONFIG_FILES ${aros_inc_dir}/config.h:config/config.h.in" ;;
12601 "${aros_geninc_dir}/config.h") CONFIG_FILES
="$CONFIG_FILES ${aros_geninc_dir}/config.h:config/config.h.in" ;;
12602 "${aros_hostcfg_dir}/host.cfg") CONFIG_FILES
="$CONFIG_FILES ${aros_hostcfg_dir}/host.cfg:config/host.cfg.in" ;;
12603 "${aros_targetcfg_dir}/target.cfg") CONFIG_FILES
="$CONFIG_FILES ${aros_targetcfg_dir}/target.cfg:config/target.cfg.in" ;;
12604 "mmake.config") CONFIG_FILES
="$CONFIG_FILES mmake.config" ;;
12605 "${aros_targetcfg_dir}/make.defaults") CONFIG_FILES
="$CONFIG_FILES ${aros_targetcfg_dir}/make.defaults:config/make.defaults.in" ;;
12606 "${aros_targetcfg_dir}/specs") CONFIG_FILES
="$CONFIG_FILES ${aros_targetcfg_dir}/specs:config/specs.in" ;;
12607 "${aros_tools_dir}/${aros_target_cpu}-${aros_target_arch}${aros_target_suffix}-aros-gcc") CONFIG_FILES="$CONFIG_FILES ${aros_tools_dir}/${aros_target_cpu}-${aros_target_arch}${aros_target_suffix}-aros-gcc:scripts/aros-gcc.in" ;;
12608 "${aros_tools_dir}/${aros_target_cpu}-${aros_target_arch}${aros_target_suffix}-aros-ld") CONFIG_FILES="$CONFIG_FILES ${aros_tools_dir}/${aros_target_cpu}-${aros_target_arch}${aros_target_suffix}-aros-ld:scripts/aros-ld.in" ;;
12609 "${aros_scripts_dir}/genshared") CONFIG_FILES
="$CONFIG_FILES ${aros_scripts_dir}/genshared:compiler/c_lib/source/lib_source/genshared.in" ;;
12610 "${aros_tools_dir}/genmf.py") CONFIG_FILES
="$CONFIG_FILES ${aros_tools_dir}/genmf.py:tools/genmf/genmf.py" ;;
12611 "tools/adflib/myconf.aros") CONFIG_FILES
="$CONFIG_FILES tools/adflib/myconf.aros" ;;
12612 "tools/collect-aros/env.h") CONFIG_FILES
="$CONFIG_FILES tools/collect-aros/env.h" ;;
12614 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
12615 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
12616 { (exit 1); exit 1; }; };;
12621 # If the user did not use the arguments to specify the items to instantiate,
12622 # then the envvar interface is used. Set only those that are not.
12623 # We use the long form for the default assignment because of an extremely
12624 # bizarre bug on SunOS 4.1.3.
12625 if $ac_need_defaults; then
12626 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
12627 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
12628 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
12631 # Have a temporary directory for convenience. Make it in the build tree
12632 # simply because there is no reason against having it here, and in addition,
12633 # creating and moving files from /tmp can sometimes cause problems.
12634 # Hook for its removal unless debugging.
12635 # Note that there is a small window in which the directory will not be cleaned:
12636 # after its creation but before its name has been assigned to `$tmp'.
12640 trap 'exit_status=$?
12641 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
12643 trap '{ (exit 1); exit 1; }' 1 2 13 15
12645 # Create a (secure) tmp directory for tmp files.
12648 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
12649 test -n "$tmp" && test -d "$tmp"
12652 tmp
=.
/conf$$
-$RANDOM
12653 (umask 077 && mkdir
"$tmp")
12656 echo "$me: cannot create a temporary directory in ." >&2
12657 { (exit 1); exit 1; }
12661 # Set up the sed scripts for CONFIG_FILES section.
12664 # No need to generate the scripts if there are no CONFIG_FILES.
12665 # This happens for instance when ./config.status config.h
12666 if test -n "$CONFIG_FILES"; then
12673 for ac_last_try
in false false false false false
:; do
12674 cat >conf$
$subs.
sed <<_ACEOF
12675 SHELL!$SHELL$ac_delim
12676 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
12677 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
12678 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
12679 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
12680 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
12681 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
12682 exec_prefix!$exec_prefix$ac_delim
12683 prefix!$prefix$ac_delim
12684 program_transform_name!$program_transform_name$ac_delim
12685 bindir!$bindir$ac_delim
12686 sbindir!$sbindir$ac_delim
12687 libexecdir!$libexecdir$ac_delim
12688 datarootdir!$datarootdir$ac_delim
12689 datadir!$datadir$ac_delim
12690 sysconfdir!$sysconfdir$ac_delim
12691 sharedstatedir!$sharedstatedir$ac_delim
12692 localstatedir!$localstatedir$ac_delim
12693 includedir!$includedir$ac_delim
12694 oldincludedir!$oldincludedir$ac_delim
12695 docdir!$docdir$ac_delim
12696 infodir!$infodir$ac_delim
12697 htmldir!$htmldir$ac_delim
12698 dvidir!$dvidir$ac_delim
12699 pdfdir!$pdfdir$ac_delim
12700 psdir!$psdir$ac_delim
12701 libdir!$libdir$ac_delim
12702 localedir!$localedir$ac_delim
12703 mandir!$mandir$ac_delim
12704 DEFS!$DEFS$ac_delim
12705 ECHO_C!$ECHO_C$ac_delim
12706 ECHO_N!$ECHO_N$ac_delim
12707 ECHO_T!$ECHO_T$ac_delim
12708 LIBS!$LIBS$ac_delim
12709 build_alias!$build_alias$ac_delim
12710 host_alias!$host_alias$ac_delim
12711 target_alias!$target_alias$ac_delim
12712 build!$build$ac_delim
12713 build_cpu!$build_cpu$ac_delim
12714 build_vendor!$build_vendor$ac_delim
12715 build_os!$build_os$ac_delim
12716 host!$host$ac_delim
12717 host_cpu!$host_cpu$ac_delim
12718 host_vendor!$host_vendor$ac_delim
12719 host_os!$host_os$ac_delim
12721 CFLAGS!$CFLAGS$ac_delim
12722 LDFLAGS!$LDFLAGS$ac_delim
12723 CPPFLAGS!$CPPFLAGS$ac_delim
12724 ac_ct_CC!$ac_ct_CC$ac_delim
12725 EXEEXT!$EXEEXT$ac_delim
12726 OBJEXT!$OBJEXT$ac_delim
12729 MMAKE!$MMAKE$ac_delim
12730 aros_host_ld!$aros_host_ld$ac_delim
12731 aros_host_aclocal!$aros_host_aclocal$ac_delim
12732 aros_host_autoconf!$aros_host_autoconf$ac_delim
12733 aros_host_autoheader!$aros_host_autoheader$ac_delim
12734 aros_host_automake!$aros_host_automake$ac_delim
12735 aros_host_ar!$aros_host_ar$ac_delim
12736 aros_host_ranlib!$aros_host_ranlib$ac_delim
12737 aros_host_strip!$aros_host_strip$ac_delim
12741 ECHO!$ECHO$ac_delim
12742 MKDIR!$MKDIR$ac_delim
12743 TOUCH!$TOUCH$ac_delim
12744 SORT!$SORT$ac_delim
12745 UNIQ!$UNIQ$ac_delim
12748 BISON!$BISON$ac_delim
12749 FLEX!$FLEX$ac_delim
12750 PNGTOPNM!$PNGTOPNM$ac_delim
12751 PPMTOILBM!$PPMTOILBM$ac_delim
12753 CHMOD!$CHMOD$ac_delim
12754 PYTHON!$PYTHON$ac_delim
12755 PYTHON_VERSION!$PYTHON_VERSION$ac_delim
12756 PYTHON_PREFIX!$PYTHON_PREFIX$ac_delim
12757 PYTHON_EXEC_PREFIX!$PYTHON_EXEC_PREFIX$ac_delim
12758 PYTHON_PLATFORM!$PYTHON_PLATFORM$ac_delim
12759 pythondir!$pythondir$ac_delim
12760 pkgpythondir!$pkgpythondir$ac_delim
12761 pyexecdir!$pyexecdir$ac_delim
12762 pkgpyexecdir!$pkgpyexecdir$ac_delim
12765 TEST!$TEST$ac_delim
12767 GREP!$GREP$ac_delim
12768 EGREP!$EGREP$ac_delim
12769 LIBOBJS!$LIBOBJS$ac_delim
12770 DISTCC!$DISTCC$ac_delim
12771 CCACHE!$CCACHE$ac_delim
12774 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
12776 elif $ac_last_try; then
12777 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
12778 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
12779 { (exit 1); exit 1; }; }
12781 ac_delim
="$ac_delim!$ac_delim _$ac_delim!! "
12785 ac_eof
=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
12786 if test -n "$ac_eof"; then
12787 ac_eof
=`echo "$ac_eof" | sort -nru | sed 1q`
12788 ac_eof
=`expr $ac_eof + 1`
12791 cat >>$CONFIG_STATUS <<_ACEOF
12792 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
12793 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
12796 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
12797 s/^/s,@/; s/!/@,|#_!!_#|/
12800 s/'"$ac_delim"'$/,g/; t
12802 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
12803 ' >>$CONFIG_STATUS <conf$
$subs.
sed
12804 rm -f conf$
$subs.
sed
12805 cat >>$CONFIG_STATUS <<_ACEOF
12811 for ac_last_try
in false false false false false
:; do
12812 cat >conf$
$subs.
sed <<_ACEOF
12813 LIBLZO!$LIBLZO$ac_delim
12814 aros_kernel_cc!$aros_kernel_cc$ac_delim
12815 aros_target_as_ln!$aros_target_as_ln$ac_delim
12816 aros_kernel_ld!$aros_kernel_ld$ac_delim
12817 aros_target_ar_ln!$aros_target_ar_ln$ac_delim
12818 aros_target_nm_ln!$aros_target_nm_ln$ac_delim
12819 aros_target_objcopy_ln!$aros_target_objcopy_ln$ac_delim
12820 aros_target_objdump_ln!$aros_target_objdump_ln$ac_delim
12821 aros_target_ranlib_ln!$aros_target_ranlib_ln$ac_delim
12822 aros_target_strip_ln!$aros_target_strip_ln$ac_delim
12823 aros_target_nostdinc_cflags!$aros_target_nostdinc_cflags$ac_delim
12824 aros_target_nostartup_ldflags!$aros_target_nostartup_ldflags$ac_delim
12825 aros_target_nix_ldflags!$aros_target_nix_ldflags$ac_delim
12826 aros_target_detach_ldflags!$aros_target_detach_ldflags$ac_delim
12827 aros_target_nostdlib_ldflags!$aros_target_nostdlib_ldflags$ac_delim
12828 XMKMF!$XMKMF$ac_delim
12829 SDL_CONFIG!$SDL_CONFIG$ac_delim
12830 SDL_CFLAGS!$SDL_CFLAGS$ac_delim
12831 SDL_LIBS!$SDL_LIBS$ac_delim
12832 aros_arch!$aros_arch$ac_delim
12833 aros_cpu!$aros_cpu$ac_delim
12834 aros_flavour!$aros_flavour$ac_delim
12835 aros_flavour_uc!$aros_flavour_uc$ac_delim
12836 AROS_BUILDDIR!$AROS_BUILDDIR$ac_delim
12837 AROS_SRCDIR!$AROS_SRCDIR$ac_delim
12838 AROS_PORTSSRCDIR!$AROS_PORTSSRCDIR$ac_delim
12839 aros_cc_pre!$aros_cc_pre$ac_delim
12840 aros_host_arch!$aros_host_arch$ac_delim
12841 aros_host_cpu!$aros_host_cpu$ac_delim
12842 aros_host_cc!$aros_host_cc$ac_delim
12843 aros_host_make!$aros_host_make$ac_delim
12844 aros_host_cflags!$aros_host_cflags$ac_delim
12845 aros_host_ldflags!$aros_host_ldflags$ac_delim
12846 aros_host_debug!$aros_host_debug$ac_delim
12847 aros_host_mkdep!$aros_host_mkdep$ac_delim
12848 aros_host_mkargs!$aros_host_mkargs$ac_delim
12849 aros_host_exe_suffix!$aros_host_exe_suffix$ac_delim
12850 aros_host_lib_suffix!$aros_host_lib_suffix$ac_delim
12851 aros_tools_dir!$aros_tools_dir$ac_delim
12852 aros_target_guitheme!$aros_target_guitheme$ac_delim
12853 aros_target_bootloader!$aros_target_bootloader$ac_delim
12854 aros_target_arch!$aros_target_arch$ac_delim
12855 aros_target_cpu!$aros_target_cpu$ac_delim
12856 aros_target_variant!$aros_target_variant$ac_delim
12857 aros_target_suffix!$aros_target_suffix$ac_delim
12858 aros_target_incl!$aros_target_incl$ac_delim
12859 aros_target_ar!$aros_target_ar$ac_delim
12860 aros_target_ranlib!$aros_target_ranlib$ac_delim
12861 aros_kernel_nm!$aros_kernel_nm$ac_delim
12862 aros_target_cc!$aros_target_cc$ac_delim
12863 aros_target_as!$aros_target_as$ac_delim
12864 aros_target_ld!$aros_target_ld$ac_delim
12865 aros_target_cc_includes!$aros_target_cc_includes$ac_delim
12866 aros_target_cc_path!$aros_target_cc_path$ac_delim
12867 aros_target_objdump!$aros_target_objdump$ac_delim
12868 aros_target_objcopy!$aros_target_objcopy$ac_delim
12869 aros_target_strip!$aros_target_strip$ac_delim
12870 aros_target_nm!$aros_target_nm$ac_delim
12871 aros_shared_default!$aros_shared_default$ac_delim
12872 aros_shared_ld!$aros_shared_ld$ac_delim
12873 aros_object_format!$aros_object_format$ac_delim
12874 aros_compiler_libs!$aros_compiler_libs$ac_delim
12875 aros_config_cflags!$aros_config_cflags$ac_delim
12876 aros_config_aflags!$aros_config_aflags$ac_delim
12877 aros_config_ldflags!$aros_config_ldflags$ac_delim
12878 aros_shared_cflags!$aros_shared_cflags$ac_delim
12879 aros_shared_aflags!$aros_shared_aflags$ac_delim
12880 aros_shared_ldflags!$aros_shared_ldflags$ac_delim
12881 aros_kernel_ldflags!$aros_kernel_ldflags$ac_delim
12882 aros_debug_cflags!$aros_debug_cflags$ac_delim
12883 aros_debug_aflags!$aros_debug_aflags$ac_delim
12884 aros_debug_ldflags!$aros_debug_ldflags$ac_delim
12885 aros_target_genmap!$aros_target_genmap$ac_delim
12886 aros_target_strip_flags!$aros_target_strip_flags$ac_delim
12887 x11_hidd_target!$x11_hidd_target$ac_delim
12888 sdl_hidd_target!$sdl_hidd_target$ac_delim
12889 aros_default_wbwidth!$aros_default_wbwidth$ac_delim
12890 aros_default_wbheight!$aros_default_wbheight$ac_delim
12891 aros_default_wbdepth!$aros_default_wbdepth$ac_delim
12892 DO_XSHM_SUPPORT!$DO_XSHM_SUPPORT$ac_delim
12893 DO_VIDMODE_SUPPORT!$DO_VIDMODE_SUPPORT$ac_delim
12894 aros_host_x11_includes!$aros_host_x11_includes$ac_delim
12895 aros_host_x11_libdirs!$aros_host_x11_libdirs$ac_delim
12896 aros_host_sdl_cflags!$aros_host_sdl_cflags$ac_delim
12897 aros_host_sdl_libs!$aros_host_sdl_libs$ac_delim
12898 aros_bochs_hack!$aros_bochs_hack$ac_delim
12899 aros_serial_debug!$aros_serial_debug$ac_delim
12900 aros_palm_debug_hack!$aros_palm_debug_hack$ac_delim
12901 aros_nesting_supervisor!$aros_nesting_supervisor$ac_delim
12902 ENABLE_DBUS!$ENABLE_DBUS$ac_delim
12903 DBUS_CFLAGS!$DBUS_CFLAGS$ac_delim
12904 DBUS_LIBFLAGS!$DBUS_LIBFLAGS$ac_delim
12905 KERNEL_DBUS_KOBJ!$KERNEL_DBUS_KOBJ$ac_delim
12906 KERNEL_DBUS_INCLUDES!$KERNEL_DBUS_INCLUDES$ac_delim
12907 aros_debug!$aros_debug$ac_delim
12908 aros_mungwall_debug!$aros_mungwall_debug$ac_delim
12909 aros_stack_debug!$aros_stack_debug$ac_delim
12912 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
12914 elif $ac_last_try; then
12915 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
12916 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
12917 { (exit 1); exit 1; }; }
12919 ac_delim
="$ac_delim!$ac_delim _$ac_delim!! "
12923 ac_eof
=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
12924 if test -n "$ac_eof"; then
12925 ac_eof
=`echo "$ac_eof" | sort -nru | sed 1q`
12926 ac_eof
=`expr $ac_eof + 1`
12929 cat >>$CONFIG_STATUS <<_ACEOF
12930 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
12931 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
12934 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
12935 s/^/s,@/; s/!/@,|#_!!_#|/
12938 s/'"$ac_delim"'$/,g/; t
12940 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
12941 ' >>$CONFIG_STATUS <conf$
$subs.
sed
12942 rm -f conf$
$subs.
sed
12943 cat >>$CONFIG_STATUS <<_ACEOF
12949 for ac_last_try
in false false false false false
:; do
12950 cat >conf$
$subs.
sed <<_ACEOF
12951 aros_modules_debug!$aros_modules_debug$ac_delim
12952 ignore_undefined_symbols!$ignore_undefined_symbols$ac_delim
12953 gcc_target_cpu!$gcc_target_cpu$ac_delim
12954 LTLIBOBJS!$LTLIBOBJS$ac_delim
12957 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 4; then
12959 elif $ac_last_try; then
12960 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
12961 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
12962 { (exit 1); exit 1; }; }
12964 ac_delim
="$ac_delim!$ac_delim _$ac_delim!! "
12968 ac_eof
=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
12969 if test -n "$ac_eof"; then
12970 ac_eof
=`echo "$ac_eof" | sort -nru | sed 1q`
12971 ac_eof
=`expr $ac_eof + 1`
12974 cat >>$CONFIG_STATUS <<_ACEOF
12975 cat >"\$tmp/subs-3.sed" <<\CEOF$ac_eof
12976 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
12979 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
12980 s/^/s,@/; s/!/@,|#_!!_#|/
12983 s/'"$ac_delim"'$/,g/; t
12985 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
12986 ' >>$CONFIG_STATUS <conf$
$subs.
sed
12987 rm -f conf$
$subs.
sed
12988 cat >>$CONFIG_STATUS <<_ACEOF
12995 # VPATH may cause trouble with some makes, so we remove $(srcdir),
12996 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
12997 # trailing colons and then remove the whole line if VPATH becomes empty
12998 # (actually we leave an empty line to preserve line numbers).
12999 if test "x$srcdir" = x.
; then
13000 ac_vpsub
='/^[ ]*VPATH[ ]*=/{
13001 s/:*\$(srcdir):*/:/
13002 s/:*\${srcdir}:*/:/
13004 s/^\([^=]*=[ ]*\):*/\1/
13010 cat >>$CONFIG_STATUS <<\_ACEOF
13011 fi # test -n "$CONFIG_FILES"
13014 for ac_tag
in :F
$CONFIG_FILES :H
$CONFIG_HEADERS :C
$CONFIG_COMMANDS
13017 :[FHLC
]) ac_mode
=$ac_tag; continue;;
13019 case $ac_mode$ac_tag in
13021 :L
* |
:C
*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
13022 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
13023 { (exit 1); exit 1; }; };;
13024 :[FH
]-) ac_tag
=-:-;;
13025 :[FH
]*) ac_tag
=$ac_tag:$ac_tag.
in;;
13042 -) ac_f
="$tmp/stdin";;
13043 *) # Look for the file first in the build tree, then in the source tree
13044 # (if the path is not absolute). The absolute path cannot be DOS-style,
13045 # because $ac_f cannot contain `:'.
13049 *) test -f "$srcdir/$ac_f" && ac_f
="$srcdir/$ac_f";;
13051 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
13052 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
13053 { (exit 1); exit 1; }; };;
13055 ac_file_inputs
="$ac_file_inputs $ac_f"
13058 # Let's still pretend it is `configure' which instantiates (i.e., don't
13059 # use $as_me), people would be surprised to read:
13060 # /* config.h. Generated by config.status. */
13061 configure_input
="Generated from "`IFS=:
13062 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
13063 if test x
"$ac_file" != x-
; then
13064 configure_input
="$ac_file. $configure_input"
13065 { echo "$as_me:$LINENO: creating $ac_file" >&5
13066 echo "$as_me: creating $ac_file" >&6;}
13070 *:-:* |
*:-) cat >"$tmp/stdin";;
13075 ac_dir
=`$as_dirname -- "$ac_file" ||
13076 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13077 X"$ac_file" : 'X\(//\)[^/]' \| \
13078 X"$ac_file" : 'X\(//\)$' \| \
13079 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
13081 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13085 /^X\(\/\/\)[^/].*/{
13100 -*) as_dir
=.
/$as_dir;;
13102 test -d "$as_dir" ||
{ $as_mkdir_p && mkdir
-p "$as_dir"; } ||
{
13106 *\'*) as_qdir
=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
13107 *) as_qdir
=$as_dir;;
13109 as_dirs
="'$as_qdir' $as_dirs"
13110 as_dir
=`$as_dirname -- "$as_dir" ||
13111 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13112 X"$as_dir" : 'X\(//\)[^/]' \| \
13113 X"$as_dir" : 'X\(//\)$' \| \
13114 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
13116 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13120 /^X\(\/\/\)[^/].*/{
13133 test -d "$as_dir" && break
13135 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
13136 } ||
test -d "$as_dir" ||
{ { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
13137 echo "$as_me: error: cannot create directory $as_dir" >&2;}
13138 { (exit 1); exit 1; }; }; }
13142 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
13144 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
13145 # A ".." for each directory in $ac_dir_suffix.
13146 ac_top_builddir_sub
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
13147 case $ac_top_builddir_sub in
13148 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
13149 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
13152 ac_abs_top_builddir
=$ac_pwd
13153 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
13154 # for backward compatibility:
13155 ac_top_builddir
=$ac_top_build_prefix
13158 .
) # We are building in place.
13160 ac_top_srcdir
=$ac_top_builddir_sub
13161 ac_abs_top_srcdir
=$ac_pwd ;;
13162 [\\/]* | ?
:[\\/]* ) # Absolute name.
13163 ac_srcdir
=$srcdir$ac_dir_suffix;
13164 ac_top_srcdir
=$srcdir
13165 ac_abs_top_srcdir
=$srcdir ;;
13166 *) # Relative name.
13167 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
13168 ac_top_srcdir
=$ac_top_build_prefix$srcdir
13169 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
13171 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
13182 cat >>$CONFIG_STATUS <<\_ACEOF
13183 # If the template does not know about datarootdir, expand it.
13184 # FIXME: This hack should be removed a few years after 2.60.
13185 ac_datarootdir_hack
=; ac_datarootdir_seen
=
13187 case `sed -n '/datarootdir/ {
13196 ' $ac_file_inputs` in
13197 *datarootdir
*) ac_datarootdir_seen
=yes;;
13198 *@datadir@
*|
*@docdir@
*|
*@infodir@
*|
*@localedir@
*|
*@mandir@
*)
13199 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
13200 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
13202 cat >>$CONFIG_STATUS <<_ACEOF
13203 ac_datarootdir_hack='
13204 s&@datadir@&$datadir&g
13205 s&@docdir@&$docdir&g
13206 s&@infodir@&$infodir&g
13207 s&@localedir@&$localedir&g
13208 s&@mandir@&$mandir&g
13209 s&\\\${datarootdir}&$datarootdir&g' ;;
13213 # Neutralize VPATH when `$srcdir' = `.'.
13214 # Shell code in configure.ac might set extrasub.
13215 # FIXME: do we really want to maintain this feature?
13216 cat >>$CONFIG_STATUS <<_ACEOF
13220 cat >>$CONFIG_STATUS <<\_ACEOF
13222 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
13223 s
&@configure_input@
&$configure_input&;t t
13224 s
&@top_builddir@
&$ac_top_builddir_sub&;t t
13225 s
&@srcdir@
&$ac_srcdir&;t t
13226 s
&@abs_srcdir@
&$ac_abs_srcdir&;t t
13227 s
&@top_srcdir@
&$ac_top_srcdir&;t t
13228 s
&@abs_top_srcdir@
&$ac_abs_top_srcdir&;t t
13229 s
&@builddir@
&$ac_builddir&;t t
13230 s
&@abs_builddir@
&$ac_abs_builddir&;t t
13231 s
&@abs_top_builddir@
&$ac_abs_top_builddir&;t t
13232 $ac_datarootdir_hack
13233 " $ac_file_inputs | sed -f "$tmp/subs-1.
sed" | sed -f "$tmp/subs-2.
sed" | sed -f "$tmp/subs-3.
sed" >$tmp/out
13235 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
13236 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out
"`; test -n "$ac_out"; } &&
13237 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out
"`; test -z "$ac_out"; } &&
13238 { echo "$as_me:$LINENO: WARNING
: $ac_file contains a reference to the variable \
`datarootdir'
13239 which seems to be undefined. Please make sure it is defined." >&5
13240 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir
'
13241 which seems to be undefined. Please make sure it is defined." >&2;}
13245 -) cat "$tmp/out"; rm -f "$tmp/out";;
13246 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
13255 # Transform confdefs.h into a sed script `conftest.defines', that
13256 # substitutes the proper values into config.h.in to produce config.h.
13257 rm -f conftest.defines conftest.
tail
13258 # First, append a space to every undef/define line, to ease matching.
13259 echo 's/$/ /' >conftest.defines
13260 # Then, protect against being on the right side of a sed subst, or in
13261 # an unquoted here document, in config.status. If some macros were
13262 # called several times there might be several #defines for the same
13263 # symbol, which is useless. But do not sort them, since the last
13264 # AC_DEFINE must be honored.
13265 ac_word_re
=[_
$as_cr_Letters][_
$as_cr_alnum]*
13266 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
13267 # NAME is the cpp macro being defined, VALUE is the value it is being given.
13268 # PARAMS is the parameter list in the macro definition--in most cases, it's
13269 # just an empty string.
13270 ac_dA
='s,^\\([ #]*\\)[^ ]*\\([ ]*'
13271 ac_dB
='\\)[ (].*,\\1define\\2'
13279 s/^[ ]*#[ ]*define[ ][ ]*//
13284 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
13285 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
13286 ' >>conftest.defines
13288 # Remove the space that was appended to ease matching.
13289 # Then replace #undef with comments. This is necessary, for
13290 # example, in the case of _POSIX_SOURCE, which is predefined and required
13291 # on some systems where configure will not decide to define it.
13292 # (The regexp can be short, since the line contains either #define or #undef.)
13294 s,^[ #]*u.*,/* & */,' >>conftest.defines
13296 # Break up conftest.defines:
13297 ac_max_sed_lines
=50
13299 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1"
13300 # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"
13301 # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"
13303 ac_in
='$ac_file_inputs'
13304 ac_out
='"$tmp/out1"'
13305 ac_nxt
='"$tmp/out2"'
13309 # Write a here document:
13310 cat >>$CONFIG_STATUS <<_ACEOF
13311 # First, check the format of the line:
13312 cat >"\$tmp/defines.sed" <<\\CEOF
13313 /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def
13314 /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def
13318 sed ${ac_max_sed_lines}q conftest.defines
>>$CONFIG_STATUS
13320 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
13321 ac_in
=$ac_out; ac_out
=$ac_nxt; ac_nxt
=$ac_in
13322 sed 1,${ac_max_sed_lines}d conftest.defines
>conftest.
tail
13323 grep . conftest.
tail >/dev
/null ||
break
13324 rm -f conftest.defines
13325 mv conftest.
tail conftest.defines
13327 rm -f conftest.defines conftest.
tail
13329 echo "ac_result=$ac_in" >>$CONFIG_STATUS
13330 cat >>$CONFIG_STATUS <<\_ACEOF
13331 if test x
"$ac_file" != x-
; then
13332 echo "/* $configure_input */" >"$tmp/config.h"
13333 cat "$ac_result" >>"$tmp/config.h"
13334 if diff $ac_file "$tmp/config.h" >/dev
/null
2>&1; then
13335 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
13336 echo "$as_me: $ac_file is unchanged" >&6;}
13339 mv "$tmp/config.h" $ac_file
13342 echo "/* $configure_input */"
13348 :C
) { echo "$as_me:$LINENO: executing $ac_file commands" >&5
13349 echo "$as_me: executing $ac_file commands" >&6;}
13354 case $ac_file$ac_mode in
13355 "compiler_executable":C
)
13356 prefix
=${PWD}/${aros_tools_dir}/${aros_target_cpu}-${aros_target_arch}${aros_target_suffix}
13358 prefix
="${prefix}/${aros_target_cpu}-aros"
13359 prefix2
=${PWD}/${aros_tools_dir}/${aros_target_cpu}-${aros_target_arch}${aros_target_suffix}-aros
13363 chmod a
+x
${prefix2}-gcc ${prefix2}-ld
13365 ln -sf ${prefix2}-gcc ${prefix}-gcc
13366 ln -sf ${prefix2}-ld ${prefix}-ld
13368 ln -sf $aros_target_as_ln ${prefix}-as
13369 ln -sf $aros_target_nm_ln ${prefix}-nm
13370 ln -sf $aros_target_ar_ln ${prefix}-ar
13371 ln -sf $aros_target_ranlib_ln ${prefix}-ranlib
13372 ln -sf $aros_target_objcopy_ln ${prefix}-objcopy
13373 ln -sf $aros_target_objdump_ln ${prefix}-objdump
13374 ln -sf $aros_target_strip_ln ${prefix}-strip
13376 ln -sf $aros_target_as_ln ${prefix2}-as
13377 ln -sf $aros_target_nm_ln ${prefix2}-nm
13378 ln -sf $aros_target_ar_ln ${prefix2}-ar
13379 ln -sf $aros_target_ranlib_ln ${prefix2}-ranlib
13380 ln -sf $aros_target_objcopy_ln ${prefix2}-objcopy
13381 ln -sf $aros_target_objdump_ln ${prefix2}-objdump
13382 ln -sf $aros_target_strip_ln ${prefix2}-strip
13384 "genshared_executable":C
) chmod a
+x
${aros_scripts_dir}/genshared
;;
13385 "genmf_executable":C
) chmod a
+x
${aros_tools_dir}/genmf.py
;;
13386 "adflib_myaros.conf_executable":C
) chmod a
+x tools
/adflib
/myconf.aros
13393 { (exit 0); exit 0; }
13395 chmod +x
$CONFIG_STATUS
13396 ac_clean_files
=$ac_clean_files_save
13399 # configure is writing to config.log, and then calls config.status.
13400 # config.status does its own redirection, appending to config.log.
13401 # Unfortunately, on DOS this fails, as config.log is still kept open
13402 # by configure, so config.status won't be able to write to it; its
13403 # output is simply discarded. So we exec the FD to /dev/null,
13404 # effectively closing config.log, so it can be properly (re)opened and
13405 # appended to by config.status. When coming back to configure, we
13406 # need to make the FD available again.
13407 if test "$no_create" != yes; then
13409 ac_config_status_args
=
13410 test "$silent" = yes &&
13411 ac_config_status_args
="$ac_config_status_args --quiet"
13413 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
13415 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
13416 # would make configure fail if this is the last instruction.
13417 $ac_cs_success ||
{ (exit 1); exit 1; }
13422 #XXX compatability...
13423 aros_shared_ar
="$aros_shared_ld $aros_shared_ldflags -o"
13425 if test -n "$aros_shared_cflags" ; then
13426 echo "SHARED_CFLAGS := $aros_shared_cflags" >> ${aros_hostcfg_dir}/host.cfg
13427 echo "SHARED_AR := $aros_shared_ar" >> ${aros_hostcfg_dir}/host.cfg