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
718 aros_target_objcopy_ln
719 aros_target_objdump_ln
720 aros_target_ranlib_ln
722 aros_target_nostdinc_cflags
723 aros_target_nostartup_ldflags
724 aros_target_nix_ldflags
725 aros_target_detach_ldflags
726 aros_target_nostdlib_ldflags
760 aros_target_cc_includes
781 aros_target_strip_flags
785 aros_default_wbheight
789 aros_host_x11_includes
790 aros_host_x11_libdirs
796 aros_nesting_supervisor
806 ignore_undefined_symbols
810 ac_precious_vars
='build_alias
822 # Initialize some variables set by options.
824 ac_init_version
=false
825 # The variables have the same names as the options, with
826 # dashes changed to underlines.
834 program_transform_name
=s
,x
,x
,
842 # Installation directory options.
843 # These are left unexpanded so users can "make install exec_prefix=/foo"
844 # and all the variables that are supposed to be based on exec_prefix
845 # by default will actually change.
846 # Use braces instead of parens because sh, perl, etc. also accept them.
847 # (The list follows the same order as the GNU Coding Standards.)
848 bindir
='${exec_prefix}/bin'
849 sbindir
='${exec_prefix}/sbin'
850 libexecdir
='${exec_prefix}/libexec'
851 datarootdir
='${prefix}/share'
852 datadir
='${datarootdir}'
853 sysconfdir
='${prefix}/etc'
854 sharedstatedir
='${prefix}/com'
855 localstatedir
='${prefix}/var'
856 includedir
='${prefix}/include'
857 oldincludedir
='/usr/include'
858 docdir
='${datarootdir}/doc/${PACKAGE}'
859 infodir
='${datarootdir}/info'
864 libdir
='${exec_prefix}/lib'
865 localedir
='${datarootdir}/locale'
866 mandir
='${datarootdir}/man'
872 # If the previous option needs an argument, assign it.
873 if test -n "$ac_prev"; then
874 eval $ac_prev=\
$ac_option
880 *=*) ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
884 # Accept the important Cygnus configure options, so we can diagnose typos.
886 case $ac_dashdash$ac_option in
890 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
892 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
895 -build |
--build |
--buil |
--bui |
--bu)
896 ac_prev
=build_alias
;;
897 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
898 build_alias
=$ac_optarg ;;
900 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
901 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
902 ac_prev
=cache_file
;;
903 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
904 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
905 cache_file
=$ac_optarg ;;
908 cache_file
=config.cache
;;
910 -datadir |
--datadir |
--datadi |
--datad)
912 -datadir=* |
--datadir=* |
--datadi=* |
--datad=*)
913 datadir
=$ac_optarg ;;
915 -datarootdir |
--datarootdir |
--datarootdi |
--datarootd |
--dataroot \
916 |
--dataroo |
--dataro |
--datar)
917 ac_prev
=datarootdir
;;
918 -datarootdir=* |
--datarootdir=* |
--datarootdi=* |
--datarootd=* \
919 |
--dataroot=* |
--dataroo=* |
--dataro=* |
--datar=*)
920 datarootdir
=$ac_optarg ;;
922 -disable-* |
--disable-*)
923 ac_feature
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
924 # Reject names that are not valid shell variable names.
925 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
926 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
927 { (exit 1); exit 1; }; }
928 ac_feature
=`echo $ac_feature | sed 's/[-.]/_/g'`
929 eval enable_
$ac_feature=no
;;
931 -docdir |
--docdir |
--docdi |
--doc |
--do)
933 -docdir=* |
--docdir=* |
--docdi=* |
--doc=* |
--do=*)
936 -dvidir |
--dvidir |
--dvidi |
--dvid |
--dvi |
--dv)
938 -dvidir=* |
--dvidir=* |
--dvidi=* |
--dvid=* |
--dvi=* |
--dv=*)
941 -enable-* |
--enable-*)
942 ac_feature
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
943 # Reject names that are not valid shell variable names.
944 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
945 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
946 { (exit 1); exit 1; }; }
947 ac_feature
=`echo $ac_feature | sed 's/[-.]/_/g'`
948 eval enable_
$ac_feature=\
$ac_optarg ;;
950 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
951 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
952 |
--exec |
--exe |
--ex)
953 ac_prev
=exec_prefix
;;
954 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
955 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
956 |
--exec=* |
--exe=* |
--ex=*)
957 exec_prefix
=$ac_optarg ;;
959 -gas |
--gas |
--ga |
--g)
960 # Obsolete; use --with-gas.
963 -help |
--help |
--hel |
--he |
-h)
965 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
966 ac_init_help
=recursive
;;
967 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
968 ac_init_help
=short
;;
970 -host |
--host |
--hos |
--ho)
971 ac_prev
=host_alias
;;
972 -host=* |
--host=* |
--hos=* |
--ho=*)
973 host_alias
=$ac_optarg ;;
975 -htmldir |
--htmldir |
--htmldi |
--htmld |
--html |
--htm |
--ht)
977 -htmldir=* |
--htmldir=* |
--htmldi=* |
--htmld=* |
--html=* |
--htm=* \
979 htmldir
=$ac_optarg ;;
981 -includedir |
--includedir |
--includedi |
--included |
--include \
982 |
--includ |
--inclu |
--incl |
--inc)
983 ac_prev
=includedir
;;
984 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
985 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
986 includedir
=$ac_optarg ;;
988 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
990 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
991 infodir
=$ac_optarg ;;
993 -libdir |
--libdir |
--libdi |
--libd)
995 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
998 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
999 |
--libexe |
--libex |
--libe)
1000 ac_prev
=libexecdir
;;
1001 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
1002 |
--libexe=* |
--libex=* |
--libe=*)
1003 libexecdir
=$ac_optarg ;;
1005 -localedir |
--localedir |
--localedi |
--localed |
--locale)
1006 ac_prev
=localedir
;;
1007 -localedir=* |
--localedir=* |
--localedi=* |
--localed=* |
--locale=*)
1008 localedir
=$ac_optarg ;;
1010 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
1011 |
--localstate |
--localstat |
--localsta |
--localst |
--locals)
1012 ac_prev
=localstatedir
;;
1013 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
1014 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* |
--locals=*)
1015 localstatedir
=$ac_optarg ;;
1017 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
1019 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
1020 mandir
=$ac_optarg ;;
1022 -nfp |
--nfp |
--nf)
1023 # Obsolete; use --without-fp.
1026 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
1027 |
--no-cr |
--no-c |
-n)
1030 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
1031 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
1034 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
1035 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
1036 |
--oldin |
--oldi |
--old |
--ol |
--o)
1037 ac_prev
=oldincludedir
;;
1038 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
1039 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
1040 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
1041 oldincludedir
=$ac_optarg ;;
1043 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
1045 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
1046 prefix
=$ac_optarg ;;
1048 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
1049 |
--program-pre |
--program-pr |
--program-p)
1050 ac_prev
=program_prefix
;;
1051 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
1052 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
1053 program_prefix
=$ac_optarg ;;
1055 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
1056 |
--program-suf |
--program-su |
--program-s)
1057 ac_prev
=program_suffix
;;
1058 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
1059 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
1060 program_suffix
=$ac_optarg ;;
1062 -program-transform-name |
--program-transform-name \
1063 |
--program-transform-nam |
--program-transform-na \
1064 |
--program-transform-n |
--program-transform- \
1065 |
--program-transform |
--program-transfor \
1066 |
--program-transfo |
--program-transf \
1067 |
--program-trans |
--program-tran \
1068 |
--progr-tra |
--program-tr |
--program-t)
1069 ac_prev
=program_transform_name
;;
1070 -program-transform-name=* |
--program-transform-name=* \
1071 |
--program-transform-nam=* |
--program-transform-na=* \
1072 |
--program-transform-n=* |
--program-transform-=* \
1073 |
--program-transform=* |
--program-transfor=* \
1074 |
--program-transfo=* |
--program-transf=* \
1075 |
--program-trans=* |
--program-tran=* \
1076 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
1077 program_transform_name
=$ac_optarg ;;
1079 -pdfdir |
--pdfdir |
--pdfdi |
--pdfd |
--pdf |
--pd)
1081 -pdfdir=* |
--pdfdir=* |
--pdfdi=* |
--pdfd=* |
--pdf=* |
--pd=*)
1082 pdfdir
=$ac_optarg ;;
1084 -psdir |
--psdir |
--psdi |
--psd |
--ps)
1086 -psdir=* |
--psdir=* |
--psdi=* |
--psd=* |
--ps=*)
1089 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1090 |
-silent |
--silent |
--silen |
--sile |
--sil)
1093 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
1095 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
1097 sbindir
=$ac_optarg ;;
1099 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
1100 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
1101 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
1103 ac_prev
=sharedstatedir
;;
1104 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
1105 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
1106 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
1108 sharedstatedir
=$ac_optarg ;;
1110 -site |
--site |
--sit)
1112 -site=* |
--site=* |
--sit=*)
1115 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
1117 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
1118 srcdir
=$ac_optarg ;;
1120 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
1121 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
1122 ac_prev
=sysconfdir
;;
1123 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
1124 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
1125 sysconfdir
=$ac_optarg ;;
1127 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
1128 ac_prev
=target_alias
;;
1129 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
1130 target_alias
=$ac_optarg ;;
1132 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
1135 -version |
--version |
--versio |
--versi |
--vers |
-V)
1136 ac_init_version
=: ;;
1139 ac_package
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1140 # Reject names that are not valid shell variable names.
1141 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1142 { echo "$as_me: error: invalid package name: $ac_package" >&2
1143 { (exit 1); exit 1; }; }
1144 ac_package
=`echo $ac_package | sed 's/[-.]/_/g'`
1145 eval with_
$ac_package=\
$ac_optarg ;;
1147 -without-* |
--without-*)
1148 ac_package
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1149 # Reject names that are not valid shell variable names.
1150 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1151 { echo "$as_me: error: invalid package name: $ac_package" >&2
1152 { (exit 1); exit 1; }; }
1153 ac_package
=`echo $ac_package | sed 's/[-.]/_/g'`
1154 eval with_
$ac_package=no
;;
1157 # Obsolete; use --with-x.
1160 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
1161 |
--x-incl |
--x-inc |
--x-in |
--x-i)
1162 ac_prev
=x_includes
;;
1163 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
1164 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
1165 x_includes
=$ac_optarg ;;
1167 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
1168 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
1169 ac_prev
=x_libraries
;;
1170 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
1171 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
1172 x_libraries
=$ac_optarg ;;
1174 -*) { echo "$as_me: error: unrecognized option: $ac_option
1175 Try \`$0 --help' for more information." >&2
1176 { (exit 1); exit 1; }; }
1180 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
1181 # Reject names that are not valid shell variable names.
1182 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev
/null
&&
1183 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1184 { (exit 1); exit 1; }; }
1185 eval $ac_envvar=\
$ac_optarg
1186 export $ac_envvar ;;
1189 # FIXME: should be removed in autoconf 3.0.
1190 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1191 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1192 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1193 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1199 if test -n "$ac_prev"; then
1200 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
1201 { echo "$as_me: error: missing argument to $ac_option" >&2
1202 { (exit 1); exit 1; }; }
1205 # Be sure to have absolute directory names.
1206 for ac_var
in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1207 datadir sysconfdir sharedstatedir localstatedir includedir \
1208 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1209 libdir localedir mandir
1211 eval ac_val
=\$
$ac_var
1213 [\\/$
]* | ?
:[\\/]* ) continue;;
1214 NONE |
'' ) case $ac_var in *prefix
) continue;; esac;;
1216 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1217 { (exit 1); exit 1; }; }
1220 # There might be people who depend on the old broken behavior: `$host'
1221 # used to hold the argument of --host etc.
1222 # FIXME: To remove some day.
1225 target
=$target_alias
1227 # FIXME: To remove some day.
1228 if test "x$host_alias" != x
; then
1229 if test "x$build_alias" = x
; then
1230 cross_compiling
=maybe
1231 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1232 If a cross compiler is detected then cross compile mode will be used." >&2
1233 elif test "x$build_alias" != "x$host_alias"; then
1239 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
1241 test "$silent" = yes && exec 6>/dev
/null
1244 ac_pwd
=`pwd` && test -n "$ac_pwd" &&
1245 ac_ls_di
=`ls -di .` &&
1246 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` ||
1247 { echo "$as_me: error: Working directory cannot be determined" >&2
1248 { (exit 1); exit 1; }; }
1249 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1250 { echo "$as_me: error: pwd does not report name of working directory" >&2
1251 { (exit 1); exit 1; }; }
1254 # Find the source files, if location was not specified.
1255 if test -z "$srcdir"; then
1256 ac_srcdir_defaulted
=yes
1257 # Try the directory containing this script, then the parent directory.
1258 ac_confdir
=`$as_dirname -- "$0" ||
1259 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1260 X"$0" : 'X\(//\)[^/]' \| \
1261 X"$0" : 'X\(//\)$' \| \
1262 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1264 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1282 if test ! -r "$srcdir/$ac_unique_file"; then
1286 ac_srcdir_defaulted
=no
1288 if test ! -r "$srcdir/$ac_unique_file"; then
1289 test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .."
1290 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1291 { (exit 1); exit 1; }; }
1293 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work"
1295 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1296 { (exit 1); exit 1; }; }
1298 # When building in place, set srcdir=.
1299 if test "$ac_abs_confdir" = "$ac_pwd"; then
1302 # Remove unnecessary trailing slashes from srcdir.
1303 # Double slashes in file names in object file debugging info
1304 # mess up M-x gdb in Emacs.
1306 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1308 for ac_var
in $ac_precious_vars; do
1309 eval ac_env_
${ac_var}_set=\${${ac_var}+set}
1310 eval ac_env_
${ac_var}_value
=\$
${ac_var}
1311 eval ac_cv_env_
${ac_var}_set=\${${ac_var}+set}
1312 eval ac_cv_env_
${ac_var}_value
=\$
${ac_var}
1316 # Report the --help message.
1318 if test "$ac_init_help" = "long"; then
1319 # Omit some internal or obsolete options to make the list less imposing.
1320 # This message is too long to be a string in the A/UX 3.1 sh.
1322 \`configure' configures this package to adapt to many kinds of systems.
1324 Usage: $0 [OPTION]... [VAR=VALUE]...
1326 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1327 VAR=VALUE. See below for descriptions of some of the useful variables.
1329 Defaults for the options are specified in brackets.
1332 -h, --help display this help and exit
1333 --help=short display options specific to this package
1334 --help=recursive display the short help of all the included packages
1335 -V, --version display version information and exit
1336 -q, --quiet, --silent do not print \`checking...' messages
1337 --cache-file=FILE cache test results in FILE [disabled]
1338 -C, --config-cache alias for \`--cache-file=config.cache'
1339 -n, --no-create do not create output files
1340 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1342 Installation directories:
1343 --prefix=PREFIX install architecture-independent files in PREFIX
1344 [$ac_default_prefix]
1345 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1348 By default, \`make install' will install all the files in
1349 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1350 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1351 for instance \`--prefix=\$HOME'.
1353 For better control, use the options below.
1355 Fine tuning of the installation directories:
1356 --bindir=DIR user executables [EPREFIX/bin]
1357 --sbindir=DIR system admin executables [EPREFIX/sbin]
1358 --libexecdir=DIR program executables [EPREFIX/libexec]
1359 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1360 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1361 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1362 --libdir=DIR object code libraries [EPREFIX/lib]
1363 --includedir=DIR C header files [PREFIX/include]
1364 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1365 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1366 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1367 --infodir=DIR info documentation [DATAROOTDIR/info]
1368 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1369 --mandir=DIR man documentation [DATAROOTDIR/man]
1370 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1371 --htmldir=DIR html documentation [DOCDIR]
1372 --dvidir=DIR dvi documentation [DOCDIR]
1373 --pdfdir=DIR pdf documentation [DOCDIR]
1374 --psdir=DIR ps documentation [DOCDIR]
1380 --x-includes=DIR X include files are
in DIR
1381 --x-libraries=DIR X library files are
in DIR
1384 --build=BUILD configure
for building on BUILD
[guessed
]
1385 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
1389 if test -n "$ac_init_help"; then
1394 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
1395 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
1396 --enable-build-type=TYPE
1397 Select the build
type. Available types are
:
1398 personal
, nightly
, snapshot
, milestone
, release. Do
1399 NOT use this option unless you know what you are
1400 doing
! (default
=personal
)
1401 --enable-debug=list Enable different types of debug. Commas or
1402 whitespaces can be used to separate the items
in the
1403 list. Available types of debug are
: all
, none
,
1404 messages
, stack
, mungwall
, modules
, symbols. If no
1405 list is provided
then "all" is assumed.
1407 --enable-distcc Use distcc as a front end to the compiler
1409 --enable-ccache Use ccache as a front end to the compiler
1411 --enable-target-variant=NAME
1412 Enable a specific target variant
(default
=none
)
1413 --enable-includes=dir Alternative system include directory
1414 --enable-bochs-hack Enable hacks to
make BOCHS
(partly
) work
1416 --enable-palm-debug-hack
1417 Enable palm debug output hack
in palm native
1419 --enable-nesting-supervisor
1420 Enable nesting supervisor support
in unix
1422 --enable-x11-hidd build X11 hidd
for hosted
(default
=auto
)
1423 --enable-x11-shm use X11 shared memory
(default
=auto
)
1424 --enable-x11-vidmode use X11 vidmode extension
(default
=auto
)
1425 --enable-sdl-hidd build SDL hidd
for hosted
(default
=auto
)
1426 --disable-sdltest Do not try to compile and run a
test SDL program
1427 --enable-dbus Enable DBUS support via dbus.library
(default
=no
)
1430 --with-PACKAGE[=ARG
] use PACKAGE
[ARG
=yes]
1431 --without-PACKAGE do not use PACKAGE
(same as
--with-PACKAGE=no
)
1432 --with-optimization=FLAGS
1433 Use optimization flags FLAGS
(default
=-O2).
1434 --with-resolution=XRESxYRESxDEPTH
1435 Default resolution of the initial WorkbenchScreen
1436 --with-serial-debug Enable serial debug output
in native
(default
=no
)
1437 --with-x use the X Window System
1438 --with-sdl-prefix=PFX Prefix where SDL is installed
(optional
)
1439 --with-sdl-exec-prefix=PFX Exec prefix where SDL is installed
(optional
)
1441 Some influential environment variables
:
1442 CC C compiler
command
1443 CFLAGS C compiler flags
1444 LDFLAGS linker flags
, e.g.
-L<lib dir
> if you have libraries
in a
1445 nonstandard directory
<lib dir
>
1446 LIBS libraries to pass to the linker
, e.g.
-l<library
>
1447 CPPFLAGS C
/C
++/Objective C preprocessor flags
, e.g.
-I<include dir
> if
1448 you have headers
in a nonstandard directory
<include dir
>
1450 XMKMF Path to xmkmf
, Makefile generator
for X Window System
1452 Use these variables to override the choices made by
`configure' or to help
1453 it to find libraries and programs with nonstandard names/locations.
1459 if test "$ac_init_help" = "recursive"; then
1460 # If there are subdirs, report their specific --help.
1461 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1462 test -d "$ac_dir" || continue
1466 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1468 ac_dir_suffix=/`echo "$ac_dir" |
sed 's,^\.[\\/],,'`
1469 # A ".." for each directory in $ac_dir_suffix.
1470 ac_top_builddir_sub=`echo "$ac_dir_suffix" |
sed 's,/[^\\/]*,/..,g;s,/,,'`
1471 case $ac_top_builddir_sub in
1472 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1473 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1476 ac_abs_top_builddir=$ac_pwd
1477 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1478 # for backward compatibility:
1479 ac_top_builddir=$ac_top_build_prefix
1482 .) # We are building in place.
1484 ac_top_srcdir=$ac_top_builddir_sub
1485 ac_abs_top_srcdir=$ac_pwd ;;
1486 [\\/]* | ?:[\\/]* ) # Absolute name.
1487 ac_srcdir=$srcdir$ac_dir_suffix;
1488 ac_top_srcdir=$srcdir
1489 ac_abs_top_srcdir=$srcdir ;;
1491 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1492 ac_top_srcdir=$ac_top_build_prefix$srcdir
1493 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1495 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1497 cd "$ac_dir" || { ac_status=$?; continue; }
1498 # Check for guested configure.
1499 if test -f "$ac_srcdir/configure.gnu"; then
1501 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1502 elif test -f "$ac_srcdir/configure"; then
1504 $SHELL "$ac_srcdir/configure" --help=recursive
1506 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1508 cd "$ac_pwd" || { ac_status=$?; break; }
1512 test -n "$ac_init_help" && exit $ac_status
1513 if $ac_init_version; then
1516 generated by GNU Autoconf 2.61
1518 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1519 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1520 This configure script is free software; the Free Software Foundation
1521 gives unlimited permission to copy, distribute and modify it.
1525 cat >config.log <<_ACEOF
1526 This file contains any messages produced by compilers while
1527 running configure, to aid debugging if configure makes a mistake.
1529 It was created by $as_me, which was
1530 generated by GNU Autoconf 2.61. Invocation command line was
1542 hostname = `(hostname || uname
-n) 2>/dev
/null |
sed 1q
`
1543 uname -m = `(uname
-m) 2>/dev
/null ||
echo unknown
`
1544 uname -r = `(uname
-r) 2>/dev
/null ||
echo unknown
`
1545 uname -s = `(uname
-s) 2>/dev
/null ||
echo unknown
`
1546 uname -v = `(uname
-v) 2>/dev
/null ||
echo unknown
`
1548 /usr/bin/uname -p = `(/usr
/bin
/uname
-p) 2>/dev
/null ||
echo unknown
`
1549 /bin/uname -X = `(/bin
/uname
-X) 2>/dev
/null ||
echo unknown
`
1551 /bin/arch = `(/bin
/arch
) 2>/dev
/null ||
echo unknown
`
1552 /usr/bin/arch -k = `(/usr
/bin
/arch
-k) 2>/dev
/null ||
echo unknown
`
1553 /usr/convex/getsysinfo = `(/usr
/convex
/getsysinfo
) 2>/dev
/null ||
echo unknown
`
1554 /usr/bin/hostinfo = `(/usr
/bin
/hostinfo
) 2>/dev
/null ||
echo unknown
`
1555 /bin/machine = `(/bin
/machine
) 2>/dev
/null ||
echo unknown
`
1556 /usr/bin/oslevel = `(/usr
/bin
/oslevel
) 2>/dev
/null ||
echo unknown
`
1557 /bin/universe = `(/bin
/universe
) 2>/dev
/null ||
echo unknown
`
1561 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1565 test -z "$as_dir" && as_dir=.
1566 echo "PATH: $as_dir"
1582 # Keep a trace of the command line.
1583 # Strip out --no-create and --no-recursion so they do not pile up.
1584 # Strip out --silent because we don't want to record it for future runs.
1585 # Also quote any args containing shell meta-characters.
1586 # Make two passes to allow for proper duplicate-argument suppression.
1590 ac_must_keep_next=false
1596 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1597 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1598 | -silent | --silent | --silen | --sile | --sil)
1601 ac_arg=`echo "$ac_arg" |
sed "s/'/'\\\\\\\\''/g"` ;;
1604 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1606 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1607 if test $ac_must_keep_next = true; then
1608 ac_must_keep_next=false # Got value, back to normal.
1611 *=* | --config-cache | -C | -disable-* | --disable-* \
1612 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1613 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1614 | -with-* | --with-* | -without-* | --without-* | --x)
1615 case "$ac_configure_args0 " in
1616 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1619 -* ) ac_must_keep_next=true ;;
1622 ac_configure_args="$ac_configure_args '$ac_arg'"
1627 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1628 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1630 # When interrupted or exit'd, cleanup temporary files, and complete
1631 # config.log. We remove comments because anyway the quotes in there
1632 # would cause problems or look ugly.
1633 # WARNING: Use '\'' to represent an apostrophe within the trap.
1634 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1635 trap 'exit_status=$?
1636 # Save into config.log some information that might help in debugging.
1641 ## ---------------- ##
1642 ## Cache variables. ##
1643 ## ---------------- ##
1646 # The following way of writing the cache mishandles newlines in values,
1648 for ac_var in `(set) 2>&1 |
sed -n '\''s
/^\
([a-zA-Z_
][a-zA-Z0-9_
]*\
)=.
*/\
1/p
'\''`; do
1649 eval ac_val=\$$ac_var
1653 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1654 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1657 _ | IFS | as_nl) ;; #(
1658 *) $as_unset $ac_var ;;
1663 case $as_nl`(ac_space
='\'' '\''; set) 2>&1` in #(
1664 *${as_nl}ac_space=\ *)
1666 "s/'\''/'\''\\\\'\'''\''/g;
1667 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1670 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1678 ## ----------------- ##
1679 ## Output variables. ##
1680 ## ----------------- ##
1683 for ac_var in $ac_subst_vars
1685 eval ac_val=\$$ac_var
1687 *\'\''*) ac_val=`echo "$ac_val" |
sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1689 echo "$ac_var='\''$ac_val'\''"
1693 if test -n "$ac_subst_files"; then
1695 ## ------------------- ##
1696 ## File substitutions. ##
1697 ## ------------------- ##
1700 for ac_var in $ac_subst_files
1702 eval ac_val=\$$ac_var
1704 *\'\''*) ac_val=`echo "$ac_val" |
sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1706 echo "$ac_var='\''$ac_val'\''"
1711 if test -s confdefs.h; then
1721 test "$ac_signal" != 0 &&
1722 echo "$as_me: caught signal $ac_signal"
1723 echo "$as_me: exit $exit_status"
1725 rm -f core *.core core.conftest.* &&
1726 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1729 for ac_signal in 1 2 13 15; do
1730 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1734 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1735 rm -f -r conftest* confdefs.h
1737 # Predefined preprocessor variables.
1739 cat >>confdefs.h <<_ACEOF
1740 #define PACKAGE_NAME "$PACKAGE_NAME"
1744 cat >>confdefs.h <<_ACEOF
1745 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1749 cat >>confdefs.h <<_ACEOF
1750 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1754 cat >>confdefs.h <<_ACEOF
1755 #define PACKAGE_STRING "$PACKAGE_STRING"
1759 cat >>confdefs.h <<_ACEOF
1760 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1764 # Let the site file select an alternate cache file if it wants to.
1765 # Prefer explicitly selected file to automatically selected ones.
1766 if test -n "$CONFIG_SITE"; then
1767 set x "$CONFIG_SITE"
1768 elif test "x$prefix" != xNONE; then
1769 set x "$prefix/share/config.site" "$prefix/etc/config.site"
1771 set x "$ac_default_prefix/share/config.site" \
1772 "$ac_default_prefix/etc/config.site"
1777 if test -r "$ac_site_file"; then
1778 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1779 echo "$as_me: loading site script $ac_site_file" >&6;}
1780 sed 's/^/| /' "$ac_site_file" >&5
1785 if test -r "$cache_file"; then
1786 # Some versions of bash will fail to source /dev/null (special
1787 # files actually), so we avoid doing that.
1788 if test -f "$cache_file"; then
1789 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1790 echo "$as_me: loading cache $cache_file" >&6;}
1792 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1793 *) . "./$cache_file";;
1797 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1798 echo "$as_me: creating cache $cache_file" >&6;}
1802 # Check that the precious variables saved in the cache have kept the same
1804 ac_cache_corrupted=false
1805 for ac_var in $ac_precious_vars; do
1806 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1807 eval ac_new_set=\$ac_env_${ac_var}_set
1808 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1809 eval ac_new_val=\$ac_env_${ac_var}_value
1810 case $ac_old_set,$ac_new_set in
1812 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run
" >&5
1813 echo "$as_me: error
: \
`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1814 ac_cache_corrupted=: ;;
1816 { echo "$as_me:$LINENO: error: \`$ac_var' was not
set in the previous run
" >&5
1817 echo "$as_me: error
: \
`$ac_var' was not set in the previous run" >&2;}
1818 ac_cache_corrupted=: ;;
1821 if test "x$ac_old_val" != "x$ac_new_val"; then
1822 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1823 echo "$as_me: error: \`$ac_var' has changed since the previous run
:" >&2;}
1824 { echo "$as_me:$LINENO: former value
: $ac_old_val" >&5
1825 echo "$as_me: former value
: $ac_old_val" >&2;}
1826 { echo "$as_me:$LINENO: current value
: $ac_new_val" >&5
1827 echo "$as_me: current value
: $ac_new_val" >&2;}
1828 ac_cache_corrupted=:
1831 # Pass precious variables to config.status.
1832 if test "$ac_new_set" = set; then
1834 *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s
/'/'\\\\\\\\''/g
"` ;;
1835 *) ac_arg=$ac_var=$ac_new_val ;;
1837 case " $ac_configure_args " in
1838 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1839 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1843 if $ac_cache_corrupted; then
1844 { echo "$as_me:$LINENO: error
: changes
in the environment can compromise the build
" >&5
1845 echo "$as_me: error
: changes
in the environment can compromise the build
" >&2;}
1846 { { echo "$as_me:$LINENO: error
: run \
`make distclean' and/or \`rm $cache_file' and start over" >&5
1847 echo "$as_me: error: run \`make distclean' and
/or \
`rm $cache_file' and start over" >&2;}
1848 { (exit 1); exit 1; }; }
1868 ac_cpp='$CPP $CPPFLAGS'
1869 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1870 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1871 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1876 for ac_dir in scripts/autoconf "$srcdir"/scripts/autoconf; do
1877 if test -f "$ac_dir/install-sh"; then
1879 ac_install_sh="$ac_aux_dir/install-sh -c"
1881 elif test -f "$ac_dir/install.sh"; then
1883 ac_install_sh="$ac_aux_dir/install.sh -c"
1885 elif test -f "$ac_dir/shtool"; then
1887 ac_install_sh="$ac_aux_dir/shtool install -c"
1891 if test -z "$ac_aux_dir"; then
1892 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in scripts/autoconf \"$srcdir\"/scripts/autoconf" >&5
1893 echo "$as_me: error: cannot find install-sh or install.sh in scripts/autoconf \"$srcdir\"/scripts/autoconf" >&2;}
1894 { (exit 1); exit 1; }; }
1897 # These three variables are undocumented and unsupported,
1898 # and are intended to be withdrawn in a future Autoconf release.
1899 # They can cause serious problems if a builder's source tree is in a directory
1900 # whose full name contains unusual characters.
1901 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
1902 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
1903 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
1907 # Check what host we are running on.
1908 # If a target is not suggested, we use this one.
1909 # Note that what we call a target, Autoconf calls a host.
1910 # Make sure we can run config.sub.
1911 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
1912 { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
1913 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
1914 { (exit 1); exit 1; }; }
1916 { echo "$as_me:$LINENO: checking build system type" >&5
1917 echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
1918 if test "${ac_cv_build+set}" = set; then
1919 echo $ECHO_N "(cached) $ECHO_C" >&6
1921 ac_build_alias=$build_alias
1922 test "x$ac_build_alias" = x &&
1923 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
1924 test "x$ac_build_alias" = x &&
1925 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1926 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1927 { (exit 1); exit 1; }; }
1928 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
1929 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
1930 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
1931 { (exit 1); exit 1; }; }
1934 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1935 echo "${ECHO_T}$ac_cv_build" >&6; }
1936 case $ac_cv_build in
1938 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
1939 echo "$as_me: error: invalid value of canonical build" >&2;}
1940 { (exit 1); exit 1; }; };;
1943 ac_save_IFS=$IFS; IFS='-'
1949 # Remember, the first character of IFS is used to create $*,
1950 # except with old shells:
1953 case $build_os in *\ *) build_os=`echo "$build_os" |
sed 's/ /-/g'`;; esac
1956 { echo "$as_me:$LINENO: checking host system type" >&5
1957 echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
1958 if test "${ac_cv_host+set}" = set; then
1959 echo $ECHO_N "(cached) $ECHO_C" >&6
1961 if test "x$host_alias" = x; then
1962 ac_cv_host=$ac_cv_build
1964 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
1965 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
1966 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
1967 { (exit 1); exit 1; }; }
1971 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1972 echo "${ECHO_T}$ac_cv_host" >&6; }
1975 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
1976 echo "$as_me: error: invalid value of canonical host" >&2;}
1977 { (exit 1); exit 1; }; };;
1980 ac_save_IFS=$IFS; IFS='-'
1986 # Remember, the first character of IFS is used to create $*,
1987 # except with old shells:
1990 case $host_os in *\ *) host_os=`echo "$host_os" |
sed 's/ /-/g'`;; esac
1994 # The AROS target is slightly different to the normal GNU style
1995 # format. We don't have the middle part, and we reverse the order
1996 # of the $(CPU) and $(OS) bits.
1998 # Don't strip the version of the target yet, it might be
1999 # useful on some systems.
2001 { echo "$as_me:$LINENO: checking for AROS style target" >&5
2002 echo $ECHO_N "checking for AROS style target... $ECHO_C" >&6; }
2004 if test "$target" = "NONE" ; then
2005 target=$host_os-$host_cpu
2008 if test "$target" = "" ; then
2009 target=$host_os-$host_cpu
2015 { echo "$as_me:$LINENO: result: $target" >&5
2016 echo "${ECHO_T}$target" >&6; }
2018 #don't know where else to put this...
2021 # Parse the target field into something useful.
2023 target_os=`echo $target |
sed 's/^\([^-]*\)-\(.*\)$/\1/'`
2024 target_cpu=`echo $target |
sed 's/^\([^-]*\)-\(.*\)$/\2/'`
2027 aros_default_wbwidth=800
2028 aros_default_wbheight=600
2029 aros_default_wbdepth=4
2032 # The first step is to find the host binaries.
2033 # Check for a compiler.
2035 ac_cpp='$CPP $CPPFLAGS'
2036 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2037 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2038 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2039 if test -n "$ac_tool_prefix"; then
2040 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2041 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2042 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2043 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2044 if test "${ac_cv_prog_CC+set}" = set; then
2045 echo $ECHO_N "(cached) $ECHO_C" >&6
2047 if test -n "$CC"; then
2048 ac_cv_prog_CC="$CC" # Let the user override the test.
2050 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2054 test -z "$as_dir" && as_dir=.
2055 for ac_exec_ext in '' $ac_executable_extensions; do
2056 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2057 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2058 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2068 if test -n "$CC"; then
2069 { echo "$as_me:$LINENO: result: $CC" >&5
2070 echo "${ECHO_T}$CC" >&6; }
2072 { echo "$as_me:$LINENO: result: no" >&5
2073 echo "${ECHO_T}no" >&6; }
2078 if test -z "$ac_cv_prog_CC"; then
2080 # Extract the first word of "gcc", so it can be a program name with args.
2081 set dummy gcc; ac_word=$2
2082 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2083 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2084 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2085 echo $ECHO_N "(cached) $ECHO_C" >&6
2087 if test -n "$ac_ct_CC"; then
2088 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2090 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2094 test -z "$as_dir" && as_dir=.
2095 for ac_exec_ext in '' $ac_executable_extensions; do
2096 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2097 ac_cv_prog_ac_ct_CC="gcc"
2098 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2107 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2108 if test -n "$ac_ct_CC"; then
2109 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2110 echo "${ECHO_T}$ac_ct_CC" >&6; }
2112 { echo "$as_me:$LINENO: result: no" >&5
2113 echo "${ECHO_T}no" >&6; }
2116 if test "x$ac_ct_CC" = x; then
2119 case $cross_compiling:$ac_tool_warned in
2121 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2122 whose name does not start with the host triplet. If you think this
2123 configuration is useful to you, please write to autoconf@gnu.org." >&5
2124 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2125 whose name does not start with the host triplet. If you think this
2126 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2127 ac_tool_warned=yes ;;
2135 if test -z "$CC"; then
2136 if test -n "$ac_tool_prefix"; then
2137 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2138 set dummy ${ac_tool_prefix}cc; ac_word=$2
2139 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2140 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2141 if test "${ac_cv_prog_CC+set}" = set; then
2142 echo $ECHO_N "(cached) $ECHO_C" >&6
2144 if test -n "$CC"; then
2145 ac_cv_prog_CC="$CC" # Let the user override the test.
2147 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2151 test -z "$as_dir" && as_dir=.
2152 for ac_exec_ext in '' $ac_executable_extensions; do
2153 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2154 ac_cv_prog_CC="${ac_tool_prefix}cc"
2155 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2165 if test -n "$CC"; then
2166 { echo "$as_me:$LINENO: result: $CC" >&5
2167 echo "${ECHO_T}$CC" >&6; }
2169 { echo "$as_me:$LINENO: result: no" >&5
2170 echo "${ECHO_T}no" >&6; }
2176 if test -z "$CC"; then
2177 # Extract the first word of "cc", so it can be a program name with args.
2178 set dummy cc; ac_word=$2
2179 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2180 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2181 if test "${ac_cv_prog_CC+set}" = set; then
2182 echo $ECHO_N "(cached) $ECHO_C" >&6
2184 if test -n "$CC"; then
2185 ac_cv_prog_CC="$CC" # Let the user override the test.
2188 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2192 test -z "$as_dir" && as_dir=.
2193 for ac_exec_ext in '' $ac_executable_extensions; do
2194 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2195 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2196 ac_prog_rejected=yes
2200 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2207 if test $ac_prog_rejected = yes; then
2208 # We found a bogon in the path, so make sure we never use it.
2209 set dummy $ac_cv_prog_CC
2211 if test $# != 0; then
2212 # We chose a different compiler from the bogus one.
2213 # However, it has the same basename, so the bogon will be chosen
2214 # first if we set CC to just the basename; use the full file name.
2216 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2222 if test -n "$CC"; then
2223 { echo "$as_me:$LINENO: result: $CC" >&5
2224 echo "${ECHO_T}$CC" >&6; }
2226 { echo "$as_me:$LINENO: result: no" >&5
2227 echo "${ECHO_T}no" >&6; }
2232 if test -z "$CC"; then
2233 if test -n "$ac_tool_prefix"; then
2234 for ac_prog in cl.exe
2236 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2237 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2238 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2239 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2240 if test "${ac_cv_prog_CC+set}" = set; then
2241 echo $ECHO_N "(cached) $ECHO_C" >&6
2243 if test -n "$CC"; then
2244 ac_cv_prog_CC="$CC" # Let the user override the test.
2246 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2250 test -z "$as_dir" && as_dir=.
2251 for ac_exec_ext in '' $ac_executable_extensions; do
2252 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2253 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2254 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2264 if test -n "$CC"; then
2265 { echo "$as_me:$LINENO: result: $CC" >&5
2266 echo "${ECHO_T}$CC" >&6; }
2268 { echo "$as_me:$LINENO: result: no" >&5
2269 echo "${ECHO_T}no" >&6; }
2273 test -n "$CC" && break
2276 if test -z "$CC"; then
2278 for ac_prog in cl.exe
2280 # Extract the first word of "$ac_prog", so it can be a program name with args.
2281 set dummy $ac_prog; ac_word=$2
2282 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2283 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2284 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2285 echo $ECHO_N "(cached) $ECHO_C" >&6
2287 if test -n "$ac_ct_CC"; then
2288 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2290 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2294 test -z "$as_dir" && as_dir=.
2295 for ac_exec_ext in '' $ac_executable_extensions; do
2296 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2297 ac_cv_prog_ac_ct_CC="$ac_prog"
2298 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2307 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2308 if test -n "$ac_ct_CC"; then
2309 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2310 echo "${ECHO_T}$ac_ct_CC" >&6; }
2312 { echo "$as_me:$LINENO: result: no" >&5
2313 echo "${ECHO_T}no" >&6; }
2317 test -n "$ac_ct_CC" && break
2320 if test "x$ac_ct_CC" = x; then
2323 case $cross_compiling:$ac_tool_warned in
2325 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2326 whose name does not start with the host triplet. If you think this
2327 configuration is useful to you, please write to autoconf@gnu.org." >&5
2328 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2329 whose name does not start with the host triplet. If you think this
2330 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2331 ac_tool_warned=yes ;;
2340 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2341 See \`config.log
' for more details." >&5
2342 echo "$as_me: error: no acceptable C compiler found in \$PATH
2343 See \`config.log' for more details.
" >&2;}
2344 { (exit 1); exit 1; }; }
2346 # Provide some information about the compiler.
2347 echo "$as_me:$LINENO: checking
for C compiler version
" >&5
2348 ac_compiler=`set X $ac_compile; echo $2`
2349 { (ac_try="$ac_compiler --version >&5"
2351 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2352 *) ac_try_echo=$ac_try;;
2354 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
2355 (eval "$ac_compiler --version >&5") 2>&5
2357 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
2358 (exit $ac_status); }
2359 { (ac_try="$ac_compiler -v >&5"
2361 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2362 *) ac_try_echo=$ac_try;;
2364 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
2365 (eval "$ac_compiler -v >&5") 2>&5
2367 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
2368 (exit $ac_status); }
2369 { (ac_try="$ac_compiler -V >&5"
2371 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2372 *) ac_try_echo=$ac_try;;
2374 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
2375 (eval "$ac_compiler -V >&5") 2>&5
2377 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
2378 (exit $ac_status); }
2380 cat >conftest.$ac_ext <<_ACEOF
2383 cat confdefs.h >>conftest.$ac_ext
2384 cat >>conftest.$ac_ext <<_ACEOF
2385 /* end confdefs.h. */
2395 ac_clean_files_save=$ac_clean_files
2396 ac_clean_files="$ac_clean_files a.out a.exe b.out
"
2397 # Try to create an executable without -o first, disregard a.out.
2398 # It will help us diagnose broken compilers, and finding out an intuition
2400 { echo "$as_me:$LINENO: checking
for C compiler default output
file name
" >&5
2401 echo $ECHO_N "checking
for C compiler default output
file name...
$ECHO_C" >&6; }
2402 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2404 # List of possible output files, starting from the most likely.
2405 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
2406 # only as a last resort. b.out is created by i960 compilers.
2407 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
2409 # The IRIX 6 linker writes into existing files which may not be
2410 # executable, retaining their permissions. Remove them first so a
2411 # subsequent execution test works.
2413 for ac_file in $ac_files
2416 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2417 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2422 if { (ac_try="$ac_link_default"
2424 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2425 *) ac_try_echo=$ac_try;;
2427 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
2428 (eval "$ac_link_default") 2>&5
2430 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
2431 (exit $ac_status); }; then
2432 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2433 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2434 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2435 # so that the user can short-circuit this test for compilers unknown to
2437 for ac_file in $ac_files ''
2439 test -f "$ac_file" || continue
2441 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
2444 # We found the default executable, but exeext='' is most
2448 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2450 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2452 # We set ac_cv_exeext here because the later test for it is not
2453 # safe: cross compilers may not add the suffix if given an `-o'
2454 # argument, so we may need to know it at that point already.
2455 # Even if this section looks crufty: it has the advantage of
2462 test "$ac_cv_exeext" = no && ac_cv_exeext=
2468 { echo "$as_me:$LINENO: result
: $ac_file" >&5
2469 echo "${ECHO_T}$ac_file" >&6; }
2470 if test -z "$ac_file"; then
2471 echo "$as_me: failed program was
:" >&5
2472 sed 's/^/| /' conftest.$ac_ext >&5
2474 { { echo "$as_me:$LINENO: error
: C compiler cannot create executables
2475 See \
`config.log' for more details." >&5
2476 echo "$as_me: error: C compiler cannot create executables
2477 See \`config.log
' for more details." >&2;}
2478 { (exit 77); exit 77; }; }
2481 ac_exeext=$ac_cv_exeext
2483 # Check that the compiler produces executables we can run. If not, either
2484 # the compiler is broken, or we cross compile.
2485 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2486 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
2487 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2488 # If not cross compiling, check that we can run a simple program.
2489 if test "$cross_compiling" != yes; then
2490 if { ac_try='.
/$ac_file'
2491 { (case "(($ac_try" in
2492 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2493 *) ac_try_echo=$ac_try;;
2495 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2496 (eval "$ac_try") 2>&5
2498 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2499 (exit $ac_status); }; }; then
2502 if test "$cross_compiling" = maybe; then
2505 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2506 If you meant to cross compile, use \`--host'.
2507 See \
`config.log' for more details." >&5
2508 echo "$as_me: error: cannot run C compiled programs.
2509 If you meant to cross compile, use \`--host'.
2510 See \`config.log' for more details.
" >&2;}
2511 { (exit 1); exit 1; }; }
2515 { echo "$as_me:$LINENO: result
: yes" >&5
2516 echo "${ECHO_T}yes" >&6; }
2518 rm -f a.out a.exe conftest$ac_cv_exeext b.out
2519 ac_clean_files=$ac_clean_files_save
2520 # Check that the compiler produces executables we can run. If not, either
2521 # the compiler is broken, or we cross compile.
2522 { echo "$as_me:$LINENO: checking whether we are cross compiling
" >&5
2523 echo $ECHO_N "checking whether we are cross compiling...
$ECHO_C" >&6; }
2524 { echo "$as_me:$LINENO: result
: $cross_compiling" >&5
2525 echo "${ECHO_T}$cross_compiling" >&6; }
2527 { echo "$as_me:$LINENO: checking
for suffix of executables
" >&5
2528 echo $ECHO_N "checking
for suffix of executables...
$ECHO_C" >&6; }
2529 if { (ac_try="$ac_link"
2531 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2532 *) ac_try_echo=$ac_try;;
2534 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
2535 (eval "$ac_link") 2>&5
2537 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
2538 (exit $ac_status); }; then
2539 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2540 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2541 # work properly (i.e., refer to `conftest.exe'), while it won't with
2543 for ac_file in conftest.exe conftest conftest.*; do
2544 test -f "$ac_file" || continue
2546 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2547 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2553 { { echo "$as_me:$LINENO: error
: cannot compute suffix of executables
: cannot compile and link
2554 See \
`config.log' for more details." >&5
2555 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2556 See \`config.log
' for more details." >&2;}
2557 { (exit 1); exit 1; }; }
2560 rm -f conftest$ac_cv_exeext
2561 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2562 echo "${ECHO_T}$ac_cv_exeext" >&6; }
2564 rm -f conftest.$ac_ext
2565 EXEEXT=$ac_cv_exeext
2567 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
2568 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
2569 if test "${ac_cv_objext+set}" = set; then
2570 echo $ECHO_N "(cached) $ECHO_C" >&6
2572 cat >conftest.$ac_ext <<_ACEOF
2575 cat confdefs.h >>conftest.$ac_ext
2576 cat >>conftest.$ac_ext <<_ACEOF
2577 /* end confdefs.h. */
2587 rm -f conftest.o conftest.obj
2588 if { (ac_try="$ac_compile"
2590 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2591 *) ac_try_echo=$ac_try;;
2593 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2594 (eval "$ac_compile") 2>&5
2596 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2597 (exit $ac_status); }; then
2598 for ac_file in conftest.o conftest.obj conftest.*; do
2599 test -f "$ac_file" || continue;
2601 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
2602 *) ac_cv_objext=`expr "$ac_file" : '.
*\.\
(.
*\
)'`
2607 echo "$as_me: failed program was:" >&5
2608 sed 's
/^
/|
/' conftest.$ac_ext >&5
2610 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2611 See \`config.log' for more details.
" >&5
2612 echo "$as_me: error
: cannot compute suffix of object files
: cannot compile
2613 See \
`config.log' for more details." >&2;}
2614 { (exit 1); exit 1; }; }
2617 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2619 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2620 echo "${ECHO_T}$ac_cv_objext" >&6; }
2621 OBJEXT=$ac_cv_objext
2623 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2624 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
2625 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2626 echo $ECHO_N "(cached) $ECHO_C" >&6
2628 cat >conftest.$ac_ext <<_ACEOF
2631 cat confdefs.h >>conftest.$ac_ext
2632 cat >>conftest.$ac_ext <<_ACEOF
2633 /* end confdefs.h. */
2646 rm -f conftest.$ac_objext
2647 if { (ac_try="$ac_compile"
2649 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2650 *) ac_try_echo
=$ac_try;;
2652 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2653 (eval "$ac_compile") 2>conftest.er1
2655 grep -v '^ *+' conftest.er1
>conftest.err
2657 cat conftest.err
>&5
2658 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2659 (exit $ac_status); } && {
2660 test -z "$ac_c_werror_flag" ||
2661 test ! -s conftest.err
2662 } && test -s conftest.
$ac_objext; then
2665 echo "$as_me: failed program was:" >&5
2666 sed 's/^/| /' conftest.
$ac_ext >&5
2671 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2672 ac_cv_c_compiler_gnu
=$ac_compiler_gnu
2675 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2676 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
2677 GCC
=`test $ac_compiler_gnu = yes && echo yes`
2678 ac_test_CFLAGS
=${CFLAGS+set}
2679 ac_save_CFLAGS
=$CFLAGS
2680 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2681 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
2682 if test "${ac_cv_prog_cc_g+set}" = set; then
2683 echo $ECHO_N "(cached) $ECHO_C" >&6
2685 ac_save_c_werror_flag
=$ac_c_werror_flag
2686 ac_c_werror_flag
=yes
2689 cat >conftest.
$ac_ext <<_ACEOF
2692 cat confdefs.h
>>conftest.
$ac_ext
2693 cat >>conftest.
$ac_ext <<_ACEOF
2694 /* end confdefs.h. */
2704 rm -f conftest.
$ac_objext
2705 if { (ac_try
="$ac_compile"
2707 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2708 *) ac_try_echo=$ac_try;;
2710 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2711 (eval "$ac_compile") 2>conftest.er1
2713 grep -v '^ *+' conftest.er1 >conftest.err
2715 cat conftest.err >&5
2716 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2717 (exit $ac_status); } && {
2718 test -z "$ac_c_werror_flag" ||
2719 test ! -s conftest.err
2720 } && test -s conftest.$ac_objext; then
2723 echo "$as_me: failed program was:" >&5
2724 sed 's/^/| /' conftest.$ac_ext >&5
2727 cat >conftest.$ac_ext <<_ACEOF
2730 cat confdefs.h >>conftest.$ac_ext
2731 cat >>conftest.$ac_ext <<_ACEOF
2732 /* end confdefs.h. */
2742 rm -f conftest.$ac_objext
2743 if { (ac_try="$ac_compile"
2745 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2746 *) ac_try_echo
=$ac_try;;
2748 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2749 (eval "$ac_compile") 2>conftest.er1
2751 grep -v '^ *+' conftest.er1
>conftest.err
2753 cat conftest.err
>&5
2754 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2755 (exit $ac_status); } && {
2756 test -z "$ac_c_werror_flag" ||
2757 test ! -s conftest.err
2758 } && test -s conftest.
$ac_objext; then
2761 echo "$as_me: failed program was:" >&5
2762 sed 's/^/| /' conftest.
$ac_ext >&5
2764 ac_c_werror_flag
=$ac_save_c_werror_flag
2766 cat >conftest.
$ac_ext <<_ACEOF
2769 cat confdefs.h
>>conftest.
$ac_ext
2770 cat >>conftest.
$ac_ext <<_ACEOF
2771 /* end confdefs.h. */
2781 rm -f conftest.
$ac_objext
2782 if { (ac_try
="$ac_compile"
2784 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2785 *) ac_try_echo=$ac_try;;
2787 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2788 (eval "$ac_compile") 2>conftest.er1
2790 grep -v '^ *+' conftest.er1 >conftest.err
2792 cat conftest.err >&5
2793 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2794 (exit $ac_status); } && {
2795 test -z "$ac_c_werror_flag" ||
2796 test ! -s conftest.err
2797 } && test -s conftest.$ac_objext; then
2800 echo "$as_me: failed program was:" >&5
2801 sed 's/^/| /' conftest.$ac_ext >&5
2806 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2809 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2812 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2813 ac_c_werror_flag=$ac_save_c_werror_flag
2815 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2816 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
2817 if test "$ac_test_CFLAGS" = set; then
2818 CFLAGS=$ac_save_CFLAGS
2819 elif test $ac_cv_prog_cc_g = yes; then
2820 if test "$GCC" = yes; then
2826 if test "$GCC" = yes; then
2832 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
2833 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
2834 if test "${ac_cv_prog_cc_c89+set}" = set; then
2835 echo $ECHO_N "(cached) $ECHO_C" >&6
2837 ac_cv_prog_cc_c89=no
2839 cat >conftest.$ac_ext <<_ACEOF
2842 cat confdefs.h >>conftest.$ac_ext
2843 cat >>conftest.$ac_ext <<_ACEOF
2844 /* end confdefs.h. */
2847 #include <sys/types.h>
2848 #include <sys/stat.h>
2849 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
2850 struct buf { int x; };
2851 FILE * (*rcsopen) (struct buf *, struct stat *, int);
2852 static char *e (p, i)
2858 static char *f (char * (*g) (char **, int), char **p, ...)
2863 s = g (p, va_arg (v,int));
2868 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
2869 function prototypes and stuff, but not '\xHH' hex character constants.
2870 These don't provoke an error unfortunately, instead are silently treated
2871 as 'x'. The following induces an error, until -std is added to get
2872 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
2873 array size at least. It's necessary to write '\x00'==0 to get something
2874 that's true only with -std. */
2875 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2877 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
2878 inside strings and character constants. */
2880 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
2882 int test (int i, double x);
2883 struct s1 {int (*f) (int a);};
2884 struct s2 {int (*f) (double a);};
2885 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2891 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
2896 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
2897 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2899 CC="$ac_save_CC $ac_arg"
2900 rm -f conftest.$ac_objext
2901 if { (ac_try="$ac_compile"
2903 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2904 *) ac_try_echo
=$ac_try;;
2906 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2907 (eval "$ac_compile") 2>conftest.er1
2909 grep -v '^ *+' conftest.er1
>conftest.err
2911 cat conftest.err
>&5
2912 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2913 (exit $ac_status); } && {
2914 test -z "$ac_c_werror_flag" ||
2915 test ! -s conftest.err
2916 } && test -s conftest.
$ac_objext; then
2917 ac_cv_prog_cc_c89
=$ac_arg
2919 echo "$as_me: failed program was:" >&5
2920 sed 's/^/| /' conftest.
$ac_ext >&5
2925 rm -f core conftest.err conftest.
$ac_objext
2926 test "x$ac_cv_prog_cc_c89" != "xno" && break
2928 rm -f conftest.
$ac_ext
2933 case "x$ac_cv_prog_cc_c89" in
2935 { echo "$as_me:$LINENO: result: none needed" >&5
2936 echo "${ECHO_T}none needed" >&6; } ;;
2938 { echo "$as_me:$LINENO: result: unsupported" >&5
2939 echo "${ECHO_T}unsupported" >&6; } ;;
2941 CC
="$CC $ac_cv_prog_cc_c89"
2942 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
2943 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
2948 ac_cpp
='$CPP $CPPFLAGS'
2949 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2950 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2951 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2953 case $ac_cv_prog_cc_stdc in
2954 no
) ac_cv_prog_cc_c99
=no
; ac_cv_prog_cc_c89
=no
;;
2955 *) { echo "$as_me:$LINENO: checking for $CC option to accept ISO C99" >&5
2956 echo $ECHO_N "checking for $CC option to accept ISO C99... $ECHO_C" >&6; }
2957 if test "${ac_cv_prog_cc_c99+set}" = set; then
2958 echo $ECHO_N "(cached) $ECHO_C" >&6
2960 ac_cv_prog_cc_c99
=no
2962 cat >conftest.
$ac_ext <<_ACEOF
2965 cat confdefs.h
>>conftest.
$ac_ext
2966 cat >>conftest.
$ac_ext <<_ACEOF
2967 /* end confdefs.h. */
2969 #include <stdbool.h>
2974 // Check varargs macros. These examples are taken from C99 6.10.3.5.
2975 #define debug(...) fprintf (stderr, __VA_ARGS__)
2976 #define showlist(...) puts (#__VA_ARGS__)
2977 #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
2979 test_varargs_macros (void)
2984 debug ("X = %d\n", x);
2985 showlist (The first, second, and third items.);
2986 report (x>y, "x is %d but y is %d", x, y);
2989 // Check long long types.
2990 #define BIG64 18446744073709551615ull
2991 #define BIG32 4294967295ul
2992 #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
2994 your preprocessor is broken;
2998 your preprocessor is broken;
3000 static long long int bignum = -9223372036854775807LL;
3001 static unsigned long long int ubignum = BIG64;
3003 struct incomplete_array
3011 const wchar_t *name;
3015 typedef const char *ccp;
3018 test_restrict (ccp restrict text)
3020 // See if C++-style comments work.
3021 // Iterate through items via the restricted pointer.
3022 // Also check for declarations in for loops.
3023 for (unsigned int i = 0; *(text+i) != '\0'; ++i)
3028 // Check varargs and va_copy.
3030 test_varargs (const char *format, ...)
3033 va_start (args, format);
3035 va_copy (args_copy, args);
3046 str = va_arg (args_copy, const char *);
3049 number = va_arg (args_copy, int);
3052 fnumber = va_arg (args_copy, double);
3067 _Bool success = false;
3070 if (test_restrict ("String literal") == 0)
3072 char *restrict newvar = "Another string";
3075 test_varargs ("s, d' f .", "string", 65, 34.234);
3076 test_varargs_macros ();
3078 // Check flexible array members.
3079 struct incomplete_array *ia =
3080 malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
3082 for (int i = 0; i < ia->datasize; ++i)
3083 ia->data[i] = i * 1.234;
3085 // Check named initializers.
3086 struct named_init ni = {
3088 .name = L"Test wide string",
3089 .average = 543.34343,
3094 int dynamic_array[ni.number];
3095 dynamic_array[ni.number - 1] = 543;
3097 // work around unused variable warnings
3098 return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
3099 || dynamic_array[ni.number - 1] != 543);
3105 for ac_arg
in '' -std=gnu99
-c99 -qlanglvl=extc99
3107 CC
="$ac_save_CC $ac_arg"
3108 rm -f conftest.
$ac_objext
3109 if { (ac_try
="$ac_compile"
3111 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3112 *) ac_try_echo=$ac_try;;
3114 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3115 (eval "$ac_compile") 2>conftest.er1
3117 grep -v '^ *+' conftest.er1 >conftest.err
3119 cat conftest.err >&5
3120 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3121 (exit $ac_status); } && {
3122 test -z "$ac_c_werror_flag" ||
3123 test ! -s conftest.err
3124 } && test -s conftest.$ac_objext; then
3125 ac_cv_prog_cc_c99=$ac_arg
3127 echo "$as_me: failed program was:" >&5
3128 sed 's/^/| /' conftest.$ac_ext >&5
3133 rm -f core conftest.err conftest.$ac_objext
3134 test "x$ac_cv_prog_cc_c99" != "xno" && break
3136 rm -f conftest.$ac_ext
3141 case "x$ac_cv_prog_cc_c99" in
3143 { echo "$as_me:$LINENO: result: none needed" >&5
3144 echo "${ECHO_T}none needed" >&6; } ;;
3146 { echo "$as_me:$LINENO: result: unsupported" >&5
3147 echo "${ECHO_T}unsupported" >&6; } ;;
3149 CC="$CC $ac_cv_prog_cc_c99"
3150 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c99" >&5
3151 echo "${ECHO_T}$ac_cv_prog_cc_c99" >&6; } ;;
3153 if test "x$ac_cv_prog_cc_c99" != xno; then
3154 ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c99
3156 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3157 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
3158 if test "${ac_cv_prog_cc_c89+set}" = set; then
3159 echo $ECHO_N "(cached) $ECHO_C" >&6
3161 ac_cv_prog_cc_c89=no
3163 cat >conftest.$ac_ext <<_ACEOF
3166 cat confdefs.h >>conftest.$ac_ext
3167 cat >>conftest.$ac_ext <<_ACEOF
3168 /* end confdefs.h. */
3171 #include <sys/types.h>
3172 #include <sys/stat.h>
3173 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3174 struct buf { int x; };
3175 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3176 static char *e (p, i)
3182 static char *f (char * (*g) (char **, int), char **p, ...)
3187 s = g (p, va_arg (v,int));
3192 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3193 function prototypes and stuff, but not '\xHH' hex character constants.
3194 These don't provoke an error unfortunately, instead are silently treated
3195 as 'x'. The following induces an error, until -std is added to get
3196 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3197 array size at least. It's necessary to write '\x00'==0 to get something
3198 that's true only with -std. */
3199 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3201 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3202 inside strings and character constants. */
3204 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3206 int test (int i, double x);
3207 struct s1 {int (*f) (int a);};
3208 struct s2 {int (*f) (double a);};
3209 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3215 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3220 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3221 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3223 CC="$ac_save_CC $ac_arg"
3224 rm -f conftest.$ac_objext
3225 if { (ac_try="$ac_compile"
3227 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
3228 *) ac_try_echo
=$ac_try;;
3230 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3231 (eval "$ac_compile") 2>conftest.er1
3233 grep -v '^ *+' conftest.er1
>conftest.err
3235 cat conftest.err
>&5
3236 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3237 (exit $ac_status); } && {
3238 test -z "$ac_c_werror_flag" ||
3239 test ! -s conftest.err
3240 } && test -s conftest.
$ac_objext; then
3241 ac_cv_prog_cc_c89
=$ac_arg
3243 echo "$as_me: failed program was:" >&5
3244 sed 's/^/| /' conftest.
$ac_ext >&5
3249 rm -f core conftest.err conftest.
$ac_objext
3250 test "x$ac_cv_prog_cc_c89" != "xno" && break
3252 rm -f conftest.
$ac_ext
3257 case "x$ac_cv_prog_cc_c89" in
3259 { echo "$as_me:$LINENO: result: none needed" >&5
3260 echo "${ECHO_T}none needed" >&6; } ;;
3262 { echo "$as_me:$LINENO: result: unsupported" >&5
3263 echo "${ECHO_T}unsupported" >&6; } ;;
3265 CC
="$CC $ac_cv_prog_cc_c89"
3266 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3267 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
3269 if test "x$ac_cv_prog_cc_c89" != xno
; then
3270 ac_cv_prog_cc_stdc
=$ac_cv_prog_cc_c89
3272 ac_cv_prog_cc_stdc
=no
3280 { echo "$as_me:$LINENO: checking for $CC option to accept ISO Standard C" >&5
3281 echo $ECHO_N "checking for $CC option to accept ISO Standard C... $ECHO_C" >&6; }
3282 if test "${ac_cv_prog_cc_stdc+set}" = set; then
3283 echo $ECHO_N "(cached) $ECHO_C" >&6
3286 case $ac_cv_prog_cc_stdc in
3287 no
) { echo "$as_me:$LINENO: result: unsupported" >&5
3288 echo "${ECHO_T}unsupported" >&6; } ;;
3289 '') { echo "$as_me:$LINENO: result: none needed" >&5
3290 echo "${ECHO_T}none needed" >&6; } ;;
3291 *) { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
3292 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6; } ;;
3297 ac_cpp
='$CPP $CPPFLAGS'
3298 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3299 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3300 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3301 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
3302 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
3303 # On Suns, sometimes $CPP names a directory.
3304 if test -n "$CPP" && test -d "$CPP"; then
3307 if test -z "$CPP"; then
3308 if test "${ac_cv_prog_CPP+set}" = set; then
3309 echo $ECHO_N "(cached) $ECHO_C" >&6
3311 # Double quotes because CPP needs to be expanded
3312 for CPP
in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3315 for ac_c_preproc_warn_flag
in '' yes
3317 # Use a header file that comes with gcc, so configuring glibc
3318 # with a fresh cross-compiler works.
3319 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3320 # <limits.h> exists even on freestanding compilers.
3321 # On the NeXT, cc -E runs the code through the compiler's parser,
3322 # not just through cpp. "Syntax error" is here to catch this case.
3323 cat >conftest.
$ac_ext <<_ACEOF
3326 cat confdefs.h
>>conftest.
$ac_ext
3327 cat >>conftest.
$ac_ext <<_ACEOF
3328 /* end confdefs.h. */
3330 # include <limits.h>
3332 # include <assert.h>
3336 if { (ac_try
="$ac_cpp conftest.$ac_ext"
3338 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3339 *) ac_try_echo=$ac_try;;
3341 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3342 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3344 grep -v '^ *+' conftest.er1 >conftest.err
3346 cat conftest.err >&5
3347 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3348 (exit $ac_status); } >/dev/null && {
3349 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3350 test ! -s conftest.err
3354 echo "$as_me: failed program was:" >&5
3355 sed 's/^/| /' conftest.$ac_ext >&5
3357 # Broken: fails on valid input.
3361 rm -f conftest.err conftest.$ac_ext
3363 # OK, works on sane cases. Now check whether nonexistent headers
3364 # can be detected and how.
3365 cat >conftest.$ac_ext <<_ACEOF
3368 cat confdefs.h >>conftest.$ac_ext
3369 cat >>conftest.$ac_ext <<_ACEOF
3370 /* end confdefs.h. */
3371 #include <ac_nonexistent.h>
3373 if { (ac_try="$ac_cpp conftest.$ac_ext"
3375 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
3376 *) ac_try_echo
=$ac_try;;
3378 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3379 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3381 grep -v '^ *+' conftest.er1
>conftest.err
3383 cat conftest.err
>&5
3384 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3385 (exit $ac_status); } >/dev
/null
&& {
3386 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3387 test ! -s conftest.err
3389 # Broken: success on invalid input.
3392 echo "$as_me: failed program was:" >&5
3393 sed 's/^/| /' conftest.
$ac_ext >&5
3395 # Passes both tests.
3400 rm -f conftest.err conftest.
$ac_ext
3403 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3404 rm -f conftest.err conftest.
$ac_ext
3405 if $ac_preproc_ok; then
3417 { echo "$as_me:$LINENO: result: $CPP" >&5
3418 echo "${ECHO_T}$CPP" >&6; }
3420 for ac_c_preproc_warn_flag
in '' yes
3422 # Use a header file that comes with gcc, so configuring glibc
3423 # with a fresh cross-compiler works.
3424 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3425 # <limits.h> exists even on freestanding compilers.
3426 # On the NeXT, cc -E runs the code through the compiler's parser,
3427 # not just through cpp. "Syntax error" is here to catch this case.
3428 cat >conftest.
$ac_ext <<_ACEOF
3431 cat confdefs.h
>>conftest.
$ac_ext
3432 cat >>conftest.
$ac_ext <<_ACEOF
3433 /* end confdefs.h. */
3435 # include <limits.h>
3437 # include <assert.h>
3441 if { (ac_try
="$ac_cpp conftest.$ac_ext"
3443 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3444 *) ac_try_echo=$ac_try;;
3446 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3447 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3449 grep -v '^ *+' conftest.er1 >conftest.err
3451 cat conftest.err >&5
3452 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3453 (exit $ac_status); } >/dev/null && {
3454 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3455 test ! -s conftest.err
3459 echo "$as_me: failed program was:" >&5
3460 sed 's/^/| /' conftest.$ac_ext >&5
3462 # Broken: fails on valid input.
3466 rm -f conftest.err conftest.$ac_ext
3468 # OK, works on sane cases. Now check whether nonexistent headers
3469 # can be detected and how.
3470 cat >conftest.$ac_ext <<_ACEOF
3473 cat confdefs.h >>conftest.$ac_ext
3474 cat >>conftest.$ac_ext <<_ACEOF
3475 /* end confdefs.h. */
3476 #include <ac_nonexistent.h>
3478 if { (ac_try="$ac_cpp conftest.$ac_ext"
3480 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
3481 *) ac_try_echo
=$ac_try;;
3483 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3484 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3486 grep -v '^ *+' conftest.er1
>conftest.err
3488 cat conftest.err
>&5
3489 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3490 (exit $ac_status); } >/dev
/null
&& {
3491 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3492 test ! -s conftest.err
3494 # Broken: success on invalid input.
3497 echo "$as_me: failed program was:" >&5
3498 sed 's/^/| /' conftest.
$ac_ext >&5
3500 # Passes both tests.
3505 rm -f conftest.err conftest.
$ac_ext
3508 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3509 rm -f conftest.err conftest.
$ac_ext
3510 if $ac_preproc_ok; then
3513 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
3514 See \`config.log' for more details." >&5
3515 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
3516 See \`config.log' for more details." >&2;}
3517 { (exit 1); exit 1; }; }
3521 ac_cpp
='$CPP $CPPFLAGS'
3522 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3523 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3524 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3527 # Check for a compatible awk
3528 for ac_prog
in gawk nawk
3530 # Extract the first word of "$ac_prog", so it can be a program name with args.
3531 set dummy
$ac_prog; ac_word
=$2
3532 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3533 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3534 if test "${ac_cv_prog_AWK+set}" = set; then
3535 echo $ECHO_N "(cached) $ECHO_C" >&6
3537 if test -n "$AWK"; then
3538 ac_cv_prog_AWK
="$AWK" # Let the user override the test.
3540 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3544 test -z "$as_dir" && as_dir
=.
3545 for ac_exec_ext
in '' $ac_executable_extensions; do
3546 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3547 ac_cv_prog_AWK
="$ac_prog"
3548 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3558 if test -n "$AWK"; then
3559 { echo "$as_me:$LINENO: result: $AWK" >&5
3560 echo "${ECHO_T}$AWK" >&6; }
3562 { echo "$as_me:$LINENO: result: no" >&5
3563 echo "${ECHO_T}no" >&6; }
3567 test -n "$AWK" && break
3570 if test "$AWK" = ""; then
3571 { { echo "$as_me:$LINENO: error: gawk is required to build AROS. Please install and run configure again." >&5
3572 echo "$as_me: error: gawk is required to build AROS. Please install and run configure again." >&2;}
3573 { (exit 1); exit 1; }; }
3575 # Extract the first word of "mmake", so it can be a program name with args.
3576 set dummy mmake
; ac_word
=$2
3577 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3578 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3579 if test "${ac_cv_prog_MMAKE+set}" = set; then
3580 echo $ECHO_N "(cached) $ECHO_C" >&6
3582 if test -n "$MMAKE"; then
3583 ac_cv_prog_MMAKE
="$MMAKE" # Let the user override the test.
3585 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3589 test -z "$as_dir" && as_dir
=.
3590 for ac_exec_ext
in '' $ac_executable_extensions; do
3591 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3592 ac_cv_prog_MMAKE
="mmake "
3593 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3602 MMAKE
=$ac_cv_prog_MMAKE
3603 if test -n "$MMAKE"; then
3604 { echo "$as_me:$LINENO: result: $MMAKE" >&5
3605 echo "${ECHO_T}$MMAKE" >&6; }
3607 { echo "$as_me:$LINENO: result: no" >&5
3608 echo "${ECHO_T}no" >&6; }
3613 # Perform some default variable assignments. Note all of these will be
3614 # Regenerated from the script, so there is no need to cache them.
3617 if test "$GCC" = "yes"; then
3618 aros_gcc_ld
=`$CC -print-prog-name=ld`
3619 # Extract the first word of "`basename $aros_gcc_[ld]`", so it can be a program name with args.
3620 set dummy
`basename $aros_gcc_ld`; ac_word
=$2
3621 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3622 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3623 if test "${ac_cv_path_aros_host_ld+set}" = set; then
3624 echo $ECHO_N "(cached) $ECHO_C" >&6
3626 case $aros_host_ld in
3628 ac_cv_path_aros_host_ld
="$aros_host_ld" # Let the user override the test with a path.
3631 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3632 for as_dir
in `dirname $aros_gcc_ld`
3635 test -z "$as_dir" && as_dir
=.
3636 for ac_exec_ext
in '' $ac_executable_extensions; do
3637 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3638 ac_cv_path_aros_host_ld
="$as_dir/$ac_word$ac_exec_ext"
3639 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3649 aros_host_ld
=$ac_cv_path_aros_host_ld
3650 if test -n "$aros_host_ld"; then
3651 { echo "$as_me:$LINENO: result: $aros_host_ld" >&5
3652 echo "${ECHO_T}$aros_host_ld" >&6; }
3654 { echo "$as_me:$LINENO: result: no" >&5
3655 echo "${ECHO_T}no" >&6; }
3660 if test "$aros_host_ld" = ""; then
3661 # Extract the first word of "ld", so it can be a program name with args.
3662 set dummy ld
; ac_word
=$2
3663 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3664 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3665 if test "${ac_cv_path_aros_host_ld+set}" = set; then
3666 echo $ECHO_N "(cached) $ECHO_C" >&6
3668 case $aros_host_ld in
3670 ac_cv_path_aros_host_ld
="$aros_host_ld" # Let the user override the test with a path.
3673 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3677 test -z "$as_dir" && as_dir
=.
3678 for ac_exec_ext
in '' $ac_executable_extensions; do
3679 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3680 ac_cv_path_aros_host_ld
="$as_dir/$ac_word$ac_exec_ext"
3681 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3691 aros_host_ld
=$ac_cv_path_aros_host_ld
3692 if test -n "$aros_host_ld"; then
3693 { echo "$as_me:$LINENO: result: $aros_host_ld" >&5
3694 echo "${ECHO_T}$aros_host_ld" >&6; }
3696 { echo "$as_me:$LINENO: result: no" >&5
3697 echo "${ECHO_T}no" >&6; }
3702 if test "$aros_host_ld" = ""; then
3703 { { echo "$as_me:$LINENO: error: ld is required to build AROS. Please install and run configure again." >&5
3704 echo "$as_me: error: ld is required to build AROS. Please install and run configure again." >&2;}
3705 { (exit 1); exit 1; }; }
3707 aros_host_make
="make"
3708 aros_host_cflags
=$CFLAGS
3709 aros_host_ldflags
=$LDFLAGS
3710 aros_host_debug
="-g -O0"
3711 aros_host_mkdep
="\$(TOP)/scripts/mkdep"
3712 aros_host_mkargs
="--no-print-directory"
3713 aros_host_incl
="/usr/include"
3714 aros_host_exe_suffix
="$EXEEXT"
3715 aros_host_lib_suffix
=""
3717 for ac_prog
in aclocal aclocal19
3719 # Extract the first word of "$ac_prog", so it can be a program name with args.
3720 set dummy
$ac_prog; ac_word
=$2
3721 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3722 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3723 if test "${ac_cv_prog_aros_host_aclocal+set}" = set; then
3724 echo $ECHO_N "(cached) $ECHO_C" >&6
3726 if test -n "$aros_host_aclocal"; then
3727 ac_cv_prog_aros_host_aclocal
="$aros_host_aclocal" # Let the user override the test.
3729 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3733 test -z "$as_dir" && as_dir
=.
3734 for ac_exec_ext
in '' $ac_executable_extensions; do
3735 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3736 ac_cv_prog_aros_host_aclocal
="$ac_prog"
3737 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3746 aros_host_aclocal
=$ac_cv_prog_aros_host_aclocal
3747 if test -n "$aros_host_aclocal"; then
3748 { echo "$as_me:$LINENO: result: $aros_host_aclocal" >&5
3749 echo "${ECHO_T}$aros_host_aclocal" >&6; }
3751 { echo "$as_me:$LINENO: result: no" >&5
3752 echo "${ECHO_T}no" >&6; }
3756 test -n "$aros_host_aclocal" && break
3759 for ac_prog
in autoconf autoconf259 autoconf253
3761 # Extract the first word of "$ac_prog", so it can be a program name with args.
3762 set dummy
$ac_prog; ac_word
=$2
3763 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3764 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3765 if test "${ac_cv_prog_aros_host_autoconf+set}" = set; then
3766 echo $ECHO_N "(cached) $ECHO_C" >&6
3768 if test -n "$aros_host_autoconf"; then
3769 ac_cv_prog_aros_host_autoconf
="$aros_host_autoconf" # Let the user override the test.
3771 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3775 test -z "$as_dir" && as_dir
=.
3776 for ac_exec_ext
in '' $ac_executable_extensions; do
3777 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3778 ac_cv_prog_aros_host_autoconf
="$ac_prog"
3779 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3788 aros_host_autoconf
=$ac_cv_prog_aros_host_autoconf
3789 if test -n "$aros_host_autoconf"; then
3790 { echo "$as_me:$LINENO: result: $aros_host_autoconf" >&5
3791 echo "${ECHO_T}$aros_host_autoconf" >&6; }
3793 { echo "$as_me:$LINENO: result: no" >&5
3794 echo "${ECHO_T}no" >&6; }
3798 test -n "$aros_host_autoconf" && break
3801 for ac_prog
in autoheader autoheader259 autoheader253
3803 # Extract the first word of "$ac_prog", so it can be a program name with args.
3804 set dummy
$ac_prog; ac_word
=$2
3805 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3806 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3807 if test "${ac_cv_prog_aros_host_autoheader+set}" = set; then
3808 echo $ECHO_N "(cached) $ECHO_C" >&6
3810 if test -n "$aros_host_autoheader"; then
3811 ac_cv_prog_aros_host_autoheader
="$aros_host_autoheader" # Let the user override the test.
3813 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3817 test -z "$as_dir" && as_dir
=.
3818 for ac_exec_ext
in '' $ac_executable_extensions; do
3819 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3820 ac_cv_prog_aros_host_autoheader
="$ac_prog"
3821 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3830 aros_host_autoheader
=$ac_cv_prog_aros_host_autoheader
3831 if test -n "$aros_host_autoheader"; then
3832 { echo "$as_me:$LINENO: result: $aros_host_autoheader" >&5
3833 echo "${ECHO_T}$aros_host_autoheader" >&6; }
3835 { echo "$as_me:$LINENO: result: no" >&5
3836 echo "${ECHO_T}no" >&6; }
3840 test -n "$aros_host_autoheader" && break
3843 for ac_prog
in automake automake19
3845 # Extract the first word of "$ac_prog", so it can be a program name with args.
3846 set dummy
$ac_prog; ac_word
=$2
3847 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3848 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3849 if test "${ac_cv_prog_aros_host_automake+set}" = set; then
3850 echo $ECHO_N "(cached) $ECHO_C" >&6
3852 if test -n "$aros_host_automake"; then
3853 ac_cv_prog_aros_host_automake
="$aros_host_automake" # Let the user override the test.
3855 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3859 test -z "$as_dir" && as_dir
=.
3860 for ac_exec_ext
in '' $ac_executable_extensions; do
3861 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3862 ac_cv_prog_aros_host_automake
="$ac_prog"
3863 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3872 aros_host_automake
=$ac_cv_prog_aros_host_automake
3873 if test -n "$aros_host_automake"; then
3874 { echo "$as_me:$LINENO: result: $aros_host_automake" >&5
3875 echo "${ECHO_T}$aros_host_automake" >&6; }
3877 { echo "$as_me:$LINENO: result: no" >&5
3878 echo "${ECHO_T}no" >&6; }
3882 test -n "$aros_host_automake" && break
3886 case "$aros_host_cc" in
3888 aros_host_cc_pipe
="-pipe"
3891 aros_host_cc_pipe
=""
3894 aros_host_cc_pipe
=""
3898 aros_target_cc_includes
=""
3900 # This is the main host configuration section. It is where the host
3901 # can change the values of any variables it needs to change. We do
3902 # not look at anything that compiles to the target yet, we'll get
3907 aros_host_arch
="linux"
3908 aros_host_cc
="$aros_host_cc $aros_host_cc_pipe"
3911 aros_host_cpu
="i386"
3914 aros_host_cpu
="x86_64"
3917 aros_host_cpu
="m68k"
3923 { echo "$as_me:$LINENO: WARNING: \"Unknown CPU for host -- $host_cpu\"" >&5
3924 echo "$as_me: WARNING: \"Unknown CPU for host -- $host_cpu\"" >&2;}
3925 aros_host_cpu
="$host_cpu"
3931 aros_host_cc
="$aros_host_cc $aros_host_cc_pipe -I/usr/local/include"
3932 aros_host_make
="gmake"
3933 aros_host_arch
="freebsd"
3934 aros_host_cpu
="i386"
3936 aros_host_ldflags
="$aros_host_ldflags -L/usr/local/lib -liconv"
3941 aros_object_format
="elf_i386"
3945 aros_object_format
="elf_i386_fbsd"
3952 aros_host_cc
="$aros_host_cc $aros_host_cc_pipe"
3953 aros_host_arch
="darwin"
3956 aros_host_cpu
="i386"
3962 { echo "$as_me:$LINENO: WARNING: \"Unknown CPU for host -- $host_cpu\"" >&5
3963 echo "$as_me: WARNING: \"Unknown CPU for host -- $host_cpu\"" >&2;}
3964 aros_host_cpu
="$host_cpu"
3968 aros_host_ldflags
="$aros_host_ldflags -liconv"
3973 aros_host_cc
="$aros_host_cc $aros_host_cc_pipe"
3974 aros_host_make
="gmake"
3975 aros_host_arch
="netbsd"
3978 aros_host_cpu
="i386"
3981 aros_host_cpu
="m68k"
3984 { echo "$as_me:$LINENO: WARNING: \"Unknown CPU for host -- $host_cpu\"" >&5
3985 echo "$as_me: WARNING: \"Unknown CPU for host -- $host_cpu\"" >&2;}
3986 aros_host_cpu
="$host_cpu"
3989 aros_host_lib_suffix
=".0.0"
3993 aros_host_cc
="$aros_host_cc $aros_host_cc_pipe"
3994 aros_host_make
="gmake"
3995 aros_host_arch
="openbsd"
3998 aros_host_cpu
="i386"
4001 { echo "$as_me:$LINENO: WARNING: \"Unknown CPU for host -- $host_cpu\"" >&5
4002 echo "$as_me: WARNING: \"Unknown CPU for host -- $host_cpu\"" >&2;}
4003 aros_host_cpu
="$host_cpu"
4009 aros_host_arch
="solaris"
4010 aros_host_cc
="$aros_host_cc $aros_host_cc_pipe"
4013 aros_host_cpu
="sparc"
4016 { echo "$as_me:$LINENO: WARNING: \"Unknown CPU for host -- $host_cpu\"" >&5
4017 echo "$as_me: WARNING: \"Unknown CPU for host -- $host_cpu\"" >&2;}
4018 aros_host_cpu
="$host_cpu"
4024 aros_host_arch
="morphos"
4029 aros_host_arch
="amiga"
4034 TOUCH
="/gg/bin/touch"
4037 aros_host_cpu
="m68k"
4043 { echo "$as_me:$LINENO: WARNING: \"Unknown CPU for host -- $host_cpu\"" >&5
4044 echo "$as_me: WARNING: \"Unknown CPU for host -- $host_cpu\"" >&2;}
4045 aros_host_cpu
="$host_cpu"
4051 aros_host_arch
="cygwin"
4052 aros_host_cc
="$aros_host_cc $aros_host_cc_pipe"
4055 aros_host_cpu
="i386"
4058 { echo "$as_me:$LINENO: WARNING: \"Unknown CPU for host -- $host_cpu\"" >&5
4059 echo "$as_me: WARNING: \"Unknown CPU for host -- $host_cpu\"" >&2;}
4060 aros_host_cpu
="$host_cpu"
4066 aros_host_arch
="mingw32"
4067 aros_host_cc
="$aros_host_cc $aros_host_cc_pipe"
4070 aros_host_cpu
="i386"
4073 { echo "$as_me:$LINENO: WARNING: \"Unknown CPU for host -- $host_cpu\"" >&5
4074 echo "$as_me: WARNING: \"Unknown CPU for host -- $host_cpu\"" >&2;}
4075 aros_host_cpu
="$host_cpu"
4080 { { echo "$as_me:$LINENO: error: Unsupported host architecture $host" >&5
4081 echo "$as_me: error: Unsupported host architecture $host" >&2;}
4082 { (exit 1); exit 1; }; }
4086 # Extract the first word of "ar", so it can be a program name with args.
4087 set dummy
ar; ac_word
=$2
4088 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4089 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4090 if test "${ac_cv_prog_aros_host_ar+set}" = set; then
4091 echo $ECHO_N "(cached) $ECHO_C" >&6
4093 if test -n "$aros_host_ar"; then
4094 ac_cv_prog_aros_host_ar
="$aros_host_ar" # Let the user override the test.
4096 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4100 test -z "$as_dir" && as_dir
=.
4101 for ac_exec_ext
in '' $ac_executable_extensions; do
4102 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4103 ac_cv_prog_aros_host_ar
="ar cr"
4104 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4113 aros_host_ar
=$ac_cv_prog_aros_host_ar
4114 if test -n "$aros_host_ar"; then
4115 { echo "$as_me:$LINENO: result: $aros_host_ar" >&5
4116 echo "${ECHO_T}$aros_host_ar" >&6; }
4118 { echo "$as_me:$LINENO: result: no" >&5
4119 echo "${ECHO_T}no" >&6; }
4123 if test "$aros_host_ar" = ""; then
4124 { { echo "$as_me:$LINENO: error: ar is required to build AROS. Please install and run configure again." >&5
4125 echo "$as_me: error: ar is required to build AROS. Please install and run configure again." >&2;}
4126 { (exit 1); exit 1; }; }
4128 # Extract the first word of "ranlib", so it can be a program name with args.
4129 set dummy ranlib
; ac_word
=$2
4130 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4131 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4132 if test "${ac_cv_prog_aros_host_ranlib+set}" = set; then
4133 echo $ECHO_N "(cached) $ECHO_C" >&6
4135 if test -n "$aros_host_ranlib"; then
4136 ac_cv_prog_aros_host_ranlib
="$aros_host_ranlib" # Let the user override the test.
4138 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4142 test -z "$as_dir" && as_dir
=.
4143 for ac_exec_ext
in '' $ac_executable_extensions; do
4144 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4145 ac_cv_prog_aros_host_ranlib
="ranlib "
4146 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4155 aros_host_ranlib
=$ac_cv_prog_aros_host_ranlib
4156 if test -n "$aros_host_ranlib"; then
4157 { echo "$as_me:$LINENO: result: $aros_host_ranlib" >&5
4158 echo "${ECHO_T}$aros_host_ranlib" >&6; }
4160 { echo "$as_me:$LINENO: result: no" >&5
4161 echo "${ECHO_T}no" >&6; }
4165 if test "$aros_host_ranlib" = ""; then
4166 { { echo "$as_me:$LINENO: error: ranlib is required to build AROS. Please install and run configure again." >&5
4167 echo "$as_me: error: ranlib is required to build AROS. Please install and run configure again." >&2;}
4168 { (exit 1); exit 1; }; }
4170 # Extract the first word of "strip", so it can be a program name with args.
4171 set dummy strip
; ac_word
=$2
4172 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4173 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4174 if test "${ac_cv_prog_aros_host_strip+set}" = set; then
4175 echo $ECHO_N "(cached) $ECHO_C" >&6
4177 if test -n "$aros_host_strip"; then
4178 ac_cv_prog_aros_host_strip
="$aros_host_strip" # Let the user override the test.
4180 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4184 test -z "$as_dir" && as_dir
=.
4185 for ac_exec_ext
in '' $ac_executable_extensions; do
4186 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4187 ac_cv_prog_aros_host_strip
="strip "
4188 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4197 aros_host_strip
=$ac_cv_prog_aros_host_strip
4198 if test -n "$aros_host_strip"; then
4199 { echo "$as_me:$LINENO: result: $aros_host_strip" >&5
4200 echo "${ECHO_T}$aros_host_strip" >&6; }
4202 { echo "$as_me:$LINENO: result: no" >&5
4203 echo "${ECHO_T}no" >&6; }
4207 if test "$aros_host_strip" = ""; then
4208 { { echo "$as_me:$LINENO: error: strip is required to build AROS. Please install and run configure again." >&5
4209 echo "$as_me: error: strip is required to build AROS. Please install and run configure again." >&2;}
4210 { (exit 1); exit 1; }; }
4213 # Extract the first word of "rm", so it can be a program name with args.
4214 set dummy
rm; ac_word
=$2
4215 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4216 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4217 if test "${ac_cv_prog_RM+set}" = set; then
4218 echo $ECHO_N "(cached) $ECHO_C" >&6
4220 if test -n "$RM"; then
4221 ac_cv_prog_RM
="$RM" # Let the user override the test.
4223 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4227 test -z "$as_dir" && as_dir
=.
4228 for ac_exec_ext
in '' $ac_executable_extensions; do
4229 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4230 ac_cv_prog_RM
="rm -rf"
4231 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4241 if test -n "$RM"; then
4242 { echo "$as_me:$LINENO: result: $RM" >&5
4243 echo "${ECHO_T}$RM" >&6; }
4245 { echo "$as_me:$LINENO: result: no" >&5
4246 echo "${ECHO_T}no" >&6; }
4250 if test "$RM" = ""; then
4251 { { echo "$as_me:$LINENO: error: rm is required to build AROS. Please install and run configure again." >&5
4252 echo "$as_me: error: rm is required to build AROS. Please install and run configure again." >&2;}
4253 { (exit 1); exit 1; }; }
4255 # Extract the first word of "cp", so it can be a program name with args.
4256 set dummy
cp; ac_word
=$2
4257 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4258 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4259 if test "${ac_cv_prog_CP+set}" = set; then
4260 echo $ECHO_N "(cached) $ECHO_C" >&6
4262 if test -n "$CP"; then
4263 ac_cv_prog_CP
="$CP" # Let the user override the test.
4265 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4269 test -z "$as_dir" && as_dir
=.
4270 for ac_exec_ext
in '' $ac_executable_extensions; do
4271 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4273 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4283 if test -n "$CP"; then
4284 { echo "$as_me:$LINENO: result: $CP" >&5
4285 echo "${ECHO_T}$CP" >&6; }
4287 { echo "$as_me:$LINENO: result: no" >&5
4288 echo "${ECHO_T}no" >&6; }
4292 if test "$CP" = ""; then
4293 { { echo "$as_me:$LINENO: error: cp is required to build AROS. Please install and run configure again." >&5
4294 echo "$as_me: error: cp is required to build AROS. Please install and run configure again." >&2;}
4295 { (exit 1); exit 1; }; }
4297 # Extract the first word of "mv", so it can be a program name with args.
4298 set dummy
mv; ac_word
=$2
4299 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4300 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4301 if test "${ac_cv_prog_MV+set}" = set; then
4302 echo $ECHO_N "(cached) $ECHO_C" >&6
4304 if test -n "$MV"; then
4305 ac_cv_prog_MV
="$MV" # Let the user override the test.
4307 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4311 test -z "$as_dir" && as_dir
=.
4312 for ac_exec_ext
in '' $ac_executable_extensions; do
4313 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4315 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4325 if test -n "$MV"; then
4326 { echo "$as_me:$LINENO: result: $MV" >&5
4327 echo "${ECHO_T}$MV" >&6; }
4329 { echo "$as_me:$LINENO: result: no" >&5
4330 echo "${ECHO_T}no" >&6; }
4334 if test "$MV" = ""; then
4335 { { echo "$as_me:$LINENO: error: mv is required to build AROS. Please install and run configure again." >&5
4336 echo "$as_me: error: mv is required to build AROS. Please install and run configure again." >&2;}
4337 { (exit 1); exit 1; }; }
4339 # Extract the first word of "echo", so it can be a program name with args.
4340 set dummy
echo; ac_word
=$2
4341 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4342 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4343 if test "${ac_cv_prog_ECHO+set}" = set; then
4344 echo $ECHO_N "(cached) $ECHO_C" >&6
4346 if test -n "$ECHO"; then
4347 ac_cv_prog_ECHO
="$ECHO" # Let the user override the test.
4349 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4353 test -z "$as_dir" && as_dir
=.
4354 for ac_exec_ext
in '' $ac_executable_extensions; do
4355 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4356 ac_cv_prog_ECHO
="echo "
4357 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4366 ECHO
=$ac_cv_prog_ECHO
4367 if test -n "$ECHO"; then
4368 { echo "$as_me:$LINENO: result: $ECHO" >&5
4369 echo "${ECHO_T}$ECHO" >&6; }
4371 { echo "$as_me:$LINENO: result: no" >&5
4372 echo "${ECHO_T}no" >&6; }
4376 if test "$ECHO" = ""; then
4377 { { echo "$as_me:$LINENO: error: echo is required to build AROS. Please install and run configure again." >&5
4378 echo "$as_me: error: echo is required to build AROS. Please install and run configure again." >&2;}
4379 { (exit 1); exit 1; }; }
4381 # Extract the first word of "mkdir", so it can be a program name with args.
4382 set dummy mkdir
; ac_word
=$2
4383 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4384 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4385 if test "${ac_cv_prog_MKDIR+set}" = set; then
4386 echo $ECHO_N "(cached) $ECHO_C" >&6
4388 if test -n "$MKDIR"; then
4389 ac_cv_prog_MKDIR
="$MKDIR" # Let the user override the test.
4391 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4395 test -z "$as_dir" && as_dir
=.
4396 for ac_exec_ext
in '' $ac_executable_extensions; do
4397 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4398 ac_cv_prog_MKDIR
="mkdir -p"
4399 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4408 MKDIR
=$ac_cv_prog_MKDIR
4409 if test -n "$MKDIR"; then
4410 { echo "$as_me:$LINENO: result: $MKDIR" >&5
4411 echo "${ECHO_T}$MKDIR" >&6; }
4413 { echo "$as_me:$LINENO: result: no" >&5
4414 echo "${ECHO_T}no" >&6; }
4418 if test "$MKDIR" = ""; then
4419 { { echo "$as_me:$LINENO: error: mkdir is required to build AROS. Please install and run configure again." >&5
4420 echo "$as_me: error: mkdir is required to build AROS. Please install and run configure again." >&2;}
4421 { (exit 1); exit 1; }; }
4423 # Extract the first word of "touch", so it can be a program name with args.
4424 set dummy
touch; ac_word
=$2
4425 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4426 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4427 if test "${ac_cv_prog_TOUCH+set}" = set; then
4428 echo $ECHO_N "(cached) $ECHO_C" >&6
4430 if test -n "$TOUCH"; then
4431 ac_cv_prog_TOUCH
="$TOUCH" # Let the user override the test.
4433 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4437 test -z "$as_dir" && as_dir
=.
4438 for ac_exec_ext
in '' $ac_executable_extensions; do
4439 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4440 ac_cv_prog_TOUCH
="touch "
4441 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4450 TOUCH
=$ac_cv_prog_TOUCH
4451 if test -n "$TOUCH"; then
4452 { echo "$as_me:$LINENO: result: $TOUCH" >&5
4453 echo "${ECHO_T}$TOUCH" >&6; }
4455 { echo "$as_me:$LINENO: result: no" >&5
4456 echo "${ECHO_T}no" >&6; }
4460 if test "$TOUCH" = ""; then
4461 { { echo "$as_me:$LINENO: error: touch is required to build AROS. Please install and run configure again." >&5
4462 echo "$as_me: error: touch is required to build AROS. Please install and run configure again." >&2;}
4463 { (exit 1); exit 1; }; }
4465 # Extract the first word of "sort", so it can be a program name with args.
4466 set dummy
sort; ac_word
=$2
4467 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4468 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4469 if test "${ac_cv_prog_SORT+set}" = set; then
4470 echo $ECHO_N "(cached) $ECHO_C" >&6
4472 if test -n "$SORT"; then
4473 ac_cv_prog_SORT
="$SORT" # Let the user override the test.
4475 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4479 test -z "$as_dir" && as_dir
=.
4480 for ac_exec_ext
in '' $ac_executable_extensions; do
4481 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4482 ac_cv_prog_SORT
="sort "
4483 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4492 SORT
=$ac_cv_prog_SORT
4493 if test -n "$SORT"; then
4494 { echo "$as_me:$LINENO: result: $SORT" >&5
4495 echo "${ECHO_T}$SORT" >&6; }
4497 { echo "$as_me:$LINENO: result: no" >&5
4498 echo "${ECHO_T}no" >&6; }
4502 if test "$SORT" = ""; then
4503 { { echo "$as_me:$LINENO: error: sort is required to build AROS. Please install and run configure again." >&5
4504 echo "$as_me: error: sort is required to build AROS. Please install and run configure again." >&2;}
4505 { (exit 1); exit 1; }; }
4507 # Extract the first word of "uniq", so it can be a program name with args.
4508 set dummy
uniq; ac_word
=$2
4509 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4510 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4511 if test "${ac_cv_prog_UNIQ+set}" = set; then
4512 echo $ECHO_N "(cached) $ECHO_C" >&6
4514 if test -n "$UNIQ"; then
4515 ac_cv_prog_UNIQ
="$UNIQ" # Let the user override the test.
4517 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4521 test -z "$as_dir" && as_dir
=.
4522 for ac_exec_ext
in '' $ac_executable_extensions; do
4523 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4524 ac_cv_prog_UNIQ
="uniq "
4525 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4534 UNIQ
=$ac_cv_prog_UNIQ
4535 if test -n "$UNIQ"; then
4536 { echo "$as_me:$LINENO: result: $UNIQ" >&5
4537 echo "${ECHO_T}$UNIQ" >&6; }
4539 { echo "$as_me:$LINENO: result: no" >&5
4540 echo "${ECHO_T}no" >&6; }
4544 if test "$UNIQ" = ""; then
4545 { { echo "$as_me:$LINENO: error: uniq is required to build AROS. Please install and run configure again." >&5
4546 echo "$as_me: error: uniq is required to build AROS. Please install and run configure again." >&2;}
4547 { (exit 1); exit 1; }; }
4549 # Extract the first word of "true", so it can be a program name with args.
4550 set dummy true
; ac_word
=$2
4551 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4552 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4553 if test "${ac_cv_prog_NOP+set}" = set; then
4554 echo $ECHO_N "(cached) $ECHO_C" >&6
4556 if test -n "$NOP"; then
4557 ac_cv_prog_NOP
="$NOP" # Let the user override the test.
4559 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4563 test -z "$as_dir" && as_dir
=.
4564 for ac_exec_ext
in '' $ac_executable_extensions; do
4565 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4566 ac_cv_prog_NOP
="true "
4567 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4577 if test -n "$NOP"; then
4578 { echo "$as_me:$LINENO: result: $NOP" >&5
4579 echo "${ECHO_T}$NOP" >&6; }
4581 { echo "$as_me:$LINENO: result: no" >&5
4582 echo "${ECHO_T}no" >&6; }
4586 if test "$NOP" = ""; then
4587 { { echo "$as_me:$LINENO: error: true is required to build AROS. Please install and run configure again." >&5
4588 echo "$as_me: error: true is required to build AROS. Please install and run configure again." >&2;}
4589 { (exit 1); exit 1; }; }
4591 # Extract the first word of "cat", so it can be a program name with args.
4592 set dummy
cat; ac_word
=$2
4593 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4594 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4595 if test "${ac_cv_prog_CAT+set}" = set; then
4596 echo $ECHO_N "(cached) $ECHO_C" >&6
4598 if test -n "$CAT"; then
4599 ac_cv_prog_CAT
="$CAT" # Let the user override the test.
4601 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4605 test -z "$as_dir" && as_dir
=.
4606 for ac_exec_ext
in '' $ac_executable_extensions; do
4607 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4608 ac_cv_prog_CAT
="cat "
4609 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4619 if test -n "$CAT"; then
4620 { echo "$as_me:$LINENO: result: $CAT" >&5
4621 echo "${ECHO_T}$CAT" >&6; }
4623 { echo "$as_me:$LINENO: result: no" >&5
4624 echo "${ECHO_T}no" >&6; }
4628 if test "$CAT" = ""; then
4629 { { echo "$as_me:$LINENO: error: cat is required to build AROS. Please install and run configure again." >&5
4630 echo "$as_me: error: cat is required to build AROS. Please install and run configure again." >&2;}
4631 { (exit 1); exit 1; }; }
4633 # Extract the first word of "bison", so it can be a program name with args.
4634 set dummy bison
; ac_word
=$2
4635 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4636 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4637 if test "${ac_cv_prog_BISON+set}" = set; then
4638 echo $ECHO_N "(cached) $ECHO_C" >&6
4640 if test -n "$BISON"; then
4641 ac_cv_prog_BISON
="$BISON" # Let the user override the test.
4643 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4647 test -z "$as_dir" && as_dir
=.
4648 for ac_exec_ext
in '' $ac_executable_extensions; do
4649 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4650 ac_cv_prog_BISON
="bison "
4651 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4660 BISON
=$ac_cv_prog_BISON
4661 if test -n "$BISON"; then
4662 { echo "$as_me:$LINENO: result: $BISON" >&5
4663 echo "${ECHO_T}$BISON" >&6; }
4665 { echo "$as_me:$LINENO: result: no" >&5
4666 echo "${ECHO_T}no" >&6; }
4670 if test "$BISON" = ""; then
4671 { { echo "$as_me:$LINENO: error: bison is required to build AROS. Please install and run configure again." >&5
4672 echo "$as_me: error: bison is required to build AROS. Please install and run configure again." >&2;}
4673 { (exit 1); exit 1; }; }
4675 # Extract the first word of "flex", so it can be a program name with args.
4676 set dummy flex
; ac_word
=$2
4677 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4678 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4679 if test "${ac_cv_prog_FLEX+set}" = set; then
4680 echo $ECHO_N "(cached) $ECHO_C" >&6
4682 if test -n "$FLEX"; then
4683 ac_cv_prog_FLEX
="$FLEX" # Let the user override the test.
4685 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4689 test -z "$as_dir" && as_dir
=.
4690 for ac_exec_ext
in '' $ac_executable_extensions; do
4691 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4692 ac_cv_prog_FLEX
="flex "
4693 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4702 FLEX
=$ac_cv_prog_FLEX
4703 if test -n "$FLEX"; then
4704 { echo "$as_me:$LINENO: result: $FLEX" >&5
4705 echo "${ECHO_T}$FLEX" >&6; }
4707 { echo "$as_me:$LINENO: result: no" >&5
4708 echo "${ECHO_T}no" >&6; }
4712 if test "$FLEX" = ""; then
4713 { { echo "$as_me:$LINENO: error: flex is required to build AROS. Please install and run configure again." >&5
4714 echo "$as_me: error: flex is required to build AROS. Please install and run configure again." >&2;}
4715 { (exit 1); exit 1; }; }
4717 # Extract the first word of "pngtopnm", so it can be a program name with args.
4718 set dummy pngtopnm
; ac_word
=$2
4719 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4720 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4721 if test "${ac_cv_prog_PNGTOPNM+set}" = set; then
4722 echo $ECHO_N "(cached) $ECHO_C" >&6
4724 if test -n "$PNGTOPNM"; then
4725 ac_cv_prog_PNGTOPNM
="$PNGTOPNM" # Let the user override the test.
4727 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4731 test -z "$as_dir" && as_dir
=.
4732 for ac_exec_ext
in '' $ac_executable_extensions; do
4733 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4734 ac_cv_prog_PNGTOPNM
="pngtopnm "
4735 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4744 PNGTOPNM
=$ac_cv_prog_PNGTOPNM
4745 if test -n "$PNGTOPNM"; then
4746 { echo "$as_me:$LINENO: result: $PNGTOPNM" >&5
4747 echo "${ECHO_T}$PNGTOPNM" >&6; }
4749 { echo "$as_me:$LINENO: result: no" >&5
4750 echo "${ECHO_T}no" >&6; }
4754 if test "$PNGTOPNM" = ""; then
4755 { { echo "$as_me:$LINENO: error: pngtopnm is required to build AROS. Please install and run configure again." >&5
4756 echo "$as_me: error: pngtopnm is required to build AROS. Please install and run configure again." >&2;}
4757 { (exit 1); exit 1; }; }
4759 # Extract the first word of "ppmtoilbm", so it can be a program name with args.
4760 set dummy ppmtoilbm
; ac_word
=$2
4761 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4762 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4763 if test "${ac_cv_prog_PPMTOILBM+set}" = set; then
4764 echo $ECHO_N "(cached) $ECHO_C" >&6
4766 if test -n "$PPMTOILBM"; then
4767 ac_cv_prog_PPMTOILBM
="$PPMTOILBM" # Let the user override the test.
4769 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4773 test -z "$as_dir" && as_dir
=.
4774 for ac_exec_ext
in '' $ac_executable_extensions; do
4775 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4776 ac_cv_prog_PPMTOILBM
="ppmtoilbm "
4777 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4786 PPMTOILBM
=$ac_cv_prog_PPMTOILBM
4787 if test -n "$PPMTOILBM"; then
4788 { echo "$as_me:$LINENO: result: $PPMTOILBM" >&5
4789 echo "${ECHO_T}$PPMTOILBM" >&6; }
4791 { echo "$as_me:$LINENO: result: no" >&5
4792 echo "${ECHO_T}no" >&6; }
4796 if test "$PPMTOILBM" = ""; then
4797 { { echo "$as_me:$LINENO: error: ppmtoilbm is required to build AROS. Please install and run configure again." >&5
4798 echo "$as_me: error: ppmtoilbm is required to build AROS. Please install and run configure again." >&2;}
4799 { (exit 1); exit 1; }; }
4801 # Extract the first word of "sed", so it can be a program name with args.
4802 set dummy
sed; ac_word
=$2
4803 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4804 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4805 if test "${ac_cv_prog_SED+set}" = set; then
4806 echo $ECHO_N "(cached) $ECHO_C" >&6
4808 if test -n "$SED"; then
4809 ac_cv_prog_SED
="$SED" # Let the user override the test.
4811 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4815 test -z "$as_dir" && as_dir
=.
4816 for ac_exec_ext
in '' $ac_executable_extensions; do
4817 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4818 ac_cv_prog_SED
="sed "
4819 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4829 if test -n "$SED"; then
4830 { echo "$as_me:$LINENO: result: $SED" >&5
4831 echo "${ECHO_T}$SED" >&6; }
4833 { echo "$as_me:$LINENO: result: no" >&5
4834 echo "${ECHO_T}no" >&6; }
4838 if test "$SED" = ""; then
4839 { { echo "$as_me:$LINENO: error: sed is required to build AROS. Please install and run configure again." >&5
4840 echo "$as_me: error: sed is required to build AROS. Please install and run configure again." >&2;}
4841 { (exit 1); exit 1; }; }
4843 # Extract the first word of "chmod", so it can be a program name with args.
4844 set dummy
chmod; ac_word
=$2
4845 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4846 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4847 if test "${ac_cv_prog_CHMOD+set}" = set; then
4848 echo $ECHO_N "(cached) $ECHO_C" >&6
4850 if test -n "$CHMOD"; then
4851 ac_cv_prog_CHMOD
="$CHMOD" # Let the user override the test.
4853 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4857 test -z "$as_dir" && as_dir
=.
4858 for ac_exec_ext
in '' $ac_executable_extensions; do
4859 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4860 ac_cv_prog_CHMOD
="chmod "
4861 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4870 CHMOD
=$ac_cv_prog_CHMOD
4871 if test -n "$CHMOD"; then
4872 { echo "$as_me:$LINENO: result: $CHMOD" >&5
4873 echo "${ECHO_T}$CHMOD" >&6; }
4875 { echo "$as_me:$LINENO: result: no" >&5
4876 echo "${ECHO_T}no" >&6; }
4880 if test "$CHMOD" = ""; then
4881 { { echo "$as_me:$LINENO: error: chmod is required to build AROS. Please install and run configure again." >&5
4882 echo "$as_me: error: chmod is required to build AROS. Please install and run configure again." >&2;}
4883 { (exit 1); exit 1; }; }
4890 if test -n "$PYTHON"; then
4891 # If the user set $PYTHON, use it and don't search something else.
4892 { echo "$as_me:$LINENO: checking whether $PYTHON version >= 2.2.1" >&5
4893 echo $ECHO_N "checking whether $PYTHON version >= 2.2.1... $ECHO_C" >&6; }
4894 prog
="import sys, string
4895 # split strings by '.' and convert to numeric. Append some zeros
4896 # because we need at least 4 digits for the hex conversion.
4897 minver = map(int, string.split('2.2.1', '.')) + [0, 0, 0]
4899 for i in xrange(0, 4): minverhex = (minverhex << 8) + minver[i]
4900 sys.exit(sys.hexversion < minverhex)"
4901 if { echo "$as_me:$LINENO: $PYTHON -c "$prog"" >&5
4902 ($PYTHON -c "$prog") >&5 2>&5
4904 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4905 (exit $ac_status); }; then
4906 { echo "$as_me:$LINENO: result: yes" >&5
4907 echo "${ECHO_T}yes" >&6; }
4909 { { echo "$as_me:$LINENO: error: too old" >&5
4910 echo "$as_me: error: too old" >&2;}
4911 { (exit 1); exit 1; }; }
4914 am_display_PYTHON
=$PYTHON
4916 # Otherwise, try each interpreter until we find one that satisfies
4918 { echo "$as_me:$LINENO: checking for a Python interpreter with version >= 2.2.1" >&5
4919 echo $ECHO_N "checking for a Python interpreter with version >= 2.2.1... $ECHO_C" >&6; }
4920 if test "${am_cv_pathless_PYTHON+set}" = set; then
4921 echo $ECHO_N "(cached) $ECHO_C" >&6
4924 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
4925 test "$am_cv_pathless_PYTHON" = none
&& break
4926 prog
="import sys, string
4927 # split strings by '.' and convert to numeric. Append some zeros
4928 # because we need at least 4 digits for the hex conversion.
4929 minver = map(int, string.split('2.2.1', '.')) + [0, 0, 0]
4931 for i in xrange(0, 4): minverhex = (minverhex << 8) + minver[i]
4932 sys.exit(sys.hexversion < minverhex)"
4933 if { echo "$as_me:$LINENO: $am_cv_pathless_PYTHON -c "$prog"" >&5
4934 ($am_cv_pathless_PYTHON -c "$prog") >&5 2>&5
4936 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4937 (exit $ac_status); }; then
4943 { echo "$as_me:$LINENO: result: $am_cv_pathless_PYTHON" >&5
4944 echo "${ECHO_T}$am_cv_pathless_PYTHON" >&6; }
4945 # Set $PYTHON to the absolute path of $am_cv_pathless_PYTHON.
4946 if test "$am_cv_pathless_PYTHON" = none
; then
4949 # Extract the first word of "$am_cv_pathless_PYTHON", so it can be a program name with args.
4950 set dummy
$am_cv_pathless_PYTHON; ac_word
=$2
4951 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4952 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4953 if test "${ac_cv_path_PYTHON+set}" = set; then
4954 echo $ECHO_N "(cached) $ECHO_C" >&6
4958 ac_cv_path_PYTHON
="$PYTHON" # Let the user override the test with a path.
4961 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4965 test -z "$as_dir" && as_dir
=.
4966 for ac_exec_ext
in '' $ac_executable_extensions; do
4967 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4968 ac_cv_path_PYTHON
="$as_dir/$ac_word$ac_exec_ext"
4969 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4979 PYTHON
=$ac_cv_path_PYTHON
4980 if test -n "$PYTHON"; then
4981 { echo "$as_me:$LINENO: result: $PYTHON" >&5
4982 echo "${ECHO_T}$PYTHON" >&6; }
4984 { echo "$as_me:$LINENO: result: no" >&5
4985 echo "${ECHO_T}no" >&6; }
4990 am_display_PYTHON
=$am_cv_pathless_PYTHON
4994 if test "$PYTHON" = :; then
4995 { { echo "$as_me:$LINENO: error: no suitable Python interpreter found" >&5
4996 echo "$as_me: error: no suitable Python interpreter found" >&2;}
4997 { (exit 1); exit 1; }; }
5001 { echo "$as_me:$LINENO: checking for $am_display_PYTHON version" >&5
5002 echo $ECHO_N "checking for $am_display_PYTHON version... $ECHO_C" >&6; }
5003 if test "${am_cv_python_version+set}" = set; then
5004 echo $ECHO_N "(cached) $ECHO_C" >&6
5006 am_cv_python_version
=`$PYTHON -c "import sys; print sys.version[:3]"`
5008 { echo "$as_me:$LINENO: result: $am_cv_python_version" >&5
5009 echo "${ECHO_T}$am_cv_python_version" >&6; }
5010 PYTHON_VERSION
=$am_cv_python_version
5014 PYTHON_PREFIX
='${prefix}'
5016 PYTHON_EXEC_PREFIX
='${exec_prefix}'
5020 { echo "$as_me:$LINENO: checking for $am_display_PYTHON platform" >&5
5021 echo $ECHO_N "checking for $am_display_PYTHON platform... $ECHO_C" >&6; }
5022 if test "${am_cv_python_platform+set}" = set; then
5023 echo $ECHO_N "(cached) $ECHO_C" >&6
5025 am_cv_python_platform
=`$PYTHON -c "import sys; print sys.platform"`
5027 { echo "$as_me:$LINENO: result: $am_cv_python_platform" >&5
5028 echo "${ECHO_T}$am_cv_python_platform" >&6; }
5029 PYTHON_PLATFORM
=$am_cv_python_platform
5034 { echo "$as_me:$LINENO: checking for $am_display_PYTHON script directory" >&5
5035 echo $ECHO_N "checking for $am_display_PYTHON script directory... $ECHO_C" >&6; }
5036 if test "${am_cv_python_pythondir+set}" = set; then
5037 echo $ECHO_N "(cached) $ECHO_C" >&6
5039 am_cv_python_pythondir
=`$PYTHON -c "from distutils import sysconfig; print sysconfig.get_python_lib(0,0,prefix='$PYTHON_PREFIX')" 2>/dev/null ||
5040 echo "$PYTHON_PREFIX/lib/python$PYTHON_VERSION/site-packages"`
5042 { echo "$as_me:$LINENO: result: $am_cv_python_pythondir" >&5
5043 echo "${ECHO_T}$am_cv_python_pythondir" >&6; }
5044 pythondir
=$am_cv_python_pythondir
5048 pkgpythondir
=\
${pythondir}/$PACKAGE
5051 { echo "$as_me:$LINENO: checking for $am_display_PYTHON extension module directory" >&5
5052 echo $ECHO_N "checking for $am_display_PYTHON extension module directory... $ECHO_C" >&6; }
5053 if test "${am_cv_python_pyexecdir+set}" = set; then
5054 echo $ECHO_N "(cached) $ECHO_C" >&6
5056 am_cv_python_pyexecdir
=`$PYTHON -c "from distutils import sysconfig; print sysconfig.get_python_lib(1,0,prefix='$PYTHON_EXEC_PREFIX')" 2>/dev/null ||
5057 echo "${PYTHON_EXEC_PREFIX}/lib/python${PYTHON_VERSION}/site-packages"`
5059 { echo "$as_me:$LINENO: result: $am_cv_python_pyexecdir" >&5
5060 echo "${ECHO_T}$am_cv_python_pyexecdir" >&6; }
5061 pyexecdir
=$am_cv_python_pyexecdir
5065 pkgpyexecdir
=\
${pyexecdir}/$PACKAGE
5083 # Check for some includes for the X11 HIDD and the kernel
5086 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
5087 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
5088 if test "${ac_cv_path_GREP+set}" = set; then
5089 echo $ECHO_N "(cached) $ECHO_C" >&6
5091 # Extract the first word of "grep ggrep" to use in msg output
5092 if test -z "$GREP"; then
5093 set dummy
grep ggrep
; ac_prog_name
=$2
5094 if test "${ac_cv_path_GREP+set}" = set; then
5095 echo $ECHO_N "(cached) $ECHO_C" >&6
5097 ac_path_GREP_found
=false
5098 # Loop through the user's path and test for each of PROGNAME-LIST
5099 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5100 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
5103 test -z "$as_dir" && as_dir
=.
5104 for ac_prog
in grep ggrep
; do
5105 for ac_exec_ext
in '' $ac_executable_extensions; do
5106 ac_path_GREP
="$as_dir/$ac_prog$ac_exec_ext"
5107 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } ||
continue
5108 # Check for GNU ac_path_GREP and select it if it is found.
5109 # Check for GNU $ac_path_GREP
5110 case `"$ac_path_GREP" --version 2>&1` in
5112 ac_cv_path_GREP
="$ac_path_GREP" ac_path_GREP_found
=:;;
5115 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
5118 cat "conftest.in" "conftest.in" >"conftest.tmp"
5119 mv "conftest.tmp" "conftest.in"
5120 cp "conftest.in" "conftest.nl"
5121 echo 'GREP' >> "conftest.nl"
5122 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
5123 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
5124 ac_count
=`expr $ac_count + 1`
5125 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5126 # Best one so far, save it but keep looking for a better one
5127 ac_cv_path_GREP
="$ac_path_GREP"
5128 ac_path_GREP_max
=$ac_count
5130 # 10*(2^10) chars as input seems more than enough
5131 test $ac_count -gt 10 && break
5133 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
5137 $ac_path_GREP_found && break 3
5147 GREP
="$ac_cv_path_GREP"
5148 if test -z "$GREP"; then
5149 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
5150 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
5151 { (exit 1); exit 1; }; }
5155 ac_cv_path_GREP
=$GREP
5160 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
5161 echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
5162 GREP
="$ac_cv_path_GREP"
5165 { echo "$as_me:$LINENO: checking for egrep" >&5
5166 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
5167 if test "${ac_cv_path_EGREP+set}" = set; then
5168 echo $ECHO_N "(cached) $ECHO_C" >&6
5170 if echo a |
$GREP -E '(a|b)' >/dev
/null
2>&1
5171 then ac_cv_path_EGREP
="$GREP -E"
5173 # Extract the first word of "egrep" to use in msg output
5174 if test -z "$EGREP"; then
5175 set dummy
egrep; ac_prog_name
=$2
5176 if test "${ac_cv_path_EGREP+set}" = set; then
5177 echo $ECHO_N "(cached) $ECHO_C" >&6
5179 ac_path_EGREP_found
=false
5180 # Loop through the user's path and test for each of PROGNAME-LIST
5181 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5182 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
5185 test -z "$as_dir" && as_dir
=.
5186 for ac_prog
in egrep; do
5187 for ac_exec_ext
in '' $ac_executable_extensions; do
5188 ac_path_EGREP
="$as_dir/$ac_prog$ac_exec_ext"
5189 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } ||
continue
5190 # Check for GNU ac_path_EGREP and select it if it is found.
5191 # Check for GNU $ac_path_EGREP
5192 case `"$ac_path_EGREP" --version 2>&1` in
5194 ac_cv_path_EGREP
="$ac_path_EGREP" ac_path_EGREP_found
=:;;
5197 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
5200 cat "conftest.in" "conftest.in" >"conftest.tmp"
5201 mv "conftest.tmp" "conftest.in"
5202 cp "conftest.in" "conftest.nl"
5203 echo 'EGREP' >> "conftest.nl"
5204 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
5205 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
5206 ac_count
=`expr $ac_count + 1`
5207 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5208 # Best one so far, save it but keep looking for a better one
5209 ac_cv_path_EGREP
="$ac_path_EGREP"
5210 ac_path_EGREP_max
=$ac_count
5212 # 10*(2^10) chars as input seems more than enough
5213 test $ac_count -gt 10 && break
5215 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
5219 $ac_path_EGREP_found && break 3
5229 EGREP
="$ac_cv_path_EGREP"
5230 if test -z "$EGREP"; then
5231 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
5232 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
5233 { (exit 1); exit 1; }; }
5237 ac_cv_path_EGREP
=$EGREP
5243 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
5244 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
5245 EGREP
="$ac_cv_path_EGREP"
5248 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
5249 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
5250 if test "${ac_cv_header_stdc+set}" = set; then
5251 echo $ECHO_N "(cached) $ECHO_C" >&6
5253 cat >conftest.
$ac_ext <<_ACEOF
5256 cat confdefs.h
>>conftest.
$ac_ext
5257 cat >>conftest.
$ac_ext <<_ACEOF
5258 /* end confdefs.h. */
5272 rm -f conftest.
$ac_objext
5273 if { (ac_try
="$ac_compile"
5275 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
5276 *) ac_try_echo=$ac_try;;
5278 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5279 (eval "$ac_compile") 2>conftest.er1
5281 grep -v '^ *+' conftest.er1 >conftest.err
5283 cat conftest.err >&5
5284 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5285 (exit $ac_status); } && {
5286 test -z "$ac_c_werror_flag" ||
5287 test ! -s conftest.err
5288 } && test -s conftest.$ac_objext; then
5289 ac_cv_header_stdc=yes
5291 echo "$as_me: failed program was:" >&5
5292 sed 's/^/| /' conftest.$ac_ext >&5
5294 ac_cv_header_stdc=no
5297 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5299 if test $ac_cv_header_stdc = yes; then
5300 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5301 cat >conftest.$ac_ext <<_ACEOF
5304 cat confdefs.h >>conftest.$ac_ext
5305 cat >>conftest.$ac_ext <<_ACEOF
5306 /* end confdefs.h. */
5310 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5311 $EGREP "memchr" >/dev/null 2>&1; then
5314 ac_cv_header_stdc=no
5320 if test $ac_cv_header_stdc = yes; then
5321 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5322 cat >conftest.$ac_ext <<_ACEOF
5325 cat confdefs.h >>conftest.$ac_ext
5326 cat >>conftest.$ac_ext <<_ACEOF
5327 /* end confdefs.h. */
5331 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5332 $EGREP "free" >/dev/null 2>&1; then
5335 ac_cv_header_stdc=no
5341 if test $ac_cv_header_stdc = yes; then
5342 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5343 if test "$cross_compiling" = yes; then
5346 cat >conftest.$ac_ext <<_ACEOF
5349 cat confdefs.h >>conftest.$ac_ext
5350 cat >>conftest.$ac_ext <<_ACEOF
5351 /* end confdefs.h. */
5354 #if ((' ' & 0x0FF) == 0x020)
5355 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5356 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5358 # define ISLOWER(c) \
5359 (('a' <= (c) && (c) <= 'i') \
5360 || ('j' <= (c) && (c) <= 'r') \
5361 || ('s' <= (c) && (c) <= 'z'))
5362 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5365 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5370 for (i = 0; i < 256; i++)
5371 if (XOR (islower (i), ISLOWER (i))
5372 || toupper (i) != TOUPPER (i))
5377 rm -f conftest$ac_exeext
5378 if { (ac_try="$ac_link"
5380 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
5381 *) ac_try_echo
=$ac_try;;
5383 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5384 (eval "$ac_link") 2>&5
5386 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5387 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
5388 { (case "(($ac_try" in
5389 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
5390 *) ac_try_echo=$ac_try;;
5392 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5393 (eval "$ac_try") 2>&5
5395 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5396 (exit $ac_status); }; }; then
5399 echo "$as_me: program exited with status $ac_status" >&5
5400 echo "$as_me: failed program was:" >&5
5401 sed 's/^/| /' conftest.$ac_ext >&5
5404 ac_cv_header_stdc=no
5406 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
5412 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
5413 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
5414 if test $ac_cv_header_stdc = yes; then
5416 cat >>confdefs.h <<\_ACEOF
5417 #define STDC_HEADERS 1
5422 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5432 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5433 inttypes.h stdint.h unistd.h
5435 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
5436 { echo "$as_me:$LINENO: checking for $ac_header" >&5
5437 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
5438 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5439 echo $ECHO_N "(cached) $ECHO_C" >&6
5441 cat >conftest.$ac_ext <<_ACEOF
5444 cat confdefs.h >>conftest.$ac_ext
5445 cat >>conftest.$ac_ext <<_ACEOF
5446 /* end confdefs.h. */
5447 $ac_includes_default
5449 #include <$ac_header>
5451 rm -f conftest.$ac_objext
5452 if { (ac_try="$ac_compile"
5454 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
5455 *) ac_try_echo
=$ac_try;;
5457 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5458 (eval "$ac_compile") 2>conftest.er1
5460 grep -v '^ *+' conftest.er1
>conftest.err
5462 cat conftest.err
>&5
5463 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5464 (exit $ac_status); } && {
5465 test -z "$ac_c_werror_flag" ||
5466 test ! -s conftest.err
5467 } && test -s conftest.
$ac_objext; then
5468 eval "$as_ac_Header=yes"
5470 echo "$as_me: failed program was:" >&5
5471 sed 's/^/| /' conftest.
$ac_ext >&5
5473 eval "$as_ac_Header=no"
5476 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5478 ac_res
=`eval echo '${'$as_ac_Header'}'`
5479 { echo "$as_me:$LINENO: result: $ac_res" >&5
5480 echo "${ECHO_T}$ac_res" >&6; }
5481 if test `eval echo '${'$as_ac_Header'}'` = yes; then
5482 cat >>confdefs.h
<<_ACEOF
5483 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
5500 for ac_header
in sys
/ipc.h sys
/shm.h \
5501 sys
/mmap.h sys
/mman.h sysexits.h \
5502 sys
/statfs.h sys
/statvfs.h sys
/vfs.h sys
/param.h \
5505 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5506 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5507 { echo "$as_me:$LINENO: checking for $ac_header" >&5
5508 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
5509 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5510 echo $ECHO_N "(cached) $ECHO_C" >&6
5512 ac_res
=`eval echo '${'$as_ac_Header'}'`
5513 { echo "$as_me:$LINENO: result: $ac_res" >&5
5514 echo "${ECHO_T}$ac_res" >&6; }
5516 # Is the header compilable?
5517 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
5518 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
5519 cat >conftest.
$ac_ext <<_ACEOF
5522 cat confdefs.h
>>conftest.
$ac_ext
5523 cat >>conftest.
$ac_ext <<_ACEOF
5524 /* end confdefs.h. */
5525 $ac_includes_default
5526 #include <$ac_header>
5528 rm -f conftest.
$ac_objext
5529 if { (ac_try
="$ac_compile"
5531 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
5532 *) ac_try_echo=$ac_try;;
5534 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5535 (eval "$ac_compile") 2>conftest.er1
5537 grep -v '^ *+' conftest.er1 >conftest.err
5539 cat conftest.err >&5
5540 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5541 (exit $ac_status); } && {
5542 test -z "$ac_c_werror_flag" ||
5543 test ! -s conftest.err
5544 } && test -s conftest.$ac_objext; then
5545 ac_header_compiler=yes
5547 echo "$as_me: failed program was:" >&5
5548 sed 's/^/| /' conftest.$ac_ext >&5
5550 ac_header_compiler=no
5553 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5554 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
5555 echo "${ECHO_T}$ac_header_compiler" >&6; }
5557 # Is the header present?
5558 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
5559 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
5560 cat >conftest.$ac_ext <<_ACEOF
5563 cat confdefs.h >>conftest.$ac_ext
5564 cat >>conftest.$ac_ext <<_ACEOF
5565 /* end confdefs.h. */
5566 #include <$ac_header>
5568 if { (ac_try="$ac_cpp conftest.$ac_ext"
5570 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
5571 *) ac_try_echo
=$ac_try;;
5573 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5574 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5576 grep -v '^ *+' conftest.er1
>conftest.err
5578 cat conftest.err
>&5
5579 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5580 (exit $ac_status); } >/dev
/null
&& {
5581 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5582 test ! -s conftest.err
5584 ac_header_preproc
=yes
5586 echo "$as_me: failed program was:" >&5
5587 sed 's/^/| /' conftest.
$ac_ext >&5
5589 ac_header_preproc
=no
5592 rm -f conftest.err conftest.
$ac_ext
5593 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
5594 echo "${ECHO_T}$ac_header_preproc" >&6; }
5596 # So? What about this header?
5597 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
5599 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
5600 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
5601 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
5602 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
5603 ac_header_preproc
=yes
5606 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
5607 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
5608 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
5609 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
5610 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
5611 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
5612 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
5613 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
5614 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
5615 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
5616 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
5617 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
5621 { echo "$as_me:$LINENO: checking for $ac_header" >&5
5622 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
5623 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5624 echo $ECHO_N "(cached) $ECHO_C" >&6
5626 eval "$as_ac_Header=\$ac_header_preproc"
5628 ac_res
=`eval echo '${'$as_ac_Header'}'`
5629 { echo "$as_me:$LINENO: result: $ac_res" >&5
5630 echo "${ECHO_T}$ac_res" >&6; }
5633 if test `eval echo '${'$as_ac_Header'}'` = yes; then
5634 cat >>confdefs.h
<<_ACEOF
5635 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
5644 for ac_header
in sys
/mount.h
5646 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5647 { echo "$as_me:$LINENO: checking for $ac_header" >&5
5648 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
5649 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5650 echo $ECHO_N "(cached) $ECHO_C" >&6
5652 cat >conftest.
$ac_ext <<_ACEOF
5655 cat confdefs.h
>>conftest.
$ac_ext
5656 cat >>conftest.
$ac_ext <<_ACEOF
5657 /* end confdefs.h. */
5658 #include <sys/param.h>
5660 #include <$ac_header>
5662 rm -f conftest.
$ac_objext
5663 if { (ac_try
="$ac_compile"
5665 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
5666 *) ac_try_echo=$ac_try;;
5668 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5669 (eval "$ac_compile") 2>conftest.er1
5671 grep -v '^ *+' conftest.er1 >conftest.err
5673 cat conftest.err >&5
5674 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5675 (exit $ac_status); } && {
5676 test -z "$ac_c_werror_flag" ||
5677 test ! -s conftest.err
5678 } && test -s conftest.$ac_objext; then
5679 eval "$as_ac_Header=yes"
5681 echo "$as_me: failed program was:" >&5
5682 sed 's/^/| /' conftest.$ac_ext >&5
5684 eval "$as_ac_Header=no"
5687 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5689 ac_res=`eval echo '${'$as_ac_Header'}'`
5690 { echo "$as_me:$LINENO: result: $ac_res" >&5
5691 echo "${ECHO_T}$ac_res" >&6; }
5692 if test `eval echo '${'$as_ac_Header'}'` = yes; then
5693 cat >>confdefs.h <<_ACEOF
5694 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
5708 for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
5709 as_ac_Header=`echo "ac_cv_header_dirent_$ac_hdr" |
$as_tr_sh`
5710 { echo "$as_me:$LINENO: checking for $ac_hdr that defines DIR" >&5
5711 echo $ECHO_N "checking for $ac_hdr that defines DIR... $ECHO_C" >&6; }
5712 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5713 echo $ECHO_N "(cached) $ECHO_C" >&6
5715 cat >conftest.$ac_ext <<_ACEOF
5718 cat confdefs.h >>conftest.$ac_ext
5719 cat >>conftest.$ac_ext <<_ACEOF
5720 /* end confdefs.h. */
5721 #include <sys/types.h>
5733 rm -f conftest.$ac_objext
5734 if { (ac_try="$ac_compile"
5736 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
5737 *) ac_try_echo
=$ac_try;;
5739 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5740 (eval "$ac_compile") 2>conftest.er1
5742 grep -v '^ *+' conftest.er1
>conftest.err
5744 cat conftest.err
>&5
5745 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5746 (exit $ac_status); } && {
5747 test -z "$ac_c_werror_flag" ||
5748 test ! -s conftest.err
5749 } && test -s conftest.
$ac_objext; then
5750 eval "$as_ac_Header=yes"
5752 echo "$as_me: failed program was:" >&5
5753 sed 's/^/| /' conftest.
$ac_ext >&5
5755 eval "$as_ac_Header=no"
5758 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5760 ac_res
=`eval echo '${'$as_ac_Header'}'`
5761 { echo "$as_me:$LINENO: result: $ac_res" >&5
5762 echo "${ECHO_T}$ac_res" >&6; }
5763 if test `eval echo '${'$as_ac_Header'}'` = yes; then
5764 cat >>confdefs.h
<<_ACEOF
5765 #define `echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
5768 ac_header_dirent
=$ac_hdr; break
5772 # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
5773 if test $ac_header_dirent = dirent.h
; then
5774 { echo "$as_me:$LINENO: checking for library containing opendir" >&5
5775 echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6; }
5776 if test "${ac_cv_search_opendir+set}" = set; then
5777 echo $ECHO_N "(cached) $ECHO_C" >&6
5779 ac_func_search_save_LIBS
=$LIBS
5780 cat >conftest.
$ac_ext <<_ACEOF
5783 cat confdefs.h
>>conftest.
$ac_ext
5784 cat >>conftest.
$ac_ext <<_ACEOF
5785 /* end confdefs.h. */
5787 /* Override any GCC internal prototype to avoid an error.
5788 Use char because int might match the return type of a GCC
5789 builtin and then its argument prototype would still apply. */
5802 for ac_lib
in '' dir
; do
5803 if test -z "$ac_lib"; then
5804 ac_res
="none required"
5807 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
5809 rm -f conftest.
$ac_objext conftest
$ac_exeext
5810 if { (ac_try
="$ac_link"
5812 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
5813 *) ac_try_echo=$ac_try;;
5815 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5816 (eval "$ac_link") 2>conftest.er1
5818 grep -v '^ *+' conftest.er1 >conftest.err
5820 cat conftest.err >&5
5821 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5822 (exit $ac_status); } && {
5823 test -z "$ac_c_werror_flag" ||
5824 test ! -s conftest.err
5825 } && test -s conftest$ac_exeext &&
5826 $as_test_x conftest$ac_exeext; then
5827 ac_cv_search_opendir=$ac_res
5829 echo "$as_me: failed program was:" >&5
5830 sed 's/^/| /' conftest.$ac_ext >&5
5835 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5837 if test "${ac_cv_search_opendir+set}" = set; then
5841 if test "${ac_cv_search_opendir+set}" = set; then
5844 ac_cv_search_opendir=no
5847 LIBS=$ac_func_search_save_LIBS
5849 { echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5
5850 echo "${ECHO_T}$ac_cv_search_opendir" >&6; }
5851 ac_res=$ac_cv_search_opendir
5852 if test "$ac_res" != no; then
5853 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
5858 { echo "$as_me:$LINENO: checking for library containing opendir" >&5
5859 echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6; }
5860 if test "${ac_cv_search_opendir+set}" = set; then
5861 echo $ECHO_N "(cached) $ECHO_C" >&6
5863 ac_func_search_save_LIBS=$LIBS
5864 cat >conftest.$ac_ext <<_ACEOF
5867 cat confdefs.h >>conftest.$ac_ext
5868 cat >>conftest.$ac_ext <<_ACEOF
5869 /* end confdefs.h. */
5871 /* Override any GCC internal prototype to avoid an error.
5872 Use char because int might match the return type of a GCC
5873 builtin and then its argument prototype would still apply. */
5886 for ac_lib in '' x; do
5887 if test -z "$ac_lib"; then
5888 ac_res="none required"
5891 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
5893 rm -f conftest.$ac_objext conftest$ac_exeext
5894 if { (ac_try="$ac_link"
5896 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
5897 *) ac_try_echo
=$ac_try;;
5899 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5900 (eval "$ac_link") 2>conftest.er1
5902 grep -v '^ *+' conftest.er1
>conftest.err
5904 cat conftest.err
>&5
5905 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5906 (exit $ac_status); } && {
5907 test -z "$ac_c_werror_flag" ||
5908 test ! -s conftest.err
5909 } && test -s conftest
$ac_exeext &&
5910 $as_test_x conftest
$ac_exeext; then
5911 ac_cv_search_opendir
=$ac_res
5913 echo "$as_me: failed program was:" >&5
5914 sed 's/^/| /' conftest.
$ac_ext >&5
5919 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
5921 if test "${ac_cv_search_opendir+set}" = set; then
5925 if test "${ac_cv_search_opendir+set}" = set; then
5928 ac_cv_search_opendir
=no
5931 LIBS
=$ac_func_search_save_LIBS
5933 { echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5
5934 echo "${ECHO_T}$ac_cv_search_opendir" >&6; }
5935 ac_res
=$ac_cv_search_opendir
5936 if test "$ac_res" != no
; then
5937 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
5943 { echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
5944 echo $ECHO_N "checking whether stat file-mode macros are broken... $ECHO_C" >&6; }
5945 if test "${ac_cv_header_stat_broken+set}" = set; then
5946 echo $ECHO_N "(cached) $ECHO_C" >&6
5948 cat >conftest.
$ac_ext <<_ACEOF
5951 cat confdefs.h
>>conftest.
$ac_ext
5952 cat >>conftest.
$ac_ext <<_ACEOF
5953 /* end confdefs.h. */
5954 #include <sys/types.h>
5955 #include <sys/stat.h>
5957 #if defined S_ISBLK && defined S_IFDIR
5958 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
5961 #if defined S_ISBLK && defined S_IFCHR
5962 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
5965 #if defined S_ISLNK && defined S_IFREG
5966 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
5969 #if defined S_ISSOCK && defined S_IFREG
5970 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
5974 rm -f conftest.
$ac_objext
5975 if { (ac_try
="$ac_compile"
5977 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
5978 *) ac_try_echo=$ac_try;;
5980 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5981 (eval "$ac_compile") 2>conftest.er1
5983 grep -v '^ *+' conftest.er1 >conftest.err
5985 cat conftest.err >&5
5986 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5987 (exit $ac_status); } && {
5988 test -z "$ac_c_werror_flag" ||
5989 test ! -s conftest.err
5990 } && test -s conftest.$ac_objext; then
5991 ac_cv_header_stat_broken=no
5993 echo "$as_me: failed program was:" >&5
5994 sed 's/^/| /' conftest.$ac_ext >&5
5996 ac_cv_header_stat_broken=yes
5999 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6001 { echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
6002 echo "${ECHO_T}$ac_cv_header_stat_broken" >&6; }
6003 if test $ac_cv_header_stat_broken = yes; then
6005 cat >>confdefs.h <<\_ACEOF
6006 #define STAT_MACROS_BROKEN 1
6011 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
6012 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
6013 if test "${ac_cv_header_stdc+set}" = set; then
6014 echo $ECHO_N "(cached) $ECHO_C" >&6
6016 cat >conftest.$ac_ext <<_ACEOF
6019 cat confdefs.h >>conftest.$ac_ext
6020 cat >>conftest.$ac_ext <<_ACEOF
6021 /* end confdefs.h. */
6035 rm -f conftest.$ac_objext
6036 if { (ac_try="$ac_compile"
6038 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
6039 *) ac_try_echo
=$ac_try;;
6041 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6042 (eval "$ac_compile") 2>conftest.er1
6044 grep -v '^ *+' conftest.er1
>conftest.err
6046 cat conftest.err
>&5
6047 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6048 (exit $ac_status); } && {
6049 test -z "$ac_c_werror_flag" ||
6050 test ! -s conftest.err
6051 } && test -s conftest.
$ac_objext; then
6052 ac_cv_header_stdc
=yes
6054 echo "$as_me: failed program was:" >&5
6055 sed 's/^/| /' conftest.
$ac_ext >&5
6057 ac_cv_header_stdc
=no
6060 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6062 if test $ac_cv_header_stdc = yes; then
6063 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6064 cat >conftest.
$ac_ext <<_ACEOF
6067 cat confdefs.h
>>conftest.
$ac_ext
6068 cat >>conftest.
$ac_ext <<_ACEOF
6069 /* end confdefs.h. */
6073 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6074 $EGREP "memchr" >/dev
/null
2>&1; then
6077 ac_cv_header_stdc
=no
6083 if test $ac_cv_header_stdc = yes; then
6084 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6085 cat >conftest.
$ac_ext <<_ACEOF
6088 cat confdefs.h
>>conftest.
$ac_ext
6089 cat >>conftest.
$ac_ext <<_ACEOF
6090 /* end confdefs.h. */
6094 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6095 $EGREP "free" >/dev
/null
2>&1; then
6098 ac_cv_header_stdc
=no
6104 if test $ac_cv_header_stdc = yes; then
6105 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6106 if test "$cross_compiling" = yes; then
6109 cat >conftest.
$ac_ext <<_ACEOF
6112 cat confdefs.h
>>conftest.
$ac_ext
6113 cat >>conftest.
$ac_ext <<_ACEOF
6114 /* end confdefs.h. */
6117 #if ((' ' & 0x0FF) == 0x020)
6118 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6119 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6121 # define ISLOWER(c) \
6122 (('a' <= (c) && (c) <= 'i') \
6123 || ('j' <= (c) && (c) <= 'r') \
6124 || ('s' <= (c) && (c) <= 'z'))
6125 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6128 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6133 for (i = 0; i < 256; i++)
6134 if (XOR (islower (i), ISLOWER (i))
6135 || toupper (i) != TOUPPER (i))
6140 rm -f conftest
$ac_exeext
6141 if { (ac_try
="$ac_link"
6143 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
6144 *) ac_try_echo=$ac_try;;
6146 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6147 (eval "$ac_link") 2>&5
6149 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6150 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
6151 { (case "(($ac_try" in
6152 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
6153 *) ac_try_echo
=$ac_try;;
6155 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6156 (eval "$ac_try") 2>&5
6158 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6159 (exit $ac_status); }; }; then
6162 echo "$as_me: program exited with status $ac_status" >&5
6163 echo "$as_me: failed program was:" >&5
6164 sed 's/^/| /' conftest.
$ac_ext >&5
6167 ac_cv_header_stdc
=no
6169 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
6175 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
6176 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
6177 if test $ac_cv_header_stdc = yes; then
6179 cat >>confdefs.h
<<\_ACEOF
6180 #define STDC_HEADERS 1
6185 { echo "$as_me:$LINENO: checking for sys/wait.h that is POSIX.1 compatible" >&5
6186 echo $ECHO_N "checking for sys/wait.h that is POSIX.1 compatible... $ECHO_C" >&6; }
6187 if test "${ac_cv_header_sys_wait_h+set}" = set; then
6188 echo $ECHO_N "(cached) $ECHO_C" >&6
6190 cat >conftest.
$ac_ext <<_ACEOF
6193 cat confdefs.h
>>conftest.
$ac_ext
6194 cat >>conftest.
$ac_ext <<_ACEOF
6195 /* end confdefs.h. */
6196 #include <sys/types.h>
6197 #include <sys/wait.h>
6199 # define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8)
6202 # define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
6210 s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
6215 rm -f conftest.
$ac_objext
6216 if { (ac_try
="$ac_compile"
6218 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
6219 *) ac_try_echo=$ac_try;;
6221 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6222 (eval "$ac_compile") 2>conftest.er1
6224 grep -v '^ *+' conftest.er1 >conftest.err
6226 cat conftest.err >&5
6227 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6228 (exit $ac_status); } && {
6229 test -z "$ac_c_werror_flag" ||
6230 test ! -s conftest.err
6231 } && test -s conftest.$ac_objext; then
6232 ac_cv_header_sys_wait_h=yes
6234 echo "$as_me: failed program was:" >&5
6235 sed 's/^/| /' conftest.$ac_ext >&5
6237 ac_cv_header_sys_wait_h=no
6240 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6242 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_wait_h" >&5
6243 echo "${ECHO_T}$ac_cv_header_sys_wait_h" >&6; }
6244 if test $ac_cv_header_sys_wait_h = yes; then
6246 cat >>confdefs.h <<\_ACEOF
6247 #define HAVE_SYS_WAIT_H 1
6252 { echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5
6253 echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6; }
6254 if test "${ac_cv_header_time+set}" = set; then
6255 echo $ECHO_N "(cached) $ECHO_C" >&6
6257 cat >conftest.$ac_ext <<_ACEOF
6260 cat confdefs.h >>conftest.$ac_ext
6261 cat >>conftest.$ac_ext <<_ACEOF
6262 /* end confdefs.h. */
6263 #include <sys/types.h>
6264 #include <sys/time.h>
6270 if ((struct tm *) 0)
6276 rm -f conftest.$ac_objext
6277 if { (ac_try="$ac_compile"
6279 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
6280 *) ac_try_echo
=$ac_try;;
6282 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6283 (eval "$ac_compile") 2>conftest.er1
6285 grep -v '^ *+' conftest.er1
>conftest.err
6287 cat conftest.err
>&5
6288 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6289 (exit $ac_status); } && {
6290 test -z "$ac_c_werror_flag" ||
6291 test ! -s conftest.err
6292 } && test -s conftest.
$ac_objext; then
6293 ac_cv_header_time
=yes
6295 echo "$as_me: failed program was:" >&5
6296 sed 's/^/| /' conftest.
$ac_ext >&5
6298 ac_cv_header_time
=no
6301 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6303 { echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5
6304 echo "${ECHO_T}$ac_cv_header_time" >&6; }
6305 if test $ac_cv_header_time = yes; then
6307 cat >>confdefs.h
<<\_ACEOF
6308 #define TIME_WITH_SYS_TIME 1
6313 { echo "$as_me:$LINENO: checking for struct stat.st_blksize" >&5
6314 echo $ECHO_N "checking for struct stat.st_blksize... $ECHO_C" >&6; }
6315 if test "${ac_cv_member_struct_stat_st_blksize+set}" = set; then
6316 echo $ECHO_N "(cached) $ECHO_C" >&6
6318 cat >conftest.
$ac_ext <<_ACEOF
6321 cat confdefs.h
>>conftest.
$ac_ext
6322 cat >>conftest.
$ac_ext <<_ACEOF
6323 /* end confdefs.h. */
6324 $ac_includes_default
6328 static struct stat ac_aggr;
6329 if (ac_aggr.st_blksize)
6335 rm -f conftest.
$ac_objext
6336 if { (ac_try
="$ac_compile"
6338 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
6339 *) ac_try_echo=$ac_try;;
6341 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6342 (eval "$ac_compile") 2>conftest.er1
6344 grep -v '^ *+' conftest.er1 >conftest.err
6346 cat conftest.err >&5
6347 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6348 (exit $ac_status); } && {
6349 test -z "$ac_c_werror_flag" ||
6350 test ! -s conftest.err
6351 } && test -s conftest.$ac_objext; then
6352 ac_cv_member_struct_stat_st_blksize=yes
6354 echo "$as_me: failed program was:" >&5
6355 sed 's/^/| /' conftest.$ac_ext >&5
6357 cat >conftest.$ac_ext <<_ACEOF
6360 cat confdefs.h >>conftest.$ac_ext
6361 cat >>conftest.$ac_ext <<_ACEOF
6362 /* end confdefs.h. */
6363 $ac_includes_default
6367 static struct stat ac_aggr;
6368 if (sizeof ac_aggr.st_blksize)
6374 rm -f conftest.$ac_objext
6375 if { (ac_try="$ac_compile"
6377 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
6378 *) ac_try_echo
=$ac_try;;
6380 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6381 (eval "$ac_compile") 2>conftest.er1
6383 grep -v '^ *+' conftest.er1
>conftest.err
6385 cat conftest.err
>&5
6386 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6387 (exit $ac_status); } && {
6388 test -z "$ac_c_werror_flag" ||
6389 test ! -s conftest.err
6390 } && test -s conftest.
$ac_objext; then
6391 ac_cv_member_struct_stat_st_blksize
=yes
6393 echo "$as_me: failed program was:" >&5
6394 sed 's/^/| /' conftest.
$ac_ext >&5
6396 ac_cv_member_struct_stat_st_blksize
=no
6399 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6402 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6404 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blksize" >&5
6405 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blksize" >&6; }
6406 if test $ac_cv_member_struct_stat_st_blksize = yes; then
6408 cat >>confdefs.h
<<_ACEOF
6409 #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
6413 cat >>confdefs.h
<<\_ACEOF
6414 #define HAVE_ST_BLKSIZE 1
6420 { echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
6421 echo $ECHO_N "checking for struct stat.st_blocks... $ECHO_C" >&6; }
6422 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
6423 echo $ECHO_N "(cached) $ECHO_C" >&6
6425 cat >conftest.
$ac_ext <<_ACEOF
6428 cat confdefs.h
>>conftest.
$ac_ext
6429 cat >>conftest.
$ac_ext <<_ACEOF
6430 /* end confdefs.h. */
6431 $ac_includes_default
6435 static struct stat ac_aggr;
6436 if (ac_aggr.st_blocks)
6442 rm -f conftest.
$ac_objext
6443 if { (ac_try
="$ac_compile"
6445 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
6446 *) ac_try_echo=$ac_try;;
6448 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6449 (eval "$ac_compile") 2>conftest.er1
6451 grep -v '^ *+' conftest.er1 >conftest.err
6453 cat conftest.err >&5
6454 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6455 (exit $ac_status); } && {
6456 test -z "$ac_c_werror_flag" ||
6457 test ! -s conftest.err
6458 } && test -s conftest.$ac_objext; then
6459 ac_cv_member_struct_stat_st_blocks=yes
6461 echo "$as_me: failed program was:" >&5
6462 sed 's/^/| /' conftest.$ac_ext >&5
6464 cat >conftest.$ac_ext <<_ACEOF
6467 cat confdefs.h >>conftest.$ac_ext
6468 cat >>conftest.$ac_ext <<_ACEOF
6469 /* end confdefs.h. */
6470 $ac_includes_default
6474 static struct stat ac_aggr;
6475 if (sizeof ac_aggr.st_blocks)
6481 rm -f conftest.$ac_objext
6482 if { (ac_try="$ac_compile"
6484 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
6485 *) ac_try_echo
=$ac_try;;
6487 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6488 (eval "$ac_compile") 2>conftest.er1
6490 grep -v '^ *+' conftest.er1
>conftest.err
6492 cat conftest.err
>&5
6493 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6494 (exit $ac_status); } && {
6495 test -z "$ac_c_werror_flag" ||
6496 test ! -s conftest.err
6497 } && test -s conftest.
$ac_objext; then
6498 ac_cv_member_struct_stat_st_blocks
=yes
6500 echo "$as_me: failed program was:" >&5
6501 sed 's/^/| /' conftest.
$ac_ext >&5
6503 ac_cv_member_struct_stat_st_blocks
=no
6506 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6509 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6511 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
6512 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blocks" >&6; }
6513 if test $ac_cv_member_struct_stat_st_blocks = yes; then
6515 cat >>confdefs.h
<<_ACEOF
6516 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
6520 cat >>confdefs.h
<<\_ACEOF
6521 #define HAVE_ST_BLOCKS 1
6525 case " $LIBOBJS " in
6526 *" fileblocks.$ac_objext "* ) ;;
6527 *) LIBOBJS
="$LIBOBJS fileblocks.$ac_objext"
6534 { echo "$as_me:$LINENO: checking for struct stat.st_rdev" >&5
6535 echo $ECHO_N "checking for struct stat.st_rdev... $ECHO_C" >&6; }
6536 if test "${ac_cv_member_struct_stat_st_rdev+set}" = set; then
6537 echo $ECHO_N "(cached) $ECHO_C" >&6
6539 cat >conftest.
$ac_ext <<_ACEOF
6542 cat confdefs.h
>>conftest.
$ac_ext
6543 cat >>conftest.
$ac_ext <<_ACEOF
6544 /* end confdefs.h. */
6545 $ac_includes_default
6549 static struct stat ac_aggr;
6550 if (ac_aggr.st_rdev)
6556 rm -f conftest.
$ac_objext
6557 if { (ac_try
="$ac_compile"
6559 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
6560 *) ac_try_echo=$ac_try;;
6562 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6563 (eval "$ac_compile") 2>conftest.er1
6565 grep -v '^ *+' conftest.er1 >conftest.err
6567 cat conftest.err >&5
6568 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6569 (exit $ac_status); } && {
6570 test -z "$ac_c_werror_flag" ||
6571 test ! -s conftest.err
6572 } && test -s conftest.$ac_objext; then
6573 ac_cv_member_struct_stat_st_rdev=yes
6575 echo "$as_me: failed program was:" >&5
6576 sed 's/^/| /' conftest.$ac_ext >&5
6578 cat >conftest.$ac_ext <<_ACEOF
6581 cat confdefs.h >>conftest.$ac_ext
6582 cat >>conftest.$ac_ext <<_ACEOF
6583 /* end confdefs.h. */
6584 $ac_includes_default
6588 static struct stat ac_aggr;
6589 if (sizeof ac_aggr.st_rdev)
6595 rm -f conftest.$ac_objext
6596 if { (ac_try="$ac_compile"
6598 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
6599 *) ac_try_echo
=$ac_try;;
6601 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6602 (eval "$ac_compile") 2>conftest.er1
6604 grep -v '^ *+' conftest.er1
>conftest.err
6606 cat conftest.err
>&5
6607 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6608 (exit $ac_status); } && {
6609 test -z "$ac_c_werror_flag" ||
6610 test ! -s conftest.err
6611 } && test -s conftest.
$ac_objext; then
6612 ac_cv_member_struct_stat_st_rdev
=yes
6614 echo "$as_me: failed program was:" >&5
6615 sed 's/^/| /' conftest.
$ac_ext >&5
6617 ac_cv_member_struct_stat_st_rdev
=no
6620 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6623 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6625 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_rdev" >&5
6626 echo "${ECHO_T}$ac_cv_member_struct_stat_st_rdev" >&6; }
6627 if test $ac_cv_member_struct_stat_st_rdev = yes; then
6629 cat >>confdefs.h
<<_ACEOF
6630 #define HAVE_STRUCT_STAT_ST_RDEV 1
6634 cat >>confdefs.h
<<\_ACEOF
6635 #define HAVE_ST_RDEV 1
6641 { echo "$as_me:$LINENO: checking whether struct tm is in sys/time.h or time.h" >&5
6642 echo $ECHO_N "checking whether struct tm is in sys/time.h or time.h... $ECHO_C" >&6; }
6643 if test "${ac_cv_struct_tm+set}" = set; then
6644 echo $ECHO_N "(cached) $ECHO_C" >&6
6646 cat >conftest.
$ac_ext <<_ACEOF
6649 cat confdefs.h
>>conftest.
$ac_ext
6650 cat >>conftest.
$ac_ext <<_ACEOF
6651 /* end confdefs.h. */
6652 #include <sys/types.h>
6659 int *p = &tm.tm_sec;
6665 rm -f conftest.
$ac_objext
6666 if { (ac_try
="$ac_compile"
6668 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
6669 *) ac_try_echo=$ac_try;;
6671 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6672 (eval "$ac_compile") 2>conftest.er1
6674 grep -v '^ *+' conftest.er1 >conftest.err
6676 cat conftest.err >&5
6677 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6678 (exit $ac_status); } && {
6679 test -z "$ac_c_werror_flag" ||
6680 test ! -s conftest.err
6681 } && test -s conftest.$ac_objext; then
6682 ac_cv_struct_tm=time.h
6684 echo "$as_me: failed program was:" >&5
6685 sed 's/^/| /' conftest.$ac_ext >&5
6687 ac_cv_struct_tm=sys/time.h
6690 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6692 { echo "$as_me:$LINENO: result: $ac_cv_struct_tm" >&5
6693 echo "${ECHO_T}$ac_cv_struct_tm" >&6; }
6694 if test $ac_cv_struct_tm = sys/time.h; then
6696 cat >>confdefs.h <<\_ACEOF
6697 #define TM_IN_SYS_TIME 1
6702 { echo "$as_me:$LINENO: checking for struct tm.tm_zone" >&5
6703 echo $ECHO_N "checking for struct tm.tm_zone... $ECHO_C" >&6; }
6704 if test "${ac_cv_member_struct_tm_tm_zone+set}" = set; then
6705 echo $ECHO_N "(cached) $ECHO_C" >&6
6707 cat >conftest.$ac_ext <<_ACEOF
6710 cat confdefs.h >>conftest.$ac_ext
6711 cat >>conftest.$ac_ext <<_ACEOF
6712 /* end confdefs.h. */
6713 #include <sys/types.h>
6714 #include <$ac_cv_struct_tm>
6720 static struct tm ac_aggr;
6721 if (ac_aggr.tm_zone)
6727 rm -f conftest.$ac_objext
6728 if { (ac_try="$ac_compile"
6730 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
6731 *) ac_try_echo
=$ac_try;;
6733 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6734 (eval "$ac_compile") 2>conftest.er1
6736 grep -v '^ *+' conftest.er1
>conftest.err
6738 cat conftest.err
>&5
6739 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6740 (exit $ac_status); } && {
6741 test -z "$ac_c_werror_flag" ||
6742 test ! -s conftest.err
6743 } && test -s conftest.
$ac_objext; then
6744 ac_cv_member_struct_tm_tm_zone
=yes
6746 echo "$as_me: failed program was:" >&5
6747 sed 's/^/| /' conftest.
$ac_ext >&5
6749 cat >conftest.
$ac_ext <<_ACEOF
6752 cat confdefs.h
>>conftest.
$ac_ext
6753 cat >>conftest.
$ac_ext <<_ACEOF
6754 /* end confdefs.h. */
6755 #include <sys/types.h>
6756 #include <$ac_cv_struct_tm>
6762 static struct tm ac_aggr;
6763 if (sizeof ac_aggr.tm_zone)
6769 rm -f conftest.
$ac_objext
6770 if { (ac_try
="$ac_compile"
6772 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
6773 *) ac_try_echo=$ac_try;;
6775 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6776 (eval "$ac_compile") 2>conftest.er1
6778 grep -v '^ *+' conftest.er1 >conftest.err
6780 cat conftest.err >&5
6781 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6782 (exit $ac_status); } && {
6783 test -z "$ac_c_werror_flag" ||
6784 test ! -s conftest.err
6785 } && test -s conftest.$ac_objext; then
6786 ac_cv_member_struct_tm_tm_zone=yes
6788 echo "$as_me: failed program was:" >&5
6789 sed 's/^/| /' conftest.$ac_ext >&5
6791 ac_cv_member_struct_tm_tm_zone=no
6794 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6797 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6799 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_tm_tm_zone" >&5
6800 echo "${ECHO_T}$ac_cv_member_struct_tm_tm_zone" >&6; }
6801 if test $ac_cv_member_struct_tm_tm_zone = yes; then
6803 cat >>confdefs.h <<_ACEOF
6804 #define HAVE_STRUCT_TM_TM_ZONE 1
6810 if test "$ac_cv_member_struct_tm_tm_zone" = yes; then
6812 cat >>confdefs.h <<\_ACEOF
6813 #define HAVE_TM_ZONE 1
6817 { echo "$as_me:$LINENO: checking whether tzname is declared" >&5
6818 echo $ECHO_N "checking whether tzname is declared... $ECHO_C" >&6; }
6819 if test "${ac_cv_have_decl_tzname+set}" = set; then
6820 echo $ECHO_N "(cached) $ECHO_C" >&6
6822 cat >conftest.$ac_ext <<_ACEOF
6825 cat confdefs.h >>conftest.$ac_ext
6826 cat >>conftest.$ac_ext <<_ACEOF
6827 /* end confdefs.h. */
6841 rm -f conftest.$ac_objext
6842 if { (ac_try="$ac_compile"
6844 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
6845 *) ac_try_echo
=$ac_try;;
6847 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6848 (eval "$ac_compile") 2>conftest.er1
6850 grep -v '^ *+' conftest.er1
>conftest.err
6852 cat conftest.err
>&5
6853 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6854 (exit $ac_status); } && {
6855 test -z "$ac_c_werror_flag" ||
6856 test ! -s conftest.err
6857 } && test -s conftest.
$ac_objext; then
6858 ac_cv_have_decl_tzname
=yes
6860 echo "$as_me: failed program was:" >&5
6861 sed 's/^/| /' conftest.
$ac_ext >&5
6863 ac_cv_have_decl_tzname
=no
6866 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6868 { echo "$as_me:$LINENO: result: $ac_cv_have_decl_tzname" >&5
6869 echo "${ECHO_T}$ac_cv_have_decl_tzname" >&6; }
6870 if test $ac_cv_have_decl_tzname = yes; then
6872 cat >>confdefs.h
<<_ACEOF
6873 #define HAVE_DECL_TZNAME 1
6878 cat >>confdefs.h
<<_ACEOF
6879 #define HAVE_DECL_TZNAME 0
6886 { echo "$as_me:$LINENO: checking for tzname" >&5
6887 echo $ECHO_N "checking for tzname... $ECHO_C" >&6; }
6888 if test "${ac_cv_var_tzname+set}" = set; then
6889 echo $ECHO_N "(cached) $ECHO_C" >&6
6891 cat >conftest.
$ac_ext <<_ACEOF
6894 cat confdefs.h
>>conftest.
$ac_ext
6895 cat >>conftest.
$ac_ext <<_ACEOF
6896 /* end confdefs.h. */
6898 #if !HAVE_DECL_TZNAME
6899 extern char *tzname[];
6905 return tzname[0][0];
6910 rm -f conftest.
$ac_objext conftest
$ac_exeext
6911 if { (ac_try
="$ac_link"
6913 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
6914 *) ac_try_echo=$ac_try;;
6916 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6917 (eval "$ac_link") 2>conftest.er1
6919 grep -v '^ *+' conftest.er1 >conftest.err
6921 cat conftest.err >&5
6922 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6923 (exit $ac_status); } && {
6924 test -z "$ac_c_werror_flag" ||
6925 test ! -s conftest.err
6926 } && test -s conftest$ac_exeext &&
6927 $as_test_x conftest$ac_exeext; then
6928 ac_cv_var_tzname=yes
6930 echo "$as_me: failed program was:" >&5
6931 sed 's/^/| /' conftest.$ac_ext >&5
6936 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6937 conftest$ac_exeext conftest.$ac_ext
6939 { echo "$as_me:$LINENO: result: $ac_cv_var_tzname" >&5
6940 echo "${ECHO_T}$ac_cv_var_tzname" >&6; }
6941 if test $ac_cv_var_tzname = yes; then
6943 cat >>confdefs.h <<\_ACEOF
6944 #define HAVE_TZNAME 1
6950 { echo "$as_me:$LINENO: checking for off_t" >&5
6951 echo $ECHO_N "checking for off_t... $ECHO_C" >&6; }
6952 if test "${ac_cv_type_off_t+set}" = set; then
6953 echo $ECHO_N "(cached) $ECHO_C" >&6
6955 cat >conftest.$ac_ext <<_ACEOF
6958 cat confdefs.h >>conftest.$ac_ext
6959 cat >>conftest.$ac_ext <<_ACEOF
6960 /* end confdefs.h. */
6961 $ac_includes_default
6962 typedef off_t ac__type_new_;
6966 if ((ac__type_new_ *) 0)
6968 if (sizeof (ac__type_new_))
6974 rm -f conftest.$ac_objext
6975 if { (ac_try="$ac_compile"
6977 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
6978 *) ac_try_echo
=$ac_try;;
6980 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6981 (eval "$ac_compile") 2>conftest.er1
6983 grep -v '^ *+' conftest.er1
>conftest.err
6985 cat conftest.err
>&5
6986 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6987 (exit $ac_status); } && {
6988 test -z "$ac_c_werror_flag" ||
6989 test ! -s conftest.err
6990 } && test -s conftest.
$ac_objext; then
6991 ac_cv_type_off_t
=yes
6993 echo "$as_me: failed program was:" >&5
6994 sed 's/^/| /' conftest.
$ac_ext >&5
6999 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7001 { echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
7002 echo "${ECHO_T}$ac_cv_type_off_t" >&6; }
7003 if test $ac_cv_type_off_t = yes; then
7007 cat >>confdefs.h
<<_ACEOF
7008 #define off_t long int
7013 { echo "$as_me:$LINENO: checking for pid_t" >&5
7014 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; }
7015 if test "${ac_cv_type_pid_t+set}" = set; then
7016 echo $ECHO_N "(cached) $ECHO_C" >&6
7018 cat >conftest.
$ac_ext <<_ACEOF
7021 cat confdefs.h
>>conftest.
$ac_ext
7022 cat >>conftest.
$ac_ext <<_ACEOF
7023 /* end confdefs.h. */
7024 $ac_includes_default
7025 typedef pid_t ac__type_new_;
7029 if ((ac__type_new_ *) 0)
7031 if (sizeof (ac__type_new_))
7037 rm -f conftest.
$ac_objext
7038 if { (ac_try
="$ac_compile"
7040 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7041 *) ac_try_echo=$ac_try;;
7043 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7044 (eval "$ac_compile") 2>conftest.er1
7046 grep -v '^ *+' conftest.er1 >conftest.err
7048 cat conftest.err >&5
7049 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7050 (exit $ac_status); } && {
7051 test -z "$ac_c_werror_flag" ||
7052 test ! -s conftest.err
7053 } && test -s conftest.$ac_objext; then
7054 ac_cv_type_pid_t=yes
7056 echo "$as_me: failed program was:" >&5
7057 sed 's/^/| /' conftest.$ac_ext >&5
7062 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7064 { echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
7065 echo "${ECHO_T}$ac_cv_type_pid_t" >&6; }
7066 if test $ac_cv_type_pid_t = yes; then
7070 cat >>confdefs.h <<_ACEOF
7076 { echo "$as_me:$LINENO: checking for size_t" >&5
7077 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
7078 if test "${ac_cv_type_size_t+set}" = set; then
7079 echo $ECHO_N "(cached) $ECHO_C" >&6
7081 cat >conftest.$ac_ext <<_ACEOF
7084 cat confdefs.h >>conftest.$ac_ext
7085 cat >>conftest.$ac_ext <<_ACEOF
7086 /* end confdefs.h. */
7087 $ac_includes_default
7088 typedef size_t ac__type_new_;
7092 if ((ac__type_new_ *) 0)
7094 if (sizeof (ac__type_new_))
7100 rm -f conftest.$ac_objext
7101 if { (ac_try="$ac_compile"
7103 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7104 *) ac_try_echo
=$ac_try;;
7106 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7107 (eval "$ac_compile") 2>conftest.er1
7109 grep -v '^ *+' conftest.er1
>conftest.err
7111 cat conftest.err
>&5
7112 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7113 (exit $ac_status); } && {
7114 test -z "$ac_c_werror_flag" ||
7115 test ! -s conftest.err
7116 } && test -s conftest.
$ac_objext; then
7117 ac_cv_type_size_t
=yes
7119 echo "$as_me: failed program was:" >&5
7120 sed 's/^/| /' conftest.
$ac_ext >&5
7122 ac_cv_type_size_t
=no
7125 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7127 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
7128 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
7129 if test $ac_cv_type_size_t = yes; then
7133 cat >>confdefs.h
<<_ACEOF
7134 #define size_t unsigned int
7139 { echo "$as_me:$LINENO: checking for uid_t in sys/types.h" >&5
7140 echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" >&6; }
7141 if test "${ac_cv_type_uid_t+set}" = set; then
7142 echo $ECHO_N "(cached) $ECHO_C" >&6
7144 cat >conftest.
$ac_ext <<_ACEOF
7147 cat confdefs.h
>>conftest.
$ac_ext
7148 cat >>conftest.
$ac_ext <<_ACEOF
7149 /* end confdefs.h. */
7150 #include <sys/types.h>
7153 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7154 $EGREP "uid_t" >/dev
/null
2>&1; then
7155 ac_cv_type_uid_t
=yes
7162 { echo "$as_me:$LINENO: result: $ac_cv_type_uid_t" >&5
7163 echo "${ECHO_T}$ac_cv_type_uid_t" >&6; }
7164 if test $ac_cv_type_uid_t = no
; then
7166 cat >>confdefs.h
<<\_ACEOF
7171 cat >>confdefs.h
<<\_ACEOF
7178 { echo "$as_me:$LINENO: checking for struct tm.tm_gmtoff" >&5
7179 echo $ECHO_N "checking for struct tm.tm_gmtoff... $ECHO_C" >&6; }
7180 if test "${ac_cv_member_struct_tm_tm_gmtoff+set}" = set; then
7181 echo $ECHO_N "(cached) $ECHO_C" >&6
7183 cat >conftest.
$ac_ext <<_ACEOF
7186 cat confdefs.h
>>conftest.
$ac_ext
7187 cat >>conftest.
$ac_ext <<_ACEOF
7188 /* end confdefs.h. */
7189 $ac_includes_default
7193 static struct tm ac_aggr;
7194 if (ac_aggr.tm_gmtoff)
7200 rm -f conftest.
$ac_objext
7201 if { (ac_try
="$ac_compile"
7203 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7204 *) ac_try_echo=$ac_try;;
7206 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7207 (eval "$ac_compile") 2>conftest.er1
7209 grep -v '^ *+' conftest.er1 >conftest.err
7211 cat conftest.err >&5
7212 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7213 (exit $ac_status); } && {
7214 test -z "$ac_c_werror_flag" ||
7215 test ! -s conftest.err
7216 } && test -s conftest.$ac_objext; then
7217 ac_cv_member_struct_tm_tm_gmtoff=yes
7219 echo "$as_me: failed program was:" >&5
7220 sed 's/^/| /' conftest.$ac_ext >&5
7222 cat >conftest.$ac_ext <<_ACEOF
7225 cat confdefs.h >>conftest.$ac_ext
7226 cat >>conftest.$ac_ext <<_ACEOF
7227 /* end confdefs.h. */
7228 $ac_includes_default
7232 static struct tm ac_aggr;
7233 if (sizeof ac_aggr.tm_gmtoff)
7239 rm -f conftest.$ac_objext
7240 if { (ac_try="$ac_compile"
7242 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7243 *) ac_try_echo
=$ac_try;;
7245 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7246 (eval "$ac_compile") 2>conftest.er1
7248 grep -v '^ *+' conftest.er1
>conftest.err
7250 cat conftest.err
>&5
7251 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7252 (exit $ac_status); } && {
7253 test -z "$ac_c_werror_flag" ||
7254 test ! -s conftest.err
7255 } && test -s conftest.
$ac_objext; then
7256 ac_cv_member_struct_tm_tm_gmtoff
=yes
7258 echo "$as_me: failed program was:" >&5
7259 sed 's/^/| /' conftest.
$ac_ext >&5
7261 ac_cv_member_struct_tm_tm_gmtoff
=no
7264 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7267 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7269 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_tm_tm_gmtoff" >&5
7270 echo "${ECHO_T}$ac_cv_member_struct_tm_tm_gmtoff" >&6; }
7271 if test $ac_cv_member_struct_tm_tm_gmtoff = yes; then
7273 cat >>confdefs.h
<<_ACEOF
7274 #define HAVE_STRUCT_TM_TM_GMTOFF 1
7281 # Look for some functions
7296 for ac_func
in getpagesize kqueue statfs statvfs \
7297 clone kse_create rfork_thread thr_create sa_register \
7298 getcontext makecontext setcontext sigaltstack swapcontext
7300 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
7301 { echo "$as_me:$LINENO: checking for $ac_func" >&5
7302 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
7303 if { as_var
=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7304 echo $ECHO_N "(cached) $ECHO_C" >&6
7306 cat >conftest.
$ac_ext <<_ACEOF
7309 cat confdefs.h
>>conftest.
$ac_ext
7310 cat >>conftest.
$ac_ext <<_ACEOF
7311 /* end confdefs.h. */
7312 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
7313 For example, HP-UX 11i <limits.h> declares gettimeofday. */
7314 #define $ac_func innocuous_$ac_func
7316 /* System header to define __stub macros and hopefully few prototypes,
7317 which can conflict with char $ac_func (); below.
7318 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7319 <limits.h> exists even on freestanding compilers. */
7322 # include <limits.h>
7324 # include <assert.h>
7329 /* Override any GCC internal prototype to avoid an error.
7330 Use char because int might match the return type of a GCC
7331 builtin and then its argument prototype would still apply. */
7336 /* The GNU C library defines this for functions which it implements
7337 to always fail with ENOSYS. Some functions are actually named
7338 something starting with __ and the normal name is an alias. */
7339 #if defined __stub_$ac_func || defined __stub___$ac_func
7351 rm -f conftest.
$ac_objext conftest
$ac_exeext
7352 if { (ac_try
="$ac_link"
7354 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7355 *) ac_try_echo=$ac_try;;
7357 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7358 (eval "$ac_link") 2>conftest.er1
7360 grep -v '^ *+' conftest.er1 >conftest.err
7362 cat conftest.err >&5
7363 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7364 (exit $ac_status); } && {
7365 test -z "$ac_c_werror_flag" ||
7366 test ! -s conftest.err
7367 } && test -s conftest$ac_exeext &&
7368 $as_test_x conftest$ac_exeext; then
7369 eval "$as_ac_var=yes"
7371 echo "$as_me: failed program was:" >&5
7372 sed 's/^/| /' conftest.$ac_ext >&5
7374 eval "$as_ac_var=no"
7377 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7378 conftest$ac_exeext conftest.$ac_ext
7380 ac_res=`eval echo '${'$as_ac_var'}'`
7381 { echo "$as_me:$LINENO: result: $ac_res" >&5
7382 echo "${ECHO_T}$ac_res" >&6; }
7383 if test `eval echo '${'$as_ac_var'}'` = yes; then
7384 cat >>confdefs.h <<_ACEOF
7385 #define `echo "HAVE_$ac_func" |
$as_tr_cpp` 1
7394 for ac_header in stdlib.h unistd.h
7396 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
7397 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7398 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7399 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7400 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7401 echo $ECHO_N "(cached) $ECHO_C" >&6
7403 ac_res=`eval echo '${'$as_ac_Header'}'`
7404 { echo "$as_me:$LINENO: result: $ac_res" >&5
7405 echo "${ECHO_T}$ac_res" >&6; }
7407 # Is the header compilable?
7408 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
7409 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
7410 cat >conftest.$ac_ext <<_ACEOF
7413 cat confdefs.h >>conftest.$ac_ext
7414 cat >>conftest.$ac_ext <<_ACEOF
7415 /* end confdefs.h. */
7416 $ac_includes_default
7417 #include <$ac_header>
7419 rm -f conftest.$ac_objext
7420 if { (ac_try="$ac_compile"
7422 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7423 *) ac_try_echo
=$ac_try;;
7425 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7426 (eval "$ac_compile") 2>conftest.er1
7428 grep -v '^ *+' conftest.er1
>conftest.err
7430 cat conftest.err
>&5
7431 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7432 (exit $ac_status); } && {
7433 test -z "$ac_c_werror_flag" ||
7434 test ! -s conftest.err
7435 } && test -s conftest.
$ac_objext; then
7436 ac_header_compiler
=yes
7438 echo "$as_me: failed program was:" >&5
7439 sed 's/^/| /' conftest.
$ac_ext >&5
7441 ac_header_compiler
=no
7444 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7445 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7446 echo "${ECHO_T}$ac_header_compiler" >&6; }
7448 # Is the header present?
7449 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
7450 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
7451 cat >conftest.
$ac_ext <<_ACEOF
7454 cat confdefs.h
>>conftest.
$ac_ext
7455 cat >>conftest.
$ac_ext <<_ACEOF
7456 /* end confdefs.h. */
7457 #include <$ac_header>
7459 if { (ac_try
="$ac_cpp conftest.$ac_ext"
7461 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7462 *) ac_try_echo=$ac_try;;
7464 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7465 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7467 grep -v '^ *+' conftest.er1 >conftest.err
7469 cat conftest.err >&5
7470 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7471 (exit $ac_status); } >/dev/null && {
7472 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
7473 test ! -s conftest.err
7475 ac_header_preproc=yes
7477 echo "$as_me: failed program was:" >&5
7478 sed 's/^/| /' conftest.$ac_ext >&5
7480 ac_header_preproc=no
7483 rm -f conftest.err conftest.$ac_ext
7484 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7485 echo "${ECHO_T}$ac_header_preproc" >&6; }
7487 # So? What about this header?
7488 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7490 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7491 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7492 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7493 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7494 ac_header_preproc=yes
7497 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7498 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7499 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7500 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7501 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7502 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7503 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
7504 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
7505 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7506 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7507 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7508 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7512 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7513 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7514 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7515 echo $ECHO_N "(cached) $ECHO_C" >&6
7517 eval "$as_ac_Header=\$ac_header_preproc"
7519 ac_res=`eval echo '${'$as_ac_Header'}'`
7520 { echo "$as_me:$LINENO: result: $ac_res" >&5
7521 echo "${ECHO_T}$ac_res" >&6; }
7524 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7525 cat >>confdefs.h <<_ACEOF
7526 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
7534 for ac_func in getpagesize
7536 as_ac_var=`echo "ac_cv_func_$ac_func" |
$as_tr_sh`
7537 { echo "$as_me:$LINENO: checking for $ac_func" >&5
7538 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
7539 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7540 echo $ECHO_N "(cached) $ECHO_C" >&6
7542 cat >conftest.$ac_ext <<_ACEOF
7545 cat confdefs.h >>conftest.$ac_ext
7546 cat >>conftest.$ac_ext <<_ACEOF
7547 /* end confdefs.h. */
7548 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
7549 For example, HP-UX 11i <limits.h> declares gettimeofday. */
7550 #define $ac_func innocuous_$ac_func
7552 /* System header to define __stub macros and hopefully few prototypes,
7553 which can conflict with char $ac_func (); below.
7554 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7555 <limits.h> exists even on freestanding compilers. */
7558 # include <limits.h>
7560 # include <assert.h>
7565 /* Override any GCC internal prototype to avoid an error.
7566 Use char because int might match the return type of a GCC
7567 builtin and then its argument prototype would still apply. */
7572 /* The GNU C library defines this for functions which it implements
7573 to always fail with ENOSYS. Some functions are actually named
7574 something starting with __ and the normal name is an alias. */
7575 #if defined __stub_$ac_func || defined __stub___$ac_func
7587 rm -f conftest.$ac_objext conftest$ac_exeext
7588 if { (ac_try="$ac_link"
7590 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7591 *) ac_try_echo
=$ac_try;;
7593 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7594 (eval "$ac_link") 2>conftest.er1
7596 grep -v '^ *+' conftest.er1
>conftest.err
7598 cat conftest.err
>&5
7599 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7600 (exit $ac_status); } && {
7601 test -z "$ac_c_werror_flag" ||
7602 test ! -s conftest.err
7603 } && test -s conftest
$ac_exeext &&
7604 $as_test_x conftest
$ac_exeext; then
7605 eval "$as_ac_var=yes"
7607 echo "$as_me: failed program was:" >&5
7608 sed 's/^/| /' conftest.
$ac_ext >&5
7610 eval "$as_ac_var=no"
7613 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
7614 conftest
$ac_exeext conftest.
$ac_ext
7616 ac_res
=`eval echo '${'$as_ac_var'}'`
7617 { echo "$as_me:$LINENO: result: $ac_res" >&5
7618 echo "${ECHO_T}$ac_res" >&6; }
7619 if test `eval echo '${'$as_ac_var'}'` = yes; then
7620 cat >>confdefs.h
<<_ACEOF
7621 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
7627 { echo "$as_me:$LINENO: checking for working mmap" >&5
7628 echo $ECHO_N "checking for working mmap... $ECHO_C" >&6; }
7629 if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then
7630 echo $ECHO_N "(cached) $ECHO_C" >&6
7632 if test "$cross_compiling" = yes; then
7633 ac_cv_func_mmap_fixed_mapped
=no
7635 cat >conftest.
$ac_ext <<_ACEOF
7638 cat confdefs.h
>>conftest.
$ac_ext
7639 cat >>conftest.
$ac_ext <<_ACEOF
7640 /* end confdefs.h. */
7641 $ac_includes_default
7642 /* malloc might have been renamed as rpl_malloc. */
7645 /* Thanks to Mike Haertel and Jim Avera for this test.
7646 Here is a matrix of mmap possibilities:
7647 mmap private not fixed
7648 mmap private fixed at somewhere currently unmapped
7649 mmap private fixed at somewhere already mapped
7650 mmap shared not fixed
7651 mmap shared fixed at somewhere currently unmapped
7652 mmap shared fixed at somewhere already mapped
7653 For private mappings, we should verify that changes cannot be read()
7654 back from the file, nor mmap's back from the file at a different
7655 address. (There have been systems where private was not correctly
7656 implemented like the infamous i386 svr4.0, and systems where the
7657 VM page cache was not coherent with the file system buffer cache
7658 like early versions of FreeBSD and possibly contemporary NetBSD.)
7659 For shared mappings, we should conversely verify that changes get
7660 propagated back to all the places they're supposed to be.
7662 Grep wants private fixed already mapped.
7663 The main things grep needs to know about mmap are:
7664 * does it exist and is it safe to write into the mmap'd area
7665 * how to use it (BSD variants) */
7668 #include <sys/mman.h>
7670 #if !defined STDC_HEADERS && !defined HAVE_STDLIB_H
7674 /* This mess was copied from the GNU getpagesize.h. */
7675 #ifndef HAVE_GETPAGESIZE
7676 /* Assume that all systems that can run configure have sys/param.h. */
7677 # ifndef HAVE_SYS_PARAM_H
7678 # define HAVE_SYS_PARAM_H 1
7681 # ifdef _SC_PAGESIZE
7682 # define getpagesize() sysconf(_SC_PAGESIZE)
7683 # else /* no _SC_PAGESIZE */
7684 # ifdef HAVE_SYS_PARAM_H
7685 # include <sys/param.h>
7686 # ifdef EXEC_PAGESIZE
7687 # define getpagesize() EXEC_PAGESIZE
7688 # else /* no EXEC_PAGESIZE */
7690 # define getpagesize() NBPG * CLSIZE
7693 # endif /* no CLSIZE */
7694 # else /* no NBPG */
7696 # define getpagesize() NBPC
7697 # else /* no NBPC */
7699 # define getpagesize() PAGESIZE
7700 # endif /* PAGESIZE */
7701 # endif /* no NBPC */
7702 # endif /* no NBPG */
7703 # endif /* no EXEC_PAGESIZE */
7704 # else /* no HAVE_SYS_PARAM_H */
7705 # define getpagesize() 8192 /* punt totally */
7706 # endif /* no HAVE_SYS_PARAM_H */
7707 # endif /* no _SC_PAGESIZE */
7709 #endif /* no HAVE_GETPAGESIZE */
7714 char *data, *data2, *data3;
7718 pagesize = getpagesize ();
7720 /* First, make a file with some known garbage in it. */
7721 data = (char *) malloc (pagesize);
7724 for (i = 0; i < pagesize; ++i)
7725 *(data + i) = rand ();
7727 fd = creat ("conftest.mmap", 0600);
7730 if (write (fd, data, pagesize) != pagesize)
7734 /* Next, try to mmap the file at a fixed address which already has
7735 something else allocated at it. If we can, also make sure that
7736 we see the same garbage. */
7737 fd = open ("conftest.mmap", O_RDWR);
7740 data2 = (char *) malloc (2 * pagesize);
7743 data2 += (pagesize - ((long int) data2 & (pagesize - 1))) & (pagesize - 1);
7744 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
7745 MAP_PRIVATE | MAP_FIXED, fd, 0L))
7747 for (i = 0; i < pagesize; ++i)
7748 if (*(data + i) != *(data2 + i))
7751 /* Finally, make sure that changes to the mapped area do not
7752 percolate back to the file as seen by read(). (This is a bug on
7753 some variants of i386 svr4.0.) */
7754 for (i = 0; i < pagesize; ++i)
7755 *(data2 + i) = *(data2 + i) + 1;
7756 data3 = (char *) malloc (pagesize);
7759 if (read (fd, data3, pagesize) != pagesize)
7761 for (i = 0; i < pagesize; ++i)
7762 if (*(data + i) != *(data3 + i))
7768 rm -f conftest
$ac_exeext
7769 if { (ac_try
="$ac_link"
7771 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7772 *) ac_try_echo=$ac_try;;
7774 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7775 (eval "$ac_link") 2>&5
7777 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7778 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7779 { (case "(($ac_try" in
7780 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7781 *) ac_try_echo
=$ac_try;;
7783 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7784 (eval "$ac_try") 2>&5
7786 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7787 (exit $ac_status); }; }; then
7788 ac_cv_func_mmap_fixed_mapped
=yes
7790 echo "$as_me: program exited with status $ac_status" >&5
7791 echo "$as_me: failed program was:" >&5
7792 sed 's/^/| /' conftest.
$ac_ext >&5
7795 ac_cv_func_mmap_fixed_mapped
=no
7797 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
7802 { echo "$as_me:$LINENO: result: $ac_cv_func_mmap_fixed_mapped" >&5
7803 echo "${ECHO_T}$ac_cv_func_mmap_fixed_mapped" >&6; }
7804 if test $ac_cv_func_mmap_fixed_mapped = yes; then
7806 cat >>confdefs.h
<<\_ACEOF
7816 aros_config_cflags
="-Wall -Werror-implicit-function-declaration"
7817 aros_config_aflags
="-Wall -x assembler-with-cpp -c"
7818 aros_config_ldflags
=""
7820 aros_shared_default
=yes
7822 aros_shared_cflags
="-fPIC"
7823 aros_shared_aflags
=""
7824 aros_shared_ldflags
="-Wl,-rpath,./lib -shared"
7825 aros_kernel_ldflags
="-Wl,-rpath,./lib"
7827 aros_target_ar_flags
="cr"
7828 aros_target_nm_flags
="-C -ul"
7829 aros_target_strip_flags
="--strip-unneeded -R.comment"
7833 aros_target_genmap
="-Wl,-Map -Xlinker"
7835 # Native flavour stuff
7837 aros_serial_debug
="0"
7839 # Palm native flavour stuff
7840 aros_palm_debug_hack
="0"
7842 # Unix flavour stuff
7843 aros_nesting_supervisor
="0"
7845 # Collect-aros stuff: "-ius" to ignore undefined symbols
7846 ignore_undefined_symbols
=""
7848 #-----------------------------------------------------------------------------
7851 # GCC 4.1+ has a stack protection feature that requires OS support. Ubuntu has
7852 # it switched on by default, and we use the host compiler, so it compiles AROS
7853 # code with this enabled resulting in link failures as we don't have support
7856 # We use two methods to disable it. For the host compiler (used to compile
7857 # some hosted modules), we test to see if the compiler supports stack
7858 # protection, and if it does we disable it in AROS_CONFIG_CFLAGS. This should
7859 # work on all platforms.
7861 # For the "cross" compiler we clear the "ssp_default" spec in config/specs.in
7862 # (this is done unconditionally, as it should have no effect on compilers
7863 # without the stack protection feature). This may be specific to the way that
7864 # Ubuntu enables the feature, so may not work everywhere. My specs-fu isn't
7865 # strong enough to disable it in a generic way though, so we'll live with it
7866 # until another vendor ships GCC with it enabled in a different way, and deal
7870 { echo "$as_me:$LINENO: checking whether ${CC} accepts -fno-stack-protector" >&5
7871 echo $ECHO_N "checking whether ${CC} accepts -fno-stack-protector... $ECHO_C" >&6; }
7872 save_cflags
="$CFLAGS"
7873 CFLAGS
="$CFLAGS -fno-stack-protector"
7874 cat >conftest.
$ac_ext <<_ACEOF
7877 cat confdefs.h
>>conftest.
$ac_ext
7878 cat >>conftest.
$ac_ext <<_ACEOF
7879 /* end confdefs.h. */
7889 rm -f conftest.
$ac_objext
7890 if { (ac_try
="$ac_compile"
7892 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7893 *) ac_try_echo=$ac_try;;
7895 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7896 (eval "$ac_compile") 2>conftest.er1
7898 grep -v '^ *+' conftest.er1 >conftest.err
7900 cat conftest.err >&5
7901 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7902 (exit $ac_status); } && {
7903 test -z "$ac_c_werror_flag" ||
7904 test ! -s conftest.err
7905 } && test -s conftest.$ac_objext; then
7906 use_no_stack_protector="yes"
7908 echo "$as_me: failed program was:" >&5
7909 sed 's/^/| /' conftest.$ac_ext >&5
7911 use_no_stack_protector="no"
7914 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7915 { echo "$as_me:$LINENO: result: $use_no_stack_protector" >&5
7916 echo "${ECHO_T}$use_no_stack_protector" >&6; }
7917 if test "x-$use_no_stack_protector" = "x-yes" ; then
7918 aros_config_cflags="$aros_config_cflags -fno-stack-protector"
7920 CFLAGS="$save_cflags"
7922 #-----------------------------------------------------------------------------
7924 { echo "$as_me:$LINENO: checking for type of build" >&5
7925 echo $ECHO_N "checking for type of build... $ECHO_C" >&6; }
7926 # Check whether --enable-build_type was given.
7927 if test "${enable_build_type+set}" = set; then
7928 enableval=$enable_build_type; build_type=$enableval
7930 build_type="personal"
7934 if test "$build_type" = "nightly"; then
7935 build_type_string="NIGHTLY"
7936 elif test "$build_type" = "snapshot"; then
7937 build_type_string="SNAPSHOT"
7938 elif test "$build_type" = "milestone"; then
7939 build_type_string="MILESTONE"
7940 elif test "$build_type" = "release"; then
7941 build_type_string="RELEASE"
7943 build_type_string="PERSONAL"
7944 build_type="personal"
7947 aros_config_cflags="$aros_config_cflags -DAROS_BUILD_TYPE=AROS_BUILD_TYPE_$build_type_string"
7949 { echo "$as_me:$LINENO: result: $build_type" >&5
7950 echo "${ECHO_T}$build_type" >&6; }
7952 #-----------------------------------------------------------------------------
7953 all_debug_types="messages stack mungwall modules symbols"
7955 { echo "$as_me:$LINENO: checking which debug types to enable" >&5
7956 echo $ECHO_N "checking which debug types to enable... $ECHO_C" >&6; }
7957 # Check whether --enable-debug was given.
7958 if test "${enable_debug+set}" = set; then
7959 enableval=$enable_debug; debug="$enableval"
7965 if test "$debug" = "" -o "$debug" = "no"; then
7967 elif test "$debug" = "yes"; then
7971 if test "$debug" = "all" ; then
7972 debug=$all_debug_types
7973 for d in $all_debug_types; do
7974 export aros_${d}_debug="1"
7977 for d in $all_debug_types; do
7978 export aros_${d}_debug="0"
7982 if test "$debug" != "none"; then
7983 debug=`echo $debug |
sed s
/,/\
/g
`
7986 for d2 in $all_debug_types; do
7987 if test "$d2" = "$d"; then
7992 if test "$found" = "0"; then
7993 { { echo "$as_me:$LINENO: error: unrecognized debug type \"$d\". Available types are: all none $all_debug_types" >&5
7994 echo "$as_me: error: unrecognized debug type \"$d\". Available types are: all none $all_debug_types" >&2;}
7995 { (exit 1); exit 1; }; }
7997 export aros_${d}_debug="1"
8001 { echo "$as_me:$LINENO: result: $debug" >&5
8002 echo "${ECHO_T}$debug" >&6; }
8004 if test "$aros_messages_debug" = "1"; then
8005 aros_messages_debug="-DADEBUG=1 -DMDEBUG=1"
8007 aros_messages_debug=""
8009 if test "$aros_symbols_debug" = "1"; then
8010 aros_symbols_debug="-g"
8012 aros_symbols_debug=""
8015 # These are the flags to pass when compiling debugged programs
8016 aros_debug_cflags="$aros_symbols_debug $aros_messages_debug"
8017 aros_debug_aflags=""
8018 aros_debug_ldflags="$aros_symbols_debug"
8020 #-----------------------------------------------------------------------------
8021 # Checking for distcc and ccache.
8023 # Always apply the transforms in this particular order. Basically you should
8024 # always run 'ccache distcc compiler' in that order for the best performance.
8026 { echo "$as_me:$LINENO: checking whether to enable distcc" >&5
8027 echo $ECHO_N "checking whether to enable distcc... $ECHO_C" >&6; }
8028 # Check whether --enable-distcc was given.
8029 if test "${enable_distcc+set}" = set; then
8030 enableval=$enable_distcc; distcc="$enableval"
8035 if test "$distcc" != "" -a "$distcc" != "no"; then
8036 # AC_CHECK_PROG will print out the result in this case
8037 # Extract the first word of "distcc", so it can be a program name with args.
8038 set dummy distcc; ac_word=$2
8039 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8040 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8041 if test "${ac_cv_path_DISTCC+set}" = set; then
8042 echo $ECHO_N "(cached) $ECHO_C" >&6
8046 ac_cv_path_DISTCC="$DISTCC" # Let the user override the test with a path.
8049 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8053 test -z "$as_dir" && as_dir=.
8054 for ac_exec_ext in '' $ac_executable_extensions; do
8055 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8056 ac_cv_path_DISTCC="$as_dir/$ac_word$ac_exec_ext"
8057 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8064 test -z "$ac_cv_path_DISTCC" && ac_cv_path_DISTCC="distcc"
8068 DISTCC=$ac_cv_path_DISTCC
8069 if test -n "$DISTCC"; then
8070 { echo "$as_me:$LINENO: result: $DISTCC" >&5
8071 echo "${ECHO_T}$DISTCC" >&6; }
8073 { echo "$as_me:$LINENO: result: no" >&5
8074 echo "${ECHO_T}no" >&6; }
8079 { echo "$as_me:$LINENO: result: no" >&5
8080 echo "${ECHO_T}no" >&6; }
8083 { echo "$as_me:$LINENO: checking whether to enable ccache" >&5
8084 echo $ECHO_N "checking whether to enable ccache... $ECHO_C" >&6; }
8085 # Check whether --enable-ccache was given.
8086 if test "${enable_ccache+set}" = set; then
8087 enableval=$enable_ccache; ccache="$enableval"
8092 if test "$ccache" != "" -a "$ccache" != "no"; then
8093 # AC_CHECK_PROG will print out the result in this case
8094 # Extract the first word of "ccache", so it can be a program name with args.
8095 set dummy ccache; ac_word=$2
8096 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8097 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8098 if test "${ac_cv_prog_CCACHE+set}" = set; then
8099 echo $ECHO_N "(cached) $ECHO_C" >&6
8101 if test -n "$CCACHE"; then
8102 ac_cv_prog_CCACHE="$CCACHE" # Let the user override the test.
8104 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8108 test -z "$as_dir" && as_dir=.
8109 for ac_exec_ext in '' $ac_executable_extensions; do
8110 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8111 ac_cv_prog_CCACHE="ccache"
8112 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8121 CCACHE=$ac_cv_prog_CCACHE
8122 if test -n "$CCACHE"; then
8123 { echo "$as_me:$LINENO: result: $CCACHE" >&5
8124 echo "${ECHO_T}$CCACHE" >&6; }
8126 { echo "$as_me:$LINENO: result: no" >&5
8127 echo "${ECHO_T}no" >&6; }
8132 { echo "$as_me:$LINENO: result: no" >&5
8133 echo "${ECHO_T}no" >&6; }
8136 #-----------------------------------------------------------------------------
8137 { echo "$as_me:$LINENO: checking what optimization flags to use" >&5
8138 echo $ECHO_N "checking what optimization flags to use... $ECHO_C" >&6; }
8140 # Check whether --with-optimization was given.
8141 if test "${with_optimization+set}" = set; then
8142 withval=$with_optimization; optimization="$withval"
8144 optimization="unknown"
8147 if test "$optimization" = "unknown"; then
8148 if test "$debug" != "none"; then
8154 aros_config_cflags="$aros_config_cflags $optimization"
8155 { echo "$as_me:$LINENO: result: $optimization" >&5
8156 echo "${ECHO_T}$optimization" >&6; }
8158 #-----------------------------------------------------------------------------
8159 { echo "$as_me:$LINENO: checking what target variant to enable" >&5
8160 echo $ECHO_N "checking what target variant to enable... $ECHO_C" >&6; }
8161 # Check whether --enable-target_variant was given.
8162 if test "${enable_target_variant+set}" = set; then
8163 enableval=$enable_target_variant; target_variant=$enableval
8165 target_variant="none"
8168 if test "$target_variant" = "none"; then
8169 aros_target_variant=""
8170 aros_target_suffix=""
8172 aros_target_variant="$target_variant"
8173 aros_target_suffix="-$target_variant"
8175 { echo "$as_me:$LINENO: result: $enableval" >&5
8176 echo "${ECHO_T}$enableval" >&6; }
8178 #-----------------------------------------------------------------------------
8179 # This is the target configuration switch.
8180 case "$target_os" in
8182 aros_target_arch="linux"
8183 case "$target_cpu" in
8185 aros_target_cpu="m68k"
8186 aros_object_format="m68kelf"
8187 aros_flavour="emulcompat"
8188 aros_target_mkdep="$aros_target_mkdep -D__GNUC__ -D__mc68000 -D__linux__"
8189 aros_shared_ldflags="-Wl,-T,\$(TOP)/config/linux/m68k/script.so"
8190 aros_kernel_ldflags="-Wl,-rpath,./lib,-T,\$(TOP)/config/linux/m68k/script.normal"
8191 gcc_target_cpu="mc68000"
8194 aros_target_cpu="i386"
8195 aros_object_format="elf_i386"
8196 aros_flavour="emulation"
8197 aros_target_mkdep="$aros_target_mkdep -D__GNUC__ -Di386 -D__linux__"
8198 aros_default_wbdepth=8
8199 gcc_target_cpu="i386"
8202 aros_target_cpu="x86_64"
8203 aros_object_format="elf_x86_64"
8204 aros_flavour="emulation"
8205 aros_target_mkdep="$aros_target_mkdep -D__GNUC__ -Dx86_64 -D__linux__"
8206 aros_default_wbdepth=8
8207 gcc_target_cpu="x86_64"
8210 aros_target_cpu="ppc"
8211 aros_object_format="elf32ppc"
8212 aros_flavour="emulation"
8213 aros_target_mkdep="$aros_target_mkdep -D__GNUC__ -Dppc -D__linux__"
8214 aros_default_wbdepth=8
8215 gcc_target_cpu="ppc"
8218 { { echo "$as_me:$LINENO: error: \"Unknown CPU for Linux -- $target_cpu\"" >&5
8219 echo "$as_me: error: \"Unknown CPU for Linux -- $target_cpu\"" >&2;}
8220 { (exit 1); exit 1; }; }
8226 aros_target_arch="pc"
8227 aros_shared_default="no"
8228 case "$target_cpu" in
8230 aros_target_cpu="i386"
8233 if test "$aros_object_format" = "" ; then
8234 aros_object_format="elf_i386"
8236 aros_flavour="standalone"
8237 aros_target_mkdep="$aros_target_mkdep -D__GNUC__ -Di386"
8238 aros_kernel_ldflags=""
8239 aros_default_wbwidth=640
8240 aros_default_wbheight=480
8241 gcc_target_cpu="i386"
8244 aros_target_cpu="x86_64"
8245 if test "$aros_object_format" = "" ; then
8246 aros_object_format="elf_x86_64"
8248 aros_flavour="standalone"
8249 aros_target_mkdep="$aros_target_mkdep -D__GNUC__ -Dx86_64"
8250 aros_config_cflags="$aros_config_cflags -fno-asynchronous-unwind-tables"
8251 aros_kernel_ldflags=""
8252 aros_default_wbwidth=640
8253 aros_default_wbheight=480
8254 gcc_target_cpu="x86_64"
8257 { { echo "$as_me:$LINENO: error: \"Unknown native CPU -- $target_cpu\"" >&5
8258 echo "$as_me: error: \"Unknown native CPU -- $target_cpu\"" >&2;}
8259 { (exit 1); exit 1; }; }
8265 aros_target_arch="prep"
8266 aros_shared_default="no"
8267 aros_target_cpu="ppc"
8268 aros_object_format="elf32ppc"
8269 aros_flavour="ppcnative"
8270 aros_target_mkdep="$aros_target_mkdep -D__GNUC__ -Dppc"
8271 aros_kernel_ldflags=""
8272 aros_default_wbwidth=640
8273 aros_default_wbheight=480
8274 gcc_target_cpu="ppc"
8275 case "$target_cpu" in
8277 aros_target_cc="ppc-linux-gcc -pipe"
8278 aros_target_ld="ppc-linux-ld"
8279 aros_target_as="ppc-linux-as"
8280 aros_target_ar="ppc-linux-ar"
8281 aros_target_ranlib="ppc-linux-ranlib"
8282 aros_target_nm="ppc-linux-nm"
8283 aros_target_strip="ppc-linux-strip"
8284 aros_target_objcopy="ppc-linux-objcopy"
8285 aros_target_objdump="ppc-linux-objdump"
8286 aros_shared_ld="ppc-linux-ld"
8287 aros_kernel_ld="ppc-linux-ld"
8295 aros_target_arch="freebsd"
8296 aros_target_cpu="i386"
8297 aros_flavour="emulation"
8298 aros_target_mkdep="$aros_target_mkdep -D__GNUC__ -Di386"
8299 gcc_target_cpu="i386"
8301 aros_target_strip_flags="-x"
8305 aros_target_arch="darwin"
8306 aros_target_cpu="i386"
8307 aros_flavour="emulation"
8308 aros_target_mkdep="$aros_target_mkdep -D__GNUC__ -Di386"
8309 gcc_target_cpu="i386"
8311 aros_target_strip_flags="-x"
8315 aros_target_arch="netbsd"
8316 case "$target_cpu" in
8318 aros_target_cpu="m68k"
8319 aros_object_format="m68kelf"
8320 aros_flavour="emulcompat"
8321 aros_target_mkdep="$aros_target_mkdep -D__GNUC__ -D__mc68000 -D__NetBSD__"
8322 gcc_target_cpu="mc68000"
8325 aros_target_cpu="i386"
8326 aros_object_format="elf_i386"
8327 aros_flavour="emulation"
8328 aros_target_mkdep="$aros_target_mkdep -D__GNUC__ -Di386 -D__NetBSD__"
8329 aros_default_wbdepth=8
8330 gcc_target_cpu="i386"
8333 { { echo "$as_me:$LINENO: error: \"Unknown CPU for NetBSD -- $target_cpu\"" >&5
8334 echo "$as_me: error: \"Unknown CPU for NetBSD -- $target_cpu\"" >&2;}
8335 { (exit 1); exit 1; }; }
8338 aros_target_genmap="-Wl,-M -Xlinker >"
8339 aros_flavour="emulation"
8340 aros_target_mkdep="$aros_target_mkdep -D__GNUC__ -Di386"
8344 aros_target_arch="openbsd"
8345 case "$target_cpu" in
8347 aros_target_cpu="i386"
8348 aros_object_format="elf_i386"
8349 aros_flavour="emulation"
8350 aros_target_mkdep="$aros_target_mkdep -D__GNUC__ -Di386 -D__OpenBSD__"
8351 gcc_target_cpu="i386"
8354 { { echo "$as_me:$LINENO: error: \"Unknown CPU for OpenBSD -- $target_cpu\"" >&5
8355 echo "$as_me: error: \"Unknown CPU for OpenBSD -- $target_cpu\"" >&2;}
8356 { (exit 1); exit 1; }; }
8359 aros_target_genmap="-Wl,-M -Xlinker >"
8360 aros_target_nm_flags="-u"
8361 aros_flavour="emulation"
8365 aros_target_arch="solaris"
8366 case "$target_cpu" in
8368 aros_target_cpu="sparc"
8369 aros_object_format="elf_sparc"
8370 aros_target_mkdep="$aros_target_mkdep -D__GNUC__ -Dsparc -D__Solaris__"
8371 gcc_target_cpu="sparc"
8374 { { echo "$as_me:$LINENO: error: \"Unknown CPU for Solaris -- $target_cpu\"" >&5
8375 echo "$as_me: error: \"Unknown CPU for Solaris -- $target_cpu\"" >&2;}
8376 { (exit 1); exit 1; }; }
8379 aros_config_cflags="$aros_config_cflags -D$aros_target_cpu"
8380 aros_flavour="emulation"
8384 aros_target_arch="morphos"
8385 aros_shared_default="no"
8386 aros_target_cpu="ppc"
8387 aros_object_format="elf_ppc"
8388 aros_flavour="nativecompat"
8389 aros_target_mkdep="$aros_target_mkdep -D__GNUC__ -Dppc"
8390 gcc_target_cpu="ppc"
8394 aros_target_arch="sam440"
8395 aros_shared_default="no"
8396 aros_target_cpu="ppc"
8397 aros_object_format="elf32ppc"
8398 aros_flavour="ppcnative"
8399 aros_target_mkdep="$aros_target_mkdep -D__GNUC__ -Dppc"
8400 aros_kernel_ldflags=""
8401 aros_default_wbwidth=640
8402 aros_default_wbheight=480
8403 aros_config_cflags="$aros_config_cflags -mcpu=440fp -mno-toc -fno-asynchronous-unwind-tables"
8404 gcc_target_cpu="powerpc"
8405 case "$target_cpu" in
8407 aros_target_cc="powerpc-linux-gcc -pipe"
8408 aros_target_ld="powerpc-linux-ld"
8409 aros_target_as="powerpc-linux-as"
8410 aros_target_ar="powerpc-linux-ar"
8411 aros_target_ranlib="powerpc-linux-ranlib"
8412 aros_target_nm="powerpc-linux-nm"
8413 aros_target_strip="powerpc-linux-strip"
8414 aros_target_objcopy="powerpc-linux-objcopy"
8415 aros_target_objdump="powerpc-linux-objdump"
8416 aros_shared_ld="powerpc-linux-ld"
8417 aros_kernel_ld="powerpc-linux-ld"
8425 aros_target_arch="amiga"
8426 aros_target_mkdep="$aros_target_mkdep -D__GNUC__ -D_AMIGA -DAMIGA"
8427 aros_shared_default="no"
8429 aros_config_cflags="$aros_config_cflags -fomit-frame-pointer -fbuiltin -ffreestanding"
8431 case "$target_cpu" in
8433 aros_target_cpu="m68k"
8434 aros_object_format="m68kelf"
8435 aros_flavour="nativecompat"
8436 gcc_target_cpu="mc68000"
8440 aros_flavour="native"
8441 gcc_target_cpu="ppc"
8444 { { echo "$as_me:$LINENO: error: \"Unknown CPU for Amiga $target_cpu\"" >&5
8445 echo "$as_me: error: \"Unknown CPU for Amiga $target_cpu\"" >&2;}
8446 { (exit 1); exit 1; }; }
8452 aros_target_arch="cygwin"
8453 aros_shared_default="no"
8454 case "$target_cpu" in
8456 aros_target_cpu="i386"
8457 aros_object_format="elf_i386"
8458 aros_flavour="emulation"
8459 aros_target_mkdep="$aros_target_mkdep -D__GNUC__ -Di386 -D__CYGWIN32__"
8460 aros_shared_cflags=""
8461 aros_default_wbdepth=8
8462 gcc_target_cpu="i386"
8465 { { echo "$as_me:$LINENO: error: \"Unknown CPU for CygWin -- $target_cpu\"" >&5
8466 echo "$as_me: error: \"Unknown CPU for CygWin -- $target_cpu\"" >&2;}
8467 { (exit 1); exit 1; }; }
8473 aros_target_arch="mingw32"
8474 aros_shared_default="no"
8475 case "$target_cpu" in
8477 aros_target_cpu="i386"
8478 aros_object_format="elf_i386"
8479 aros_flavour="emulation"
8480 aros_target_mkdep="$aros_target_mkdep -D__GNUC__ -Di386"
8481 aros_shared_cflags=""
8482 aros_default_wbdepth=8
8483 gcc_target_cpu="i386"
8486 { { echo "$as_me:$LINENO: error: \"Unknown CPU for Mingw32 -- $target_cpu\"" >&5
8487 echo "$as_me: error: \"Unknown CPU for Mingw32 -- $target_cpu\"" >&2;}
8488 { (exit 1); exit 1; }; }
8493 aros_target_arch="pp"
8494 aros_shared_default="no"
8495 case "$target_cpu" in
8497 aros_target_cpu="m68k"
8498 aros_object_format="m68kelf"
8499 aros_flavour="palmnative"
8500 aros_target_mkdep="$aros_target_mkdep -D__GNUC__ -Dm68k"
8501 aros_kernel_ldflags=""
8502 aros_default_wbwidth=160
8503 aros_default_wbheight=160
8504 aros_default_wbdepth=1
8505 aros_target_cc="m68k-elf-gcc -pipe"
8506 aros_target_ld="$(which m68k-elf-ld)"
8507 aros_target_as="m68k-elf-gcc -pipe"
8508 aros_shared_ld="m68k-elf-gcc"
8509 aros_kernel_ld="m68k-elf-gcc"
8510 aros_target_ar="m68k-elf-ar"
8511 aros_target_ar_flags="cru"
8512 aros_target_ranlib="m68k-elf-ranlib"
8513 aros_target_nm="m68k-elf-nm"
8514 aros_target_objcopy="m68k-elf-objcopy"
8515 aros_target_objdump="m68k-elf-objdump"
8516 aros_compiler_libs="-lgcc1"
8517 aros_shared_default=no
8518 aros_shared_cflags="-fpic"
8519 aros_shared_aflags=""
8520 aros_shared_ldflags="-Wl,-rpath,./lib -shared"
8521 aros_kernel_ldflags="-Wl,-rpath,./lib"
8522 aros_debug_cflags="-Wall -Werror-implicit-function-declaration $aros_symbols_debug $aros_messages_debug -mc68000 -Wa,-mc68000"
8523 aros_debug_aflags=""
8524 aros_debug_ldflags="$aros_symbols_debug"
8525 aros_mungwall_debug="0"
8526 aros_modules_debug="0"
8527 gcc_target_cpu="mc68000"
8528 ignore_undefined_symbols="-ius"
8531 { { echo "$as_me:$LINENO: error: \"Unknown CPU for PalmPilot -- $target_cpu\"" >&5
8532 echo "$as_me: error: \"Unknown CPU for PalmPilot -- $target_cpu\"" >&2;}
8533 { (exit 1); exit 1; }; }
8539 aros_target_arch="mac"
8540 aros_shared_default="no"
8541 case "$target_cpu" in
8543 aros_target_cpu="m68k"
8544 aros_object_format="m68kelf"
8545 aros_flavour="mac68knative"
8546 aros_target_mkdep="$aros_target_mkdep -D__GNUC__ -Dm68k"
8547 aros_default_wbwidth=512
8548 aros_default_wbheight=384
8549 aros_default_wbdepth=8
8550 aros_target_cc="m68k-elf-gcc -pipe"
8551 aros_target_ld="$(which m68k-elf-ld)"
8552 aros_target_as="m68k-elf-gcc -pipe"
8553 aros_shared_ld="m68k-elf-gcc"
8554 aros_kernel_ld="m68k-elf-gcc"
8555 aros_target_ar="m68k-elf-ar"
8556 aros_target_ar_flags="cru"
8557 aros_target_ranlib="m68k-elf-ranlib"
8558 aros_target_nm="m68k-elf-nm"
8559 aros_target_objcopy="m68k-elf-objcopy"
8560 aros_target_objdump="m68k-elf-objdump"
8561 aros_compiler_libs="-lgcc1"
8562 aros_shared_default=no
8563 aros_shared_cflags="-fpic"
8564 aros_shared_aflags=""
8565 aros_shared_ldflags="-Wl,-rpath,./lib -shared"
8566 aros_kernel_ldflags="-Wl,-rpath,./lib"
8567 aros_debug_cflags="-Wall -Werror-implicit-function-declaration $aros_symbols_debug $aros_messages_debug -mc68000"
8568 aros_debug_aflags=""
8569 aros_debug_ldflags="$aros_symbols_debug"
8570 aros_mungwall_debug="0"
8571 aros_modules_debug="0"
8572 gcc_target_cpu="mc68000"
8573 ignore_undefined_symbols="-ius"
8576 { { echo "$as_me:$LINENO: error: \"Unknown CPU for Mac68k -- $target_cpu\"" >&5
8577 echo "$as_me: error: \"Unknown CPU for Mac68k -- $target_cpu\"" >&2;}
8578 { (exit 1); exit 1; }; }
8584 { { echo "$as_me:$LINENO: error: Unsupported target architecture $target" >&5
8585 echo "$as_me: error: Unsupported target architecture $target" >&2;}
8586 { (exit 1); exit 1; }; }
8591 # Find out if we are cross-compiling (ie. if we can't use the host compiler
8594 if test "$aros_host_cpu" != "$aros_target_cpu" ; then
8597 if test "$aros_host_arch" == "darwin" ; then
8601 # Set prefix for target compiler etc. if we're cross-compiling
8602 # (should possibly be earlier but needs to be after AC_PROG_CC)
8603 if test "$cross_compiling" = "yes" ; then
8604 target_tool_prefix=${target_cpu}-elf-
8605 CC=${target_tool_prefix}gcc
8608 # Find all the tools we need to compile. This could be cross-compiling
8609 # though! If that is the case we use the GNU form of the target and
8610 # simply add this to the front of the binary name. This is rather simple,
8611 # but it should work under most circumstances.
8613 # The default tools are to use the same as the host, but only if the
8614 # host and target CPU are the same. With GCC this is normally enough.
8618 aros_shared_ld="$aros_host_ld"
8620 aros_target_mkdep="$aros_host_mkdep"
8621 aros_target_incl_def="$aros_host_incl"
8623 # Extract the first word of "$CC", so it can be a program name with args.
8624 set dummy $CC; ac_word=$2
8625 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8626 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8627 if test "${ac_cv_path_aros_kernel_cc+set}" = set; then
8628 echo $ECHO_N "(cached) $ECHO_C" >&6
8630 case $aros_kernel_cc in
8632 ac_cv_path_aros_kernel_cc="$aros_kernel_cc" # Let the user override the test with a path.
8635 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8639 test -z "$as_dir" && as_dir=.
8640 for ac_exec_ext in '' $ac_executable_extensions; do
8641 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8642 ac_cv_path_aros_kernel_cc="$as_dir/$ac_word$ac_exec_ext"
8643 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8653 aros_kernel_cc=$ac_cv_path_aros_kernel_cc
8654 if test -n "$aros_kernel_cc"; then
8655 { echo "$as_me:$LINENO: result: $aros_kernel_cc" >&5
8656 echo "${ECHO_T}$aros_kernel_cc" >&6; }
8658 { echo "$as_me:$LINENO: result: no" >&5
8659 echo "${ECHO_T}no" >&6; }
8664 # The default tools executables to be linked to.
8666 if test "$cross_compiling" = "yes" ; then
8667 # Extract the first word of "${target_tool_prefix}as", so it can be a program name with args.
8668 set dummy ${target_tool_prefix}as; ac_word=$2
8669 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8670 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8671 if test "${ac_cv_path_aros_target_as_ln+set}" = set; then
8672 echo $ECHO_N "(cached) $ECHO_C" >&6
8674 case $aros_target_as_ln in
8676 ac_cv_path_aros_target_as_ln="$aros_target_as_ln" # Let the user override the test with a path.
8679 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8683 test -z "$as_dir" && as_dir=.
8684 for ac_exec_ext in '' $ac_executable_extensions; do
8685 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8686 ac_cv_path_aros_target_as_ln="$as_dir/$ac_word$ac_exec_ext"
8687 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8697 aros_target_as_ln=$ac_cv_path_aros_target_as_ln
8698 if test -n "$aros_target_as_ln"; then
8699 { echo "$as_me:$LINENO: result: $aros_target_as_ln" >&5
8700 echo "${ECHO_T}$aros_target_as_ln" >&6; }
8702 { echo "$as_me:$LINENO: result: no" >&5
8703 echo "${ECHO_T}no" >&6; }
8708 if test "$GCC" = "yes"; then
8709 aros_gcc_as=`$CC -print-prog-name=as
`
8710 # Extract the first word of "`basename $aros_gcc_[as
]`", so it can be a program name with args.
8711 set dummy `basename $aros_gcc_as`; ac_word=$2
8712 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8713 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8714 if test "${ac_cv_path_aros_target_as_ln+set}" = set; then
8715 echo $ECHO_N "(cached) $ECHO_C" >&6
8717 case $aros_target_as_ln in
8719 ac_cv_path_aros_target_as_ln="$aros_target_as_ln" # Let the user override the test with a path.
8722 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8723 for as_dir in `dirname $aros_gcc_as`
8726 test -z "$as_dir" && as_dir=.
8727 for ac_exec_ext in '' $ac_executable_extensions; do
8728 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8729 ac_cv_path_aros_target_as_ln="$as_dir/$ac_word$ac_exec_ext"
8730 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8740 aros_target_as_ln=$ac_cv_path_aros_target_as_ln
8741 if test -n "$aros_target_as_ln"; then
8742 { echo "$as_me:$LINENO: result: $aros_target_as_ln" >&5
8743 echo "${ECHO_T}$aros_target_as_ln" >&6; }
8745 { echo "$as_me:$LINENO: result: no" >&5
8746 echo "${ECHO_T}no" >&6; }
8751 if test "$aros_target_as_ln" = ""; then
8752 # Extract the first word of "as", so it can be a program name with args.
8753 set dummy as; ac_word=$2
8754 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8755 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8756 if test "${ac_cv_path_aros_target_as_ln+set}" = set; then
8757 echo $ECHO_N "(cached) $ECHO_C" >&6
8759 case $aros_target_as_ln in
8761 ac_cv_path_aros_target_as_ln="$aros_target_as_ln" # Let the user override the test with a path.
8764 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8768 test -z "$as_dir" && as_dir=.
8769 for ac_exec_ext in '' $ac_executable_extensions; do
8770 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8771 ac_cv_path_aros_target_as_ln="$as_dir/$ac_word$ac_exec_ext"
8772 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8782 aros_target_as_ln=$ac_cv_path_aros_target_as_ln
8783 if test -n "$aros_target_as_ln"; then
8784 { echo "$as_me:$LINENO: result: $aros_target_as_ln" >&5
8785 echo "${ECHO_T}$aros_target_as_ln" >&6; }
8787 { echo "$as_me:$LINENO: result: no" >&5
8788 echo "${ECHO_T}no" >&6; }
8795 if test "$aros_target_as_ln" = ""; then
8796 { { echo "$as_me:$LINENO: error: as is required to build AROS. Please install and run configure again." >&5
8797 echo "$as_me: error: as is required to build AROS. Please install and run configure again." >&2;}
8798 { (exit 1); exit 1; }; }
8801 if test "$cross_compiling" = "yes" ; then
8802 # Extract the first word of "${target_tool_prefix}ld", so it can be a program name with args.
8803 set dummy ${target_tool_prefix}ld; ac_word=$2
8804 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8805 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8806 if test "${ac_cv_path_aros_kernel_ld+set}" = set; then
8807 echo $ECHO_N "(cached) $ECHO_C" >&6
8809 case $aros_kernel_ld in
8811 ac_cv_path_aros_kernel_ld="$aros_kernel_ld" # Let the user override the test with a path.
8814 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8818 test -z "$as_dir" && as_dir=.
8819 for ac_exec_ext in '' $ac_executable_extensions; do
8820 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8821 ac_cv_path_aros_kernel_ld="$as_dir/$ac_word$ac_exec_ext"
8822 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8832 aros_kernel_ld=$ac_cv_path_aros_kernel_ld
8833 if test -n "$aros_kernel_ld"; then
8834 { echo "$as_me:$LINENO: result: $aros_kernel_ld" >&5
8835 echo "${ECHO_T}$aros_kernel_ld" >&6; }
8837 { echo "$as_me:$LINENO: result: no" >&5
8838 echo "${ECHO_T}no" >&6; }
8843 if test "$GCC" = "yes"; then
8844 aros_gcc_ld=`$CC -print-prog-name=ld
`
8845 # Extract the first word of "`basename $aros_gcc_[ld
]`", so it can be a program name with args.
8846 set dummy `basename $aros_gcc_ld`; ac_word=$2
8847 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8848 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8849 if test "${ac_cv_path_aros_kernel_ld+set}" = set; then
8850 echo $ECHO_N "(cached) $ECHO_C" >&6
8852 case $aros_kernel_ld in
8854 ac_cv_path_aros_kernel_ld="$aros_kernel_ld" # Let the user override the test with a path.
8857 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8858 for as_dir in `dirname $aros_gcc_ld`
8861 test -z "$as_dir" && as_dir=.
8862 for ac_exec_ext in '' $ac_executable_extensions; do
8863 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8864 ac_cv_path_aros_kernel_ld="$as_dir/$ac_word$ac_exec_ext"
8865 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8875 aros_kernel_ld=$ac_cv_path_aros_kernel_ld
8876 if test -n "$aros_kernel_ld"; then
8877 { echo "$as_me:$LINENO: result: $aros_kernel_ld" >&5
8878 echo "${ECHO_T}$aros_kernel_ld" >&6; }
8880 { echo "$as_me:$LINENO: result: no" >&5
8881 echo "${ECHO_T}no" >&6; }
8886 if test "$aros_kernel_ld" = ""; then
8887 # Extract the first word of "ld", so it can be a program name with args.
8888 set dummy ld; ac_word=$2
8889 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8890 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8891 if test "${ac_cv_path_aros_kernel_ld+set}" = set; then
8892 echo $ECHO_N "(cached) $ECHO_C" >&6
8894 case $aros_kernel_ld in
8896 ac_cv_path_aros_kernel_ld="$aros_kernel_ld" # Let the user override the test with a path.
8899 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8903 test -z "$as_dir" && as_dir=.
8904 for ac_exec_ext in '' $ac_executable_extensions; do
8905 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8906 ac_cv_path_aros_kernel_ld="$as_dir/$ac_word$ac_exec_ext"
8907 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8917 aros_kernel_ld=$ac_cv_path_aros_kernel_ld
8918 if test -n "$aros_kernel_ld"; then
8919 { echo "$as_me:$LINENO: result: $aros_kernel_ld" >&5
8920 echo "${ECHO_T}$aros_kernel_ld" >&6; }
8922 { echo "$as_me:$LINENO: result: no" >&5
8923 echo "${ECHO_T}no" >&6; }
8930 if test "$aros_kernel_ld" = ""; then
8931 { { echo "$as_me:$LINENO: error: ld is required to build AROS. Please install and run configure again." >&5
8932 echo "$as_me: error: ld is required to build AROS. Please install and run configure again." >&2;}
8933 { (exit 1); exit 1; }; }
8936 if test "$cross_compiling" = "yes" ; then
8937 # Extract the first word of "${target_tool_prefix}ar", so it can be a program name with args.
8938 set dummy ${target_tool_prefix}ar; ac_word=$2
8939 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8940 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8941 if test "${ac_cv_path_aros_target_ar_ln+set}" = set; then
8942 echo $ECHO_N "(cached) $ECHO_C" >&6
8944 case $aros_target_ar_ln in
8946 ac_cv_path_aros_target_ar_ln="$aros_target_ar_ln" # Let the user override the test with a path.
8949 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8953 test -z "$as_dir" && as_dir=.
8954 for ac_exec_ext in '' $ac_executable_extensions; do
8955 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8956 ac_cv_path_aros_target_ar_ln="$as_dir/$ac_word$ac_exec_ext"
8957 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8967 aros_target_ar_ln=$ac_cv_path_aros_target_ar_ln
8968 if test -n "$aros_target_ar_ln"; then
8969 { echo "$as_me:$LINENO: result: $aros_target_ar_ln" >&5
8970 echo "${ECHO_T}$aros_target_ar_ln" >&6; }
8972 { echo "$as_me:$LINENO: result: no" >&5
8973 echo "${ECHO_T}no" >&6; }
8978 if test "$GCC" = "yes"; then
8979 aros_gcc_ar=`$CC -print-prog-name=ar`
8980 # Extract the first word of "`basename $aros_gcc_[ar]`", so it can be a program name with args.
8981 set dummy `basename $aros_gcc_ar`; ac_word=$2
8982 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8983 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8984 if test "${ac_cv_path_aros_target_ar_ln+set}" = set; then
8985 echo $ECHO_N "(cached) $ECHO_C" >&6
8987 case $aros_target_ar_ln in
8989 ac_cv_path_aros_target_ar_ln="$aros_target_ar_ln" # Let the user override the test with a path.
8992 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8993 for as_dir in `dirname $aros_gcc_ar`
8996 test -z "$as_dir" && as_dir=.
8997 for ac_exec_ext in '' $ac_executable_extensions; do
8998 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8999 ac_cv_path_aros_target_ar_ln="$as_dir/$ac_word$ac_exec_ext"
9000 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9010 aros_target_ar_ln=$ac_cv_path_aros_target_ar_ln
9011 if test -n "$aros_target_ar_ln"; then
9012 { echo "$as_me:$LINENO: result: $aros_target_ar_ln" >&5
9013 echo "${ECHO_T}$aros_target_ar_ln" >&6; }
9015 { echo "$as_me:$LINENO: result: no" >&5
9016 echo "${ECHO_T}no" >&6; }
9021 if test "$aros_target_ar_ln" = ""; then
9022 # Extract the first word of "ar", so it can be a program name with args.
9023 set dummy ar; ac_word=$2
9024 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9025 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9026 if test "${ac_cv_path_aros_target_ar_ln+set}" = set; then
9027 echo $ECHO_N "(cached) $ECHO_C" >&6
9029 case $aros_target_ar_ln in
9031 ac_cv_path_aros_target_ar_ln="$aros_target_ar_ln" # Let the user override the test with a path.
9034 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9038 test -z "$as_dir" && as_dir=.
9039 for ac_exec_ext in '' $ac_executable_extensions; do
9040 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9041 ac_cv_path_aros_target_ar_ln="$as_dir/$ac_word$ac_exec_ext"
9042 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9052 aros_target_ar_ln=$ac_cv_path_aros_target_ar_ln
9053 if test -n "$aros_target_ar_ln"; then
9054 { echo "$as_me:$LINENO: result: $aros_target_ar_ln" >&5
9055 echo "${ECHO_T}$aros_target_ar_ln" >&6; }
9057 { echo "$as_me:$LINENO: result: no" >&5
9058 echo "${ECHO_T}no" >&6; }
9065 if test "$aros_target_ar_ln" = ""; then
9066 { { echo "$as_me:$LINENO: error: ar is required to build AROS. Please install and run configure again." >&5
9067 echo "$as_me: error: ar is required to build AROS. Please install and run configure again." >&2;}
9068 { (exit 1); exit 1; }; }
9071 if test "$cross_compiling" = "yes" ; then
9072 # Extract the first word of "${target_tool_prefix}nm", so it can be a program name with args.
9073 set dummy ${target_tool_prefix}nm; ac_word=$2
9074 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9075 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9076 if test "${ac_cv_path_aros_target_nm_ln+set}" = set; then
9077 echo $ECHO_N "(cached) $ECHO_C" >&6
9079 case $aros_target_nm_ln in
9081 ac_cv_path_aros_target_nm_ln="$aros_target_nm_ln" # Let the user override the test with a path.
9084 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9088 test -z "$as_dir" && as_dir=.
9089 for ac_exec_ext in '' $ac_executable_extensions; do
9090 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9091 ac_cv_path_aros_target_nm_ln="$as_dir/$ac_word$ac_exec_ext"
9092 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9102 aros_target_nm_ln=$ac_cv_path_aros_target_nm_ln
9103 if test -n "$aros_target_nm_ln"; then
9104 { echo "$as_me:$LINENO: result: $aros_target_nm_ln" >&5
9105 echo "${ECHO_T}$aros_target_nm_ln" >&6; }
9107 { echo "$as_me:$LINENO: result: no" >&5
9108 echo "${ECHO_T}no" >&6; }
9113 if test "$GCC" = "yes"; then
9114 aros_gcc_nm=`$CC -print-prog-name=nm
`
9115 # Extract the first word of "`basename $aros_gcc_[nm
]`", so it can be a program name with args.
9116 set dummy `basename $aros_gcc_nm`; ac_word=$2
9117 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9118 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9119 if test "${ac_cv_path_aros_target_nm_ln+set}" = set; then
9120 echo $ECHO_N "(cached) $ECHO_C" >&6
9122 case $aros_target_nm_ln in
9124 ac_cv_path_aros_target_nm_ln="$aros_target_nm_ln" # Let the user override the test with a path.
9127 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9128 for as_dir in `dirname $aros_gcc_nm`
9131 test -z "$as_dir" && as_dir=.
9132 for ac_exec_ext in '' $ac_executable_extensions; do
9133 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9134 ac_cv_path_aros_target_nm_ln="$as_dir/$ac_word$ac_exec_ext"
9135 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9145 aros_target_nm_ln=$ac_cv_path_aros_target_nm_ln
9146 if test -n "$aros_target_nm_ln"; then
9147 { echo "$as_me:$LINENO: result: $aros_target_nm_ln" >&5
9148 echo "${ECHO_T}$aros_target_nm_ln" >&6; }
9150 { echo "$as_me:$LINENO: result: no" >&5
9151 echo "${ECHO_T}no" >&6; }
9156 if test "$aros_target_nm_ln" = ""; then
9157 # Extract the first word of "nm", so it can be a program name with args.
9158 set dummy nm; ac_word=$2
9159 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9160 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9161 if test "${ac_cv_path_aros_target_nm_ln+set}" = set; then
9162 echo $ECHO_N "(cached) $ECHO_C" >&6
9164 case $aros_target_nm_ln in
9166 ac_cv_path_aros_target_nm_ln="$aros_target_nm_ln" # Let the user override the test with a path.
9169 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9173 test -z "$as_dir" && as_dir=.
9174 for ac_exec_ext in '' $ac_executable_extensions; do
9175 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9176 ac_cv_path_aros_target_nm_ln="$as_dir/$ac_word$ac_exec_ext"
9177 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9187 aros_target_nm_ln=$ac_cv_path_aros_target_nm_ln
9188 if test -n "$aros_target_nm_ln"; then
9189 { echo "$as_me:$LINENO: result: $aros_target_nm_ln" >&5
9190 echo "${ECHO_T}$aros_target_nm_ln" >&6; }
9192 { echo "$as_me:$LINENO: result: no" >&5
9193 echo "${ECHO_T}no" >&6; }
9200 if test "$aros_target_nm_ln" = ""; then
9201 { { echo "$as_me:$LINENO: error: nm is required to build AROS. Please install and run configure again." >&5
9202 echo "$as_me: error: nm is required to build AROS. Please install and run configure again." >&2;}
9203 { (exit 1); exit 1; }; }
9206 if test "$cross_compiling" = "yes" ; then
9207 # Extract the first word of "${target_tool_prefix}objcopy", so it can be a program name with args.
9208 set dummy ${target_tool_prefix}objcopy; ac_word=$2
9209 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9210 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9211 if test "${ac_cv_path_aros_target_objcopy_ln+set}" = set; then
9212 echo $ECHO_N "(cached) $ECHO_C" >&6
9214 case $aros_target_objcopy_ln in
9216 ac_cv_path_aros_target_objcopy_ln="$aros_target_objcopy_ln" # Let the user override the test with a path.
9219 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9223 test -z "$as_dir" && as_dir=.
9224 for ac_exec_ext in '' $ac_executable_extensions; do
9225 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9226 ac_cv_path_aros_target_objcopy_ln="$as_dir/$ac_word$ac_exec_ext"
9227 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9237 aros_target_objcopy_ln=$ac_cv_path_aros_target_objcopy_ln
9238 if test -n "$aros_target_objcopy_ln"; then
9239 { echo "$as_me:$LINENO: result: $aros_target_objcopy_ln" >&5
9240 echo "${ECHO_T}$aros_target_objcopy_ln" >&6; }
9242 { echo "$as_me:$LINENO: result: no" >&5
9243 echo "${ECHO_T}no" >&6; }
9248 if test "$GCC" = "yes"; then
9249 aros_gcc_objcopy=`$CC -print-prog-name=objcopy
`
9250 # Extract the first word of "`basename $aros_gcc_[objcopy
]`", so it can be a program name with args.
9251 set dummy `basename $aros_gcc_objcopy`; ac_word=$2
9252 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9253 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9254 if test "${ac_cv_path_aros_target_objcopy_ln+set}" = set; then
9255 echo $ECHO_N "(cached) $ECHO_C" >&6
9257 case $aros_target_objcopy_ln in
9259 ac_cv_path_aros_target_objcopy_ln="$aros_target_objcopy_ln" # Let the user override the test with a path.
9262 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9263 for as_dir in `dirname $aros_gcc_objcopy`
9266 test -z "$as_dir" && as_dir=.
9267 for ac_exec_ext in '' $ac_executable_extensions; do
9268 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9269 ac_cv_path_aros_target_objcopy_ln="$as_dir/$ac_word$ac_exec_ext"
9270 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9280 aros_target_objcopy_ln=$ac_cv_path_aros_target_objcopy_ln
9281 if test -n "$aros_target_objcopy_ln"; then
9282 { echo "$as_me:$LINENO: result: $aros_target_objcopy_ln" >&5
9283 echo "${ECHO_T}$aros_target_objcopy_ln" >&6; }
9285 { echo "$as_me:$LINENO: result: no" >&5
9286 echo "${ECHO_T}no" >&6; }
9291 if test "$aros_target_objcopy_ln" = ""; then
9292 # Extract the first word of "objcopy", so it can be a program name with args.
9293 set dummy objcopy; ac_word=$2
9294 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9295 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9296 if test "${ac_cv_path_aros_target_objcopy_ln+set}" = set; then
9297 echo $ECHO_N "(cached) $ECHO_C" >&6
9299 case $aros_target_objcopy_ln in
9301 ac_cv_path_aros_target_objcopy_ln="$aros_target_objcopy_ln" # Let the user override the test with a path.
9304 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9308 test -z "$as_dir" && as_dir=.
9309 for ac_exec_ext in '' $ac_executable_extensions; do
9310 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9311 ac_cv_path_aros_target_objcopy_ln="$as_dir/$ac_word$ac_exec_ext"
9312 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9322 aros_target_objcopy_ln=$ac_cv_path_aros_target_objcopy_ln
9323 if test -n "$aros_target_objcopy_ln"; then
9324 { echo "$as_me:$LINENO: result: $aros_target_objcopy_ln" >&5
9325 echo "${ECHO_T}$aros_target_objcopy_ln" >&6; }
9327 { echo "$as_me:$LINENO: result: no" >&5
9328 echo "${ECHO_T}no" >&6; }
9335 if test "$aros_target_objcopy_ln" = ""; then
9336 { { echo "$as_me:$LINENO: error: objcopy is required to build AROS. Please install and run configure again." >&5
9337 echo "$as_me: error: objcopy is required to build AROS. Please install and run configure again." >&2;}
9338 { (exit 1); exit 1; }; }
9341 if test "$cross_compiling" = "yes" ; then
9342 # Extract the first word of "${target_tool_prefix}objdump", so it can be a program name with args.
9343 set dummy ${target_tool_prefix}objdump; ac_word=$2
9344 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9345 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9346 if test "${ac_cv_path_aros_target_objdump_ln+set}" = set; then
9347 echo $ECHO_N "(cached) $ECHO_C" >&6
9349 case $aros_target_objdump_ln in
9351 ac_cv_path_aros_target_objdump_ln="$aros_target_objdump_ln" # Let the user override the test with a path.
9354 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9358 test -z "$as_dir" && as_dir=.
9359 for ac_exec_ext in '' $ac_executable_extensions; do
9360 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9361 ac_cv_path_aros_target_objdump_ln="$as_dir/$ac_word$ac_exec_ext"
9362 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9372 aros_target_objdump_ln=$ac_cv_path_aros_target_objdump_ln
9373 if test -n "$aros_target_objdump_ln"; then
9374 { echo "$as_me:$LINENO: result: $aros_target_objdump_ln" >&5
9375 echo "${ECHO_T}$aros_target_objdump_ln" >&6; }
9377 { echo "$as_me:$LINENO: result: no" >&5
9378 echo "${ECHO_T}no" >&6; }
9383 if test "$GCC" = "yes"; then
9384 aros_gcc_objdump=`$CC -print-prog-name=objdump
`
9385 # Extract the first word of "`basename $aros_gcc_[objdump
]`", so it can be a program name with args.
9386 set dummy `basename $aros_gcc_objdump`; ac_word=$2
9387 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9388 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9389 if test "${ac_cv_path_aros_target_objdump_ln+set}" = set; then
9390 echo $ECHO_N "(cached) $ECHO_C" >&6
9392 case $aros_target_objdump_ln in
9394 ac_cv_path_aros_target_objdump_ln="$aros_target_objdump_ln" # Let the user override the test with a path.
9397 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9398 for as_dir in `dirname $aros_gcc_objdump`
9401 test -z "$as_dir" && as_dir=.
9402 for ac_exec_ext in '' $ac_executable_extensions; do
9403 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9404 ac_cv_path_aros_target_objdump_ln="$as_dir/$ac_word$ac_exec_ext"
9405 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9415 aros_target_objdump_ln=$ac_cv_path_aros_target_objdump_ln
9416 if test -n "$aros_target_objdump_ln"; then
9417 { echo "$as_me:$LINENO: result: $aros_target_objdump_ln" >&5
9418 echo "${ECHO_T}$aros_target_objdump_ln" >&6; }
9420 { echo "$as_me:$LINENO: result: no" >&5
9421 echo "${ECHO_T}no" >&6; }
9426 if test "$aros_target_objdump_ln" = ""; then
9427 # Extract the first word of "objdump", so it can be a program name with args.
9428 set dummy objdump; ac_word=$2
9429 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9430 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9431 if test "${ac_cv_path_aros_target_objdump_ln+set}" = set; then
9432 echo $ECHO_N "(cached) $ECHO_C" >&6
9434 case $aros_target_objdump_ln in
9436 ac_cv_path_aros_target_objdump_ln="$aros_target_objdump_ln" # Let the user override the test with a path.
9439 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9443 test -z "$as_dir" && as_dir=.
9444 for ac_exec_ext in '' $ac_executable_extensions; do
9445 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9446 ac_cv_path_aros_target_objdump_ln="$as_dir/$ac_word$ac_exec_ext"
9447 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9457 aros_target_objdump_ln=$ac_cv_path_aros_target_objdump_ln
9458 if test -n "$aros_target_objdump_ln"; then
9459 { echo "$as_me:$LINENO: result: $aros_target_objdump_ln" >&5
9460 echo "${ECHO_T}$aros_target_objdump_ln" >&6; }
9462 { echo "$as_me:$LINENO: result: no" >&5
9463 echo "${ECHO_T}no" >&6; }
9470 if test "$aros_target_objdump_ln" = ""; then
9471 { { echo "$as_me:$LINENO: error: objdump is required to build AROS. Please install and run configure again." >&5
9472 echo "$as_me: error: objdump is required to build AROS. Please install and run configure again." >&2;}
9473 { (exit 1); exit 1; }; }
9476 if test "$cross_compiling" = "yes" ; then
9477 # Extract the first word of "${target_tool_prefix}ranlib", so it can be a program name with args.
9478 set dummy ${target_tool_prefix}ranlib; ac_word=$2
9479 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9480 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9481 if test "${ac_cv_path_aros_target_ranlib_ln+set}" = set; then
9482 echo $ECHO_N "(cached) $ECHO_C" >&6
9484 case $aros_target_ranlib_ln in
9486 ac_cv_path_aros_target_ranlib_ln="$aros_target_ranlib_ln" # Let the user override the test with a path.
9489 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9493 test -z "$as_dir" && as_dir=.
9494 for ac_exec_ext in '' $ac_executable_extensions; do
9495 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9496 ac_cv_path_aros_target_ranlib_ln="$as_dir/$ac_word$ac_exec_ext"
9497 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9507 aros_target_ranlib_ln=$ac_cv_path_aros_target_ranlib_ln
9508 if test -n "$aros_target_ranlib_ln"; then
9509 { echo "$as_me:$LINENO: result: $aros_target_ranlib_ln" >&5
9510 echo "${ECHO_T}$aros_target_ranlib_ln" >&6; }
9512 { echo "$as_me:$LINENO: result: no" >&5
9513 echo "${ECHO_T}no" >&6; }
9518 if test "$GCC" = "yes"; then
9519 aros_gcc_ranlib=`$CC -print-prog-name=ranlib
`
9520 # Extract the first word of "`basename $aros_gcc_[ranlib
]`", so it can be a program name with args.
9521 set dummy `basename $aros_gcc_ranlib`; ac_word=$2
9522 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9523 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9524 if test "${ac_cv_path_aros_target_ranlib_ln+set}" = set; then
9525 echo $ECHO_N "(cached) $ECHO_C" >&6
9527 case $aros_target_ranlib_ln in
9529 ac_cv_path_aros_target_ranlib_ln="$aros_target_ranlib_ln" # Let the user override the test with a path.
9532 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9533 for as_dir in `dirname $aros_gcc_ranlib`
9536 test -z "$as_dir" && as_dir=.
9537 for ac_exec_ext in '' $ac_executable_extensions; do
9538 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9539 ac_cv_path_aros_target_ranlib_ln="$as_dir/$ac_word$ac_exec_ext"
9540 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9550 aros_target_ranlib_ln=$ac_cv_path_aros_target_ranlib_ln
9551 if test -n "$aros_target_ranlib_ln"; then
9552 { echo "$as_me:$LINENO: result: $aros_target_ranlib_ln" >&5
9553 echo "${ECHO_T}$aros_target_ranlib_ln" >&6; }
9555 { echo "$as_me:$LINENO: result: no" >&5
9556 echo "${ECHO_T}no" >&6; }
9561 if test "$aros_target_ranlib_ln" = ""; then
9562 # Extract the first word of "ranlib", so it can be a program name with args.
9563 set dummy ranlib; ac_word=$2
9564 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9565 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9566 if test "${ac_cv_path_aros_target_ranlib_ln+set}" = set; then
9567 echo $ECHO_N "(cached) $ECHO_C" >&6
9569 case $aros_target_ranlib_ln in
9571 ac_cv_path_aros_target_ranlib_ln="$aros_target_ranlib_ln" # Let the user override the test with a path.
9574 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9578 test -z "$as_dir" && as_dir=.
9579 for ac_exec_ext in '' $ac_executable_extensions; do
9580 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9581 ac_cv_path_aros_target_ranlib_ln="$as_dir/$ac_word$ac_exec_ext"
9582 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9592 aros_target_ranlib_ln=$ac_cv_path_aros_target_ranlib_ln
9593 if test -n "$aros_target_ranlib_ln"; then
9594 { echo "$as_me:$LINENO: result: $aros_target_ranlib_ln" >&5
9595 echo "${ECHO_T}$aros_target_ranlib_ln" >&6; }
9597 { echo "$as_me:$LINENO: result: no" >&5
9598 echo "${ECHO_T}no" >&6; }
9605 if test "$aros_target_ranlib_ln" = ""; then
9606 { { echo "$as_me:$LINENO: error: ranlib is required to build AROS. Please install and run configure again." >&5
9607 echo "$as_me: error: ranlib is required to build AROS. Please install and run configure again." >&2;}
9608 { (exit 1); exit 1; }; }
9611 if test "$cross_compiling" = "yes" ; then
9612 # Extract the first word of "${target_tool_prefix}strip", so it can be a program name with args.
9613 set dummy ${target_tool_prefix}strip; ac_word=$2
9614 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9615 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9616 if test "${ac_cv_path_aros_target_strip_ln+set}" = set; then
9617 echo $ECHO_N "(cached) $ECHO_C" >&6
9619 case $aros_target_strip_ln in
9621 ac_cv_path_aros_target_strip_ln="$aros_target_strip_ln" # Let the user override the test with a path.
9624 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9628 test -z "$as_dir" && as_dir=.
9629 for ac_exec_ext in '' $ac_executable_extensions; do
9630 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9631 ac_cv_path_aros_target_strip_ln="$as_dir/$ac_word$ac_exec_ext"
9632 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9642 aros_target_strip_ln=$ac_cv_path_aros_target_strip_ln
9643 if test -n "$aros_target_strip_ln"; then
9644 { echo "$as_me:$LINENO: result: $aros_target_strip_ln" >&5
9645 echo "${ECHO_T}$aros_target_strip_ln" >&6; }
9647 { echo "$as_me:$LINENO: result: no" >&5
9648 echo "${ECHO_T}no" >&6; }
9653 if test "$GCC" = "yes"; then
9654 aros_gcc_strip=`$CC -print-prog-name=strip
`
9655 # Extract the first word of "`basename $aros_gcc_[strip
]`", so it can be a program name with args.
9656 set dummy `basename $aros_gcc_strip`; ac_word=$2
9657 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9658 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9659 if test "${ac_cv_path_aros_target_strip_ln+set}" = set; then
9660 echo $ECHO_N "(cached) $ECHO_C" >&6
9662 case $aros_target_strip_ln in
9664 ac_cv_path_aros_target_strip_ln="$aros_target_strip_ln" # Let the user override the test with a path.
9667 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9668 for as_dir in `dirname $aros_gcc_strip`
9671 test -z "$as_dir" && as_dir=.
9672 for ac_exec_ext in '' $ac_executable_extensions; do
9673 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9674 ac_cv_path_aros_target_strip_ln="$as_dir/$ac_word$ac_exec_ext"
9675 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9685 aros_target_strip_ln=$ac_cv_path_aros_target_strip_ln
9686 if test -n "$aros_target_strip_ln"; then
9687 { echo "$as_me:$LINENO: result: $aros_target_strip_ln" >&5
9688 echo "${ECHO_T}$aros_target_strip_ln" >&6; }
9690 { echo "$as_me:$LINENO: result: no" >&5
9691 echo "${ECHO_T}no" >&6; }
9696 if test "$aros_target_strip_ln" = ""; then
9697 # Extract the first word of "strip", so it can be a program name with args.
9698 set dummy strip; ac_word=$2
9699 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9700 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9701 if test "${ac_cv_path_aros_target_strip_ln+set}" = set; then
9702 echo $ECHO_N "(cached) $ECHO_C" >&6
9704 case $aros_target_strip_ln in
9706 ac_cv_path_aros_target_strip_ln="$aros_target_strip_ln" # Let the user override the test with a path.
9709 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9713 test -z "$as_dir" && as_dir=.
9714 for ac_exec_ext in '' $ac_executable_extensions; do
9715 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9716 ac_cv_path_aros_target_strip_ln="$as_dir/$ac_word$ac_exec_ext"
9717 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9727 aros_target_strip_ln=$ac_cv_path_aros_target_strip_ln
9728 if test -n "$aros_target_strip_ln"; then
9729 { echo "$as_me:$LINENO: result: $aros_target_strip_ln" >&5
9730 echo "${ECHO_T}$aros_target_strip_ln" >&6; }
9732 { echo "$as_me:$LINENO: result: no" >&5
9733 echo "${ECHO_T}no" >&6; }
9740 if test "$aros_target_strip_ln" = ""; then
9741 { { echo "$as_me:$LINENO: error: strip is required to build AROS. Please install and run configure again." >&5
9742 echo "$as_me: error: strip is required to build AROS. Please install and run configure again." >&2;}
9743 { (exit 1); exit 1; }; }
9746 if test "$GCC" = "yes"; then
9747 aros_target_cc_path=`$aros_kernel_cc -print-search-dirs |
grep "programs: =" | cut
-c 12-`
9750 aros_hostcfg_dir="bin/${aros_host_arch}-${aros_host_cpu}/gen/config"
9751 aros_targetcfg_dir="bin/${aros_target_arch}-${aros_target_cpu}${aros_target_suffix}/gen/config"
9752 aros_inc_dir="bin/${aros_target_arch}-${aros_target_cpu}${aros_target_suffix}/AROS/Development/include/aros"
9753 aros_gendir="bin/${aros_target_arch}-${aros_target_cpu}${aros_target_suffix}/gen"
9754 aros_geninc_dir="bin/${aros_target_arch}-${aros_target_cpu}${aros_target_suffix}/gen/include/aros"
9755 aros_tools_dir="bin/${aros_host_arch}-${aros_host_cpu}/tools"
9756 aros_scripts_dir="bin/${aros_target_arch}-${aros_target_cpu}${aros_target_suffix}/gen/scripts"
9758 # aros_cc_pre is a variable that is added to the front of the compiler name
9759 # in the generated aros-gcc shell script. We need this to enable the cache
9760 # to work across cleaned builds. Also, support DISTCC using the correct
9761 # environment variable.
9764 if test "x${DISTCC}" != "x" ; then
9765 if test "x${CCACHE}" != "x" ; then
9766 aros_cc_pre="env CCACHE_PREFIX=${DISTCC} ${CCACHE} "
9768 aros_cc_pre="${DISTCC} "
9771 if test "x${CCACHE}" != "x" ; then
9772 aros_cc_pre="${CCACHE} "
9776 prefix="${PWD}/${aros_tools_dir}/${aros_target_cpu}-${aros_target_arch}${aros_target_suffix}-aros"
9778 aros_target_nostdinc_cflags=-nostdinc
9780 aros_target_nostartup_ldflags=-nostartfiles
9782 aros_target_nix_ldflags=-nix
9784 aros_target_detach_ldflags=-detach
9786 aros_target_nostdlib_ldflags=-nostdlib
9790 aros_target_cc="${prefix}-gcc"
9791 aros_target_as="${prefix}-as"
9792 aros_target_ld="${prefix}-ld"
9793 aros_target_ar="${prefix}-ar $aros_target_ar_flags"
9794 aros_target_objcopy=${prefix}-objcopy
9795 aros_target_objdump=${prefix}-objdump
9796 aros_target_ranlib="${prefix}-ranlib $aros_target_ranlib_flags"
9797 aros_target_nm="${prefix}-nm $aros_target_nm_flags"
9798 aros_kernel_nm="${prefix}-nm"
9799 aros_target_strip=${prefix}-strip
9802 # Find the system include path. We can suggest that an alternative is
9803 # used if we don't get it correct. The default is to use /usr/include.
9804 # Which is set in the aros_target_incl_def variable.
9806 # Check whether --enable-includes was given.
9807 if test "${enable_includes+set}" = set; then
9808 enableval=$enable_includes; aros_target_incl=$enable_includes
9810 aros_target_incl=$aros_target_incl_def
9814 { echo "$as_me:$LINENO: checking for the target compiler's include path" >&5
9815 echo $ECHO_N "checking for the target compiler's include path... $ECHO_C" >&6; }
9816 if test "$aros_target_cc_includes" = "" ; then
9817 #try to guess where the directory is
9818 aros_target_cc_includes=`dirname \
`${aros_kernel_cc} -print-libgcc-file-name\``/include
9819 if ! test -d $aros_target_cc_includes; then
9820 #the directory doesn't exist, we need to do some more work
9821 aros_target_cc_includes=${PWD}/${aros_gendir}/cc_include
9823 #these are the headers we're looling for
9824 headers="limits.h mmintrin.h stdbool.h syslimits.h float.h \
9825 stddef.h xmmintrin.h iso646.h stdarg.h unwind.h \
9829 for h in $headers; do
9830 #which other headers each of the above headers needs?
9831 deps=$(echo "#include <$h>" | \
9832 $aros_host_cc -E -M - 2>/dev/null | \
9833 sed 's/^.*://; s/\\$/ /g; s/[ \t]\+/ /g')
9835 #copy all the needed headers to a directory beneath gendir
9838 dir=${aros_target_cc_includes}$(echo $(dirname $d) | \
9839 sed -n "s,^.*/include\(/.*\),\1,p")
9840 ! test -d $dir && mkdir -p $dir
9841 ! test -f $dir/$h && { cp $d $dir; chmod u+w $dir/$h; }
9846 { echo "$as_me:$LINENO: result: $aros_target_cc_includes" >&5
9847 echo "${ECHO_T}$aros_target_cc_includes" >&6; }
9849 { echo "$as_me:$LINENO: checking for default resolution of WBScreen" >&5
9850 echo $ECHO_N "checking for default resolution of WBScreen... $ECHO_C" >&6; }
9852 # Check whether --with-resolution was given.
9853 if test "${with_resolution+set}" = set; then
9854 withval=$with_resolution; resolution=$withval
9859 # We require an argument, so map --with/--without ("yes"/"no") to "none" specified
9860 if test "$resolution" = "yes" ; then
9863 if test "$resolution" = "no" ; then
9866 if test "$resolution" != "none" ; then
9867 aros_default_wbwidth=`echo $resolution | cut
-d'x' -f1`
9868 aros_default_wbheight=`echo $resolution | cut
-d'x' -f2`
9869 aros_default_wbdepth=`echo $resolution | cut
-d'x' -f3`
9871 { echo "$as_me:$LINENO: result: $aros_default_wbwidth x $aros_default_wbheight x $aros_default_wbdepth" >&5
9872 echo "${ECHO_T}$aros_default_wbwidth x $aros_default_wbheight x $aros_default_wbdepth" >&6; }
9873 aros_cv_default_wbwidth=$aros_default_wbwidth
9874 aros_cv_default_wbheight=$aros_default_wbheight
9875 aros_cv_default_wbdepth=$aros_default_wbdepth
9877 { echo "$as_me:$LINENO: checking if bochs hack is enabled" >&5
9878 echo $ECHO_N "checking if bochs hack is enabled... $ECHO_C" >&6; }
9879 # Check whether --enable-bochs_hack was given.
9880 if test "${enable_bochs_hack+set}" = set; then
9881 enableval=$enable_bochs_hack; bochs_hack="yes"
9886 if test "$bochs_hack" = "yes" ; then
9889 { echo "$as_me:$LINENO: result: $bochs_hack" >&5
9890 echo "${ECHO_T}$bochs_hack" >&6; }
9892 { echo "$as_me:$LINENO: checking if serial debug is enabled" >&5
9893 echo $ECHO_N "checking if serial debug is enabled... $ECHO_C" >&6; }
9895 # Check whether --with-serial-debug was given.
9896 if test "${with_serial_debug+set}" = set; then
9897 withval=$with_serial_debug; serial_debug=$withval
9902 if test "$serial_debug" = "yes" ; then
9905 if test "$serial_debug" = "no" ; then
9908 if test "$serial_debug" != "none" ; then
9909 aros_serial_debug=$serial_debug
9910 { echo "$as_me:$LINENO: result: on port $serial_debug" >&5
9911 echo "${ECHO_T}on port $serial_debug" >&6; }
9913 { echo "$as_me:$LINENO: result: no" >&5
9914 echo "${ECHO_T}no" >&6; }
9917 { echo "$as_me:$LINENO: checking if palm debug hack is enabled" >&5
9918 echo $ECHO_N "checking if palm debug hack is enabled... $ECHO_C" >&6; }
9919 # Check whether --enable-palm_debug_hack was given.
9920 if test "${enable_palm_debug_hack+set}" = set; then
9921 enableval=$enable_palm_debug_hack; palm_debug_hack="yes"
9923 palm_debug_hack="no"
9926 if test "$palm_debug_hack" = "yes" ; then
9927 aros_palm_debug_hack="1"
9929 { echo "$as_me:$LINENO: result: $palm_debug_hack" >&5
9930 echo "${ECHO_T}$palm_debug_hack" >&6; }
9933 { echo "$as_me:$LINENO: checking if nesting supervisor support is enabled" >&5
9934 echo $ECHO_N "checking if nesting supervisor support is enabled... $ECHO_C" >&6; }
9935 # Check whether --enable-nesting_supervisor was given.
9936 if test "${enable_nesting_supervisor+set}" = set; then
9937 enableval=$enable_nesting_supervisor; nesting_supervisor="yes"
9939 nesting_supervisor="no"
9942 if test "$nesting_supervisor" = "yes" ; then
9943 aros_nesting_supervisor="1"
9945 { echo "$as_me:$LINENO: result: $nesting_supervisor" >&5
9946 echo "${ECHO_T}$nesting_supervisor" >&6; }
9949 if test "x-$aros_flavour" = "x-emulation" -o "x-$aros_flavour" = "x-emulcompat" ; then
9951 { echo "$as_me:$LINENO: checking for dlopen" >&5
9952 echo $ECHO_N "checking for dlopen... $ECHO_C" >&6; }
9953 if test "${ac_cv_func_dlopen+set}" = set; then
9954 echo $ECHO_N "(cached) $ECHO_C" >&6
9956 cat >conftest.$ac_ext <<_ACEOF
9959 cat confdefs.h >>conftest.$ac_ext
9960 cat >>conftest.$ac_ext <<_ACEOF
9961 /* end confdefs.h. */
9962 /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
9963 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9964 #define dlopen innocuous_dlopen
9966 /* System header to define __stub macros and hopefully few prototypes,
9967 which can conflict with char dlopen (); below.
9968 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9969 <limits.h> exists even on freestanding compilers. */
9972 # include <limits.h>
9974 # include <assert.h>
9979 /* Override any GCC internal prototype to avoid an error.
9980 Use char because int might match the return type of a GCC
9981 builtin and then its argument prototype would still apply. */
9986 /* The GNU C library defines this for functions which it implements
9987 to always fail with ENOSYS. Some functions are actually named
9988 something starting with __ and the normal name is an alias. */
9989 #if defined __stub_dlopen || defined __stub___dlopen
10001 rm -f conftest.$ac_objext conftest$ac_exeext
10002 if { (ac_try="$ac_link"
10003 case "(($ac_try" in
10004 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10005 *) ac_try_echo
=$ac_try;;
10007 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10008 (eval "$ac_link") 2>conftest.er1
10010 grep -v '^ *+' conftest.er1
>conftest.err
10012 cat conftest.err
>&5
10013 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10014 (exit $ac_status); } && {
10015 test -z "$ac_c_werror_flag" ||
10016 test ! -s conftest.err
10017 } && test -s conftest
$ac_exeext &&
10018 $as_test_x conftest
$ac_exeext; then
10019 ac_cv_func_dlopen
=yes
10021 echo "$as_me: failed program was:" >&5
10022 sed 's/^/| /' conftest.
$ac_ext >&5
10024 ac_cv_func_dlopen
=no
10027 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
10028 conftest
$ac_exeext conftest.
$ac_ext
10030 { echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
10031 echo "${ECHO_T}$ac_cv_func_dlopen" >&6; }
10032 if test $ac_cv_func_dlopen = yes; then
10038 if test "x-$have_dl" = "x-no" ; then
10039 { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
10040 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
10041 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
10042 echo $ECHO_N "(cached) $ECHO_C" >&6
10044 ac_check_lib_save_LIBS
=$LIBS
10046 cat >conftest.
$ac_ext <<_ACEOF
10049 cat confdefs.h
>>conftest.
$ac_ext
10050 cat >>conftest.
$ac_ext <<_ACEOF
10051 /* end confdefs.h. */
10053 /* Override any GCC internal prototype to avoid an error.
10054 Use char because int might match the return type of a GCC
10055 builtin and then its argument prototype would still apply. */
10068 rm -f conftest.
$ac_objext conftest
$ac_exeext
10069 if { (ac_try
="$ac_link"
10070 case "(($ac_try" in
10071 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10072 *) ac_try_echo=$ac_try;;
10074 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10075 (eval "$ac_link") 2>conftest.er1
10077 grep -v '^ *+' conftest.er1 >conftest.err
10079 cat conftest.err >&5
10080 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10081 (exit $ac_status); } && {
10082 test -z "$ac_c_werror_flag" ||
10083 test ! -s conftest.err
10084 } && test -s conftest$ac_exeext &&
10085 $as_test_x conftest$ac_exeext; then
10086 ac_cv_lib_dl_dlopen=yes
10088 echo "$as_me: failed program was:" >&5
10089 sed 's/^/| /' conftest.$ac_ext >&5
10091 ac_cv_lib_dl_dlopen=no
10094 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10095 conftest$ac_exeext conftest.$ac_ext
10096 LIBS=$ac_check_lib_save_LIBS
10098 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
10099 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
10100 if test $ac_cv_lib_dl_dlopen = yes; then
10102 aros_host_ldflags="$aros_host_ldflags -ldl"
10108 if test "x-$have_dl" = "x-no" ; then
10109 { { echo "$as_me:$LINENO: error: dlopen() dynamic linker functions not available" >&5
10110 echo "$as_me: error: dlopen() dynamic linker functions not available" >&2;}
10111 { (exit 1); exit 1; }; }
10115 # Check whether --enable-x11_hidd was given.
10116 if test "${enable_x11_hidd+set}" = set; then
10117 enableval=$enable_x11_hidd; x11_hidd="$enableval"
10122 case "x-$x11_hidd" in
10123 x-yes|x-no|x-auto) ;;
10124 *) x11_hidd="auto" ;;
10127 if test "x-$x11_hidd" != "x-no" ; then
10129 { echo "$as_me:$LINENO: checking for X" >&5
10130 echo $ECHO_N "checking for X... $ECHO_C" >&6; }
10133 # Check whether --with-x was given.
10134 if test "${with_x+set}" = set; then
10138 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
10139 if test "x$with_x" = xno; then
10140 # The user explicitly disabled X.
10143 case $x_includes,$x_libraries in #(
10144 *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5
10145 echo "$as_me: error: Cannot use X directory names containing '" >&2;}
10146 { (exit 1); exit 1; }; };; #(
10147 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
10148 echo $ECHO_N "(cached) $ECHO_C" >&6
10150 # One or both of the vars are not set, and there is no cached value.
10151 ac_x_includes=no ac_x_libraries=no
10152 rm -f -r conftest.dir
10153 if mkdir conftest.dir; then
10155 cat >Imakefile <<'_ACEOF'
10157 @echo incroot='${INCROOT}'
10159 @echo usrlibdir='${USRLIBDIR}'
10161 @echo libdir='${LIBDIR}'
10163 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
10164 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
10165 for ac_var in incroot usrlibdir libdir; do
10166 eval "ac_im_$ac_var=\`\
${MAKE-make} $ac_var 2>/dev
/null |
sed -n 's/^$ac_var=//p'\
`"
10168 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
10169 for ac_extension in a so sl; do
10170 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
10171 test -f "$ac_im_libdir/libX11.$ac_extension"; then
10172 ac_im_usrlibdir=$ac_im_libdir; break
10175 # Screen out bogus values from the imake configuration. They are
10176 # bogus both because they are the default anyway, and because
10177 # using them would break gcc on systems where it needs fixed includes.
10178 case $ac_im_incroot in
10179 /usr/include) ac_x_includes= ;;
10180 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
10182 case $ac_im_usrlibdir in
10183 /usr/lib | /lib) ;;
10184 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
10188 rm -f -r conftest.dir
10191 # Standard set of common directories for X headers.
10192 # Check X11 before X11Rn because it is often a symlink to the current release.
10204 /usr/local/X11/include
10205 /usr/local/X11R6/include
10206 /usr/local/X11R5/include
10207 /usr/local/X11R4/include
10209 /usr/local/include/X11
10210 /usr/local/include/X11R6
10211 /usr/local/include/X11R5
10212 /usr/local/include/X11R4
10216 /usr/XFree86/include/X11
10220 /usr/unsupported/include
10221 /usr/athena/include
10222 /usr/local/x11r5/include
10223 /usr/lpp/Xamples/include
10225 /usr/openwin/include
10226 /usr/openwin/share/include'
10228 if test "$ac_x_includes" = no; then
10229 # Guess where to find include files, by looking for Xlib.h.
10230 # First, try using that file with no special directory specified.
10231 cat >conftest.$ac_ext <<_ACEOF
10234 cat confdefs.h >>conftest.$ac_ext
10235 cat >>conftest.$ac_ext <<_ACEOF
10236 /* end confdefs.h. */
10237 #include <X11/Xlib.h>
10239 if { (ac_try="$ac_cpp conftest.$ac_ext"
10240 case "(($ac_try" in
10241 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10242 *) ac_try_echo
=$ac_try;;
10244 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10245 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
10247 grep -v '^ *+' conftest.er1
>conftest.err
10249 cat conftest.err
>&5
10250 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10251 (exit $ac_status); } >/dev
/null
&& {
10252 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
10253 test ! -s conftest.err
10255 # We can compile using X headers with no special include directory.
10258 echo "$as_me: failed program was:" >&5
10259 sed 's/^/| /' conftest.
$ac_ext >&5
10261 for ac_dir
in $ac_x_header_dirs; do
10262 if test -r "$ac_dir/X11/Xlib.h"; then
10263 ac_x_includes
=$ac_dir
10269 rm -f conftest.err conftest.
$ac_ext
10270 fi # $ac_x_includes = no
10272 if test "$ac_x_libraries" = no
; then
10273 # Check for the libraries.
10274 # See if we find them without any special options.
10275 # Don't add to $LIBS permanently.
10278 cat >conftest.
$ac_ext <<_ACEOF
10281 cat confdefs.h
>>conftest.
$ac_ext
10282 cat >>conftest.
$ac_ext <<_ACEOF
10283 /* end confdefs.h. */
10284 #include <X11/Xlib.h>
10293 rm -f conftest.
$ac_objext conftest
$ac_exeext
10294 if { (ac_try
="$ac_link"
10295 case "(($ac_try" in
10296 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10297 *) ac_try_echo=$ac_try;;
10299 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10300 (eval "$ac_link") 2>conftest.er1
10302 grep -v '^ *+' conftest.er1 >conftest.err
10304 cat conftest.err >&5
10305 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10306 (exit $ac_status); } && {
10307 test -z "$ac_c_werror_flag" ||
10308 test ! -s conftest.err
10309 } && test -s conftest$ac_exeext &&
10310 $as_test_x conftest$ac_exeext; then
10312 # We can link X programs with no special library path.
10315 echo "$as_me: failed program was:" >&5
10316 sed 's/^/| /' conftest.$ac_ext >&5
10319 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" |
sed s
/include
/lib
/g
`
10321 # Don't even attempt the hair of trying to link an X program!
10322 for ac_extension in a so sl; do
10323 if test -r "$ac_dir/libX11.$ac_extension"; then
10324 ac_x_libraries=$ac_dir
10331 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10332 conftest$ac_exeext conftest.$ac_ext
10333 fi # $ac_x_libraries = no
10335 case $ac_x_includes,$ac_x_libraries in #(
10336 no,* | *,no | *\'*)
10337 # Didn't find X, or a directory has "'" in its name.
10338 ac_cv_have_x="have_x=no";; #(
10340 # Record where we found X for the cache.
10341 ac_cv_have_x="have_x=yes\
10342 ac_x_includes='$ac_x_includes'\
10343 ac_x_libraries='$ac_x_libraries'"
10349 eval "$ac_cv_have_x"
10352 if test "$have_x" != yes; then
10353 { echo "$as_me:$LINENO: result: $have_x" >&5
10354 echo "${ECHO_T}$have_x" >&6; }
10357 # If each of the values was on the command line, it overrides each guess.
10358 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
10359 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
10360 # Update the cache value to reflect the command line values.
10361 ac_cv_have_x="have_x=yes\
10362 ac_x_includes='$x_includes'\
10363 ac_x_libraries='$x_libraries'"
10364 { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
10365 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; }
10370 for path in $x_libraries
10372 x_cflags="$x_cflags -L$path"
10375 for path in $x_includes
10377 x_cflags="$x_cflags -I$path"
10380 if test "x-$no_x" = "x-yes" ; then
10382 if test "x-$x11_hidd" != "x-auto" ; then
10383 { { echo "$as_me:$LINENO: error: X11 libs/headers not found, cannot build X11 hidd as requested" >&5
10384 echo "$as_me: error: X11 libs/headers not found, cannot build X11 hidd as requested" >&2;}
10385 { (exit 1); exit 1; }; }
10389 x11_hidd_target=kernel-x11gfx
10392 # Check whether --enable-x11_shm was given.
10393 if test "${enable_x11_shm+set}" = set; then
10394 enableval=$enable_x11_shm; x11_hidd_shm="$enableval"
10396 x11_hidd_shm="auto"
10399 case "x-$x11_hidd_shm" in
10400 x-yes|x-no|x-auto) ;;
10401 *) x11_hidd_shm="auto" ;;
10406 if test "x-$x11_hidd_shm" != "x-no" ; then
10409 for ac_header in sys/ipc.h
10411 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
10412 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10413 { echo "$as_me:$LINENO: checking for $ac_header" >&5
10414 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
10415 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10416 echo $ECHO_N "(cached) $ECHO_C" >&6
10418 ac_res=`eval echo '${'$as_ac_Header'}'`
10419 { echo "$as_me:$LINENO: result: $ac_res" >&5
10420 echo "${ECHO_T}$ac_res" >&6; }
10422 # Is the header compilable?
10423 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
10424 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
10425 cat >conftest.$ac_ext <<_ACEOF
10428 cat confdefs.h >>conftest.$ac_ext
10429 cat >>conftest.$ac_ext <<_ACEOF
10430 /* end confdefs.h. */
10431 $ac_includes_default
10432 #include <$ac_header>
10434 rm -f conftest.$ac_objext
10435 if { (ac_try="$ac_compile"
10436 case "(($ac_try" in
10437 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10438 *) ac_try_echo
=$ac_try;;
10440 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10441 (eval "$ac_compile") 2>conftest.er1
10443 grep -v '^ *+' conftest.er1
>conftest.err
10445 cat conftest.err
>&5
10446 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10447 (exit $ac_status); } && {
10448 test -z "$ac_c_werror_flag" ||
10449 test ! -s conftest.err
10450 } && test -s conftest.
$ac_objext; then
10451 ac_header_compiler
=yes
10453 echo "$as_me: failed program was:" >&5
10454 sed 's/^/| /' conftest.
$ac_ext >&5
10456 ac_header_compiler
=no
10459 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10460 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
10461 echo "${ECHO_T}$ac_header_compiler" >&6; }
10463 # Is the header present?
10464 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
10465 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
10466 cat >conftest.
$ac_ext <<_ACEOF
10469 cat confdefs.h
>>conftest.
$ac_ext
10470 cat >>conftest.
$ac_ext <<_ACEOF
10471 /* end confdefs.h. */
10472 #include <$ac_header>
10474 if { (ac_try
="$ac_cpp conftest.$ac_ext"
10475 case "(($ac_try" in
10476 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10477 *) ac_try_echo=$ac_try;;
10479 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10480 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
10482 grep -v '^ *+' conftest.er1 >conftest.err
10484 cat conftest.err >&5
10485 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10486 (exit $ac_status); } >/dev/null && {
10487 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
10488 test ! -s conftest.err
10490 ac_header_preproc=yes
10492 echo "$as_me: failed program was:" >&5
10493 sed 's/^/| /' conftest.$ac_ext >&5
10495 ac_header_preproc=no
10498 rm -f conftest.err conftest.$ac_ext
10499 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10500 echo "${ECHO_T}$ac_header_preproc" >&6; }
10502 # So? What about this header?
10503 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
10505 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
10506 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
10507 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
10508 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
10509 ac_header_preproc=yes
10512 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
10513 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
10514 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
10515 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
10516 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
10517 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
10518 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
10519 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
10520 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
10521 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
10522 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
10523 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
10527 { echo "$as_me:$LINENO: checking for $ac_header" >&5
10528 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
10529 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10530 echo $ECHO_N "(cached) $ECHO_C" >&6
10532 eval "$as_ac_Header=\$ac_header_preproc"
10534 ac_res=`eval echo '${'$as_ac_Header'}'`
10535 { echo "$as_me:$LINENO: result: $ac_res" >&5
10536 echo "${ECHO_T}$ac_res" >&6; }
10539 if test `eval echo '${'$as_ac_Header'}'` = yes; then
10540 cat >>confdefs.h <<_ACEOF
10541 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
10549 for ac_header in sys/shm.h
10551 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
10552 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10553 { echo "$as_me:$LINENO: checking for $ac_header" >&5
10554 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
10555 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10556 echo $ECHO_N "(cached) $ECHO_C" >&6
10558 ac_res=`eval echo '${'$as_ac_Header'}'`
10559 { echo "$as_me:$LINENO: result: $ac_res" >&5
10560 echo "${ECHO_T}$ac_res" >&6; }
10562 # Is the header compilable?
10563 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
10564 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
10565 cat >conftest.$ac_ext <<_ACEOF
10568 cat confdefs.h >>conftest.$ac_ext
10569 cat >>conftest.$ac_ext <<_ACEOF
10570 /* end confdefs.h. */
10571 $ac_includes_default
10572 #include <$ac_header>
10574 rm -f conftest.$ac_objext
10575 if { (ac_try="$ac_compile"
10576 case "(($ac_try" in
10577 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10578 *) ac_try_echo
=$ac_try;;
10580 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10581 (eval "$ac_compile") 2>conftest.er1
10583 grep -v '^ *+' conftest.er1
>conftest.err
10585 cat conftest.err
>&5
10586 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10587 (exit $ac_status); } && {
10588 test -z "$ac_c_werror_flag" ||
10589 test ! -s conftest.err
10590 } && test -s conftest.
$ac_objext; then
10591 ac_header_compiler
=yes
10593 echo "$as_me: failed program was:" >&5
10594 sed 's/^/| /' conftest.
$ac_ext >&5
10596 ac_header_compiler
=no
10599 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10600 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
10601 echo "${ECHO_T}$ac_header_compiler" >&6; }
10603 # Is the header present?
10604 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
10605 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
10606 cat >conftest.
$ac_ext <<_ACEOF
10609 cat confdefs.h
>>conftest.
$ac_ext
10610 cat >>conftest.
$ac_ext <<_ACEOF
10611 /* end confdefs.h. */
10612 #include <$ac_header>
10614 if { (ac_try
="$ac_cpp conftest.$ac_ext"
10615 case "(($ac_try" in
10616 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10617 *) ac_try_echo=$ac_try;;
10619 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10620 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
10622 grep -v '^ *+' conftest.er1 >conftest.err
10624 cat conftest.err >&5
10625 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10626 (exit $ac_status); } >/dev/null && {
10627 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
10628 test ! -s conftest.err
10630 ac_header_preproc=yes
10632 echo "$as_me: failed program was:" >&5
10633 sed 's/^/| /' conftest.$ac_ext >&5
10635 ac_header_preproc=no
10638 rm -f conftest.err conftest.$ac_ext
10639 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10640 echo "${ECHO_T}$ac_header_preproc" >&6; }
10642 # So? What about this header?
10643 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
10645 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
10646 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
10647 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
10648 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
10649 ac_header_preproc=yes
10652 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
10653 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
10654 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
10655 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
10656 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
10657 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
10658 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
10659 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
10660 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
10661 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
10662 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
10663 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
10667 { echo "$as_me:$LINENO: checking for $ac_header" >&5
10668 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
10669 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10670 echo $ECHO_N "(cached) $ECHO_C" >&6
10672 eval "$as_ac_Header=\$ac_header_preproc"
10674 ac_res=`eval echo '${'$as_ac_Header'}'`
10675 { echo "$as_me:$LINENO: result: $ac_res" >&5
10676 echo "${ECHO_T}$ac_res" >&6; }
10679 if test `eval echo '${'$as_ac_Header'}'` = yes; then
10680 cat >>confdefs.h <<_ACEOF
10681 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
10689 if test "x-$ac_cv_header_sys_ipc_h" = "x-yes" -a "x-$ac_cv_header_sys_shm_h" = "x-yes" ; then
10691 save_cflags="$CFLAGS"
10692 CFLAGS="$CFLAGS $x_cflags"
10693 { echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10694 echo $ECHO_N "checking for XShmQueryExtension in -lXext... $ECHO_C" >&6; }
10695 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10696 echo $ECHO_N "(cached) $ECHO_C" >&6
10698 ac_check_lib_save_LIBS=$LIBS
10699 LIBS="-lXext $LIBS"
10700 cat >conftest.$ac_ext <<_ACEOF
10703 cat confdefs.h >>conftest.$ac_ext
10704 cat >>conftest.$ac_ext <<_ACEOF
10705 /* end confdefs.h. */
10707 /* Override any GCC internal prototype to avoid an error.
10708 Use char because int might match the return type of a GCC
10709 builtin and then its argument prototype would still apply. */
10713 char XShmQueryExtension ();
10717 return XShmQueryExtension ();
10722 rm -f conftest.$ac_objext conftest$ac_exeext
10723 if { (ac_try="$ac_link"
10724 case "(($ac_try" in
10725 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10726 *) ac_try_echo
=$ac_try;;
10728 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10729 (eval "$ac_link") 2>conftest.er1
10731 grep -v '^ *+' conftest.er1
>conftest.err
10733 cat conftest.err
>&5
10734 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10735 (exit $ac_status); } && {
10736 test -z "$ac_c_werror_flag" ||
10737 test ! -s conftest.err
10738 } && test -s conftest
$ac_exeext &&
10739 $as_test_x conftest
$ac_exeext; then
10740 ac_cv_lib_Xext_XShmQueryExtension
=yes
10742 echo "$as_me: failed program was:" >&5
10743 sed 's/^/| /' conftest.
$ac_ext >&5
10745 ac_cv_lib_Xext_XShmQueryExtension
=no
10748 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
10749 conftest
$ac_exeext conftest.
$ac_ext
10750 LIBS
=$ac_check_lib_save_LIBS
10752 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10753 echo "${ECHO_T}$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10754 if test $ac_cv_lib_Xext_XShmQueryExtension = yes; then
10758 CFLAGS
="$save_cflags"
10762 if test "x-$have_xshm" = "x-yes" ; then
10763 DO_XSHM_SUPPORT
="1"
10764 elif test "x-$x11_hidd_shm" = "x-yes" ; then
10765 { { echo "$as_me:$LINENO: error: X11 has no support for shared memory, cannot enable it as requested" >&5
10766 echo "$as_me: error: X11 has no support for shared memory, cannot enable it as requested" >&2;}
10767 { (exit 1); exit 1; }; }
10769 DO_XSHM_SUPPORT
="0"
10773 # Check whether --enable-x11_vidmode was given.
10774 if test "${enable_x11_vidmode+set}" = set; then
10775 enableval
=$enable_x11_vidmode; x11_hidd_vidmode
="$enableval"
10777 x11_hidd_vidmode
="auto"
10780 case "x-$x11_hidd_vidmode" in
10781 x-yes|x-no|x-auto
) ;;
10782 *) x11_hidd_vidmode
="auto" ;;
10787 if test "x-$x11_hidd_vidmode" != "x-no" ; then
10789 save_cflags
="$CFLAGS"
10790 CFLAGS
="$CFLAGS $x_cflags"
10791 { echo "$as_me:$LINENO: checking for XF86VidModeQueryExtension in -lXxf86vm" >&5
10792 echo $ECHO_N "checking for XF86VidModeQueryExtension in -lXxf86vm... $ECHO_C" >&6; }
10793 if test "${ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension+set}" = set; then
10794 echo $ECHO_N "(cached) $ECHO_C" >&6
10796 ac_check_lib_save_LIBS
=$LIBS
10797 LIBS
="-lXxf86vm $LIBS"
10798 cat >conftest.
$ac_ext <<_ACEOF
10801 cat confdefs.h
>>conftest.
$ac_ext
10802 cat >>conftest.
$ac_ext <<_ACEOF
10803 /* end confdefs.h. */
10805 /* Override any GCC internal prototype to avoid an error.
10806 Use char because int might match the return type of a GCC
10807 builtin and then its argument prototype would still apply. */
10811 char XF86VidModeQueryExtension ();
10815 return XF86VidModeQueryExtension ();
10820 rm -f conftest.
$ac_objext conftest
$ac_exeext
10821 if { (ac_try
="$ac_link"
10822 case "(($ac_try" in
10823 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10824 *) ac_try_echo=$ac_try;;
10826 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10827 (eval "$ac_link") 2>conftest.er1
10829 grep -v '^ *+' conftest.er1 >conftest.err
10831 cat conftest.err >&5
10832 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10833 (exit $ac_status); } && {
10834 test -z "$ac_c_werror_flag" ||
10835 test ! -s conftest.err
10836 } && test -s conftest$ac_exeext &&
10837 $as_test_x conftest$ac_exeext; then
10838 ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension=yes
10840 echo "$as_me: failed program was:" >&5
10841 sed 's/^/| /' conftest.$ac_ext >&5
10843 ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension=no
10846 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10847 conftest$ac_exeext conftest.$ac_ext
10848 LIBS=$ac_check_lib_save_LIBS
10850 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension" >&5
10851 echo "${ECHO_T}$ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension" >&6; }
10852 if test $ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension = yes; then
10856 CFLAGS="$save_cflags"
10859 if test "x-$have_vidmode" = "x-yes" ; then
10860 DO_VIDMODE_SUPPORT="1"
10861 elif test "x-$x11_hidd_vidmode" = "x-yes" ; then
10862 { { echo "$as_me:$LINENO: error: X11 vidmode extension not available, cannot enable it as requested" >&5
10863 echo "$as_me: error: X11 vidmode extension not available, cannot enable it as requested" >&2;}
10864 { (exit 1); exit 1; }; }
10866 DO_VIDMODE_SUPPORT="0"
10870 aros_host_x11_includes=$x_includes
10871 aros_host_x11_libdirs=$x_libraries
10875 # Check whether --enable-sdl_hidd was given.
10876 if test "${enable_sdl_hidd+set}" = set; then
10877 enableval=$enable_sdl_hidd; sdl_hidd="$enableval"
10882 case "x-$sdl_hidd" in
10883 x-yes|x-no|x-auto) ;;
10884 *) sdl_hidd="auto" ;;
10887 if test "x-$sdl_hidd" != "x-no" ; then
10890 # Check whether --with-sdl-prefix was given.
10891 if test "${with_sdl_prefix+set}" = set; then
10892 withval=$with_sdl_prefix; sdl_prefix="$withval"
10898 # Check whether --with-sdl-exec-prefix was given.
10899 if test "${with_sdl_exec_prefix+set}" = set; then
10900 withval=$with_sdl_exec_prefix; sdl_exec_prefix="$withval"
10905 # Check whether --enable-sdltest was given.
10906 if test "${enable_sdltest+set}" = set; then
10907 enableval=$enable_sdltest;
10913 if test x$sdl_exec_prefix != x ; then
10914 sdl_args="$sdl_args --exec-prefix=$sdl_exec_prefix"
10915 if test x${SDL_CONFIG+set} != xset ; then
10916 SDL_CONFIG=$sdl_exec_prefix/bin/sdl-config
10919 if test x$sdl_prefix != x ; then
10920 sdl_args="$sdl_args --prefix=$sdl_prefix"
10921 if test x${SDL_CONFIG+set} != xset ; then
10922 SDL_CONFIG=$sdl_prefix/bin/sdl-config
10926 if test "x$prefix" != xNONE; then
10927 PATH="$prefix/bin:$prefix/usr/bin:$PATH"
10929 # Extract the first word of "sdl-config", so it can be a program name with args.
10930 set dummy sdl-config; ac_word=$2
10931 { echo "$as_me:$LINENO: checking for $ac_word" >&5
10932 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
10933 if test "${ac_cv_path_SDL_CONFIG+set}" = set; then
10934 echo $ECHO_N "(cached) $ECHO_C" >&6
10936 case $SDL_CONFIG in
10938 ac_cv_path_SDL_CONFIG="$SDL_CONFIG" # Let the user override the test with a path.
10941 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10942 for as_dir in $PATH
10945 test -z "$as_dir" && as_dir=.
10946 for ac_exec_ext in '' $ac_executable_extensions; do
10947 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10948 ac_cv_path_SDL_CONFIG="$as_dir/$ac_word$ac_exec_ext"
10949 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10956 test -z "$ac_cv_path_SDL_CONFIG" && ac_cv_path_SDL_CONFIG="no"
10960 SDL_CONFIG=$ac_cv_path_SDL_CONFIG
10961 if test -n "$SDL_CONFIG"; then
10962 { echo "$as_me:$LINENO: result: $SDL_CONFIG" >&5
10963 echo "${ECHO_T}$SDL_CONFIG" >&6; }
10965 { echo "$as_me:$LINENO: result: no" >&5
10966 echo "${ECHO_T}no" >&6; }
10970 min_sdl_version=1.2.10
10971 { echo "$as_me:$LINENO: checking for SDL - version >= $min_sdl_version" >&5
10972 echo $ECHO_N "checking for SDL - version >= $min_sdl_version... $ECHO_C" >&6; }
10974 if test "$SDL_CONFIG" = "no" ; then
10977 SDL_CFLAGS=`$SDL_CONFIG $sdlconf_args --cflags`
10978 SDL_LIBS=`$SDL_CONFIG $sdlconf_args --libs`
10980 sdl_major_version=`$SDL_CONFIG $sdl_args --version | \
10981 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
10982 sdl_minor_version=`$SDL_CONFIG $sdl_args --version | \
10983 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
10984 sdl_micro_version=`$SDL_CONFIG $sdl_config_args --version | \
10985 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
10986 if test "x$enable_sdltest" = "xyes" ; then
10987 ac_save_CFLAGS="$CFLAGS"
10988 ac_save_CXXFLAGS="$CXXFLAGS"
10989 ac_save_LIBS="$LIBS"
10990 CFLAGS="$CFLAGS $SDL_CFLAGS"
10991 CXXFLAGS="$CXXFLAGS $SDL_CFLAGS"
10992 LIBS="$LIBS $SDL_LIBS"
10994 if test "$cross_compiling" = yes; then
10995 echo $ac_n "cross compiling; assumed OK... $ac_c"
10997 cat >conftest.$ac_ext <<_ACEOF
11000 cat confdefs.h >>conftest.$ac_ext
11001 cat >>conftest.$ac_ext <<_ACEOF
11002 /* end confdefs.h. */
11005 #include <stdlib.h>
11006 #include <string.h>
11010 my_strdup (char *str)
11016 new_str = (char *)malloc ((strlen (str) + 1) * sizeof(char));
11017 strcpy (new_str, str);
11025 int main (int argc, char *argv[])
11027 int major, minor, micro;
11030 /* This hangs on some systems (?)
11031 system ("touch conf.sdltest");
11033 { FILE *fp = fopen("conf.sdltest", "a"); if ( fp ) fclose(fp); }
11035 /* HP/UX 9 (%@#!) writes to sscanf strings */
11036 tmp_version = my_strdup("$min_sdl_version");
11037 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) {
11038 printf("%s, bad version string\n", "$min_sdl_version");
11042 if (($sdl_major_version > major) ||
11043 (($sdl_major_version == major) && ($sdl_minor_version > minor)) ||
11044 (($sdl_major_version == major) && ($sdl_minor_version == minor) && ($sdl_micro_version >= micro)))
11050 printf("\n*** 'sdl-config --version' returned %d.%d.%d, but the minimum version\n", $sdl_major_version, $sdl_minor_version, $sdl_micro_version);
11051 printf("*** of SDL required is %d.%d.%d. If sdl-config is correct, then it is\n", major, minor, micro);
11052 printf("*** best to upgrade to the required version.\n");
11053 printf("*** If sdl-config was wrong, set the environment variable SDL_CONFIG\n");
11054 printf("*** to point to the correct copy of sdl-config, and remove the file\n");
11055 printf("*** config.cache before re-running configure\n");
11062 rm -f conftest$ac_exeext
11063 if { (ac_try="$ac_link"
11064 case "(($ac_try" in
11065 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11066 *) ac_try_echo
=$ac_try;;
11068 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11069 (eval "$ac_link") 2>&5
11071 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11072 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
11073 { (case "(($ac_try" in
11074 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11075 *) ac_try_echo=$ac_try;;
11077 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11078 (eval "$ac_try") 2>&5
11080 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11081 (exit $ac_status); }; }; then
11084 echo "$as_me: program exited with status $ac_status" >&5
11085 echo "$as_me: failed program was:" >&5
11086 sed 's/^/| /' conftest.$ac_ext >&5
11088 ( exit $ac_status )
11091 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11095 CFLAGS="$ac_save_CFLAGS"
11096 CXXFLAGS="$ac_save_CXXFLAGS"
11097 LIBS="$ac_save_LIBS"
11100 if test "x$no_sdl" = x ; then
11101 { echo "$as_me:$LINENO: result: yes" >&5
11102 echo "${ECHO_T}yes" >&6; }
11105 { echo "$as_me:$LINENO: result: no" >&5
11106 echo "${ECHO_T}no" >&6; }
11107 if test "$SDL_CONFIG" = "no" ; then
11108 echo "*** The sdl-config script installed by SDL could not be found"
11109 echo "*** If SDL was installed in PREFIX, make sure PREFIX/bin is in"
11110 echo "*** your path, or set the SDL_CONFIG environment variable to the"
11111 echo "*** full path to sdl-config."
11113 if test -f conf.sdltest ; then
11116 echo "*** Could not run SDL test program, checking why..."
11117 CFLAGS="$CFLAGS $SDL_CFLAGS"
11118 CXXFLAGS="$CXXFLAGS $SDL_CFLAGS"
11119 LIBS="$LIBS $SDL_LIBS"
11120 cat >conftest.$ac_ext <<_ACEOF
11123 cat confdefs.h >>conftest.$ac_ext
11124 cat >>conftest.$ac_ext <<_ACEOF
11125 /* end confdefs.h. */
11130 int main(int argc, char *argv[])
11133 #define main K_and_R_C_main
11143 rm -f conftest.$ac_objext conftest$ac_exeext
11144 if { (ac_try="$ac_link"
11145 case "(($ac_try" in
11146 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11147 *) ac_try_echo
=$ac_try;;
11149 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11150 (eval "$ac_link") 2>conftest.er1
11152 grep -v '^ *+' conftest.er1
>conftest.err
11154 cat conftest.err
>&5
11155 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11156 (exit $ac_status); } && {
11157 test -z "$ac_c_werror_flag" ||
11158 test ! -s conftest.err
11159 } && test -s conftest
$ac_exeext &&
11160 $as_test_x conftest
$ac_exeext; then
11161 echo "*** The test program compiled, but did not run. This usually means"
11162 echo "*** that the run-time linker is not finding SDL or finding the wrong"
11163 echo "*** version of SDL. If it is not finding SDL, you'll need to set your"
11164 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
11165 echo "*** to the installed location Also, make sure you have run ldconfig if that"
11166 echo "*** is required on your system"
11168 echo "*** If you have an old version installed, it is best to remove it, although"
11169 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
11171 echo "$as_me: failed program was:" >&5
11172 sed 's/^/| /' conftest.
$ac_ext >&5
11174 echo "*** The test program failed to compile or link. See the file config.log for the"
11175 echo "*** exact error that occured. This usually means SDL was incorrectly installed"
11176 echo "*** or that you have moved SDL since it was installed. In the latter case, you"
11177 echo "*** may want to edit the sdl-config script: $SDL_CONFIG"
11180 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
11181 conftest
$ac_exeext conftest.
$ac_ext
11182 CFLAGS
="$ac_save_CFLAGS"
11183 CXXFLAGS
="$ac_save_CXXFLAGS"
11184 LIBS
="$ac_save_LIBS"
11196 if test "x-$have_sdl" != "x-yes" ; then
11198 if test "x-$sdl_hidd" != "x-auto" ; then
11199 { { echo "$as_me:$LINENO: error: SDL libs/headers not found, cannot build SDL hidd as requested" >&5
11200 echo "$as_me: error: SDL libs/headers not found, cannot build SDL hidd as requested" >&2;}
11201 { (exit 1); exit 1; }; }
11205 sdl_hidd_target
=kernel-hidd-sdl
11206 aros_host_sdl_cflags
=SDL_CFLAGS
11207 aros_host_sdl_libs
=SDL_LIBS
11214 { echo "$as_me:$LINENO: checking if building of dbus.library is enabled" >&5
11215 echo $ECHO_N "checking if building of dbus.library is enabled... $ECHO_C" >&6; }
11216 # Check whether --enable-dbus was given.
11217 if test "${enable_dbus+set}" = set; then
11218 enableval
=$enable_dbus; dbus
="yes"
11223 if test "$dbus" = "yes" ; then
11225 DBUS_CFLAGS
=`pkg-config --cflags dbus-1`
11226 DBUS_LIBFLAGS
=`pkg-config --libs dbus-1`
11227 KERNEL_DBUS_KOBJ
=kernel-dbus-kobj
11228 KERNEL_DBUS_INCLUDES
=kernel-dbus-includes
11232 { echo "$as_me:$LINENO: result: $dbus" >&5
11233 echo "${ECHO_T}$dbus" >&6; }
11321 # Native version related
11325 # Palm native version related
11328 # Unix/Hosted version related
11344 # Collect-aros stuff: "-ius" to ignore undefined symbols
11347 # C compiler related
11350 case "$aros_flavour" in
11351 emulation
) aros_flavour_uc
="AROS_FLAVOUR_EMULATION"
11352 aros_flavour
="emulation" ;;
11353 emulcompat
) aros_flavour_uc
="(AROS_FLAVOUR_EMULATION|AROS_FLAVOUR_BINCOMPAT)"
11354 aros_flavour
="emulation" ;;
11355 standalone
) aros_flavour_uc
="AROS_FLAVOUR_STANDALONE"
11356 aros_flavour
="standalone";;
11357 native
) aros_flavour_uc
="AROS_FLAVOUR_NATIVE"
11358 aros_flavour
="native" ;;
11359 nativecompat
) aros_flavour_uc
="(AROS_FLAVOUR_NATIVE|AROS_FLAVOUR_BINCOMPAT)"
11360 aros_flavour
="native" ;;
11361 linklib
) aros_flavour_uc
="AROS_FLAVOUR_LINKLIB"
11362 aros_flavour
="linklib" ;;
11363 palmnative
) aros_flavour_uc
="(AROS_FLAVOUR_STANDALONE|AROS_FLAVOUR_EMULATION)"
11364 aros_flavour
="palmnative" ;;
11365 mac68knative
) aros_flavour_uc
="(AROS_FLAVOUR_STANDALONE|AROS_FLAVOUR_EMULATION)"
11366 aros_flavour
="mac68knative" ;;
11367 ppcnative
) aros_flavour_uc
="(AROS_FLAVOUR_NATIVE|AROS_FLAVOUR_BINCOMPAT)"
11368 aros_flavour
="ppcnative" ;;
11371 if test ! -d ${aros_inc_dir} ; then
11372 ${MKDIR} ${aros_inc_dir}
11374 if test ! -d ${aros_geninc_dir} ; then
11375 ${MKDIR} ${aros_geninc_dir}
11377 if test ! -d ${aros_hostcfg_dir} ; then
11378 ${MKDIR} ${aros_hostcfg_dir}
11380 if test ! -d ${aros_targetcfg_dir} ; then
11381 ${MKDIR} ${aros_targetcfg_dir}
11383 if test ! -d ${aros_tools_dir} ; then
11384 ${MKDIR} ${aros_tools_dir}
11386 if test ! -d ${aros_scripts_dir} ; then
11387 ${MKDIR} ${aros_scripts_dir}
11390 ac_config_headers
="$ac_config_headers ${aros_geninc_dir}/host-conf.h:config/host-conf.h.in"
11393 ac_config_commands
="$ac_config_commands compiler_executable"
11395 ac_config_commands
="$ac_config_commands genshared_executable"
11397 ac_config_commands
="$ac_config_commands genmf_executable"
11399 ac_config_commands
="$ac_config_commands adflib_myaros.conf_executable"
11402 ac_config_files
="$ac_config_files Makefile rom/mmakefile ${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"
11405 cat >confcache
<<\_ACEOF
11406 # This file is a shell script that caches the results of configure
11407 # tests run on this system so they can be shared between configure
11408 # scripts and configure runs, see configure's option --config-cache.
11409 # It is not useful on other systems. If it contains results you don't
11410 # want to keep, you may remove or edit it.
11412 # config.status only pays attention to the cache file if you give it
11413 # the --recheck option to rerun configure.
11415 # `ac_cv_env_foo' variables (set or unset) will be overridden when
11416 # loading this file, other *unset* `ac_cv_foo' will be assigned the
11417 # following values.
11421 # The following way of writing the cache mishandles newlines in values,
11422 # but we know of no workaround that is simple, portable, and efficient.
11423 # So, we kill variables containing newlines.
11424 # Ultrix sh set writes to stderr and can't be redirected directly,
11425 # and sets the high bit in the cache file unless we assign to the vars.
11427 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
11428 eval ac_val
=\$
$ac_var
11432 *_cv_
*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
11433 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
11436 _ | IFS | as_nl
) ;; #(
11437 *) $as_unset $ac_var ;;
11443 case $as_nl`(ac_space=' '; set) 2>&1` in #(
11444 *${as_nl}ac_space
=\
*)
11445 # `set' does not quote correctly, so add quotes (double-quote
11446 # substitution turns \\\\ into \\, and sed turns \\ into \).
11449 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
11452 # `set' quotes correctly as required by POSIX, so do not add quotes.
11453 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
11462 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
11464 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
11466 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
11467 if test -w "$cache_file"; then
11468 test "x$cache_file" != "x/dev/null" &&
11469 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
11470 echo "$as_me: updating cache $cache_file" >&6;}
11471 cat confcache
>$cache_file
11473 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
11474 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
11479 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
11480 # Let make expand exec_prefix.
11481 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
11483 DEFS
=-DHAVE_CONFIG_H
11487 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
11488 # 1. Remove the extension, and $U if already installed.
11489 ac_script
='s/\$U\././;s/\.o$//;s/\.obj$//'
11490 ac_i
=`echo "$ac_i" | sed "$ac_script"`
11491 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
11492 # will be set to the directory where LIBOBJS objects are built.
11493 ac_libobjs
="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
11494 ac_ltlibobjs
="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
11496 LIBOBJS
=$ac_libobjs
11498 LTLIBOBJS
=$ac_ltlibobjs
11502 : ${CONFIG_STATUS=./config.status}
11503 ac_clean_files_save
=$ac_clean_files
11504 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
11505 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
11506 echo "$as_me: creating $CONFIG_STATUS" >&6;}
11507 cat >$CONFIG_STATUS <<_ACEOF
11509 # Generated by $as_me.
11510 # Run this file to recreate the current configuration.
11511 # Compiler output produced by configure, useful for debugging
11512 # configure, is in config.log if it exists.
11515 ac_cs_recheck=false
11517 SHELL=\${CONFIG_SHELL-$SHELL}
11520 cat >>$CONFIG_STATUS <<\_ACEOF
11521 ## --------------------- ##
11522 ## M4sh Initialization. ##
11523 ## --------------------- ##
11525 # Be more Bourne compatible
11526 DUALCASE
=1; export DUALCASE
# for MKS sh
11527 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
11530 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
11531 # is contrary to our usage. Disable this feature.
11532 alias -g '${1+"$@"}'='"$@"'
11533 setopt NO_GLOB_SUBST
11535 case `(set -o) 2>/dev/null` in
11536 *posix
*) set -o posix
;;
11545 # Avoid depending upon Character Ranges.
11546 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
11547 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
11548 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
11549 as_cr_digits
='0123456789'
11550 as_cr_alnum
=$as_cr_Letters$as_cr_digits
11552 # The user is always right.
11553 if test "${PATH_SEPARATOR+set}" != set; then
11554 echo "#! /bin/sh" >conf$$.sh
11555 echo "exit 0" >>conf$$.sh
11557 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
11565 # Support unset when possible.
11566 if ( (MAIL
=60; unset MAIL
) ||
exit) >/dev
/null
2>&1; then
11574 # We need space, tab and new line, in precisely that order. Quoting is
11575 # there to prevent editors from complaining about space-tab.
11576 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
11577 # splitting by setting IFS to empty value.)
11582 # Find who we are. Look in the path if we contain no directory separator.
11584 *[\\/]* ) as_myself
=$0 ;;
11585 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
11586 for as_dir
in $PATH
11589 test -z "$as_dir" && as_dir
=.
11590 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
11596 # We did not find ourselves, most probably we were run as `sh COMMAND'
11597 # in which case we are not to be found in the path.
11598 if test "x$as_myself" = x
; then
11601 if test ! -f "$as_myself"; then
11602 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
11603 { (exit 1); exit 1; }
11606 # Work around bugs in pre-3.0 UWIN ksh.
11607 for as_var
in ENV MAIL MAILPATH
11608 do ($as_unset $as_var) >/dev
/null
2>&1 && $as_unset $as_var
11616 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
11617 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
11618 LC_TELEPHONE LC_TIME
11620 if (set +x
; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
11621 eval $as_var=C
; export $as_var
11623 ($as_unset $as_var) >/dev
/null
2>&1 && $as_unset $as_var
11627 # Required to use basename.
11628 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
11629 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
11635 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
11636 as_basename
=basename
11642 # Name of the executable.
11643 as_me
=`$as_basename -- "$0" ||
11644 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
11645 X"$0" : 'X\(//\)$' \| \
11646 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
11648 sed '/^.*\/\([^/][^/]*\)\/*$/{
11667 as_lineno_1
=$LINENO
11668 as_lineno_2
=$LINENO
11669 test "x$as_lineno_1" != "x$as_lineno_2" &&
11670 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" ||
{
11672 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
11673 # uniformly replaced by the line number. The first 'sed' inserts a
11674 # line-number line after each line using $LINENO; the second 'sed'
11675 # does the real work. The second script uses 'N' to pair each
11676 # line-number line with the line containing $LINENO, and appends
11677 # trailing '-' during substitution so that $LINENO is not a special
11678 # case at line end.
11679 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
11680 # scripts with optimization help from Paolo Bonzini. Blame Lee
11681 # E. McMahon (1931-1989) for sed's syntax. :-)
11693 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
11696 ' >$as_me.lineno
&&
11697 chmod +x
"$as_me.lineno" ||
11698 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
11699 { (exit 1); exit 1; }; }
11701 # Don't try to exec as it changes $[0], causing all sort of problems
11702 # (the dirname of $[0] is not the place where we might find the
11703 # original and so on. Autoconf is especially sensitive to this).
11704 .
"./$as_me.lineno"
11705 # Exit status is that of the last command.
11710 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
11716 ECHO_C
= ECHO_N
= ECHO_T
=
11717 case `echo -n x` in
11719 case `echo 'x\c'` in
11720 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
11727 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
11728 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
11734 rm -f conf$$ conf$$.exe conf$$.
file
11735 if test -d conf$$.dir
; then
11736 rm -f conf$$.dir
/conf$$.
file
11742 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
11744 # ... but there are two gotchas:
11745 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
11746 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
11747 # In both cases, we have to default to `cp -p'.
11748 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
11750 elif ln conf$$.
file conf$$
2>/dev
/null
; then
11755 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
11756 rmdir conf$$.dir
2>/dev
/null
11758 if mkdir
-p .
2>/dev
/null
; then
11761 test -d .
/-p && rmdir .
/-p
11765 if test -x / >/dev
/null
2>&1; then
11766 as_test_x
='test -x'
11768 if ls -dL / >/dev
/null
2>&1; then
11775 if test -d "$1"; then
11781 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
11782 ???[sx]*):;;*)false;;esac;fi
11786 as_executable_p
=$as_test_x
11788 # Sed expression to map a string onto a valid CPP name.
11789 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
11791 # Sed expression to map a string onto a valid variable name.
11792 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
11797 # Save the log message, to keep $[0] and so on meaningful, and to
11798 # report actual input values of CONFIG_FILES etc. instead of their
11799 # values after options handling.
11801 This file was extended by $as_me, which was
11802 generated by GNU Autoconf 2.61. Invocation command line was
11804 CONFIG_FILES = $CONFIG_FILES
11805 CONFIG_HEADERS = $CONFIG_HEADERS
11806 CONFIG_LINKS = $CONFIG_LINKS
11807 CONFIG_COMMANDS = $CONFIG_COMMANDS
11810 on `(hostname || uname -n) 2>/dev/null | sed 1q`
11815 cat >>$CONFIG_STATUS <<_ACEOF
11816 # Files that config.status was made for.
11817 config_files="$ac_config_files"
11818 config_headers="$ac_config_headers"
11819 config_commands="$ac_config_commands"
11823 cat >>$CONFIG_STATUS <<\_ACEOF
11825 \`$as_me' instantiates files from templates according to the
11826 current configuration.
11828 Usage: $0 [OPTIONS] [FILE]...
11830 -h, --help print this help, then exit
11831 -V, --version print version number and configuration settings, then exit
11832 -q, --quiet do not print progress messages
11833 -d, --debug don't remove temporary files
11834 --recheck update $as_me by reconfiguring in the same conditions
11835 --file=FILE[:TEMPLATE]
11836 instantiate the configuration file FILE
11837 --header=FILE[:TEMPLATE]
11838 instantiate the configuration header FILE
11840 Configuration files:
11843 Configuration headers:
11846 Configuration commands:
11849 Report bugs to <bug-autoconf@gnu.org>."
11852 cat >>$CONFIG_STATUS <<_ACEOF
11855 configured by $0, generated by GNU Autoconf 2.61,
11856 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
11858 Copyright (C) 2006 Free Software Foundation, Inc.
11859 This config.status script is free software; the Free Software Foundation
11860 gives unlimited permission to copy, distribute and modify it."
11866 cat >>$CONFIG_STATUS <<\_ACEOF
11867 # If no file are specified by the user, then we need to provide default
11868 # value. By we need to know if files were specified by the user.
11874 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
11875 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
11886 # Handling of the options.
11887 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
11889 --version |
--versio |
--versi |
--vers |
--ver |
--ve |
--v |
-V )
11890 echo "$ac_cs_version"; exit ;;
11891 --debug |
--debu |
--deb |
--de |
--d |
-d )
11893 --file |
--fil |
--fi |
--f )
11895 CONFIG_FILES
="$CONFIG_FILES $ac_optarg"
11896 ac_need_defaults
=false
;;
11897 --header |
--heade |
--head |
--hea )
11899 CONFIG_HEADERS
="$CONFIG_HEADERS $ac_optarg"
11900 ac_need_defaults
=false
;;
11902 # Conflict between --help and --header
11903 { echo "$as_me: error: ambiguous option: $1
11904 Try \`$0 --help' for more information." >&2
11905 { (exit 1); exit 1; }; };;
11906 --help |
--hel |
-h )
11907 echo "$ac_cs_usage"; exit ;;
11908 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
11909 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
11912 # This is an error.
11913 -*) { echo "$as_me: error: unrecognized option: $1
11914 Try \`$0 --help' for more information." >&2
11915 { (exit 1); exit 1; }; } ;;
11917 *) ac_config_targets
="$ac_config_targets $1"
11918 ac_need_defaults
=false
;;
11924 ac_configure_extra_args
=
11926 if $ac_cs_silent; then
11928 ac_configure_extra_args
="$ac_configure_extra_args --silent"
11932 cat >>$CONFIG_STATUS <<_ACEOF
11933 if \$ac_cs_recheck; then
11934 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
11935 CONFIG_SHELL=$SHELL
11936 export CONFIG_SHELL
11937 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
11941 cat >>$CONFIG_STATUS <<\_ACEOF
11945 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
11946 ## Running $as_me. ##
11952 cat >>$CONFIG_STATUS <<_ACEOF
11957 aros_tools_dir=${aros_tools_dir}
11958 aros_target_cpu=${aros_target_cpu}
11959 aros_target_arch=${aros_target_arch}
11960 aros_target_suffix=${aros_target_suffix}
11961 aros_target_nm_ln=${aros_target_nm_ln}
11962 aros_target_as_ln=${aros_target_as_ln}
11963 aros_target_ar_ln=${aros_target_ar_ln}
11964 aros_target_ranlib_ln=${aros_target_ranlib_ln}
11965 aros_target_objdump_ln=${aros_target_objdump_ln}
11966 aros_target_objcopy_ln=${aros_target_objcopy_ln}
11967 aros_target_strip_ln=${aros_target_strip_ln}
11970 aros_scripts_dir=${aros_scripts_dir}
11972 aros_tools_dir=${aros_tools_dir}
11977 cat >>$CONFIG_STATUS <<\_ACEOF
11979 # Handling of arguments.
11980 for ac_config_target
in $ac_config_targets
11982 case $ac_config_target in
11983 "${aros_geninc_dir}/host-conf.h") CONFIG_HEADERS
="$CONFIG_HEADERS ${aros_geninc_dir}/host-conf.h:config/host-conf.h.in" ;;
11984 "compiler_executable") CONFIG_COMMANDS
="$CONFIG_COMMANDS compiler_executable" ;;
11985 "genshared_executable") CONFIG_COMMANDS
="$CONFIG_COMMANDS genshared_executable" ;;
11986 "genmf_executable") CONFIG_COMMANDS
="$CONFIG_COMMANDS genmf_executable" ;;
11987 "adflib_myaros.conf_executable") CONFIG_COMMANDS
="$CONFIG_COMMANDS adflib_myaros.conf_executable" ;;
11988 "Makefile") CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
11989 "rom/mmakefile") CONFIG_FILES
="$CONFIG_FILES rom/mmakefile" ;;
11990 "${aros_inc_dir}/config.h") CONFIG_FILES
="$CONFIG_FILES ${aros_inc_dir}/config.h:config/config.h.in" ;;
11991 "${aros_geninc_dir}/config.h") CONFIG_FILES
="$CONFIG_FILES ${aros_geninc_dir}/config.h:config/config.h.in" ;;
11992 "${aros_hostcfg_dir}/host.cfg") CONFIG_FILES
="$CONFIG_FILES ${aros_hostcfg_dir}/host.cfg:config/host.cfg.in" ;;
11993 "${aros_targetcfg_dir}/target.cfg") CONFIG_FILES
="$CONFIG_FILES ${aros_targetcfg_dir}/target.cfg:config/target.cfg.in" ;;
11994 "mmake.config") CONFIG_FILES
="$CONFIG_FILES mmake.config" ;;
11995 "${aros_targetcfg_dir}/make.defaults") CONFIG_FILES
="$CONFIG_FILES ${aros_targetcfg_dir}/make.defaults:config/make.defaults.in" ;;
11996 "${aros_targetcfg_dir}/specs") CONFIG_FILES
="$CONFIG_FILES ${aros_targetcfg_dir}/specs:config/specs.in" ;;
11997 "${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" ;;
11998 "${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" ;;
11999 "${aros_scripts_dir}/genshared") CONFIG_FILES
="$CONFIG_FILES ${aros_scripts_dir}/genshared:compiler/c_lib/source/lib_source/genshared.in" ;;
12000 "${aros_tools_dir}/genmf.py") CONFIG_FILES
="$CONFIG_FILES ${aros_tools_dir}/genmf.py:tools/genmf/genmf.py" ;;
12001 "tools/adflib/myconf.aros") CONFIG_FILES
="$CONFIG_FILES tools/adflib/myconf.aros" ;;
12002 "tools/collect-aros/env.h") CONFIG_FILES
="$CONFIG_FILES tools/collect-aros/env.h" ;;
12004 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
12005 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
12006 { (exit 1); exit 1; }; };;
12011 # If the user did not use the arguments to specify the items to instantiate,
12012 # then the envvar interface is used. Set only those that are not.
12013 # We use the long form for the default assignment because of an extremely
12014 # bizarre bug on SunOS 4.1.3.
12015 if $ac_need_defaults; then
12016 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
12017 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
12018 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
12021 # Have a temporary directory for convenience. Make it in the build tree
12022 # simply because there is no reason against having it here, and in addition,
12023 # creating and moving files from /tmp can sometimes cause problems.
12024 # Hook for its removal unless debugging.
12025 # Note that there is a small window in which the directory will not be cleaned:
12026 # after its creation but before its name has been assigned to `$tmp'.
12030 trap 'exit_status=$?
12031 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
12033 trap '{ (exit 1); exit 1; }' 1 2 13 15
12035 # Create a (secure) tmp directory for tmp files.
12038 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
12039 test -n "$tmp" && test -d "$tmp"
12042 tmp
=.
/conf$$
-$RANDOM
12043 (umask 077 && mkdir
"$tmp")
12046 echo "$me: cannot create a temporary directory in ." >&2
12047 { (exit 1); exit 1; }
12051 # Set up the sed scripts for CONFIG_FILES section.
12054 # No need to generate the scripts if there are no CONFIG_FILES.
12055 # This happens for instance when ./config.status config.h
12056 if test -n "$CONFIG_FILES"; then
12063 for ac_last_try
in false false false false false
:; do
12064 cat >conf$
$subs.
sed <<_ACEOF
12065 SHELL!$SHELL$ac_delim
12066 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
12067 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
12068 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
12069 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
12070 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
12071 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
12072 exec_prefix!$exec_prefix$ac_delim
12073 prefix!$prefix$ac_delim
12074 program_transform_name!$program_transform_name$ac_delim
12075 bindir!$bindir$ac_delim
12076 sbindir!$sbindir$ac_delim
12077 libexecdir!$libexecdir$ac_delim
12078 datarootdir!$datarootdir$ac_delim
12079 datadir!$datadir$ac_delim
12080 sysconfdir!$sysconfdir$ac_delim
12081 sharedstatedir!$sharedstatedir$ac_delim
12082 localstatedir!$localstatedir$ac_delim
12083 includedir!$includedir$ac_delim
12084 oldincludedir!$oldincludedir$ac_delim
12085 docdir!$docdir$ac_delim
12086 infodir!$infodir$ac_delim
12087 htmldir!$htmldir$ac_delim
12088 dvidir!$dvidir$ac_delim
12089 pdfdir!$pdfdir$ac_delim
12090 psdir!$psdir$ac_delim
12091 libdir!$libdir$ac_delim
12092 localedir!$localedir$ac_delim
12093 mandir!$mandir$ac_delim
12094 DEFS!$DEFS$ac_delim
12095 ECHO_C!$ECHO_C$ac_delim
12096 ECHO_N!$ECHO_N$ac_delim
12097 ECHO_T!$ECHO_T$ac_delim
12098 LIBS!$LIBS$ac_delim
12099 build_alias!$build_alias$ac_delim
12100 host_alias!$host_alias$ac_delim
12101 target_alias!$target_alias$ac_delim
12102 build!$build$ac_delim
12103 build_cpu!$build_cpu$ac_delim
12104 build_vendor!$build_vendor$ac_delim
12105 build_os!$build_os$ac_delim
12106 host!$host$ac_delim
12107 host_cpu!$host_cpu$ac_delim
12108 host_vendor!$host_vendor$ac_delim
12109 host_os!$host_os$ac_delim
12111 CFLAGS!$CFLAGS$ac_delim
12112 LDFLAGS!$LDFLAGS$ac_delim
12113 CPPFLAGS!$CPPFLAGS$ac_delim
12114 ac_ct_CC!$ac_ct_CC$ac_delim
12115 EXEEXT!$EXEEXT$ac_delim
12116 OBJEXT!$OBJEXT$ac_delim
12119 MMAKE!$MMAKE$ac_delim
12120 aros_host_ld!$aros_host_ld$ac_delim
12121 aros_host_aclocal!$aros_host_aclocal$ac_delim
12122 aros_host_autoconf!$aros_host_autoconf$ac_delim
12123 aros_host_autoheader!$aros_host_autoheader$ac_delim
12124 aros_host_automake!$aros_host_automake$ac_delim
12125 aros_host_ar!$aros_host_ar$ac_delim
12126 aros_host_ranlib!$aros_host_ranlib$ac_delim
12127 aros_host_strip!$aros_host_strip$ac_delim
12131 ECHO!$ECHO$ac_delim
12132 MKDIR!$MKDIR$ac_delim
12133 TOUCH!$TOUCH$ac_delim
12134 SORT!$SORT$ac_delim
12135 UNIQ!$UNIQ$ac_delim
12138 BISON!$BISON$ac_delim
12139 FLEX!$FLEX$ac_delim
12140 PNGTOPNM!$PNGTOPNM$ac_delim
12141 PPMTOILBM!$PPMTOILBM$ac_delim
12143 CHMOD!$CHMOD$ac_delim
12144 PYTHON!$PYTHON$ac_delim
12145 PYTHON_VERSION!$PYTHON_VERSION$ac_delim
12146 PYTHON_PREFIX!$PYTHON_PREFIX$ac_delim
12147 PYTHON_EXEC_PREFIX!$PYTHON_EXEC_PREFIX$ac_delim
12148 PYTHON_PLATFORM!$PYTHON_PLATFORM$ac_delim
12149 pythondir!$pythondir$ac_delim
12150 pkgpythondir!$pkgpythondir$ac_delim
12151 pyexecdir!$pyexecdir$ac_delim
12152 pkgpyexecdir!$pkgpyexecdir$ac_delim
12155 TEST!$TEST$ac_delim
12157 GREP!$GREP$ac_delim
12158 EGREP!$EGREP$ac_delim
12159 LIBOBJS!$LIBOBJS$ac_delim
12160 DISTCC!$DISTCC$ac_delim
12161 CCACHE!$CCACHE$ac_delim
12164 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
12166 elif $ac_last_try; then
12167 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
12168 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
12169 { (exit 1); exit 1; }; }
12171 ac_delim
="$ac_delim!$ac_delim _$ac_delim!! "
12175 ac_eof
=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
12176 if test -n "$ac_eof"; then
12177 ac_eof
=`echo "$ac_eof" | sort -nru | sed 1q`
12178 ac_eof
=`expr $ac_eof + 1`
12181 cat >>$CONFIG_STATUS <<_ACEOF
12182 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
12183 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
12186 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
12187 s/^/s,@/; s/!/@,|#_!!_#|/
12190 s/'"$ac_delim"'$/,g/; t
12192 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
12193 ' >>$CONFIG_STATUS <conf$
$subs.
sed
12194 rm -f conf$
$subs.
sed
12195 cat >>$CONFIG_STATUS <<_ACEOF
12201 for ac_last_try
in false false false false false
:; do
12202 cat >conf$
$subs.
sed <<_ACEOF
12203 aros_kernel_cc!$aros_kernel_cc$ac_delim
12204 aros_target_as_ln!$aros_target_as_ln$ac_delim
12205 aros_kernel_ld!$aros_kernel_ld$ac_delim
12206 aros_target_ar_ln!$aros_target_ar_ln$ac_delim
12207 aros_target_nm_ln!$aros_target_nm_ln$ac_delim
12208 aros_target_objcopy_ln!$aros_target_objcopy_ln$ac_delim
12209 aros_target_objdump_ln!$aros_target_objdump_ln$ac_delim
12210 aros_target_ranlib_ln!$aros_target_ranlib_ln$ac_delim
12211 aros_target_strip_ln!$aros_target_strip_ln$ac_delim
12212 aros_target_nostdinc_cflags!$aros_target_nostdinc_cflags$ac_delim
12213 aros_target_nostartup_ldflags!$aros_target_nostartup_ldflags$ac_delim
12214 aros_target_nix_ldflags!$aros_target_nix_ldflags$ac_delim
12215 aros_target_detach_ldflags!$aros_target_detach_ldflags$ac_delim
12216 aros_target_nostdlib_ldflags!$aros_target_nostdlib_ldflags$ac_delim
12217 XMKMF!$XMKMF$ac_delim
12218 SDL_CONFIG!$SDL_CONFIG$ac_delim
12219 SDL_CFLAGS!$SDL_CFLAGS$ac_delim
12220 SDL_LIBS!$SDL_LIBS$ac_delim
12221 aros_arch!$aros_arch$ac_delim
12222 aros_cpu!$aros_cpu$ac_delim
12223 aros_flavour!$aros_flavour$ac_delim
12224 aros_flavour_uc!$aros_flavour_uc$ac_delim
12225 TOPDIR!$TOPDIR$ac_delim
12226 aros_cc_pre!$aros_cc_pre$ac_delim
12227 aros_host_arch!$aros_host_arch$ac_delim
12228 aros_host_cpu!$aros_host_cpu$ac_delim
12229 aros_host_cc!$aros_host_cc$ac_delim
12230 aros_host_make!$aros_host_make$ac_delim
12231 aros_host_cflags!$aros_host_cflags$ac_delim
12232 aros_host_ldflags!$aros_host_ldflags$ac_delim
12233 aros_host_debug!$aros_host_debug$ac_delim
12234 aros_host_mkdep!$aros_host_mkdep$ac_delim
12235 aros_host_mkargs!$aros_host_mkargs$ac_delim
12236 aros_host_exe_suffix!$aros_host_exe_suffix$ac_delim
12237 aros_host_lib_suffix!$aros_host_lib_suffix$ac_delim
12238 aros_tools_dir!$aros_tools_dir$ac_delim
12239 aros_target_arch!$aros_target_arch$ac_delim
12240 aros_target_cpu!$aros_target_cpu$ac_delim
12241 aros_target_variant!$aros_target_variant$ac_delim
12242 aros_target_suffix!$aros_target_suffix$ac_delim
12243 aros_target_incl!$aros_target_incl$ac_delim
12244 aros_target_ar!$aros_target_ar$ac_delim
12245 aros_target_ranlib!$aros_target_ranlib$ac_delim
12246 aros_kernel_nm!$aros_kernel_nm$ac_delim
12247 aros_target_cc!$aros_target_cc$ac_delim
12248 aros_target_as!$aros_target_as$ac_delim
12249 aros_target_ld!$aros_target_ld$ac_delim
12250 aros_target_cc_includes!$aros_target_cc_includes$ac_delim
12251 aros_target_cc_path!$aros_target_cc_path$ac_delim
12252 aros_target_objdump!$aros_target_objdump$ac_delim
12253 aros_target_objcopy!$aros_target_objcopy$ac_delim
12254 aros_target_strip!$aros_target_strip$ac_delim
12255 aros_target_nm!$aros_target_nm$ac_delim
12256 aros_shared_default!$aros_shared_default$ac_delim
12257 aros_shared_ld!$aros_shared_ld$ac_delim
12258 aros_object_format!$aros_object_format$ac_delim
12259 aros_compiler_libs!$aros_compiler_libs$ac_delim
12260 aros_config_cflags!$aros_config_cflags$ac_delim
12261 aros_config_aflags!$aros_config_aflags$ac_delim
12262 aros_config_ldflags!$aros_config_ldflags$ac_delim
12263 aros_shared_cflags!$aros_shared_cflags$ac_delim
12264 aros_shared_aflags!$aros_shared_aflags$ac_delim
12265 aros_shared_ldflags!$aros_shared_ldflags$ac_delim
12266 aros_kernel_ldflags!$aros_kernel_ldflags$ac_delim
12267 aros_debug_cflags!$aros_debug_cflags$ac_delim
12268 aros_debug_aflags!$aros_debug_aflags$ac_delim
12269 aros_debug_ldflags!$aros_debug_ldflags$ac_delim
12270 aros_target_genmap!$aros_target_genmap$ac_delim
12271 aros_target_strip_flags!$aros_target_strip_flags$ac_delim
12272 x11_hidd_target!$x11_hidd_target$ac_delim
12273 sdl_hidd_target!$sdl_hidd_target$ac_delim
12274 aros_default_wbwidth!$aros_default_wbwidth$ac_delim
12275 aros_default_wbheight!$aros_default_wbheight$ac_delim
12276 aros_default_wbdepth!$aros_default_wbdepth$ac_delim
12277 DO_XSHM_SUPPORT!$DO_XSHM_SUPPORT$ac_delim
12278 DO_VIDMODE_SUPPORT!$DO_VIDMODE_SUPPORT$ac_delim
12279 aros_host_x11_includes!$aros_host_x11_includes$ac_delim
12280 aros_host_x11_libdirs!$aros_host_x11_libdirs$ac_delim
12281 aros_host_sdl_cflags!$aros_host_sdl_cflags$ac_delim
12282 aros_host_sdl_libs!$aros_host_sdl_libs$ac_delim
12283 aros_bochs_hack!$aros_bochs_hack$ac_delim
12284 aros_serial_debug!$aros_serial_debug$ac_delim
12285 aros_palm_debug_hack!$aros_palm_debug_hack$ac_delim
12286 aros_nesting_supervisor!$aros_nesting_supervisor$ac_delim
12287 ENABLE_DBUS!$ENABLE_DBUS$ac_delim
12288 DBUS_CFLAGS!$DBUS_CFLAGS$ac_delim
12289 DBUS_LIBFLAGS!$DBUS_LIBFLAGS$ac_delim
12290 KERNEL_DBUS_KOBJ!$KERNEL_DBUS_KOBJ$ac_delim
12291 KERNEL_DBUS_INCLUDES!$KERNEL_DBUS_INCLUDES$ac_delim
12292 aros_debug!$aros_debug$ac_delim
12293 aros_mungwall_debug!$aros_mungwall_debug$ac_delim
12294 aros_stack_debug!$aros_stack_debug$ac_delim
12295 aros_modules_debug!$aros_modules_debug$ac_delim
12296 ignore_undefined_symbols!$ignore_undefined_symbols$ac_delim
12297 gcc_target_cpu!$gcc_target_cpu$ac_delim
12298 LTLIBOBJS!$LTLIBOBJS$ac_delim
12301 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 96; then
12303 elif $ac_last_try; then
12304 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
12305 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
12306 { (exit 1); exit 1; }; }
12308 ac_delim
="$ac_delim!$ac_delim _$ac_delim!! "
12312 ac_eof
=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
12313 if test -n "$ac_eof"; then
12314 ac_eof
=`echo "$ac_eof" | sort -nru | sed 1q`
12315 ac_eof
=`expr $ac_eof + 1`
12318 cat >>$CONFIG_STATUS <<_ACEOF
12319 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
12320 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
12323 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
12324 s/^/s,@/; s/!/@,|#_!!_#|/
12327 s/'"$ac_delim"'$/,g/; t
12329 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
12330 ' >>$CONFIG_STATUS <conf$
$subs.
sed
12331 rm -f conf$
$subs.
sed
12332 cat >>$CONFIG_STATUS <<_ACEOF
12337 # VPATH may cause trouble with some makes, so we remove $(srcdir),
12338 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
12339 # trailing colons and then remove the whole line if VPATH becomes empty
12340 # (actually we leave an empty line to preserve line numbers).
12341 if test "x$srcdir" = x.
; then
12342 ac_vpsub
='/^[ ]*VPATH[ ]*=/{
12343 s/:*\$(srcdir):*/:/
12344 s/:*\${srcdir}:*/:/
12346 s/^\([^=]*=[ ]*\):*/\1/
12352 cat >>$CONFIG_STATUS <<\_ACEOF
12353 fi # test -n "$CONFIG_FILES"
12356 for ac_tag
in :F
$CONFIG_FILES :H
$CONFIG_HEADERS :C
$CONFIG_COMMANDS
12359 :[FHLC
]) ac_mode
=$ac_tag; continue;;
12361 case $ac_mode$ac_tag in
12363 :L
* |
:C
*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
12364 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
12365 { (exit 1); exit 1; }; };;
12366 :[FH
]-) ac_tag
=-:-;;
12367 :[FH
]*) ac_tag
=$ac_tag:$ac_tag.
in;;
12384 -) ac_f
="$tmp/stdin";;
12385 *) # Look for the file first in the build tree, then in the source tree
12386 # (if the path is not absolute). The absolute path cannot be DOS-style,
12387 # because $ac_f cannot contain `:'.
12391 *) test -f "$srcdir/$ac_f" && ac_f
="$srcdir/$ac_f";;
12393 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
12394 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
12395 { (exit 1); exit 1; }; };;
12397 ac_file_inputs
="$ac_file_inputs $ac_f"
12400 # Let's still pretend it is `configure' which instantiates (i.e., don't
12401 # use $as_me), people would be surprised to read:
12402 # /* config.h. Generated by config.status. */
12403 configure_input
="Generated from "`IFS=:
12404 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
12405 if test x
"$ac_file" != x-
; then
12406 configure_input
="$ac_file. $configure_input"
12407 { echo "$as_me:$LINENO: creating $ac_file" >&5
12408 echo "$as_me: creating $ac_file" >&6;}
12412 *:-:* |
*:-) cat >"$tmp/stdin";;
12417 ac_dir
=`$as_dirname -- "$ac_file" ||
12418 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12419 X"$ac_file" : 'X\(//\)[^/]' \| \
12420 X"$ac_file" : 'X\(//\)$' \| \
12421 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
12423 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12427 /^X\(\/\/\)[^/].*/{
12442 -*) as_dir
=.
/$as_dir;;
12444 test -d "$as_dir" ||
{ $as_mkdir_p && mkdir
-p "$as_dir"; } ||
{
12448 *\'*) as_qdir
=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
12449 *) as_qdir
=$as_dir;;
12451 as_dirs
="'$as_qdir' $as_dirs"
12452 as_dir
=`$as_dirname -- "$as_dir" ||
12453 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12454 X"$as_dir" : 'X\(//\)[^/]' \| \
12455 X"$as_dir" : 'X\(//\)$' \| \
12456 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
12458 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12462 /^X\(\/\/\)[^/].*/{
12475 test -d "$as_dir" && break
12477 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
12478 } ||
test -d "$as_dir" ||
{ { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
12479 echo "$as_me: error: cannot create directory $as_dir" >&2;}
12480 { (exit 1); exit 1; }; }; }
12484 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
12486 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
12487 # A ".." for each directory in $ac_dir_suffix.
12488 ac_top_builddir_sub
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
12489 case $ac_top_builddir_sub in
12490 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
12491 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
12494 ac_abs_top_builddir
=$ac_pwd
12495 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
12496 # for backward compatibility:
12497 ac_top_builddir
=$ac_top_build_prefix
12500 .
) # We are building in place.
12502 ac_top_srcdir
=$ac_top_builddir_sub
12503 ac_abs_top_srcdir
=$ac_pwd ;;
12504 [\\/]* | ?
:[\\/]* ) # Absolute name.
12505 ac_srcdir
=$srcdir$ac_dir_suffix;
12506 ac_top_srcdir
=$srcdir
12507 ac_abs_top_srcdir
=$srcdir ;;
12508 *) # Relative name.
12509 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
12510 ac_top_srcdir
=$ac_top_build_prefix$srcdir
12511 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
12513 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
12524 cat >>$CONFIG_STATUS <<\_ACEOF
12525 # If the template does not know about datarootdir, expand it.
12526 # FIXME: This hack should be removed a few years after 2.60.
12527 ac_datarootdir_hack
=; ac_datarootdir_seen
=
12529 case `sed -n '/datarootdir/ {
12538 ' $ac_file_inputs` in
12539 *datarootdir
*) ac_datarootdir_seen
=yes;;
12540 *@datadir@
*|
*@docdir@
*|
*@infodir@
*|
*@localedir@
*|
*@mandir@
*)
12541 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
12542 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
12544 cat >>$CONFIG_STATUS <<_ACEOF
12545 ac_datarootdir_hack='
12546 s&@datadir@&$datadir&g
12547 s&@docdir@&$docdir&g
12548 s&@infodir@&$infodir&g
12549 s&@localedir@&$localedir&g
12550 s&@mandir@&$mandir&g
12551 s&\\\${datarootdir}&$datarootdir&g' ;;
12555 # Neutralize VPATH when `$srcdir' = `.'.
12556 # Shell code in configure.ac might set extrasub.
12557 # FIXME: do we really want to maintain this feature?
12558 cat >>$CONFIG_STATUS <<_ACEOF
12562 cat >>$CONFIG_STATUS <<\_ACEOF
12564 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
12565 s
&@configure_input@
&$configure_input&;t t
12566 s
&@top_builddir@
&$ac_top_builddir_sub&;t t
12567 s
&@srcdir@
&$ac_srcdir&;t t
12568 s
&@abs_srcdir@
&$ac_abs_srcdir&;t t
12569 s
&@top_srcdir@
&$ac_top_srcdir&;t t
12570 s
&@abs_top_srcdir@
&$ac_abs_top_srcdir&;t t
12571 s
&@builddir@
&$ac_builddir&;t t
12572 s
&@abs_builddir@
&$ac_abs_builddir&;t t
12573 s
&@abs_top_builddir@
&$ac_abs_top_builddir&;t t
12574 $ac_datarootdir_hack
12575 " $ac_file_inputs | sed -f "$tmp/subs-1.
sed" | sed -f "$tmp/subs-2.
sed" | sed 's/|#_!!_#|//g' >$tmp/out
12577 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
12578 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out
"`; test -n "$ac_out"; } &&
12579 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out
"`; test -z "$ac_out"; } &&
12580 { echo "$as_me:$LINENO: WARNING
: $ac_file contains a reference to the variable \
`datarootdir'
12581 which seems to be undefined. Please make sure it is defined." >&5
12582 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir
'
12583 which seems to be undefined. Please make sure it is defined." >&2;}
12587 -) cat "$tmp/out"; rm -f "$tmp/out";;
12588 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
12597 # Transform confdefs.h into a sed script `conftest.defines', that
12598 # substitutes the proper values into config.h.in to produce config.h.
12599 rm -f conftest.defines conftest.
tail
12600 # First, append a space to every undef/define line, to ease matching.
12601 echo 's/$/ /' >conftest.defines
12602 # Then, protect against being on the right side of a sed subst, or in
12603 # an unquoted here document, in config.status. If some macros were
12604 # called several times there might be several #defines for the same
12605 # symbol, which is useless. But do not sort them, since the last
12606 # AC_DEFINE must be honored.
12607 ac_word_re
=[_
$as_cr_Letters][_
$as_cr_alnum]*
12608 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
12609 # NAME is the cpp macro being defined, VALUE is the value it is being given.
12610 # PARAMS is the parameter list in the macro definition--in most cases, it's
12611 # just an empty string.
12612 ac_dA
='s,^\\([ #]*\\)[^ ]*\\([ ]*'
12613 ac_dB
='\\)[ (].*,\\1define\\2'
12621 s/^[ ]*#[ ]*define[ ][ ]*//
12626 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
12627 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
12628 ' >>conftest.defines
12630 # Remove the space that was appended to ease matching.
12631 # Then replace #undef with comments. This is necessary, for
12632 # example, in the case of _POSIX_SOURCE, which is predefined and required
12633 # on some systems where configure will not decide to define it.
12634 # (The regexp can be short, since the line contains either #define or #undef.)
12636 s,^[ #]*u.*,/* & */,' >>conftest.defines
12638 # Break up conftest.defines:
12639 ac_max_sed_lines
=50
12641 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1"
12642 # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"
12643 # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"
12645 ac_in
='$ac_file_inputs'
12646 ac_out
='"$tmp/out1"'
12647 ac_nxt
='"$tmp/out2"'
12651 # Write a here document:
12652 cat >>$CONFIG_STATUS <<_ACEOF
12653 # First, check the format of the line:
12654 cat >"\$tmp/defines.sed" <<\\CEOF
12655 /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def
12656 /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def
12660 sed ${ac_max_sed_lines}q conftest.defines
>>$CONFIG_STATUS
12662 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
12663 ac_in
=$ac_out; ac_out
=$ac_nxt; ac_nxt
=$ac_in
12664 sed 1,${ac_max_sed_lines}d conftest.defines
>conftest.
tail
12665 grep . conftest.
tail >/dev
/null ||
break
12666 rm -f conftest.defines
12667 mv conftest.
tail conftest.defines
12669 rm -f conftest.defines conftest.
tail
12671 echo "ac_result=$ac_in" >>$CONFIG_STATUS
12672 cat >>$CONFIG_STATUS <<\_ACEOF
12673 if test x
"$ac_file" != x-
; then
12674 echo "/* $configure_input */" >"$tmp/config.h"
12675 cat "$ac_result" >>"$tmp/config.h"
12676 if diff $ac_file "$tmp/config.h" >/dev
/null
2>&1; then
12677 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
12678 echo "$as_me: $ac_file is unchanged" >&6;}
12681 mv "$tmp/config.h" $ac_file
12684 echo "/* $configure_input */"
12690 :C
) { echo "$as_me:$LINENO: executing $ac_file commands" >&5
12691 echo "$as_me: executing $ac_file commands" >&6;}
12696 case $ac_file$ac_mode in
12697 "compiler_executable":C
)
12698 prefix
=${PWD}/${aros_tools_dir}/${aros_target_cpu}-${aros_target_arch}${aros_target_suffix}
12700 prefix
="${prefix}/${aros_target_cpu}-aros"
12701 prefix2
=${PWD}/${aros_tools_dir}/${aros_target_cpu}-${aros_target_arch}${aros_target_suffix}-aros
12705 chmod a
+x
${prefix2}-gcc ${prefix2}-ld
12707 ln -sf ${prefix2}-gcc ${prefix}-gcc
12708 ln -sf ${prefix2}-ld ${prefix}-ld
12710 ln -sf $aros_target_as_ln ${prefix}-as
12711 ln -sf $aros_target_nm_ln ${prefix}-nm
12712 ln -sf $aros_target_ar_ln ${prefix}-ar
12713 ln -sf $aros_target_ranlib_ln ${prefix}-ranlib
12714 ln -sf $aros_target_objcopy_ln ${prefix}-objcopy
12715 ln -sf $aros_target_objdump_ln ${prefix}-objdump
12716 ln -sf $aros_target_strip_ln ${prefix}-strip
12718 ln -sf $aros_target_as_ln ${prefix2}-as
12719 ln -sf $aros_target_nm_ln ${prefix2}-nm
12720 ln -sf $aros_target_ar_ln ${prefix2}-ar
12721 ln -sf $aros_target_ranlib_ln ${prefix2}-ranlib
12722 ln -sf $aros_target_objcopy_ln ${prefix2}-objcopy
12723 ln -sf $aros_target_objdump_ln ${prefix2}-objdump
12724 ln -sf $aros_target_strip_ln ${prefix2}-strip
12726 "genshared_executable":C
) chmod a
+x
${aros_scripts_dir}/genshared
;;
12727 "genmf_executable":C
) chmod a
+x
${aros_tools_dir}/genmf.py
;;
12728 "adflib_myaros.conf_executable":C
) chmod a
+x tools
/adflib
/myconf.aros
12735 { (exit 0); exit 0; }
12737 chmod +x
$CONFIG_STATUS
12738 ac_clean_files
=$ac_clean_files_save
12741 # configure is writing to config.log, and then calls config.status.
12742 # config.status does its own redirection, appending to config.log.
12743 # Unfortunately, on DOS this fails, as config.log is still kept open
12744 # by configure, so config.status won't be able to write to it; its
12745 # output is simply discarded. So we exec the FD to /dev/null,
12746 # effectively closing config.log, so it can be properly (re)opened and
12747 # appended to by config.status. When coming back to configure, we
12748 # need to make the FD available again.
12749 if test "$no_create" != yes; then
12751 ac_config_status_args
=
12752 test "$silent" = yes &&
12753 ac_config_status_args
="$ac_config_status_args --quiet"
12755 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
12757 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
12758 # would make configure fail if this is the last instruction.
12759 $ac_cs_success ||
{ (exit 1); exit 1; }
12764 #XXX compatability...
12765 aros_shared_ar
="$aros_shared_ld $aros_shared_ldflags -o"
12767 if test -n "$aros_shared_cflags" ; then
12768 echo "SHARED_CFLAGS := $aros_shared_cflags" >> ${aros_hostcfg_dir}/host.cfg
12769 echo "SHARED_AR := $aros_shared_ar" >> ${aros_hostcfg_dir}/host.cfg