2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.64.
5 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
9 # This configure script is free software; the Free Software Foundation
10 # gives unlimited permission to copy, distribute and modify it.
11 ## -------------------- ##
12 ## M4sh Initialization. ##
13 ## -------------------- ##
15 # Be more Bourne compatible
16 DUALCASE=1; export DUALCASE # for MKS sh
17 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
25 case `(set -o) 2>/dev/null` in #(
37 # Printing a long string crashes Solaris 7 /usr/bin/printf.
38 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41 # Prefer a ksh shell builtin over an external printf program on Solaris,
42 # but without wasting forks for bash or zsh.
43 if test -z "$BASH_VERSION$ZSH_VERSION" \
44 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
46 as_echo_n='print -rn --'
47 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
51 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
53 as_echo_n='/usr/ucb/echo -n'
55 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
60 expr "X$arg" : "X\\(.*\\)$as_nl";
61 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
63 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
66 as_echo_n='sh -c $as_echo_n_body as_echo'
69 as_echo='sh -c $as_echo_body as_echo'
72 # The user is always right.
73 if test "${PATH_SEPARATOR+set}" != set; then
75 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
83 # We need space, tab and new line, in precisely that order. Quoting is
84 # there to prevent editors from complaining about space-tab.
85 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
86 # splitting by setting IFS to empty value.)
89 # Find who we are. Look in the path if we contain no directory separator.
91 *[\\/]* ) as_myself=$0 ;;
92 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
96 test -z "$as_dir" && as_dir=.
97 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
103 # We did not find ourselves, most probably we were run as `sh COMMAND'
104 # in which case we are not to be found in the path.
105 if test "x$as_myself" = x; then
108 if test ! -f "$as_myself"; then
109 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
113 # Unset variables that we do not need and which cause bugs (e.g. in
114 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
115 # suppresses any "Segmentation fault" message there. '((' could
116 # trigger a bug in pdksh 5.2.14.
117 for as_var in BASH_ENV ENV MAIL MAILPATH
118 do eval test x\${$as_var+set} = xset \
119 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
132 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
134 if test "x$CONFIG_SHELL" = x; then
135 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
138 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
139 # is contrary to our usage. Disable this feature.
140 alias -g '\${1+\"\$@\"}'='\"\$@\"'
143 case \`(set -o) 2>/dev/null\` in #(
151 as_required="as_fn_return () { (exit \$1); }
152 as_fn_success () { as_fn_return 0; }
153 as_fn_failure () { as_fn_return 1; }
154 as_fn_ret_success () { return 0; }
155 as_fn_ret_failure () { return 1; }
158 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
159 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
160 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
161 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
162 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
165 exitcode=1; echo positional parameters were not saved.
167 test x\$exitcode = x0 || exit 1"
168 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
169 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
170 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
171 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
172 test \$(( 1 + 1 )) = 2 || exit 1"
173 if (eval "$as_required") 2>/dev/null; then :
178 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
181 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
183 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
186 test -z "$as_dir" && as_dir=.
190 for as_base in sh bash ksh sh5; do
191 # Try only shells that exist, to save several forks.
192 as_shell=$as_dir/$as_base
193 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
194 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
195 CONFIG_SHELL=$as_shell as_have_required=yes
196 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
204 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
205 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
206 CONFIG_SHELL=$SHELL as_have_required=yes
211 if test "x$CONFIG_SHELL" != x; then :
212 # We cannot yet assume a decent shell, so we have to provide a
213 # neutralization value for shells without unset; and this also
214 # works around shells that cannot unset nonexistent variables.
217 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
219 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
222 if test x$as_have_required = xno; then :
223 $as_echo "$0: This script requires a shell more modern than all"
224 $as_echo "$0: the shells that I found on your system."
225 if test x${ZSH_VERSION+set} = xset ; then
226 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
227 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
230 $0: including any error possibly output before this
231 $0: message. Then install a modern shell, or manually run
232 $0: the script under such a shell if you do have one."
238 SHELL=${CONFIG_SHELL-/bin/sh}
240 # Unset more variables known to interfere with behavior of common tools.
241 CLICOLOR_FORCE= GREP_OPTIONS=
242 unset CLICOLOR_FORCE GREP_OPTIONS
244 ## --------------------- ##
245 ## M4sh Shell Functions. ##
246 ## --------------------- ##
249 # Portably unset VAR.
252 { eval $1=; unset $1;}
256 # as_fn_set_status STATUS
257 # -----------------------
258 # Set $? to STATUS, without forking.
266 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
276 # Create "$as_dir" as a directory, including parents if necessary.
281 -*) as_dir=./$as_dir;;
283 test -d "$as_dir" || eval $as_mkdir_p || {
287 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
290 as_dirs="'$as_qdir' $as_dirs"
291 as_dir=`$as_dirname -- "$as_dir" ||
292 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
293 X"$as_dir" : 'X\(//\)[^/]' \| \
294 X"$as_dir" : 'X\(//\)$' \| \
295 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
296 $as_echo X"$as_dir" |
297 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
314 test -d "$as_dir" && break
316 test -z "$as_dirs" || eval "mkdir $as_dirs"
317 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
321 # as_fn_append VAR VALUE
322 # ----------------------
323 # Append the text in VALUE to the end of the definition contained in VAR. Take
324 # advantage of any shell optimizations that allow amortized linear growth over
325 # repeated appends, instead of the typical quadratic growth present in naive
327 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
328 eval 'as_fn_append ()
341 # Perform arithmetic evaluation on the ARGs, and store the result in the
342 # global $as_val. Take advantage of shells that can avoid forks. The arguments
343 # must be portable across $(()) and expr.
344 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
352 as_val=`expr "$@" || test $? -eq 1`
357 # as_fn_error ERROR [LINENO LOG_FD]
358 # ---------------------------------
359 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
360 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
361 # script with status $?, using 1 if that was 0.
364 as_status=$?; test $as_status -eq 0 && as_status=1
366 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
367 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
369 $as_echo "$as_me: error: $1" >&2
370 as_fn_exit $as_status
373 if expr a : '\(a\)' >/dev/null 2>&1 &&
374 test "X`expr 00001 : '.*\(...\)'`" = X001; then
380 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
386 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
392 as_me=`$as_basename -- "$0" ||
393 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
394 X"$0" : 'X\(//\)$' \| \
395 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
397 sed '/^.*\/\([^/][^/]*\)\/*$/{
411 # Avoid depending upon Character Ranges.
412 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
413 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
414 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
415 as_cr_digits='0123456789'
416 as_cr_alnum=$as_cr_Letters$as_cr_digits
419 as_lineno_1=$LINENO as_lineno_1a=$LINENO
420 as_lineno_2=$LINENO as_lineno_2a=$LINENO
421 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
422 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
423 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
435 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
439 chmod +x "$as_me.lineno" ||
440 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
442 # Don't try to exec as it changes $[0], causing all sort of problems
443 # (the dirname of $[0] is not the place where we might find the
444 # original and so on. Autoconf is especially sensitive to this).
446 # Exit status is that of the last command.
450 ECHO_C= ECHO_N= ECHO_T=
451 case `echo -n x` in #(((((
453 case `echo 'xy\c'` in
454 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
456 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
463 rm -f conf$$ conf$$.exe conf$$.file
464 if test -d conf$$.dir; then
465 rm -f conf$$.dir/conf$$.file
468 mkdir conf$$.dir 2>/dev/null
470 if (echo >conf$$.file) 2>/dev/null; then
471 if ln -s conf$$.file conf$$ 2>/dev/null; then
473 # ... but there are two gotchas:
474 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
475 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
476 # In both cases, we have to default to `cp -p'.
477 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
479 elif ln conf$$.file conf$$ 2>/dev/null; then
487 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
488 rmdir conf$$.dir 2>/dev/null
490 if mkdir -p . 2>/dev/null; then
491 as_mkdir_p='mkdir -p "$as_dir"'
493 test -d ./-p && rmdir ./-p
497 if test -x / >/dev/null 2>&1; then
500 if ls -dL / >/dev/null 2>&1; then
507 if test -d "$1"; then
513 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
514 ???[sx]*):;;*)false;;esac;fi
518 as_executable_p=$as_test_x
520 # Sed expression to map a string onto a valid CPP name.
521 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
523 # Sed expression to map a string onto a valid variable name.
524 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
527 exec 7<&0 </dev/null 6>&1
530 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
531 # so uname gets run too.
532 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
537 ac_default_prefix=/usr/local
539 ac_config_libobj_dir=.
546 # Identity of this package.
554 ac_unique_file="Makefile.in"
555 # Factoring default headers for most tests.
556 ac_includes_default="\
558 #ifdef HAVE_SYS_TYPES_H
559 # include <sys/types.h>
561 #ifdef HAVE_SYS_STAT_H
562 # include <sys/stat.h>
568 # ifdef HAVE_STDLIB_H
573 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
578 #ifdef HAVE_STRINGS_H
579 # include <strings.h>
581 #ifdef HAVE_INTTYPES_H
582 # include <inttypes.h>
591 ac_subst_vars='LTLIBOBJS
703 program_transform_name
716 enable_option_checking
718 enable_maintainer_mode
729 enable_sim_hostendian
731 enable_sim_default_model
732 enable_sim_environment
736 ac_precious_vars='build_alias
747 # Initialize some variables set by options.
749 ac_init_version=false
750 ac_unrecognized_opts=
752 # The variables have the same names as the options, with
753 # dashes changed to underlines.
761 program_transform_name=s,x,x,
769 # Installation directory options.
770 # These are left unexpanded so users can "make install exec_prefix=/foo"
771 # and all the variables that are supposed to be based on exec_prefix
772 # by default will actually change.
773 # Use braces instead of parens because sh, perl, etc. also accept them.
774 # (The list follows the same order as the GNU Coding Standards.)
775 bindir='${exec_prefix}/bin'
776 sbindir='${exec_prefix}/sbin'
777 libexecdir='${exec_prefix}/libexec'
778 datarootdir='${prefix}/share'
779 datadir='${datarootdir}'
780 sysconfdir='${prefix}/etc'
781 sharedstatedir='${prefix}/com'
782 localstatedir='${prefix}/var'
783 includedir='${prefix}/include'
784 oldincludedir='/usr/include'
785 docdir='${datarootdir}/doc/${PACKAGE}'
786 infodir='${datarootdir}/info'
791 libdir='${exec_prefix}/lib'
792 localedir='${datarootdir}/locale'
793 mandir='${datarootdir}/man'
799 # If the previous option needs an argument, assign it.
800 if test -n "$ac_prev"; then
801 eval $ac_prev=\$ac_option
807 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
811 # Accept the important Cygnus configure options, so we can diagnose typos.
813 case $ac_dashdash$ac_option in
817 -bindir | --bindir | --bindi | --bind | --bin | --bi)
819 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
822 -build | --build | --buil | --bui | --bu)
823 ac_prev=build_alias ;;
824 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
825 build_alias=$ac_optarg ;;
827 -cache-file | --cache-file | --cache-fil | --cache-fi \
828 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
829 ac_prev=cache_file ;;
830 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
831 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
832 cache_file=$ac_optarg ;;
835 cache_file=config.cache ;;
837 -datadir | --datadir | --datadi | --datad)
839 -datadir=* | --datadir=* | --datadi=* | --datad=*)
840 datadir=$ac_optarg ;;
842 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
843 | --dataroo | --dataro | --datar)
844 ac_prev=datarootdir ;;
845 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
846 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
847 datarootdir=$ac_optarg ;;
849 -disable-* | --disable-*)
850 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
851 # Reject names that are not valid shell variable names.
852 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
853 as_fn_error "invalid feature name: $ac_useropt"
854 ac_useropt_orig=$ac_useropt
855 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
856 case $ac_user_opts in
860 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
861 ac_unrecognized_sep=', ';;
863 eval enable_$ac_useropt=no ;;
865 -docdir | --docdir | --docdi | --doc | --do)
867 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
870 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
872 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
875 -enable-* | --enable-*)
876 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
877 # Reject names that are not valid shell variable names.
878 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
879 as_fn_error "invalid feature name: $ac_useropt"
880 ac_useropt_orig=$ac_useropt
881 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
882 case $ac_user_opts in
886 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
887 ac_unrecognized_sep=', ';;
889 eval enable_$ac_useropt=\$ac_optarg ;;
891 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
892 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
893 | --exec | --exe | --ex)
894 ac_prev=exec_prefix ;;
895 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
896 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
897 | --exec=* | --exe=* | --ex=*)
898 exec_prefix=$ac_optarg ;;
900 -gas | --gas | --ga | --g)
901 # Obsolete; use --with-gas.
904 -help | --help | --hel | --he | -h)
906 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
907 ac_init_help=recursive ;;
908 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
909 ac_init_help=short ;;
911 -host | --host | --hos | --ho)
912 ac_prev=host_alias ;;
913 -host=* | --host=* | --hos=* | --ho=*)
914 host_alias=$ac_optarg ;;
916 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
918 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
920 htmldir=$ac_optarg ;;
922 -includedir | --includedir | --includedi | --included | --include \
923 | --includ | --inclu | --incl | --inc)
924 ac_prev=includedir ;;
925 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
926 | --includ=* | --inclu=* | --incl=* | --inc=*)
927 includedir=$ac_optarg ;;
929 -infodir | --infodir | --infodi | --infod | --info | --inf)
931 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
932 infodir=$ac_optarg ;;
934 -libdir | --libdir | --libdi | --libd)
936 -libdir=* | --libdir=* | --libdi=* | --libd=*)
939 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
940 | --libexe | --libex | --libe)
941 ac_prev=libexecdir ;;
942 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
943 | --libexe=* | --libex=* | --libe=*)
944 libexecdir=$ac_optarg ;;
946 -localedir | --localedir | --localedi | --localed | --locale)
948 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
949 localedir=$ac_optarg ;;
951 -localstatedir | --localstatedir | --localstatedi | --localstated \
952 | --localstate | --localstat | --localsta | --localst | --locals)
953 ac_prev=localstatedir ;;
954 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
955 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
956 localstatedir=$ac_optarg ;;
958 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
960 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
964 # Obsolete; use --without-fp.
967 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
968 | --no-cr | --no-c | -n)
971 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
972 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
975 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
976 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
977 | --oldin | --oldi | --old | --ol | --o)
978 ac_prev=oldincludedir ;;
979 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
980 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
981 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
982 oldincludedir=$ac_optarg ;;
984 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
986 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
989 -program-prefix | --program-prefix | --program-prefi | --program-pref \
990 | --program-pre | --program-pr | --program-p)
991 ac_prev=program_prefix ;;
992 -program-prefix=* | --program-prefix=* | --program-prefi=* \
993 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
994 program_prefix=$ac_optarg ;;
996 -program-suffix | --program-suffix | --program-suffi | --program-suff \
997 | --program-suf | --program-su | --program-s)
998 ac_prev=program_suffix ;;
999 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1000 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1001 program_suffix=$ac_optarg ;;
1003 -program-transform-name | --program-transform-name \
1004 | --program-transform-nam | --program-transform-na \
1005 | --program-transform-n | --program-transform- \
1006 | --program-transform | --program-transfor \
1007 | --program-transfo | --program-transf \
1008 | --program-trans | --program-tran \
1009 | --progr-tra | --program-tr | --program-t)
1010 ac_prev=program_transform_name ;;
1011 -program-transform-name=* | --program-transform-name=* \
1012 | --program-transform-nam=* | --program-transform-na=* \
1013 | --program-transform-n=* | --program-transform-=* \
1014 | --program-transform=* | --program-transfor=* \
1015 | --program-transfo=* | --program-transf=* \
1016 | --program-trans=* | --program-tran=* \
1017 | --progr-tra=* | --program-tr=* | --program-t=*)
1018 program_transform_name=$ac_optarg ;;
1020 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1022 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1023 pdfdir=$ac_optarg ;;
1025 -psdir | --psdir | --psdi | --psd | --ps)
1027 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1030 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1031 | -silent | --silent | --silen | --sile | --sil)
1034 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1036 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1038 sbindir=$ac_optarg ;;
1040 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1041 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1042 | --sharedst | --shareds | --shared | --share | --shar \
1044 ac_prev=sharedstatedir ;;
1045 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1046 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1047 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1049 sharedstatedir=$ac_optarg ;;
1051 -site | --site | --sit)
1053 -site=* | --site=* | --sit=*)
1056 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1058 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1059 srcdir=$ac_optarg ;;
1061 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1062 | --syscon | --sysco | --sysc | --sys | --sy)
1063 ac_prev=sysconfdir ;;
1064 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1065 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1066 sysconfdir=$ac_optarg ;;
1068 -target | --target | --targe | --targ | --tar | --ta | --t)
1069 ac_prev=target_alias ;;
1070 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1071 target_alias=$ac_optarg ;;
1073 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1076 -version | --version | --versio | --versi | --vers | -V)
1077 ac_init_version=: ;;
1080 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1081 # Reject names that are not valid shell variable names.
1082 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1083 as_fn_error "invalid package name: $ac_useropt"
1084 ac_useropt_orig=$ac_useropt
1085 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1086 case $ac_user_opts in
1090 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1091 ac_unrecognized_sep=', ';;
1093 eval with_$ac_useropt=\$ac_optarg ;;
1095 -without-* | --without-*)
1096 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1097 # Reject names that are not valid shell variable names.
1098 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1099 as_fn_error "invalid package name: $ac_useropt"
1100 ac_useropt_orig=$ac_useropt
1101 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1102 case $ac_user_opts in
1106 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1107 ac_unrecognized_sep=', ';;
1109 eval with_$ac_useropt=no ;;
1112 # Obsolete; use --with-x.
1115 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1116 | --x-incl | --x-inc | --x-in | --x-i)
1117 ac_prev=x_includes ;;
1118 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1119 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1120 x_includes=$ac_optarg ;;
1122 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1123 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1124 ac_prev=x_libraries ;;
1125 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1126 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1127 x_libraries=$ac_optarg ;;
1129 -*) as_fn_error "unrecognized option: \`$ac_option'
1130 Try \`$0 --help' for more information."
1134 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1135 # Reject names that are not valid shell variable names.
1136 case $ac_envvar in #(
1137 '' | [0-9]* | *[!_$as_cr_alnum]* )
1138 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1140 eval $ac_envvar=\$ac_optarg
1141 export $ac_envvar ;;
1144 # FIXME: should be removed in autoconf 3.0.
1145 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1146 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1147 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1148 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1154 if test -n "$ac_prev"; then
1155 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1156 as_fn_error "missing argument to $ac_option"
1159 if test -n "$ac_unrecognized_opts"; then
1160 case $enable_option_checking in
1162 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1163 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1167 # Check all directory arguments for consistency.
1168 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1169 datadir sysconfdir sharedstatedir localstatedir includedir \
1170 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1171 libdir localedir mandir
1173 eval ac_val=\$$ac_var
1174 # Remove trailing slashes.
1177 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1178 eval $ac_var=\$ac_val;;
1180 # Be sure to have absolute directory names.
1182 [\\/$]* | ?:[\\/]* ) continue;;
1183 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1185 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1188 # There might be people who depend on the old broken behavior: `$host'
1189 # used to hold the argument of --host etc.
1190 # FIXME: To remove some day.
1193 target=$target_alias
1195 # FIXME: To remove some day.
1196 if test "x$host_alias" != x; then
1197 if test "x$build_alias" = x; then
1198 cross_compiling=maybe
1199 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1200 If a cross compiler is detected then cross compile mode will be used." >&2
1201 elif test "x$build_alias" != "x$host_alias"; then
1207 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1209 test "$silent" = yes && exec 6>/dev/null
1212 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1213 ac_ls_di=`ls -di .` &&
1214 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1215 as_fn_error "working directory cannot be determined"
1216 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1217 as_fn_error "pwd does not report name of working directory"
1220 # Find the source files, if location was not specified.
1221 if test -z "$srcdir"; then
1222 ac_srcdir_defaulted=yes
1223 # Try the directory containing this script, then the parent directory.
1224 ac_confdir=`$as_dirname -- "$as_myself" ||
1225 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1226 X"$as_myself" : 'X\(//\)[^/]' \| \
1227 X"$as_myself" : 'X\(//\)$' \| \
1228 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1229 $as_echo X"$as_myself" |
1230 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1248 if test ! -r "$srcdir/$ac_unique_file"; then
1252 ac_srcdir_defaulted=no
1254 if test ! -r "$srcdir/$ac_unique_file"; then
1255 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1256 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1258 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1260 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1262 # When building in place, set srcdir=.
1263 if test "$ac_abs_confdir" = "$ac_pwd"; then
1266 # Remove unnecessary trailing slashes from srcdir.
1267 # Double slashes in file names in object file debugging info
1268 # mess up M-x gdb in Emacs.
1270 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1272 for ac_var in $ac_precious_vars; do
1273 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1274 eval ac_env_${ac_var}_value=\$${ac_var}
1275 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1276 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1280 # Report the --help message.
1282 if test "$ac_init_help" = "long"; then
1283 # Omit some internal or obsolete options to make the list less imposing.
1284 # This message is too long to be a string in the A/UX 3.1 sh.
1286 \`configure' configures this package to adapt to many kinds of systems.
1288 Usage: $0 [OPTION]... [VAR=VALUE]...
1290 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1291 VAR=VALUE. See below for descriptions of some of the useful variables.
1293 Defaults for the options are specified in brackets.
1296 -h, --help display this help and exit
1297 --help=short display options specific to this package
1298 --help=recursive display the short help of all the included packages
1299 -V, --version display version information and exit
1300 -q, --quiet, --silent do not print \`checking...' messages
1301 --cache-file=FILE cache test results in FILE [disabled]
1302 -C, --config-cache alias for \`--cache-file=config.cache'
1303 -n, --no-create do not create output files
1304 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1306 Installation directories:
1307 --prefix=PREFIX install architecture-independent files in PREFIX
1308 [$ac_default_prefix]
1309 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1312 By default, \`make install' will install all the files in
1313 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1314 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1315 for instance \`--prefix=\$HOME'.
1317 For better control, use the options below.
1319 Fine tuning of the installation directories:
1320 --bindir=DIR user executables [EPREFIX/bin]
1321 --sbindir=DIR system admin executables [EPREFIX/sbin]
1322 --libexecdir=DIR program executables [EPREFIX/libexec]
1323 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1324 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1325 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1326 --libdir=DIR object code libraries [EPREFIX/lib]
1327 --includedir=DIR C header files [PREFIX/include]
1328 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1329 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1330 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1331 --infodir=DIR info documentation [DATAROOTDIR/info]
1332 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1333 --mandir=DIR man documentation [DATAROOTDIR/man]
1334 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1335 --htmldir=DIR html documentation [DOCDIR]
1336 --dvidir=DIR dvi documentation [DOCDIR]
1337 --pdfdir=DIR pdf documentation [DOCDIR]
1338 --psdir=DIR ps documentation [DOCDIR]
1344 --program-prefix=PREFIX prepend PREFIX to installed program names
1345 --program-suffix=SUFFIX append SUFFIX to installed program names
1346 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1349 --build=BUILD configure for building on BUILD [guessed]
1350 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1351 --target=TARGET configure for building compilers for TARGET [HOST]
1355 if test -n "$ac_init_help"; then
1360 --disable-option-checking ignore unrecognized --enable/--with options
1361 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1362 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1363 --enable-maintainer-mode Enable developer functionality.
1364 --enable-sim-bswap Use Host specific BSWAP instruction.
1365 --enable-sim-cflags=opts Extra CFLAGS for use in building simulator
1366 --enable-sim-debug=opts Enable debugging flags
1367 --enable-sim-stdio Specify whether to use stdio for console input/output.
1368 --enable-sim-trace=opts Enable tracing flags
1369 --enable-sim-profile=opts Enable profiling flags
1370 --enable-sim-endian=endian Specify target byte endian orientation.
1371 --enable-sim-alignment=align Specify strict, nonstrict or forced alignment of memory accesses.
1372 --enable-sim-hostendian=end Specify host byte endian orientation.
1373 --enable-sim-scache=size Specify simulator execution cache size.
1374 --enable-sim-default-model=model Specify default model to simulate.
1375 --enable-sim-environment=environment Specify mixed, user, virtual or operating environment.
1376 --enable-sim-inline=inlines Specify which functions should be inlined.
1377 --enable-cgen-maint=DIR build cgen generated files
1380 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1381 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1382 --with-zlib include zlib support (auto/yes/no) default=auto
1383 --with-pkgversion=PKG Use PKG in the version string in place of "GDB"
1384 --with-bugurl=URL Direct users to URL to report a bug
1386 Some influential environment variables:
1387 CC C compiler command
1388 CFLAGS C compiler flags
1389 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1390 nonstandard directory <lib dir>
1391 LIBS libraries to pass to the linker, e.g. -l<library>
1392 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1393 you have headers in a nonstandard directory <include dir>
1396 Use these variables to override the choices made by `configure' or to help
1397 it to find libraries and programs with nonstandard names/locations.
1399 Report bugs to the package provider.
1404 if test "$ac_init_help" = "recursive"; then
1405 # If there are subdirs, report their specific --help.
1406 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1407 test -d "$ac_dir" ||
1408 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1413 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1415 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1416 # A ".." for each directory in $ac_dir_suffix.
1417 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1418 case $ac_top_builddir_sub in
1419 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1420 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1423 ac_abs_top_builddir=$ac_pwd
1424 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1425 # for backward compatibility:
1426 ac_top_builddir=$ac_top_build_prefix
1429 .) # We are building in place.
1431 ac_top_srcdir=$ac_top_builddir_sub
1432 ac_abs_top_srcdir=$ac_pwd ;;
1433 [\\/]* | ?:[\\/]* ) # Absolute name.
1434 ac_srcdir=$srcdir$ac_dir_suffix;
1435 ac_top_srcdir=$srcdir
1436 ac_abs_top_srcdir=$srcdir ;;
1438 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1439 ac_top_srcdir=$ac_top_build_prefix$srcdir
1440 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1442 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1444 cd "$ac_dir" || { ac_status=$?; continue; }
1445 # Check for guested configure.
1446 if test -f "$ac_srcdir/configure.gnu"; then
1448 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1449 elif test -f "$ac_srcdir/configure"; then
1451 $SHELL "$ac_srcdir/configure" --help=recursive
1453 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1455 cd "$ac_pwd" || { ac_status=$?; break; }
1459 test -n "$ac_init_help" && exit $ac_status
1460 if $ac_init_version; then
1463 generated by GNU Autoconf 2.64
1465 Copyright (C) 2009 Free Software Foundation, Inc.
1466 This configure script is free software; the Free Software Foundation
1467 gives unlimited permission to copy, distribute and modify it.
1472 ## ------------------------ ##
1473 ## Autoconf initialization. ##
1474 ## ------------------------ ##
1476 # ac_fn_c_try_compile LINENO
1477 # --------------------------
1478 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1479 ac_fn_c_try_compile ()
1481 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1482 rm -f conftest.$ac_objext
1483 if { { ac_try="$ac_compile"
1485 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1486 *) ac_try_echo=$ac_try;;
1488 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1489 $as_echo "$ac_try_echo"; } >&5
1490 (eval "$ac_compile") 2>conftest.err
1492 if test -s conftest.err; then
1493 grep -v '^ *+' conftest.err >conftest.er1
1494 cat conftest.er1 >&5
1495 mv -f conftest.er1 conftest.err
1497 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1498 test $ac_status = 0; } && {
1499 test -z "$ac_c_werror_flag" ||
1500 test ! -s conftest.err
1501 } && test -s conftest.$ac_objext; then :
1504 $as_echo "$as_me: failed program was:" >&5
1505 sed 's/^/| /' conftest.$ac_ext >&5
1509 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1512 } # ac_fn_c_try_compile
1514 # ac_fn_c_try_cpp LINENO
1515 # ----------------------
1516 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1519 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1520 if { { ac_try="$ac_cpp conftest.$ac_ext"
1522 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1523 *) ac_try_echo=$ac_try;;
1525 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1526 $as_echo "$ac_try_echo"; } >&5
1527 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1529 if test -s conftest.err; then
1530 grep -v '^ *+' conftest.err >conftest.er1
1531 cat conftest.er1 >&5
1532 mv -f conftest.er1 conftest.err
1534 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1535 test $ac_status = 0; } >/dev/null && {
1536 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1537 test ! -s conftest.err
1541 $as_echo "$as_me: failed program was:" >&5
1542 sed 's/^/| /' conftest.$ac_ext >&5
1546 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1551 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1552 # -------------------------------------------------------
1553 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1554 # the include files in INCLUDES and setting the cache variable VAR
1556 ac_fn_c_check_header_mongrel ()
1558 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1559 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1560 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1561 $as_echo_n "checking for $2... " >&6; }
1562 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1563 $as_echo_n "(cached) " >&6
1566 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1567 $as_echo "$ac_res" >&6; }
1569 # Is the header compilable?
1570 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1571 $as_echo_n "checking $2 usability... " >&6; }
1572 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1573 /* end confdefs.h. */
1577 if ac_fn_c_try_compile "$LINENO"; then :
1578 ac_header_compiler=yes
1580 ac_header_compiler=no
1582 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1583 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1584 $as_echo "$ac_header_compiler" >&6; }
1586 # Is the header present?
1587 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1588 $as_echo_n "checking $2 presence... " >&6; }
1589 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1590 /* end confdefs.h. */
1593 if ac_fn_c_try_cpp "$LINENO"; then :
1594 ac_header_preproc=yes
1596 ac_header_preproc=no
1598 rm -f conftest.err conftest.$ac_ext
1599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1600 $as_echo "$ac_header_preproc" >&6; }
1602 # So? What about this header?
1603 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1605 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1606 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1607 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1608 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1611 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1612 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1613 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1614 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1615 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1616 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1617 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1618 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1619 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1620 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1623 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1624 $as_echo_n "checking for $2... " >&6; }
1625 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1626 $as_echo_n "(cached) " >&6
1628 eval "$3=\$ac_header_compiler"
1631 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1632 $as_echo "$ac_res" >&6; }
1634 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1636 } # ac_fn_c_check_header_mongrel
1638 # ac_fn_c_try_run LINENO
1639 # ----------------------
1640 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1641 # that executables *can* be run.
1644 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1645 if { { ac_try="$ac_link"
1647 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1648 *) ac_try_echo=$ac_try;;
1650 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1651 $as_echo "$ac_try_echo"; } >&5
1652 (eval "$ac_link") 2>&5
1654 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1655 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1656 { { case "(($ac_try" in
1657 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1658 *) ac_try_echo=$ac_try;;
1660 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1661 $as_echo "$ac_try_echo"; } >&5
1662 (eval "$ac_try") 2>&5
1664 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1665 test $ac_status = 0; }; }; then :
1668 $as_echo "$as_me: program exited with status $ac_status" >&5
1669 $as_echo "$as_me: failed program was:" >&5
1670 sed 's/^/| /' conftest.$ac_ext >&5
1672 ac_retval=$ac_status
1674 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1675 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1680 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1681 # -------------------------------------------------------
1682 # Tests whether HEADER exists and can be compiled using the include files in
1683 # INCLUDES, setting the cache variable VAR accordingly.
1684 ac_fn_c_check_header_compile ()
1686 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1687 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1688 $as_echo_n "checking for $2... " >&6; }
1689 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1690 $as_echo_n "(cached) " >&6
1692 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1693 /* end confdefs.h. */
1697 if ac_fn_c_try_compile "$LINENO"; then :
1702 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1706 $as_echo "$ac_res" >&6; }
1707 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1709 } # ac_fn_c_check_header_compile
1711 # ac_fn_c_try_link LINENO
1712 # -----------------------
1713 # Try to link conftest.$ac_ext, and return whether this succeeded.
1716 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1717 rm -f conftest.$ac_objext conftest$ac_exeext
1718 if { { ac_try="$ac_link"
1720 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1721 *) ac_try_echo=$ac_try;;
1723 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1724 $as_echo "$ac_try_echo"; } >&5
1725 (eval "$ac_link") 2>conftest.err
1727 if test -s conftest.err; then
1728 grep -v '^ *+' conftest.err >conftest.er1
1729 cat conftest.er1 >&5
1730 mv -f conftest.er1 conftest.err
1732 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1733 test $ac_status = 0; } && {
1734 test -z "$ac_c_werror_flag" ||
1735 test ! -s conftest.err
1736 } && test -s conftest$ac_exeext && {
1737 test "$cross_compiling" = yes ||
1738 $as_test_x conftest$ac_exeext
1742 $as_echo "$as_me: failed program was:" >&5
1743 sed 's/^/| /' conftest.$ac_ext >&5
1747 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1748 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1749 # interfere with the next link command; also delete a directory that is
1750 # left behind by Apple's compiler. We do this before executing the actions.
1751 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1752 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1755 } # ac_fn_c_try_link
1757 # ac_fn_c_check_func LINENO FUNC VAR
1758 # ----------------------------------
1759 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1760 ac_fn_c_check_func ()
1762 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1763 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1764 $as_echo_n "checking for $2... " >&6; }
1765 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1766 $as_echo_n "(cached) " >&6
1768 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1769 /* end confdefs.h. */
1770 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1771 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1772 #define $2 innocuous_$2
1774 /* System header to define __stub macros and hopefully few prototypes,
1775 which can conflict with char $2 (); below.
1776 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1777 <limits.h> exists even on freestanding compilers. */
1780 # include <limits.h>
1782 # include <assert.h>
1787 /* Override any GCC internal prototype to avoid an error.
1788 Use char because int might match the return type of a GCC
1789 builtin and then its argument prototype would still apply. */
1794 /* The GNU C library defines this for functions which it implements
1795 to always fail with ENOSYS. Some functions are actually named
1796 something starting with __ and the normal name is an alias. */
1797 #if defined __stub_$2 || defined __stub___$2
1809 if ac_fn_c_try_link "$LINENO"; then :
1814 rm -f core conftest.err conftest.$ac_objext \
1815 conftest$ac_exeext conftest.$ac_ext
1818 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1819 $as_echo "$ac_res" >&6; }
1820 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1822 } # ac_fn_c_check_func
1823 cat >config.log <<_ACEOF
1824 This file contains any messages produced by compilers while
1825 running configure, to aid debugging if configure makes a mistake.
1827 It was created by $as_me, which was
1828 generated by GNU Autoconf 2.64. Invocation command line was
1840 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1841 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1842 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1843 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1844 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1846 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1847 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1849 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1850 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1851 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1852 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1853 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1854 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1855 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1859 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1863 test -z "$as_dir" && as_dir=.
1864 $as_echo "PATH: $as_dir"
1880 # Keep a trace of the command line.
1881 # Strip out --no-create and --no-recursion so they do not pile up.
1882 # Strip out --silent because we don't want to record it for future runs.
1883 # Also quote any args containing shell meta-characters.
1884 # Make two passes to allow for proper duplicate-argument suppression.
1888 ac_must_keep_next=false
1894 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1895 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1896 | -silent | --silent | --silen | --sile | --sil)
1899 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1902 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1904 as_fn_append ac_configure_args1 " '$ac_arg'"
1905 if test $ac_must_keep_next = true; then
1906 ac_must_keep_next=false # Got value, back to normal.
1909 *=* | --config-cache | -C | -disable-* | --disable-* \
1910 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1911 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1912 | -with-* | --with-* | -without-* | --without-* | --x)
1913 case "$ac_configure_args0 " in
1914 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1917 -* ) ac_must_keep_next=true ;;
1920 as_fn_append ac_configure_args " '$ac_arg'"
1925 { ac_configure_args0=; unset ac_configure_args0;}
1926 { ac_configure_args1=; unset ac_configure_args1;}
1928 # When interrupted or exit'd, cleanup temporary files, and complete
1929 # config.log. We remove comments because anyway the quotes in there
1930 # would cause problems or look ugly.
1931 # WARNING: Use '\'' to represent an apostrophe within the trap.
1932 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1933 trap 'exit_status=$?
1934 # Save into config.log some information that might help in debugging.
1939 ## ---------------- ##
1940 ## Cache variables. ##
1941 ## ---------------- ##
1944 # The following way of writing the cache mishandles newlines in values,
1946 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1947 eval ac_val=\$$ac_var
1951 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1952 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1955 _ | IFS | as_nl) ;; #(
1956 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1957 *) { eval $ac_var=; unset $ac_var;} ;;
1962 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1963 *${as_nl}ac_space=\ *)
1965 "s/'\''/'\''\\\\'\'''\''/g;
1966 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1969 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1977 ## ----------------- ##
1978 ## Output variables. ##
1979 ## ----------------- ##
1982 for ac_var in $ac_subst_vars
1984 eval ac_val=\$$ac_var
1986 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1988 $as_echo "$ac_var='\''$ac_val'\''"
1992 if test -n "$ac_subst_files"; then
1994 ## ------------------- ##
1995 ## File substitutions. ##
1996 ## ------------------- ##
1999 for ac_var in $ac_subst_files
2001 eval ac_val=\$$ac_var
2003 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2005 $as_echo "$ac_var='\''$ac_val'\''"
2010 if test -s confdefs.h; then
2020 test "$ac_signal" != 0 &&
2021 $as_echo "$as_me: caught signal $ac_signal"
2022 $as_echo "$as_me: exit $exit_status"
2024 rm -f core *.core core.conftest.* &&
2025 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2028 for ac_signal in 1 2 13 15; do
2029 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2033 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2034 rm -f -r conftest* confdefs.h
2036 $as_echo "/* confdefs.h */" > confdefs.h
2038 # Predefined preprocessor variables.
2040 cat >>confdefs.h <<_ACEOF
2041 #define PACKAGE_NAME "$PACKAGE_NAME"
2044 cat >>confdefs.h <<_ACEOF
2045 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2048 cat >>confdefs.h <<_ACEOF
2049 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2052 cat >>confdefs.h <<_ACEOF
2053 #define PACKAGE_STRING "$PACKAGE_STRING"
2056 cat >>confdefs.h <<_ACEOF
2057 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2060 cat >>confdefs.h <<_ACEOF
2061 #define PACKAGE_URL "$PACKAGE_URL"
2065 # Let the site file select an alternate cache file if it wants to.
2066 # Prefer an explicitly selected file to automatically selected ones.
2069 if test -n "$CONFIG_SITE"; then
2070 ac_site_file1=$CONFIG_SITE
2071 elif test "x$prefix" != xNONE; then
2072 ac_site_file1=$prefix/share/config.site
2073 ac_site_file2=$prefix/etc/config.site
2075 ac_site_file1=$ac_default_prefix/share/config.site
2076 ac_site_file2=$ac_default_prefix/etc/config.site
2078 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2080 test "x$ac_site_file" = xNONE && continue
2081 if test -r "$ac_site_file"; then
2082 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2083 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2084 sed 's/^/| /' "$ac_site_file" >&5
2089 if test -r "$cache_file"; then
2090 # Some versions of bash will fail to source /dev/null (special
2091 # files actually), so we avoid doing that.
2092 if test -f "$cache_file"; then
2093 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2094 $as_echo "$as_me: loading cache $cache_file" >&6;}
2096 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2097 *) . "./$cache_file";;
2101 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2102 $as_echo "$as_me: creating cache $cache_file" >&6;}
2106 # Check that the precious variables saved in the cache have kept the same
2108 ac_cache_corrupted=false
2109 for ac_var in $ac_precious_vars; do
2110 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2111 eval ac_new_set=\$ac_env_${ac_var}_set
2112 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2113 eval ac_new_val=\$ac_env_${ac_var}_value
2114 case $ac_old_set,$ac_new_set in
2116 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2117 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2118 ac_cache_corrupted=: ;;
2120 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2121 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2122 ac_cache_corrupted=: ;;
2125 if test "x$ac_old_val" != "x$ac_new_val"; then
2126 # differences in whitespace do not lead to failure.
2127 ac_old_val_w=`echo x $ac_old_val`
2128 ac_new_val_w=`echo x $ac_new_val`
2129 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2130 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2131 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2132 ac_cache_corrupted=:
2134 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2135 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2136 eval $ac_var=\$ac_old_val
2138 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2139 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2140 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2141 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2144 # Pass precious variables to config.status.
2145 if test "$ac_new_set" = set; then
2147 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2148 *) ac_arg=$ac_var=$ac_new_val ;;
2150 case " $ac_configure_args " in
2151 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2152 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2156 if $ac_cache_corrupted; then
2157 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2158 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2159 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2160 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2161 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2163 ## -------------------- ##
2164 ## Main body of script. ##
2165 ## -------------------- ##
2168 ac_cpp='$CPP $CPPFLAGS'
2169 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2170 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2171 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2174 # This file contains common code used by all simulators.
2176 # SIM_AC_COMMON invokes AC macros used by all simulators and by the common
2177 # directory. It is intended to be invoked before any target specific stuff.
2178 # SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
2179 # It is intended to be invoked last.
2181 # The simulator's configure.in should look like:
2183 # dnl Process this file with autoconf to produce a configure script.
2184 # AC_PREREQ(2.64)dnl
2185 # AC_INIT(Makefile.in)
2186 # sinclude(../common/aclocal.m4)
2190 # ... target specific stuff ...
2194 # Include global overrides and fixes for Autoconf.
2221 # _AC_CHECK_DECL_BODY
2222 # -------------------
2223 # Shell function body for AC_CHECK_DECL.
2224 # _AC_CHECK_DECL_BODY
2226 # _AC_CHECK_DECLS(SYMBOL, ACTION-IF_FOUND, ACTION-IF-NOT-FOUND,
2228 # -------------------------------------------------------------
2229 # Helper to AC_CHECK_DECLS, which generates the check for a single
2230 # SYMBOL with INCLUDES, performs the AC_DEFINE, then expands
2231 # ACTION-IF-FOUND or ACTION-IF-NOT-FOUND.
2244 # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007
2245 # Free Software Foundation, Inc.
2247 # This file is free software; the Free Software Foundation
2248 # gives unlimited permission to copy and/or distribute it,
2249 # with or without modifications, as long as this notice is preserved.
2253 # Based on depend.m4 from automake 1.9, modified for standalone use in
2254 # an environment where GNU make is required.
2256 # ZW_PROG_COMPILER_DEPENDENCIES
2257 # -----------------------------
2258 # Variant of _AM_DEPENDENCIES which just does the dependency probe and
2259 # sets fooDEPMODE accordingly. Cache-variable compatible with
2260 # original; not side-effect compatible. As the users of this macro
2261 # may require accurate dependencies for correct builds, it does *not*
2262 # honor --disable-dependency-checking, and failure to detect a usable
2263 # method is an error. depcomp is assumed to be located in
2266 # FIXME: Should use the Autoconf 2.5x language-selection mechanism.
2272 # Choose a directory name for dependency files.
2277 # As AM_SET_DEPDIR, but also create the directory at config.status time.
2328 sim_inline="-DDEFAULT_INLINE=0"
2365 # intl sister-directory configuration rules.
2368 # The idea behind this macro is that there's no need to repeat all the
2369 # autoconf probes done by the intl directory - it's already done them
2370 # for us. In fact, there's no need even to look at the cache for the
2371 # answers. All we need to do is nab a few pieces of information.
2372 # The intl directory is set up to make this easy, by generating a
2373 # small file which can be sourced as a shell script; then we produce
2374 # the necessary substitutions and definitions for this directory.
2378 # Autoconf M4 include file defining utility macros for complex Canadian
2390 # _NCN_TOOL_PREFIXES: Some stuff that oughtta be done in AC_CANONICAL_SYSTEM
2392 # These demand that AC_CANONICAL_SYSTEM be called beforehand.
2395 # NCN_STRICT_CHECK_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
2396 # Like plain AC_CHECK_TOOLS, but require prefix if build!=host.
2400 # NCN_STRICT_CHECK_TARGET_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
2401 # Like CVS Autoconf AC_CHECK_TARGET_TOOLS, but require prefix if build!=target.
2405 # Backported from Autoconf 2.5x; can go away when and if
2406 # we switch. Put the OS path separator in $PATH_SEPARATOR.
2411 # ACX_HAVE_GCC_FOR_TARGET
2412 # Check if the variable GCC_FOR_TARGET really points to a GCC binary.
2415 # ACX_CHECK_INSTALLED_TARGET_TOOL(VAR, PROG)
2416 # Searching for installed target binutils. We need to take extra care,
2417 # else we may find the wrong assembler, linker, etc., and lose.
2419 # First try --with-build-time-tools, if specified.
2421 # For build != host, we ask the installed GCC for the name of the tool it
2422 # uses, and accept it if it is an absolute path. This is because the
2423 # only good choice for a compiler is the same GCC version that is being
2424 # installed (or we couldn't make target libraries), and we assume that
2425 # on the host system we'll have not only the same GCC version, but also
2426 # the same binutils version.
2428 # For build == host, search the same directories that the installed
2429 # compiler will search. We used to do this for the assembler, linker,
2430 # and nm only; for simplicity of configuration, however, we extend this
2431 # criterion to tools (such as ar and ranlib) that are never invoked by
2432 # the compiler, to avoid mismatches.
2434 # Also note we have to check MD_EXEC_PREFIX before checking the user's path
2435 # if build == target. This makes the most sense only when bootstrapping,
2436 # but we also do so when build != host. In this case, we hope that the
2437 # build and host systems will have similar contents of MD_EXEC_PREFIX.
2439 # If we do not find a suitable binary, then try the user's path.
2443 # AC_PROG_CPP_WERROR
2444 # Used for autoconf 2.5x to force AC_PREPROC_IFELSE to reject code which
2445 # triggers warnings from the preprocessor. Will be in autoconf 2.58.
2446 # For now, using this also overrides header checks to use only the
2447 # preprocessor (matches 2.13 behavior; matching 2.58's behavior is a
2448 # bit harder from here).
2449 # Eventually autoconf will default to checking headers with the compiler
2450 # instead, and we'll have to do this differently.
2452 # AC_PROG_CPP_WERROR
2455 # We require the gnatbind & gnatmake programs, as well as a compiler driver
2456 # that understands Ada. We use the user's CC setting, already found, and
2457 # possibly add $1 to the command-line parameters.
2459 # Sets the shell variable have_gnat to yes or no as appropriate, and
2460 # substitutes GNATBIND and GNATMAKE.
2487 ac_cpp='$CPP $CPPFLAGS'
2488 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2489 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2490 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2491 if test -n "$ac_tool_prefix"; then
2492 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2493 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2494 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2495 $as_echo_n "checking for $ac_word... " >&6; }
2496 if test "${ac_cv_prog_CC+set}" = set; then :
2497 $as_echo_n "(cached) " >&6
2499 if test -n "$CC"; then
2500 ac_cv_prog_CC="$CC" # Let the user override the test.
2502 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2506 test -z "$as_dir" && as_dir=.
2507 for ac_exec_ext in '' $ac_executable_extensions; do
2508 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2509 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2510 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2520 if test -n "$CC"; then
2521 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2522 $as_echo "$CC" >&6; }
2524 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2525 $as_echo "no" >&6; }
2530 if test -z "$ac_cv_prog_CC"; then
2532 # Extract the first word of "gcc", so it can be a program name with args.
2533 set dummy gcc; ac_word=$2
2534 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2535 $as_echo_n "checking for $ac_word... " >&6; }
2536 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2537 $as_echo_n "(cached) " >&6
2539 if test -n "$ac_ct_CC"; then
2540 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2542 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2546 test -z "$as_dir" && as_dir=.
2547 for ac_exec_ext in '' $ac_executable_extensions; do
2548 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2549 ac_cv_prog_ac_ct_CC="gcc"
2550 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2559 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2560 if test -n "$ac_ct_CC"; then
2561 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2562 $as_echo "$ac_ct_CC" >&6; }
2564 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2565 $as_echo "no" >&6; }
2568 if test "x$ac_ct_CC" = x; then
2571 case $cross_compiling:$ac_tool_warned in
2573 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2574 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2575 ac_tool_warned=yes ;;
2583 if test -z "$CC"; then
2584 if test -n "$ac_tool_prefix"; then
2585 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2586 set dummy ${ac_tool_prefix}cc; ac_word=$2
2587 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2588 $as_echo_n "checking for $ac_word... " >&6; }
2589 if test "${ac_cv_prog_CC+set}" = set; then :
2590 $as_echo_n "(cached) " >&6
2592 if test -n "$CC"; then
2593 ac_cv_prog_CC="$CC" # Let the user override the test.
2595 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2599 test -z "$as_dir" && as_dir=.
2600 for ac_exec_ext in '' $ac_executable_extensions; do
2601 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2602 ac_cv_prog_CC="${ac_tool_prefix}cc"
2603 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2613 if test -n "$CC"; then
2614 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2615 $as_echo "$CC" >&6; }
2617 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2618 $as_echo "no" >&6; }
2624 if test -z "$CC"; then
2625 # Extract the first word of "cc", so it can be a program name with args.
2626 set dummy cc; ac_word=$2
2627 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2628 $as_echo_n "checking for $ac_word... " >&6; }
2629 if test "${ac_cv_prog_CC+set}" = set; then :
2630 $as_echo_n "(cached) " >&6
2632 if test -n "$CC"; then
2633 ac_cv_prog_CC="$CC" # Let the user override the test.
2636 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2640 test -z "$as_dir" && as_dir=.
2641 for ac_exec_ext in '' $ac_executable_extensions; do
2642 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2643 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2644 ac_prog_rejected=yes
2648 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2655 if test $ac_prog_rejected = yes; then
2656 # We found a bogon in the path, so make sure we never use it.
2657 set dummy $ac_cv_prog_CC
2659 if test $# != 0; then
2660 # We chose a different compiler from the bogus one.
2661 # However, it has the same basename, so the bogon will be chosen
2662 # first if we set CC to just the basename; use the full file name.
2664 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2670 if test -n "$CC"; then
2671 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2672 $as_echo "$CC" >&6; }
2674 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2675 $as_echo "no" >&6; }
2680 if test -z "$CC"; then
2681 if test -n "$ac_tool_prefix"; then
2682 for ac_prog in cl.exe
2684 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2685 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2686 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2687 $as_echo_n "checking for $ac_word... " >&6; }
2688 if test "${ac_cv_prog_CC+set}" = set; then :
2689 $as_echo_n "(cached) " >&6
2691 if test -n "$CC"; then
2692 ac_cv_prog_CC="$CC" # Let the user override the test.
2694 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2698 test -z "$as_dir" && as_dir=.
2699 for ac_exec_ext in '' $ac_executable_extensions; do
2700 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2701 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2702 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2712 if test -n "$CC"; then
2713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2714 $as_echo "$CC" >&6; }
2716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2717 $as_echo "no" >&6; }
2721 test -n "$CC" && break
2724 if test -z "$CC"; then
2726 for ac_prog in cl.exe
2728 # Extract the first word of "$ac_prog", so it can be a program name with args.
2729 set dummy $ac_prog; ac_word=$2
2730 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2731 $as_echo_n "checking for $ac_word... " >&6; }
2732 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2733 $as_echo_n "(cached) " >&6
2735 if test -n "$ac_ct_CC"; then
2736 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2738 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2742 test -z "$as_dir" && as_dir=.
2743 for ac_exec_ext in '' $ac_executable_extensions; do
2744 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2745 ac_cv_prog_ac_ct_CC="$ac_prog"
2746 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2755 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2756 if test -n "$ac_ct_CC"; then
2757 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2758 $as_echo "$ac_ct_CC" >&6; }
2760 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2761 $as_echo "no" >&6; }
2765 test -n "$ac_ct_CC" && break
2768 if test "x$ac_ct_CC" = x; then
2771 case $cross_compiling:$ac_tool_warned in
2773 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2774 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2775 ac_tool_warned=yes ;;
2784 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2785 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2786 as_fn_error "no acceptable C compiler found in \$PATH
2787 See \`config.log' for more details." "$LINENO" 5; }
2789 # Provide some information about the compiler.
2790 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2793 for ac_option in --version -v -V -qversion; do
2794 { { ac_try="$ac_compiler $ac_option >&5"
2796 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2797 *) ac_try_echo=$ac_try;;
2799 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2800 $as_echo "$ac_try_echo"; } >&5
2801 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2803 if test -s conftest.err; then
2805 ... rest of stderr output deleted ...
2806 10q' conftest.err >conftest.er1
2807 cat conftest.er1 >&5
2808 rm -f conftest.er1 conftest.err
2810 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2811 test $ac_status = 0; }
2814 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2815 /* end confdefs.h. */
2825 ac_clean_files_save=$ac_clean_files
2826 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
2827 # Try to create an executable without -o first, disregard a.out.
2828 # It will help us diagnose broken compilers, and finding out an intuition
2830 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
2831 $as_echo_n "checking for C compiler default output file name... " >&6; }
2832 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2834 # The possible output files:
2835 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2838 for ac_file in $ac_files
2841 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2842 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2847 if { { ac_try="$ac_link_default"
2849 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2850 *) ac_try_echo=$ac_try;;
2852 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2853 $as_echo "$ac_try_echo"; } >&5
2854 (eval "$ac_link_default") 2>&5
2856 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2857 test $ac_status = 0; }; then :
2858 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2859 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2860 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2861 # so that the user can short-circuit this test for compilers unknown to
2863 for ac_file in $ac_files ''
2865 test -f "$ac_file" || continue
2867 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2870 # We found the default executable, but exeext='' is most
2874 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2876 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2878 # We set ac_cv_exeext here because the later test for it is not
2879 # safe: cross compilers may not add the suffix if given an `-o'
2880 # argument, so we may need to know it at that point already.
2881 # Even if this section looks crufty: it has the advantage of
2888 test "$ac_cv_exeext" = no && ac_cv_exeext=
2893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
2894 $as_echo "$ac_file" >&6; }
2895 if test -z "$ac_file"; then :
2896 $as_echo "$as_me: failed program was:" >&5
2897 sed 's/^/| /' conftest.$ac_ext >&5
2899 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2900 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2901 { as_fn_set_status 77
2902 as_fn_error "C compiler cannot create executables
2903 See \`config.log' for more details." "$LINENO" 5; }; }
2905 ac_exeext=$ac_cv_exeext
2907 # Check that the compiler produces executables we can run. If not, either
2908 # the compiler is broken, or we cross compile.
2909 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
2910 $as_echo_n "checking whether the C compiler works... " >&6; }
2911 # If not cross compiling, check that we can run a simple program.
2912 if test "$cross_compiling" != yes; then
2913 if { ac_try='./$ac_file'
2914 { { case "(($ac_try" in
2915 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2916 *) ac_try_echo=$ac_try;;
2918 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2919 $as_echo "$ac_try_echo"; } >&5
2920 (eval "$ac_try") 2>&5
2922 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2923 test $ac_status = 0; }; }; then
2926 if test "$cross_compiling" = maybe; then
2929 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2930 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2931 as_fn_error "cannot run C compiled programs.
2932 If you meant to cross compile, use \`--host'.
2933 See \`config.log' for more details." "$LINENO" 5; }
2937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2938 $as_echo "yes" >&6; }
2940 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
2941 ac_clean_files=$ac_clean_files_save
2942 # Check that the compiler produces executables we can run. If not, either
2943 # the compiler is broken, or we cross compile.
2944 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
2945 $as_echo_n "checking whether we are cross compiling... " >&6; }
2946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
2947 $as_echo "$cross_compiling" >&6; }
2949 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2950 $as_echo_n "checking for suffix of executables... " >&6; }
2951 if { { ac_try="$ac_link"
2953 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2954 *) ac_try_echo=$ac_try;;
2956 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2957 $as_echo "$ac_try_echo"; } >&5
2958 (eval "$ac_link") 2>&5
2960 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2961 test $ac_status = 0; }; then :
2962 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2963 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2964 # work properly (i.e., refer to `conftest.exe'), while it won't with
2966 for ac_file in conftest.exe conftest conftest.*; do
2967 test -f "$ac_file" || continue
2969 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2970 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2976 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2977 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2978 as_fn_error "cannot compute suffix of executables: cannot compile and link
2979 See \`config.log' for more details." "$LINENO" 5; }
2981 rm -f conftest$ac_cv_exeext
2982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
2983 $as_echo "$ac_cv_exeext" >&6; }
2985 rm -f conftest.$ac_ext
2986 EXEEXT=$ac_cv_exeext
2988 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
2989 $as_echo_n "checking for suffix of object files... " >&6; }
2990 if test "${ac_cv_objext+set}" = set; then :
2991 $as_echo_n "(cached) " >&6
2993 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2994 /* end confdefs.h. */
3004 rm -f conftest.o conftest.obj
3005 if { { ac_try="$ac_compile"
3007 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3008 *) ac_try_echo=$ac_try;;
3010 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3011 $as_echo "$ac_try_echo"; } >&5
3012 (eval "$ac_compile") 2>&5
3014 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3015 test $ac_status = 0; }; then :
3016 for ac_file in conftest.o conftest.obj conftest.*; do
3017 test -f "$ac_file" || continue;
3019 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3020 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3025 $as_echo "$as_me: failed program was:" >&5
3026 sed 's/^/| /' conftest.$ac_ext >&5
3028 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3029 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3030 as_fn_error "cannot compute suffix of object files: cannot compile
3031 See \`config.log' for more details." "$LINENO" 5; }
3033 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3035 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3036 $as_echo "$ac_cv_objext" >&6; }
3037 OBJEXT=$ac_cv_objext
3039 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3040 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3041 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3042 $as_echo_n "(cached) " >&6
3044 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3045 /* end confdefs.h. */
3058 if ac_fn_c_try_compile "$LINENO"; then :
3063 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3064 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3067 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3068 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3069 if test $ac_compiler_gnu = yes; then
3074 ac_test_CFLAGS=${CFLAGS+set}
3075 ac_save_CFLAGS=$CFLAGS
3076 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3077 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3078 if test "${ac_cv_prog_cc_g+set}" = set; then :
3079 $as_echo_n "(cached) " >&6
3081 ac_save_c_werror_flag=$ac_c_werror_flag
3082 ac_c_werror_flag=yes
3085 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3086 /* end confdefs.h. */
3096 if ac_fn_c_try_compile "$LINENO"; then :
3100 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3101 /* end confdefs.h. */
3111 if ac_fn_c_try_compile "$LINENO"; then :
3114 ac_c_werror_flag=$ac_save_c_werror_flag
3116 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3117 /* end confdefs.h. */
3127 if ac_fn_c_try_compile "$LINENO"; then :
3130 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3132 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3134 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3135 ac_c_werror_flag=$ac_save_c_werror_flag
3137 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3138 $as_echo "$ac_cv_prog_cc_g" >&6; }
3139 if test "$ac_test_CFLAGS" = set; then
3140 CFLAGS=$ac_save_CFLAGS
3141 elif test $ac_cv_prog_cc_g = yes; then
3142 if test "$GCC" = yes; then
3148 if test "$GCC" = yes; then
3154 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3155 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3156 if test "${ac_cv_prog_cc_c89+set}" = set; then :
3157 $as_echo_n "(cached) " >&6
3159 ac_cv_prog_cc_c89=no
3161 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3162 /* end confdefs.h. */
3165 #include <sys/types.h>
3166 #include <sys/stat.h>
3167 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3168 struct buf { int x; };
3169 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3170 static char *e (p, i)
3176 static char *f (char * (*g) (char **, int), char **p, ...)
3181 s = g (p, va_arg (v,int));
3186 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3187 function prototypes and stuff, but not '\xHH' hex character constants.
3188 These don't provoke an error unfortunately, instead are silently treated
3189 as 'x'. The following induces an error, until -std is added to get
3190 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3191 array size at least. It's necessary to write '\x00'==0 to get something
3192 that's true only with -std. */
3193 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3195 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3196 inside strings and character constants. */
3198 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3200 int test (int i, double x);
3201 struct s1 {int (*f) (int a);};
3202 struct s2 {int (*f) (double a);};
3203 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3209 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3214 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3215 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3217 CC="$ac_save_CC $ac_arg"
3218 if ac_fn_c_try_compile "$LINENO"; then :
3219 ac_cv_prog_cc_c89=$ac_arg
3221 rm -f core conftest.err conftest.$ac_objext
3222 test "x$ac_cv_prog_cc_c89" != "xno" && break
3224 rm -f conftest.$ac_ext
3229 case "x$ac_cv_prog_cc_c89" in
3231 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3232 $as_echo "none needed" >&6; } ;;
3234 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3235 $as_echo "unsupported" >&6; } ;;
3237 CC="$CC $ac_cv_prog_cc_c89"
3238 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3239 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3241 if test "x$ac_cv_prog_cc_c89" != xno; then :
3246 ac_cpp='$CPP $CPPFLAGS'
3247 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3248 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3249 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3252 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
3253 for ac_t in install-sh install.sh shtool; do
3254 if test -f "$ac_dir/$ac_t"; then
3256 ac_install_sh="$ac_aux_dir/$ac_t -c"
3261 if test -z "$ac_aux_dir"; then
3262 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
3265 # These three variables are undocumented and unsupported,
3266 # and are intended to be withdrawn in a future Autoconf release.
3267 # They can cause serious problems if a builder's source tree is in a directory
3268 # whose full name contains unusual characters.
3269 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
3270 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
3271 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
3274 # Make sure we can run config.sub.
3275 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
3276 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
3278 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
3279 $as_echo_n "checking build system type... " >&6; }
3280 if test "${ac_cv_build+set}" = set; then :
3281 $as_echo_n "(cached) " >&6
3283 ac_build_alias=$build_alias
3284 test "x$ac_build_alias" = x &&
3285 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
3286 test "x$ac_build_alias" = x &&
3287 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
3288 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
3289 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
3292 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
3293 $as_echo "$ac_cv_build" >&6; }
3294 case $ac_cv_build in
3296 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
3299 ac_save_IFS=$IFS; IFS='-'
3305 # Remember, the first character of IFS is used to create $*,
3306 # except with old shells:
3309 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
3312 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
3313 $as_echo_n "checking host system type... " >&6; }
3314 if test "${ac_cv_host+set}" = set; then :
3315 $as_echo_n "(cached) " >&6
3317 if test "x$host_alias" = x; then
3318 ac_cv_host=$ac_cv_build
3320 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
3321 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
3325 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
3326 $as_echo "$ac_cv_host" >&6; }
3329 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
3332 ac_save_IFS=$IFS; IFS='-'
3338 # Remember, the first character of IFS is used to create $*,
3339 # except with old shells:
3342 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
3345 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
3346 $as_echo_n "checking target system type... " >&6; }
3347 if test "${ac_cv_target+set}" = set; then :
3348 $as_echo_n "(cached) " >&6
3350 if test "x$target_alias" = x; then
3351 ac_cv_target=$ac_cv_host
3353 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
3354 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
3358 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
3359 $as_echo "$ac_cv_target" >&6; }
3360 case $ac_cv_target in
3362 *) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
3364 target=$ac_cv_target
3365 ac_save_IFS=$IFS; IFS='-'
3371 # Remember, the first character of IFS is used to create $*,
3372 # except with old shells:
3375 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
3378 # The aliases save the names the user supplied, while $host etc.
3379 # will get canonicalized.
3380 test -n "$target_alias" &&
3381 test "$program_prefix$program_suffix$program_transform_name" = \
3383 program_prefix=${target_alias}-
3386 ac_cpp='$CPP $CPPFLAGS'
3387 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3388 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3389 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3390 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
3391 $as_echo_n "checking how to run the C preprocessor... " >&6; }
3392 # On Suns, sometimes $CPP names a directory.
3393 if test -n "$CPP" && test -d "$CPP"; then
3396 if test -z "$CPP"; then
3397 if test "${ac_cv_prog_CPP+set}" = set; then :
3398 $as_echo_n "(cached) " >&6
3400 # Double quotes because CPP needs to be expanded
3401 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3404 for ac_c_preproc_warn_flag in '' yes
3406 # Use a header file that comes with gcc, so configuring glibc
3407 # with a fresh cross-compiler works.
3408 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3409 # <limits.h> exists even on freestanding compilers.
3410 # On the NeXT, cc -E runs the code through the compiler's parser,
3411 # not just through cpp. "Syntax error" is here to catch this case.
3412 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3413 /* end confdefs.h. */
3415 # include <limits.h>
3417 # include <assert.h>
3421 if ac_fn_c_try_cpp "$LINENO"; then :
3424 # Broken: fails on valid input.
3427 rm -f conftest.err conftest.$ac_ext
3429 # OK, works on sane cases. Now check whether nonexistent headers
3430 # can be detected and how.
3431 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3432 /* end confdefs.h. */
3433 #include <ac_nonexistent.h>
3435 if ac_fn_c_try_cpp "$LINENO"; then :
3436 # Broken: success on invalid input.
3439 # Passes both tests.
3443 rm -f conftest.err conftest.$ac_ext
3446 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3447 rm -f conftest.err conftest.$ac_ext
3448 if $ac_preproc_ok; then :
3460 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
3461 $as_echo "$CPP" >&6; }
3463 for ac_c_preproc_warn_flag in '' yes
3465 # Use a header file that comes with gcc, so configuring glibc
3466 # with a fresh cross-compiler works.
3467 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3468 # <limits.h> exists even on freestanding compilers.
3469 # On the NeXT, cc -E runs the code through the compiler's parser,
3470 # not just through cpp. "Syntax error" is here to catch this case.
3471 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3472 /* end confdefs.h. */
3474 # include <limits.h>
3476 # include <assert.h>
3480 if ac_fn_c_try_cpp "$LINENO"; then :
3483 # Broken: fails on valid input.
3486 rm -f conftest.err conftest.$ac_ext
3488 # OK, works on sane cases. Now check whether nonexistent headers
3489 # can be detected and how.
3490 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3491 /* end confdefs.h. */
3492 #include <ac_nonexistent.h>
3494 if ac_fn_c_try_cpp "$LINENO"; then :
3495 # Broken: success on invalid input.
3498 # Passes both tests.
3502 rm -f conftest.err conftest.$ac_ext
3505 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3506 rm -f conftest.err conftest.$ac_ext
3507 if $ac_preproc_ok; then :
3510 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3511 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3512 as_fn_error "C preprocessor \"$CPP\" fails sanity check
3513 See \`config.log' for more details." "$LINENO" 5; }
3517 ac_cpp='$CPP $CPPFLAGS'
3518 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3519 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3520 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3523 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
3524 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
3525 if test "${ac_cv_path_GREP+set}" = set; then :
3526 $as_echo_n "(cached) " >&6
3528 if test -z "$GREP"; then
3529 ac_path_GREP_found=false
3530 # Loop through the user's path and test for each of PROGNAME-LIST
3531 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3532 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3535 test -z "$as_dir" && as_dir=.
3536 for ac_prog in grep ggrep; do
3537 for ac_exec_ext in '' $ac_executable_extensions; do
3538 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
3539 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
3540 # Check for GNU ac_path_GREP and select it if it is found.
3541 # Check for GNU $ac_path_GREP
3542 case `"$ac_path_GREP" --version 2>&1` in
3544 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
3547 $as_echo_n 0123456789 >"conftest.in"
3550 cat "conftest.in" "conftest.in" >"conftest.tmp"
3551 mv "conftest.tmp" "conftest.in"
3552 cp "conftest.in" "conftest.nl"
3553 $as_echo 'GREP' >> "conftest.nl"
3554 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3555 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3556 as_fn_arith $ac_count + 1 && ac_count=$as_val
3557 if test $ac_count -gt ${ac_path_GREP_max-0}; then
3558 # Best one so far, save it but keep looking for a better one
3559 ac_cv_path_GREP="$ac_path_GREP"
3560 ac_path_GREP_max=$ac_count
3562 # 10*(2^10) chars as input seems more than enough
3563 test $ac_count -gt 10 && break
3565 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3568 $ac_path_GREP_found && break 3
3573 if test -z "$ac_cv_path_GREP"; then
3574 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
3577 ac_cv_path_GREP=$GREP
3581 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
3582 $as_echo "$ac_cv_path_GREP" >&6; }
3583 GREP="$ac_cv_path_GREP"
3586 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
3587 $as_echo_n "checking for egrep... " >&6; }
3588 if test "${ac_cv_path_EGREP+set}" = set; then :
3589 $as_echo_n "(cached) " >&6
3591 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
3592 then ac_cv_path_EGREP="$GREP -E"
3594 if test -z "$EGREP"; then
3595 ac_path_EGREP_found=false
3596 # Loop through the user's path and test for each of PROGNAME-LIST
3597 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3598 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3601 test -z "$as_dir" && as_dir=.
3602 for ac_prog in egrep; do
3603 for ac_exec_ext in '' $ac_executable_extensions; do
3604 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
3605 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
3606 # Check for GNU ac_path_EGREP and select it if it is found.
3607 # Check for GNU $ac_path_EGREP
3608 case `"$ac_path_EGREP" --version 2>&1` in
3610 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
3613 $as_echo_n 0123456789 >"conftest.in"
3616 cat "conftest.in" "conftest.in" >"conftest.tmp"
3617 mv "conftest.tmp" "conftest.in"
3618 cp "conftest.in" "conftest.nl"
3619 $as_echo 'EGREP' >> "conftest.nl"
3620 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3621 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3622 as_fn_arith $ac_count + 1 && ac_count=$as_val
3623 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
3624 # Best one so far, save it but keep looking for a better one
3625 ac_cv_path_EGREP="$ac_path_EGREP"
3626 ac_path_EGREP_max=$ac_count
3628 # 10*(2^10) chars as input seems more than enough
3629 test $ac_count -gt 10 && break
3631 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3634 $ac_path_EGREP_found && break 3
3639 if test -z "$ac_cv_path_EGREP"; then
3640 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
3643 ac_cv_path_EGREP=$EGREP
3648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
3649 $as_echo "$ac_cv_path_EGREP" >&6; }
3650 EGREP="$ac_cv_path_EGREP"
3653 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
3654 $as_echo_n "checking for ANSI C header files... " >&6; }
3655 if test "${ac_cv_header_stdc+set}" = set; then :
3656 $as_echo_n "(cached) " >&6
3658 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3659 /* end confdefs.h. */
3673 if ac_fn_c_try_compile "$LINENO"; then :
3674 ac_cv_header_stdc=yes
3676 ac_cv_header_stdc=no
3678 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3680 if test $ac_cv_header_stdc = yes; then
3681 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
3682 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3683 /* end confdefs.h. */
3687 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3688 $EGREP "memchr" >/dev/null 2>&1; then :
3691 ac_cv_header_stdc=no
3697 if test $ac_cv_header_stdc = yes; then
3698 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
3699 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3700 /* end confdefs.h. */
3704 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3705 $EGREP "free" >/dev/null 2>&1; then :
3708 ac_cv_header_stdc=no
3714 if test $ac_cv_header_stdc = yes; then
3715 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
3716 if test "$cross_compiling" = yes; then :
3719 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3720 /* end confdefs.h. */
3723 #if ((' ' & 0x0FF) == 0x020)
3724 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
3725 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
3727 # define ISLOWER(c) \
3728 (('a' <= (c) && (c) <= 'i') \
3729 || ('j' <= (c) && (c) <= 'r') \
3730 || ('s' <= (c) && (c) <= 'z'))
3731 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
3734 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
3739 for (i = 0; i < 256; i++)
3740 if (XOR (islower (i), ISLOWER (i))
3741 || toupper (i) != TOUPPER (i))
3746 if ac_fn_c_try_run "$LINENO"; then :
3749 ac_cv_header_stdc=no
3751 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
3752 conftest.$ac_objext conftest.beam conftest.$ac_ext
3757 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
3758 $as_echo "$ac_cv_header_stdc" >&6; }
3759 if test $ac_cv_header_stdc = yes; then
3761 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
3765 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
3766 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
3767 inttypes.h stdint.h unistd.h
3769 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
3770 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
3772 eval as_val=\$$as_ac_Header
3773 if test "x$as_val" = x""yes; then :
3774 cat >>confdefs.h <<_ACEOF
3775 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
3784 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
3785 if test "x$ac_cv_header_minix_config_h" = x""yes; then :
3792 if test "$MINIX" = yes; then
3794 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
3797 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
3800 $as_echo "#define _MINIX 1" >>confdefs.h
3805 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
3806 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
3807 if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
3808 $as_echo_n "(cached) " >&6
3810 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3811 /* end confdefs.h. */
3813 # define __EXTENSIONS__ 1
3814 $ac_includes_default
3823 if ac_fn_c_try_compile "$LINENO"; then :
3824 ac_cv_safe_to_define___extensions__=yes
3826 ac_cv_safe_to_define___extensions__=no
3828 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3830 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
3831 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
3832 test $ac_cv_safe_to_define___extensions__ = yes &&
3833 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
3835 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
3837 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
3839 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
3841 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
3844 test "$program_prefix" != NONE &&
3845 program_transform_name="s&^&$program_prefix&;$program_transform_name"
3846 # Use a double $ so make ignores it.
3847 test "$program_suffix" != NONE &&
3848 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3849 # Double any \ or $.
3850 # By default was `s,x,x', remove it if useless.
3851 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3852 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
3854 # Find a good install program. We prefer a C program (faster),
3855 # so one script is as good as another. But avoid the broken or
3856 # incompatible versions:
3857 # SysV /etc/install, /usr/sbin/install
3858 # SunOS /usr/etc/install
3859 # IRIX /sbin/install
3861 # AmigaOS /C/install, which installs bootblocks on floppy discs
3862 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3863 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
3864 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3865 # OS/2's system install, which has a completely different semantic
3866 # ./install, which can be erroneously created by make from ./install.sh.
3867 # Reject install programs that cannot install multiple files.
3868 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3869 $as_echo_n "checking for a BSD-compatible install... " >&6; }
3870 if test -z "$INSTALL"; then
3871 if test "${ac_cv_path_install+set}" = set; then :
3872 $as_echo_n "(cached) " >&6
3874 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3878 test -z "$as_dir" && as_dir=.
3879 # Account for people who put trailing slashes in PATH elements.
3880 case $as_dir/ in #((
3881 ./ | .// | /[cC]/* | \
3882 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3883 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
3886 # OSF1 and SCO ODT 3.0 have their own names for install.
3887 # Don't use installbsd from OSF since it installs stuff as root
3889 for ac_prog in ginstall scoinst install; do
3890 for ac_exec_ext in '' $ac_executable_extensions; do
3891 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
3892 if test $ac_prog = install &&
3893 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3894 # AIX install. It has an incompatible calling convention.
3896 elif test $ac_prog = install &&
3897 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3898 # program-specific install script used by HP pwplus--don't use.
3901 rm -rf conftest.one conftest.two conftest.dir
3902 echo one > conftest.one
3903 echo two > conftest.two
3905 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3906 test -s conftest.one && test -s conftest.two &&
3907 test -s conftest.dir/conftest.one &&
3908 test -s conftest.dir/conftest.two
3910 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3923 rm -rf conftest.one conftest.two conftest.dir
3926 if test "${ac_cv_path_install+set}" = set; then
3927 INSTALL=$ac_cv_path_install
3929 # As a last resort, use the slow shell script. Don't cache a
3930 # value for INSTALL within a source directory, because that will
3931 # break other packages using the cache if that directory is
3932 # removed, or if the value is a relative name.
3933 INSTALL=$ac_install_sh
3936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3937 $as_echo "$INSTALL" >&6; }
3939 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3940 # It thinks the first close brace ends the variable substitution.
3941 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3943 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3945 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3947 rm -rf .tst 2>/dev/null
3948 mkdir .tst 2>/dev/null
3949 if test -d .tst; then
3954 rmdir .tst 2>/dev/null
3956 DEPDIR="${am__leading_dot}deps"
3960 # autoconf.info says this should be called right after AC_INIT.
3961 ac_config_headers="$ac_config_headers config.h:config.in"
3968 # Put a plausible default for CC_FOR_BUILD in Makefile.
3969 if test "x$cross_compiling" = "xno"; then
3970 CC_FOR_BUILD='$(CC)'
3980 if test -n "$ac_tool_prefix"; then
3981 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
3982 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
3983 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3984 $as_echo_n "checking for $ac_word... " >&6; }
3985 if test "${ac_cv_prog_RANLIB+set}" = set; then :
3986 $as_echo_n "(cached) " >&6
3988 if test -n "$RANLIB"; then
3989 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
3991 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3995 test -z "$as_dir" && as_dir=.
3996 for ac_exec_ext in '' $ac_executable_extensions; do
3997 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3998 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
3999 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4008 RANLIB=$ac_cv_prog_RANLIB
4009 if test -n "$RANLIB"; then
4010 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
4011 $as_echo "$RANLIB" >&6; }
4013 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4014 $as_echo "no" >&6; }
4019 if test -z "$ac_cv_prog_RANLIB"; then
4020 ac_ct_RANLIB=$RANLIB
4021 # Extract the first word of "ranlib", so it can be a program name with args.
4022 set dummy ranlib; ac_word=$2
4023 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4024 $as_echo_n "checking for $ac_word... " >&6; }
4025 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
4026 $as_echo_n "(cached) " >&6
4028 if test -n "$ac_ct_RANLIB"; then
4029 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4031 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4035 test -z "$as_dir" && as_dir=.
4036 for ac_exec_ext in '' $ac_executable_extensions; do
4037 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4038 ac_cv_prog_ac_ct_RANLIB="ranlib"
4039 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4048 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4049 if test -n "$ac_ct_RANLIB"; then
4050 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
4051 $as_echo "$ac_ct_RANLIB" >&6; }
4053 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4054 $as_echo "no" >&6; }
4057 if test "x$ac_ct_RANLIB" = x; then
4060 case $cross_compiling:$ac_tool_warned in
4062 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4063 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4064 ac_tool_warned=yes ;;
4066 RANLIB=$ac_ct_RANLIB
4069 RANLIB="$ac_cv_prog_RANLIB"
4073 # Some of the common include files depend on bfd.h, and bfd.h checks
4074 # that config.h is included first by testing that the PACKAGE macro
4078 cat >>confdefs.h <<_ACEOF
4079 #define PACKAGE "$PACKAGE"
4084 # Dependency checking.
4085 ac_config_commands="$ac_config_commands depdir"
4088 depcc="$CC" am_compiler_list=
4090 am_depcomp=$ac_aux_dir/depcomp
4091 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4092 $as_echo_n "checking dependency style of $depcc... " >&6; }
4093 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
4094 $as_echo_n "(cached) " >&6
4096 if test -f "$am_depcomp"; then
4097 # We make a subdir and do the tests there. Otherwise we can end up
4098 # making bogus files that we don't know about and never remove. For
4099 # instance it was reported that on HP-UX the gcc test will end up
4100 # making a dummy file named `D' -- because `-MD' means `put the output
4103 # Copy depcomp to subdir because otherwise we won't find it if we're
4104 # using a relative directory.
4105 cp "$am_depcomp" conftest.dir
4107 # We will build objects and dependencies in a subdirectory because
4108 # it helps to detect inapplicable dependency modes. For instance
4109 # both Tru64's cc and ICC support -MD to output dependencies as a
4110 # side effect of compilation, but ICC will put the dependencies in
4111 # the current directory while Tru64 will put them in the object
4115 am_cv_CC_dependencies_compiler_type=none
4116 if test "$am_compiler_list" = ""; then
4117 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4119 for depmode in $am_compiler_list; do
4120 if test $depmode = none; then break; fi
4122 $as_echo "$as_me:$LINENO: trying $depmode" >&5
4123 # Setup a source with many dependencies, because some compilers
4124 # like to wrap large dependency lists on column 80 (with \), and
4125 # we should not choose a depcomp mode which is confused by this.
4127 # We need to recreate these files for each test, as the compiler may
4128 # overwrite some of them when testing with obscure command lines.
4129 # This happens at least with the AIX C compiler.
4131 for i in 1 2 3 4 5 6; do
4132 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4133 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
4134 # Solaris 8's {/usr,}/bin/sh.
4135 touch sub/conftst$i.h
4137 echo "include sub/conftest.Po" > confmf
4139 # We check with `-c' and `-o' for the sake of the "dashmstdout"
4140 # mode. It turns out that the SunPro C++ compiler does not properly
4141 # handle `-M -o', and we need to detect this.
4142 depcmd="depmode=$depmode \
4143 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
4144 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4145 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
4146 echo "| $depcmd" | sed -e 's/ */ /g' >&5
4147 if env $depcmd > conftest.err 2>&1 &&
4148 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
4149 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
4150 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
4151 # icc doesn't choke on unknown options, it will just issue warnings
4152 # or remarks (even with -Werror). So we grep stderr for any message
4153 # that says an option was ignored or not supported.
4154 # When given -MP, icc 7.0 and 7.1 complain thusly:
4155 # icc: Command line warning: ignoring option '-M'; no argument required
4156 # The diagnosis changed in icc 8.0:
4157 # icc: Command line remark: option '-MP' not supported
4158 if (grep 'ignoring option' conftest.err ||
4159 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4160 am_cv_CC_dependencies_compiler_type=$depmode
4161 $as_echo "$as_me:$LINENO: success" >&5
4165 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
4166 sed -e 's/^/| /' < conftest.err >&5
4172 am_cv_CC_dependencies_compiler_type=none
4176 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4177 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4178 if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
4179 then as_fn_error "no usable dependency style found" "$LINENO" 5
4180 else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4185 # Check for the 'make' the user wants to use.
4188 # Extract the first word of "$ac_prog", so it can be a program name with args.
4189 set dummy $ac_prog; ac_word=$2
4190 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4191 $as_echo_n "checking for $ac_word... " >&6; }
4192 if test "${ac_cv_prog_MAKE+set}" = set; then :
4193 $as_echo_n "(cached) " >&6
4195 if test -n "$MAKE"; then
4196 ac_cv_prog_MAKE="$MAKE" # Let the user override the test.
4198 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4202 test -z "$as_dir" && as_dir=.
4203 for ac_exec_ext in '' $ac_executable_extensions; do
4204 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4205 ac_cv_prog_MAKE="$ac_prog"
4206 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4215 MAKE=$ac_cv_prog_MAKE
4216 if test -n "$MAKE"; then
4217 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKE" >&5
4218 $as_echo "$MAKE" >&6; }
4220 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4221 $as_echo "no" >&6; }
4225 test -n "$MAKE" && break
4229 case "`$MAKE --version 2>&1 | sed 1q`" in
4234 if test "$MAKE_IS_GNU" = yes; then
4244 # If we haven't got the data from the intl directory,
4245 # assume NLS is disabled.
4254 if test -f ../../intl/config.intl; then
4255 . ../../intl/config.intl
4257 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
4258 $as_echo_n "checking whether NLS is requested... " >&6; }
4259 if test x"$USE_NLS" != xyes; then
4260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4261 $as_echo "no" >&6; }
4263 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4264 $as_echo "yes" >&6; }
4266 $as_echo "#define ENABLE_NLS 1" >>confdefs.h
4269 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
4270 $as_echo_n "checking for catalogs to be installed... " >&6; }
4271 # Look for .po and .gmo files in the source directory.
4274 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
4275 # If there aren't any .gmo files the shell will give us the
4276 # literal string "../path/to/srcdir/po/*.gmo" which has to be
4278 case "$cat" in *\**)
4281 # The quadruple backslash is collapsed to a double backslash
4282 # by the backticks, then collapsed again by the double quotes,
4283 # leaving us with one backslash in the sed expression (right
4284 # before the dot that mustn't act as a wildcard).
4285 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
4286 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
4287 # The user is allowed to set LINGUAS to a list of languages to
4288 # install catalogs for. If it's empty that means "all of them."
4289 if test "x$LINGUAS" = x; then
4290 CATALOGS="$CATALOGS $cat"
4291 XLINGUAS="$XLINGUAS $lang"
4293 case "$LINGUAS" in *$lang*)
4294 CATALOGS="$CATALOGS $cat"
4295 XLINGUAS="$XLINGUAS $lang"
4301 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
4302 $as_echo "$LINGUAS" >&6; }
4315 # Check for common headers.
4316 # FIXME: Seems to me this can cause problems for i386-windows hosts.
4317 # At one point there were hardcoded AC_DEFINE's if ${host} = i386-*-windows*.
4318 for ac_header in stdlib.h string.h strings.h unistd.h time.h
4320 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4321 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
4322 eval as_val=\$$as_ac_Header
4323 if test "x$as_val" = x""yes; then :
4324 cat >>confdefs.h <<_ACEOF
4325 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
4332 for ac_header in sys/time.h sys/resource.h
4334 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4335 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
4336 eval as_val=\$$as_ac_Header
4337 if test "x$as_val" = x""yes; then :
4338 cat >>confdefs.h <<_ACEOF
4339 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
4346 for ac_header in fcntl.h fpu_control.h
4348 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4349 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
4350 eval as_val=\$$as_ac_Header
4351 if test "x$as_val" = x""yes; then :
4352 cat >>confdefs.h <<_ACEOF
4353 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
4360 for ac_header in dlfcn.h errno.h sys/stat.h
4362 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4363 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
4364 eval as_val=\$$as_ac_Header
4365 if test "x$as_val" = x""yes; then :
4366 cat >>confdefs.h <<_ACEOF
4367 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
4374 for ac_func in getrusage time sigaction __setfpucw
4376 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
4377 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
4378 eval as_val=\$$as_ac_var
4379 if test "x$as_val" = x""yes; then :
4380 cat >>confdefs.h <<_ACEOF
4381 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
4388 # Check for socket libraries
4389 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lsocket" >&5
4390 $as_echo_n "checking for bind in -lsocket... " >&6; }
4391 if test "${ac_cv_lib_socket_bind+set}" = set; then :
4392 $as_echo_n "(cached) " >&6
4394 ac_check_lib_save_LIBS=$LIBS
4395 LIBS="-lsocket $LIBS"
4396 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4397 /* end confdefs.h. */
4399 /* Override any GCC internal prototype to avoid an error.
4400 Use char because int might match the return type of a GCC
4401 builtin and then its argument prototype would still apply. */
4414 if ac_fn_c_try_link "$LINENO"; then :
4415 ac_cv_lib_socket_bind=yes
4417 ac_cv_lib_socket_bind=no
4419 rm -f core conftest.err conftest.$ac_objext \
4420 conftest$ac_exeext conftest.$ac_ext
4421 LIBS=$ac_check_lib_save_LIBS
4423 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_bind" >&5
4424 $as_echo "$ac_cv_lib_socket_bind" >&6; }
4425 if test "x$ac_cv_lib_socket_bind" = x""yes; then :
4426 cat >>confdefs.h <<_ACEOF
4427 #define HAVE_LIBSOCKET 1
4430 LIBS="-lsocket $LIBS"
4434 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
4435 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
4436 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
4437 $as_echo_n "(cached) " >&6
4439 ac_check_lib_save_LIBS=$LIBS
4441 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4442 /* end confdefs.h. */
4444 /* Override any GCC internal prototype to avoid an error.
4445 Use char because int might match the return type of a GCC
4446 builtin and then its argument prototype would still apply. */
4450 char gethostbyname ();
4454 return gethostbyname ();
4459 if ac_fn_c_try_link "$LINENO"; then :
4460 ac_cv_lib_nsl_gethostbyname=yes
4462 ac_cv_lib_nsl_gethostbyname=no
4464 rm -f core conftest.err conftest.$ac_objext \
4465 conftest$ac_exeext conftest.$ac_ext
4466 LIBS=$ac_check_lib_save_LIBS
4468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
4469 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
4470 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
4471 cat >>confdefs.h <<_ACEOF
4472 #define HAVE_LIBNSL 1
4480 # BFD conditionally uses zlib, so we must link it in if libbfd does, by
4481 # using the same condition.
4483 # See if the user specified whether he wants zlib support or not.
4485 # Check whether --with-zlib was given.
4486 if test "${with_zlib+set}" = set; then :
4493 if test "$with_zlib" != "no"; then
4494 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing zlibVersion" >&5
4495 $as_echo_n "checking for library containing zlibVersion... " >&6; }
4496 if test "${ac_cv_search_zlibVersion+set}" = set; then :
4497 $as_echo_n "(cached) " >&6
4499 ac_func_search_save_LIBS=$LIBS
4500 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4501 /* end confdefs.h. */
4503 /* Override any GCC internal prototype to avoid an error.
4504 Use char because int might match the return type of a GCC
4505 builtin and then its argument prototype would still apply. */
4509 char zlibVersion ();
4513 return zlibVersion ();
4518 for ac_lib in '' z; do
4519 if test -z "$ac_lib"; then
4520 ac_res="none required"
4523 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
4525 if ac_fn_c_try_link "$LINENO"; then :
4526 ac_cv_search_zlibVersion=$ac_res
4528 rm -f core conftest.err conftest.$ac_objext \
4530 if test "${ac_cv_search_zlibVersion+set}" = set; then :
4534 if test "${ac_cv_search_zlibVersion+set}" = set; then :
4537 ac_cv_search_zlibVersion=no
4540 LIBS=$ac_func_search_save_LIBS
4542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_zlibVersion" >&5
4543 $as_echo "$ac_cv_search_zlibVersion" >&6; }
4544 ac_res=$ac_cv_search_zlibVersion
4545 if test "$ac_res" != no; then :
4546 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
4547 for ac_header in zlib.h
4549 ac_fn_c_check_header_mongrel "$LINENO" "zlib.h" "ac_cv_header_zlib_h" "$ac_includes_default"
4550 if test "x$ac_cv_header_zlib_h" = x""yes; then :
4551 cat >>confdefs.h <<_ACEOF
4552 #define HAVE_ZLIB_H 1
4561 if test "$with_zlib" = "yes" -a "$ac_cv_header_zlib_h" != "yes"; then
4562 as_fn_error "zlib (libz) library was explicitly requested but not found" "$LINENO" 5
4567 . ${srcdir}/../../bfd/configure.host
4571 USE_MAINTAINER_MODE=no
4572 # Check whether --enable-maintainer-mode was given.
4573 if test "${enable_maintainer_mode+set}" = set; then :
4574 enableval=$enable_maintainer_mode; case "${enableval}" in
4575 yes) MAINT="" USE_MAINTAINER_MODE=yes ;;
4577 *) as_fn_error "\"--enable-maintainer-mode does not take a value\"" "$LINENO" 5; MAINT="#" ;;
4579 if test x"$silent" != x"yes" && test x"$MAINT" = x""; then
4580 echo "Setting maintainer mode" 6>&1
4588 # Check whether --enable-sim-bswap was given.
4589 if test "${enable_sim_bswap+set}" = set; then :
4590 enableval=$enable_sim_bswap; case "${enableval}" in
4591 yes) sim_bswap="-DWITH_BSWAP=1 -DUSE_BSWAP=1";;
4592 no) sim_bswap="-DWITH_BSWAP=0";;
4593 *) as_fn_error "\"--enable-sim-bswap does not take a value\"" "$LINENO" 5; sim_bswap="";;
4595 if test x"$silent" != x"yes" && test x"$sim_bswap" != x""; then
4596 echo "Setting bswap flags = $sim_bswap" 6>&1
4604 # Check whether --enable-sim-cflags was given.
4605 if test "${enable_sim_cflags+set}" = set; then :
4606 enableval=$enable_sim_cflags; case "${enableval}" in
4607 yes) sim_cflags="-O2 -fomit-frame-pointer";;
4608 trace) as_fn_error "\"Please use --enable-sim-debug instead.\"" "$LINENO" 5; sim_cflags="";;
4610 *) sim_cflags=`echo "${enableval}" | sed -e "s/,/ /g"`;;
4612 if test x"$silent" != x"yes" && test x"$sim_cflags" != x""; then
4613 echo "Setting sim cflags = $sim_cflags" 6>&1
4621 # Check whether --enable-sim-debug was given.
4622 if test "${enable_sim_debug+set}" = set; then :
4623 enableval=$enable_sim_debug; case "${enableval}" in
4624 yes) sim_debug="-DDEBUG=7 -DWITH_DEBUG=7";;
4625 no) sim_debug="-DDEBUG=0 -DWITH_DEBUG=0";;
4626 *) sim_debug="-DDEBUG='(${enableval})' -DWITH_DEBUG='(${enableval})'";;
4628 if test x"$silent" != x"yes" && test x"$sim_debug" != x""; then
4629 echo "Setting sim debug = $sim_debug" 6>&1
4637 # Check whether --enable-sim-stdio was given.
4638 if test "${enable_sim_stdio+set}" = set; then :
4639 enableval=$enable_sim_stdio; case "${enableval}" in
4640 yes) sim_stdio="-DWITH_STDIO=DO_USE_STDIO";;
4641 no) sim_stdio="-DWITH_STDIO=DONT_USE_STDIO";;
4642 *) as_fn_error "\"Unknown value $enableval passed to --enable-sim-stdio\"" "$LINENO" 5; sim_stdio="";;
4644 if test x"$silent" != x"yes" && test x"$sim_stdio" != x""; then
4645 echo "Setting stdio flags = $sim_stdio" 6>&1
4653 # Check whether --enable-sim-trace was given.
4654 if test "${enable_sim_trace+set}" = set; then :
4655 enableval=$enable_sim_trace; case "${enableval}" in
4656 yes) sim_trace="-DTRACE=1 -DWITH_TRACE=-1";;
4657 no) sim_trace="-DTRACE=0 -DWITH_TRACE=0";;
4659 sim_trace="-DTRACE='(${enableval})' -DWITH_TRACE='(${enableval})'";;
4662 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
4663 if test x"$sim_trace" = x; then
4664 sim_trace="-DWITH_TRACE='(TRACE_$x"
4666 sim_trace="${sim_trace}|TRACE_$x"
4669 sim_trace="$sim_trace)'" ;;
4671 if test x"$silent" != x"yes" && test x"$sim_trace" != x""; then
4672 echo "Setting sim trace = $sim_trace" 6>&1
4680 # Check whether --enable-sim-profile was given.
4681 if test "${enable_sim_profile+set}" = set; then :
4682 enableval=$enable_sim_profile; case "${enableval}" in
4683 yes) sim_profile="-DPROFILE=1 -DWITH_PROFILE=-1";;
4684 no) sim_profile="-DPROFILE=0 -DWITH_PROFILE=0";;
4686 sim_profile="-DPROFILE='(${enableval})' -DWITH_PROFILE='(${enableval})'";;
4689 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
4690 if test x"$sim_profile" = x; then
4691 sim_profile="-DWITH_PROFILE='(PROFILE_$x"
4693 sim_profile="${sim_profile}|PROFILE_$x"
4696 sim_profile="$sim_profile)'" ;;
4698 if test x"$silent" != x"yes" && test x"$sim_profile" != x""; then
4699 echo "Setting sim profile = $sim_profile" 6>&1
4702 sim_profile="-DPROFILE=1 -DWITH_PROFILE=-1"
4708 # Check whether --with-pkgversion was given.
4709 if test "${with_pkgversion+set}" = set; then :
4710 withval=$with_pkgversion; case "$withval" in
4711 yes) as_fn_error "package version not specified" "$LINENO" 5 ;;
4713 *) PKGVERSION="($withval) " ;;
4724 # Check whether --with-bugurl was given.
4725 if test "${with_bugurl+set}" = set; then :
4726 withval=$with_bugurl; case "$withval" in
4727 yes) as_fn_error "bug URL not specified" "$LINENO" 5 ;;
4730 *) BUGURL="$withval"
4734 BUGURL="http://www.gnu.org/software/gdb/bugs/"
4744 REPORT_BUGS_TO="<$BUGURL>"
4745 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
4752 cat >>confdefs.h <<_ACEOF
4753 #define PKGVERSION "$PKGVERSION"
4757 cat >>confdefs.h <<_ACEOF
4758 #define REPORT_BUGS_TO "$REPORT_BUGS_TO"
4762 { $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
4763 $as_echo_n "checking return type of signal handlers... " >&6; }
4764 if test "${ac_cv_type_signal+set}" = set; then :
4765 $as_echo_n "(cached) " >&6
4767 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4768 /* end confdefs.h. */
4769 #include <sys/types.h>
4775 return *(signal (0, 0)) (0) == 1;
4780 if ac_fn_c_try_compile "$LINENO"; then :
4781 ac_cv_type_signal=int
4783 ac_cv_type_signal=void
4785 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_signal" >&5
4788 $as_echo "$ac_cv_type_signal" >&6; }
4790 cat >>confdefs.h <<_ACEOF
4791 #define RETSIGTYPE $ac_cv_type_signal
4801 sim_link_links=tconfig.h
4802 if test -f ${srcdir}/tconfig.in
4804 sim_link_files=tconfig.in
4806 sim_link_files=../common/tconfig.in
4809 # targ-vals.def points to the libc macro description file.
4811 *-*-*) TARG_VALS_DEF=../common/nltvals.def ;;
4813 sim_link_files="${sim_link_files} ${TARG_VALS_DEF}"
4814 sim_link_links="${sim_link_links} targ-vals.def"
4820 default_endian="BIG_ENDIAN"
4821 # Check whether --enable-sim-endian was given.
4822 if test "${enable_sim_endian+set}" = set; then :
4823 enableval=$enable_sim_endian; case "${enableval}" in
4824 b*|B*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BIG_ENDIAN";;
4825 l*|L*) sim_endian="-DWITH_TARGET_BYTE_ORDER=LITTLE_ENDIAN";;
4826 yes) if test x"$wire_endian" != x; then
4827 sim_endian="-DWITH_TARGET_BYTE_ORDER=${wire_endian}"
4829 if test x"$default_endian" != x; then
4830 sim_endian="-DWITH_TARGET_BYTE_ORDER=${default_endian}"
4832 echo "No hard-wired endian for target $target" 1>&6
4833 sim_endian="-DWITH_TARGET_BYTE_ORDER=0"
4836 no) if test x"$default_endian" != x; then
4837 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=${default_endian}"
4839 if test x"$wire_endian" != x; then
4840 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=${wire_endian}"
4842 echo "No default endian for target $target" 1>&6
4843 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=0"
4846 *) as_fn_error "\"Unknown value $enableval for --enable-sim-endian\"" "$LINENO" 5; sim_endian="";;
4848 if test x"$silent" != x"yes" && test x"$sim_endian" != x""; then
4849 echo "Setting endian flags = $sim_endian" 6>&1
4852 if test x"$default_endian" != x; then
4853 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=${default_endian}"
4855 if test x"$wire_endian" != x; then
4856 sim_endian="-DWITH_TARGET_BYTE_ORDER=${wire_endian}"
4863 wire_alignment="STRICT_ALIGNMENT"
4864 default_alignment=""
4866 # Check whether --enable-sim-alignment was given.
4867 if test "${enable_sim_alignment+set}" = set; then :
4868 enableval=$enable_sim_alignment; case "${enableval}" in
4869 strict | STRICT) sim_alignment="-DWITH_ALIGNMENT=STRICT_ALIGNMENT";;
4870 nonstrict | NONSTRICT) sim_alignment="-DWITH_ALIGNMENT=NONSTRICT_ALIGNMENT";;
4871 forced | FORCED) sim_alignment="-DWITH_ALIGNMENT=FORCED_ALIGNMENT";;
4872 yes) if test x"$wire_alignment" != x; then
4873 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
4875 if test x"$default_alignment" != x; then
4876 sim_alignment="-DWITH_ALIGNMENT=${default_alignment}"
4878 echo "No hard-wired alignment for target $target" 1>&6
4879 sim_alignment="-DWITH_ALIGNMENT=0"
4882 no) if test x"$default_alignment" != x; then
4883 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
4885 if test x"$wire_alignment" != x; then
4886 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${wire_alignment}"
4888 echo "No default alignment for target $target" 1>&6
4889 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=0"
4892 *) as_fn_error "\"Unknown value $enableval passed to --enable-sim-alignment\"" "$LINENO" 5; sim_alignment="";;
4894 if test x"$silent" != x"yes" && test x"$sim_alignment" != x""; then
4895 echo "Setting alignment flags = $sim_alignment" 6>&1
4898 if test x"$default_alignment" != x; then
4899 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
4901 if test x"$wire_alignment" != x; then
4902 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
4910 # Check whether --enable-sim-hostendian was given.
4911 if test "${enable_sim_hostendian+set}" = set; then :
4912 enableval=$enable_sim_hostendian; case "${enableval}" in
4913 no) sim_hostendian="-DWITH_HOST_BYTE_ORDER=0";;
4914 b*|B*) sim_hostendian="-DWITH_HOST_BYTE_ORDER=BIG_ENDIAN";;
4915 l*|L*) sim_hostendian="-DWITH_HOST_BYTE_ORDER=LITTLE_ENDIAN";;
4916 *) as_fn_error "\"Unknown value $enableval for --enable-sim-hostendian\"" "$LINENO" 5; sim_hostendian="";;
4918 if test x"$silent" != x"yes" && test x"$sim_hostendian" != x""; then
4919 echo "Setting hostendian flags = $sim_hostendian" 6>&1
4923 if test "x$cross_compiling" = "xno"; then
4924 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
4925 $as_echo_n "checking whether byte ordering is bigendian... " >&6; }
4926 if test "${ac_cv_c_bigendian+set}" = set; then :
4927 $as_echo_n "(cached) " >&6
4929 ac_cv_c_bigendian=unknown
4930 # See if we're dealing with a universal compiler.
4931 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4932 /* end confdefs.h. */
4933 #ifndef __APPLE_CC__
4934 not a universal capable compiler
4939 if ac_fn_c_try_compile "$LINENO"; then :
4941 # Check for potential -arch flags. It is not universal unless
4942 # there are at least two -arch flags with different values.
4945 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
4946 if test -n "$ac_prev"; then
4948 i?86 | x86_64 | ppc | ppc64)
4949 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
4952 ac_cv_c_bigendian=universal
4958 elif test "x$ac_word" = "x-arch"; then
4963 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4964 if test $ac_cv_c_bigendian = unknown; then
4965 # See if sys/param.h defines the BYTE_ORDER macro.
4966 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4967 /* end confdefs.h. */
4968 #include <sys/types.h>
4969 #include <sys/param.h>
4974 #if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
4975 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
4984 if ac_fn_c_try_compile "$LINENO"; then :
4985 # It does; now see whether it defined to BIG_ENDIAN or not.
4986 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4987 /* end confdefs.h. */
4988 #include <sys/types.h>
4989 #include <sys/param.h>
4994 #if BYTE_ORDER != BIG_ENDIAN
5002 if ac_fn_c_try_compile "$LINENO"; then :
5003 ac_cv_c_bigendian=yes
5005 ac_cv_c_bigendian=no
5007 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5009 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5011 if test $ac_cv_c_bigendian = unknown; then
5012 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
5013 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5014 /* end confdefs.h. */
5020 #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
5028 if ac_fn_c_try_compile "$LINENO"; then :
5029 # It does; now see whether it defined to _BIG_ENDIAN or not.
5030 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5031 /* end confdefs.h. */
5045 if ac_fn_c_try_compile "$LINENO"; then :
5046 ac_cv_c_bigendian=yes
5048 ac_cv_c_bigendian=no
5050 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5052 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5054 if test $ac_cv_c_bigendian = unknown; then
5055 # Compile a test program.
5056 if test "$cross_compiling" = yes; then :
5057 # Try to guess by grepping values from an object file.
5058 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5059 /* end confdefs.h. */
5060 short int ascii_mm[] =
5061 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
5062 short int ascii_ii[] =
5063 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
5064 int use_ascii (int i) {
5065 return ascii_mm[i] + ascii_ii[i];
5067 short int ebcdic_ii[] =
5068 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
5069 short int ebcdic_mm[] =
5070 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
5071 int use_ebcdic (int i) {
5072 return ebcdic_mm[i] + ebcdic_ii[i];
5079 return use_ascii (foo) == use_ebcdic (foo);
5084 if ac_fn_c_try_compile "$LINENO"; then :
5085 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
5086 ac_cv_c_bigendian=yes
5088 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
5089 if test "$ac_cv_c_bigendian" = unknown; then
5090 ac_cv_c_bigendian=no
5092 # finding both strings is unlikely to happen, but who knows?
5093 ac_cv_c_bigendian=unknown
5097 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5099 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5100 /* end confdefs.h. */
5101 $ac_includes_default
5106 /* Are we little or big endian? From Harbison&Steele. */
5110 char c[sizeof (long int)];
5113 return u.c[sizeof (long int) - 1] == 1;
5119 if ac_fn_c_try_run "$LINENO"; then :
5120 ac_cv_c_bigendian=no
5122 ac_cv_c_bigendian=yes
5124 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5125 conftest.$ac_objext conftest.beam conftest.$ac_ext
5130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
5131 $as_echo "$ac_cv_c_bigendian" >&6; }
5132 case $ac_cv_c_bigendian in #(
5134 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
5140 $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
5144 as_fn_error "unknown endianness
5145 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
5148 if test $ac_cv_c_bigendian = yes; then
5149 sim_hostendian="-DWITH_HOST_BYTE_ORDER=BIG_ENDIAN"
5151 sim_hostendian="-DWITH_HOST_BYTE_ORDER=LITTLE_ENDIAN"
5154 sim_hostendian="-DWITH_HOST_BYTE_ORDER=0"
5159 default_sim_scache="16384"
5160 # Check whether --enable-sim-scache was given.
5161 if test "${enable_sim_scache+set}" = set; then :
5162 enableval=$enable_sim_scache; case "${enableval}" in
5163 yes) sim_scache="-DWITH_SCACHE=${default_sim_scache}";;
5164 no) sim_scache="-DWITH_SCACHE=0" ;;
5165 [0-9]*) sim_scache="-DWITH_SCACHE=${enableval}";;
5166 *) as_fn_error "\"Bad value $enableval passed to --enable-sim-scache\"" "$LINENO" 5;
5169 if test x"$silent" != x"yes" && test x"$sim_scache" != x""; then
5170 echo "Setting scache size = $sim_scache" 6>&1
5173 sim_scache="-DWITH_SCACHE=${default_sim_scache}"
5178 default_sim_default_model="sh5"
5179 # Check whether --enable-sim-default-model was given.
5180 if test "${enable_sim_default_model+set}" = set; then :
5181 enableval=$enable_sim_default_model; case "${enableval}" in
5182 yes|no) as_fn_error "\"Missing argument to --enable-sim-default-model\"" "$LINENO" 5;;
5183 *) sim_default_model="-DWITH_DEFAULT_MODEL='\"${enableval}\"'";;
5185 if test x"$silent" != x"yes" && test x"$sim_default_model" != x""; then
5186 echo "Setting default model = $sim_default_model" 6>&1
5189 sim_default_model="-DWITH_DEFAULT_MODEL='\"${default_sim_default_model}\"'"
5194 # Check whether --enable-sim-environment was given.
5195 if test "${enable_sim_environment+set}" = set; then :
5196 enableval=$enable_sim_environment; case "${enableval}" in
5197 all | ALL) sim_environment="-DWITH_ENVIRONMENT=ALL_ENVIRONMENT";;
5198 user | USER) sim_environment="-DWITH_ENVIRONMENT=USER_ENVIRONMENT";;
5199 virtual | VIRTUAL) sim_environment="-DWITH_ENVIRONMENT=VIRTUAL_ENVIRONMENT";;
5200 operating | OPERATING) sim_environment="-DWITH_ENVIRONMENT=OPERATING_ENVIRONMENT";;
5201 *) as_fn_error "\"Unknown value $enableval passed to --enable-sim-environment\"" "$LINENO" 5;
5202 sim_environment="";;
5204 if test x"$silent" != x"yes" && test x"$sim_environment" != x""; then
5205 echo "Setting sim environment = $sim_environment" 6>&1
5208 sim_environment="-DWITH_ENVIRONMENT=ALL_ENVIRONMENT"
5212 default_sim_inline=""
5213 # Check whether --enable-sim-inline was given.
5214 if test "${enable_sim_inline+set}" = set; then :
5215 enableval=$enable_sim_inline; sim_inline=""
5216 case "$enableval" in
5217 no) sim_inline="-DDEFAULT_INLINE=0";;
5218 0) sim_inline="-DDEFAULT_INLINE=0";;
5219 yes | 2) sim_inline="-DDEFAULT_INLINE=ALL_C_INLINE";;
5220 1) sim_inline="-DDEFAULT_INLINE=INLINE_LOCALS";;
5221 *) for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
5224 *_INLINE=*) new_flag="-D$x";;
5225 *=*) new_flag=`echo "$x" | sed -e "s/=/_INLINE=/" -e "s/^/-D/"`;;
5226 *_INLINE) new_flag="-D$x=ALL_C_INLINE";;
5227 *) new_flag="-D$x""_INLINE=ALL_C_INLINE";;
5229 if test x"$sim_inline" = x""; then
5230 sim_inline="$new_flag"
5232 sim_inline="$sim_inline $new_flag"
5236 if test x"$silent" != x"yes" && test x"$sim_inline" != x""; then
5237 echo "Setting inline flags = $sim_inline" 6>&1
5241 if test "x$cross_compiling" = "xno"; then
5242 if test x"$GCC" != "x" -a x"${default_sim_inline}" != "x" ; then
5243 sim_inline="${default_sim_inline}"
5244 if test x"$silent" != x"yes"; then
5245 echo "Setting inline flags = $sim_inline" 6>&1
5251 sim_inline="-DDEFAULT_INLINE=0"
5258 cgendir='$(srcdir)/../../cgen'
5259 # Check whether --enable-cgen-maint was given.
5260 if test "${enable_cgen_maint+set}" = set; then :
5261 enableval=$enable_cgen_maint; case "${enableval}" in
5262 yes) cgen_maint=yes ;;
5263 no) cgen_maint=no ;;
5265 # argument is cgen install directory (not implemented yet).
5266 # Having a `share' directory might be more appropriate for the .scm,
5268 cgendir=${cgen_maint}/lib/cgen
5273 if test x${cgen_maint} != xno ; then
5284 ac_sources="$sim_link_files"
5285 ac_dests="$sim_link_links"
5286 while test -n "$ac_sources"; do
5287 set $ac_dests; ac_dest=$1; shift; ac_dests=$*
5288 set $ac_sources; ac_source=$1; shift; ac_sources=$*
5289 ac_config_links_1="$ac_config_links_1 $ac_dest:$ac_source"
5291 ac_config_links="$ac_config_links $ac_config_links_1"
5294 if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
5295 cgen_breaks="break cgen_rtx_error";
5298 ac_config_files="$ac_config_files Makefile.sim:Makefile.in"
5300 ac_config_files="$ac_config_files Make-common.sim:../common/Make-common.in"
5302 ac_config_files="$ac_config_files .gdbinit:../common/gdbinit.in"
5304 ac_config_commands="$ac_config_commands Makefile"
5306 ac_config_commands="$ac_config_commands stamp-h"
5308 cat >confcache <<\_ACEOF
5309 # This file is a shell script that caches the results of configure
5310 # tests run on this system so they can be shared between configure
5311 # scripts and configure runs, see configure's option --config-cache.
5312 # It is not useful on other systems. If it contains results you don't
5313 # want to keep, you may remove or edit it.
5315 # config.status only pays attention to the cache file if you give it
5316 # the --recheck option to rerun configure.
5318 # `ac_cv_env_foo' variables (set or unset) will be overridden when
5319 # loading this file, other *unset* `ac_cv_foo' will be assigned the
5324 # The following way of writing the cache mishandles newlines in values,
5325 # but we know of no workaround that is simple, portable, and efficient.
5326 # So, we kill variables containing newlines.
5327 # Ultrix sh set writes to stderr and can't be redirected directly,
5328 # and sets the high bit in the cache file unless we assign to the vars.
5330 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
5331 eval ac_val=\$$ac_var
5335 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
5336 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
5339 _ | IFS | as_nl) ;; #(
5340 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
5341 *) { eval $ac_var=; unset $ac_var;} ;;
5347 case $as_nl`(ac_space=' '; set) 2>&1` in #(
5348 *${as_nl}ac_space=\ *)
5349 # `set' does not quote correctly, so add quotes: double-quote
5350 # substitution turns \\\\ into \\, and sed turns \\ into \.
5353 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
5356 # `set' quotes correctly as required by POSIX, so do not add quotes.
5357 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
5366 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
5368 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
5370 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
5371 if test -w "$cache_file"; then
5372 test "x$cache_file" != "x/dev/null" &&
5373 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
5374 $as_echo "$as_me: updating cache $cache_file" >&6;}
5375 cat confcache >$cache_file
5377 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
5378 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
5383 test "x$prefix" = xNONE && prefix=$ac_default_prefix
5384 # Let make expand exec_prefix.
5385 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
5387 DEFS=-DHAVE_CONFIG_H
5391 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
5392 # 1. Remove the extension, and $U if already installed.
5393 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
5394 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
5395 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
5396 # will be set to the directory where LIBOBJS objects are built.
5397 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
5398 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
5402 LTLIBOBJS=$ac_ltlibobjs
5405 if test -z "${GMAKE_TRUE}" && test -z "${GMAKE_FALSE}"; then
5406 as_fn_error "conditional \"GMAKE\" was never defined.
5407 Usually this means the macro was only invoked conditionally." "$LINENO" 5
5411 : ${CONFIG_STATUS=./config.status}
5413 ac_clean_files_save=$ac_clean_files
5414 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
5415 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
5416 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
5418 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
5420 # Generated by $as_me.
5421 # Run this file to recreate the current configuration.
5422 # Compiler output produced by configure, useful for debugging
5423 # configure, is in config.log if it exists.
5429 SHELL=\${CONFIG_SHELL-$SHELL}
5432 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
5433 ## -------------------- ##
5434 ## M4sh Initialization. ##
5435 ## -------------------- ##
5437 # Be more Bourne compatible
5438 DUALCASE=1; export DUALCASE # for MKS sh
5439 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
5442 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
5443 # is contrary to our usage. Disable this feature.
5444 alias -g '${1+"$@"}'='"$@"'
5445 setopt NO_GLOB_SUBST
5447 case `(set -o) 2>/dev/null` in #(
5459 # Printing a long string crashes Solaris 7 /usr/bin/printf.
5460 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5461 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
5462 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
5463 # Prefer a ksh shell builtin over an external printf program on Solaris,
5464 # but without wasting forks for bash or zsh.
5465 if test -z "$BASH_VERSION$ZSH_VERSION" \
5466 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
5467 as_echo='print -r --'
5468 as_echo_n='print -rn --'
5469 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
5470 as_echo='printf %s\n'
5471 as_echo_n='printf %s'
5473 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
5474 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
5475 as_echo_n='/usr/ucb/echo -n'
5477 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
5478 as_echo_n_body='eval
5482 expr "X$arg" : "X\\(.*\\)$as_nl";
5483 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
5485 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
5487 export as_echo_n_body
5488 as_echo_n='sh -c $as_echo_n_body as_echo'
5491 as_echo='sh -c $as_echo_body as_echo'
5494 # The user is always right.
5495 if test "${PATH_SEPARATOR+set}" != set; then
5497 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
5498 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
5505 # We need space, tab and new line, in precisely that order. Quoting is
5506 # there to prevent editors from complaining about space-tab.
5507 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
5508 # splitting by setting IFS to empty value.)
5511 # Find who we are. Look in the path if we contain no directory separator.
5513 *[\\/]* ) as_myself=$0 ;;
5514 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5518 test -z "$as_dir" && as_dir=.
5519 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
5525 # We did not find ourselves, most probably we were run as `sh COMMAND'
5526 # in which case we are not to be found in the path.
5527 if test "x$as_myself" = x; then
5530 if test ! -f "$as_myself"; then
5531 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
5535 # Unset variables that we do not need and which cause bugs (e.g. in
5536 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
5537 # suppresses any "Segmentation fault" message there. '((' could
5538 # trigger a bug in pdksh 5.2.14.
5539 for as_var in BASH_ENV ENV MAIL MAILPATH
5540 do eval test x\${$as_var+set} = xset \
5541 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
5554 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
5557 # as_fn_error ERROR [LINENO LOG_FD]
5558 # ---------------------------------
5559 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
5560 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
5561 # script with status $?, using 1 if that was 0.
5564 as_status=$?; test $as_status -eq 0 && as_status=1
5566 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
5567 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
5569 $as_echo "$as_me: error: $1" >&2
5570 as_fn_exit $as_status
5574 # as_fn_set_status STATUS
5575 # -----------------------
5576 # Set $? to STATUS, without forking.
5580 } # as_fn_set_status
5584 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
5594 # Portably unset VAR.
5597 { eval $1=; unset $1;}
5599 as_unset=as_fn_unset
5600 # as_fn_append VAR VALUE
5601 # ----------------------
5602 # Append the text in VALUE to the end of the definition contained in VAR. Take
5603 # advantage of any shell optimizations that allow amortized linear growth over
5604 # repeated appends, instead of the typical quadratic growth present in naive
5606 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
5607 eval 'as_fn_append ()
5618 # as_fn_arith ARG...
5619 # ------------------
5620 # Perform arithmetic evaluation on the ARGs, and store the result in the
5621 # global $as_val. Take advantage of shells that can avoid forks. The arguments
5622 # must be portable across $(()) and expr.
5623 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
5624 eval 'as_fn_arith ()
5631 as_val=`expr "$@" || test $? -eq 1`
5636 if expr a : '\(a\)' >/dev/null 2>&1 &&
5637 test "X`expr 00001 : '.*\(...\)'`" = X001; then
5643 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
5644 as_basename=basename
5649 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
5655 as_me=`$as_basename -- "$0" ||
5656 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
5657 X"$0" : 'X\(//\)$' \| \
5658 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
5660 sed '/^.*\/\([^/][^/]*\)\/*$/{
5674 # Avoid depending upon Character Ranges.
5675 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
5676 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
5677 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
5678 as_cr_digits='0123456789'
5679 as_cr_alnum=$as_cr_Letters$as_cr_digits
5681 ECHO_C= ECHO_N= ECHO_T=
5682 case `echo -n x` in #(((((
5684 case `echo 'xy\c'` in
5685 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
5687 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
5694 rm -f conf$$ conf$$.exe conf$$.file
5695 if test -d conf$$.dir; then
5696 rm -f conf$$.dir/conf$$.file
5699 mkdir conf$$.dir 2>/dev/null
5701 if (echo >conf$$.file) 2>/dev/null; then
5702 if ln -s conf$$.file conf$$ 2>/dev/null; then
5704 # ... but there are two gotchas:
5705 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
5706 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
5707 # In both cases, we have to default to `cp -p'.
5708 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
5710 elif ln conf$$.file conf$$ 2>/dev/null; then
5718 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
5719 rmdir conf$$.dir 2>/dev/null
5724 # Create "$as_dir" as a directory, including parents if necessary.
5729 -*) as_dir=./$as_dir;;
5731 test -d "$as_dir" || eval $as_mkdir_p || {
5735 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
5736 *) as_qdir=$as_dir;;
5738 as_dirs="'$as_qdir' $as_dirs"
5739 as_dir=`$as_dirname -- "$as_dir" ||
5740 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
5741 X"$as_dir" : 'X\(//\)[^/]' \| \
5742 X"$as_dir" : 'X\(//\)$' \| \
5743 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
5744 $as_echo X"$as_dir" |
5745 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
5762 test -d "$as_dir" && break
5764 test -z "$as_dirs" || eval "mkdir $as_dirs"
5765 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
5769 if mkdir -p . 2>/dev/null; then
5770 as_mkdir_p='mkdir -p "$as_dir"'
5772 test -d ./-p && rmdir ./-p
5776 if test -x / >/dev/null 2>&1; then
5779 if ls -dL / >/dev/null 2>&1; then
5786 if test -d "$1"; then
5792 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
5793 ???[sx]*):;;*)false;;esac;fi
5797 as_executable_p=$as_test_x
5799 # Sed expression to map a string onto a valid CPP name.
5800 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
5802 # Sed expression to map a string onto a valid variable name.
5803 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
5807 ## ----------------------------------- ##
5808 ## Main body of $CONFIG_STATUS script. ##
5809 ## ----------------------------------- ##
5811 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
5813 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5814 # Save the log message, to keep $0 and so on meaningful, and to
5815 # report actual input values of CONFIG_FILES etc. instead of their
5816 # values after options handling.
5818 This file was extended by $as_me, which was
5819 generated by GNU Autoconf 2.64. Invocation command line was
5821 CONFIG_FILES = $CONFIG_FILES
5822 CONFIG_HEADERS = $CONFIG_HEADERS
5823 CONFIG_LINKS = $CONFIG_LINKS
5824 CONFIG_COMMANDS = $CONFIG_COMMANDS
5827 on `(hostname || uname -n) 2>/dev/null | sed 1q`
5832 case $ac_config_files in *"
5833 "*) set x $ac_config_files; shift; ac_config_files=$*;;
5836 case $ac_config_headers in *"
5837 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
5841 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5842 # Files that config.status was made for.
5843 config_files="$ac_config_files"
5844 config_headers="$ac_config_headers"
5845 config_links="$ac_config_links"
5846 config_commands="$ac_config_commands"
5850 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5852 \`$as_me' instantiates files and other configuration actions
5853 from templates according to the current configuration. Unless the files
5854 and actions are specified as TAGs, all are instantiated by default.
5856 Usage: $0 [OPTION]... [TAG]...
5858 -h, --help print this help, then exit
5859 -V, --version print version number and configuration settings, then exit
5860 -q, --quiet, --silent
5861 do not print progress messages
5862 -d, --debug don't remove temporary files
5863 --recheck update $as_me by reconfiguring in the same conditions
5864 --file=FILE[:TEMPLATE]
5865 instantiate the configuration file FILE
5866 --header=FILE[:TEMPLATE]
5867 instantiate the configuration header FILE
5869 Configuration files:
5872 Configuration headers:
5875 Configuration links:
5878 Configuration commands:
5881 Report bugs to the package provider."
5884 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5887 configured by $0, generated by GNU Autoconf 2.64,
5888 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
5890 Copyright (C) 2009 Free Software Foundation, Inc.
5891 This config.status script is free software; the Free Software Foundation
5892 gives unlimited permission to copy, distribute and modify it."
5897 test -n "\$AWK" || AWK=awk
5900 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5901 # The default lists apply if the user does not specify any file.
5907 ac_option=`expr "X$1" : 'X\([^=]*\)='`
5908 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
5919 # Handling of the options.
5920 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
5922 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
5923 $as_echo "$ac_cs_version"; exit ;;
5924 --debug | --debu | --deb | --de | --d | -d )
5926 --file | --fil | --fi | --f )
5929 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
5931 as_fn_append CONFIG_FILES " '$ac_optarg'"
5932 ac_need_defaults=false;;
5933 --header | --heade | --head | --hea )
5936 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
5938 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
5939 ac_need_defaults=false;;
5941 # Conflict between --help and --header
5942 as_fn_error "ambiguous option: \`$1'
5943 Try \`$0 --help' for more information.";;
5944 --help | --hel | -h )
5945 $as_echo "$ac_cs_usage"; exit ;;
5946 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
5947 | -silent | --silent | --silen | --sile | --sil | --si | --s)
5951 -*) as_fn_error "unrecognized option: \`$1'
5952 Try \`$0 --help' for more information." ;;
5954 *) as_fn_append ac_config_targets " $1"
5955 ac_need_defaults=false ;;
5961 ac_configure_extra_args=
5963 if $ac_cs_silent; then
5965 ac_configure_extra_args="$ac_configure_extra_args --silent"
5969 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5970 if \$ac_cs_recheck; then
5971 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
5973 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
5974 CONFIG_SHELL='$SHELL'
5980 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5984 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
5985 ## Running $as_me. ##
5991 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5995 ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
5999 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
6001 # Handling of arguments.
6002 for ac_config_target in $ac_config_targets
6004 case $ac_config_target in
6005 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
6006 "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
6007 "$ac_config_links_1") CONFIG_LINKS="$CONFIG_LINKS $ac_config_links_1" ;;
6008 "Makefile.sim") CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
6009 "Make-common.sim") CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
6010 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
6011 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
6012 "stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
6014 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
6019 # If the user did not use the arguments to specify the items to instantiate,
6020 # then the envvar interface is used. Set only those that are not.
6021 # We use the long form for the default assignment because of an extremely
6022 # bizarre bug on SunOS 4.1.3.
6023 if $ac_need_defaults; then
6024 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
6025 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
6026 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
6027 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
6030 # Have a temporary directory for convenience. Make it in the build tree
6031 # simply because there is no reason against having it here, and in addition,
6032 # creating and moving files from /tmp can sometimes cause problems.
6033 # Hook for its removal unless debugging.
6034 # Note that there is a small window in which the directory will not be cleaned:
6035 # after its creation but before its name has been assigned to `$tmp'.
6039 trap 'exit_status=$?
6040 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
6042 trap 'as_fn_exit 1' 1 2 13 15
6044 # Create a (secure) tmp directory for tmp files.
6047 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
6048 test -n "$tmp" && test -d "$tmp"
6051 tmp=./conf$$-$RANDOM
6052 (umask 077 && mkdir "$tmp")
6053 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
6055 # Set up the scripts for CONFIG_FILES section.
6056 # No need to generate them if there are no CONFIG_FILES.
6057 # This happens for instance with `./config.status config.h'.
6058 if test -n "$CONFIG_FILES"; then
6061 ac_cr=`echo X | tr X '\015'`
6062 # On cygwin, bash can eat \r inside `` if the user requested igncr.
6063 # But we know of no other shell where ac_cr would be empty at this
6064 # point, so we can use a bashism as a fallback.
6065 if test "x$ac_cr" = x; then
6066 eval ac_cr=\$\'\\r\'
6068 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
6069 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
6075 echo 'BEGIN {' >"$tmp/subs1.awk" &&
6080 echo "cat >conf$$subs.awk <<_ACEOF" &&
6081 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
6084 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
6085 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
6087 for ac_last_try in false false false false false :; do
6088 . ./conf$$subs.sh ||
6089 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
6091 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
6092 if test $ac_delim_n = $ac_delim_num; then
6094 elif $ac_last_try; then
6095 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
6097 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
6102 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
6103 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
6107 s/^/S["/; s/!.*/"]=/
6117 s/\(.\{148\}\).*/\1/
6119 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
6124 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
6131 s/\(.\{148\}\).*/\1/
6133 s/["\\]/\\&/g; s/^/"/; s/$/"/
6137 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
6142 ' <conf$$subs.awk | sed '
6147 ' >>$CONFIG_STATUS || ac_write_fail=1
6148 rm -f conf$$subs.awk
6149 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
6151 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
6152 for (key in S) S_is_set[key] = 1
6158 nfields = split(line, field, "@")
6160 len = length(field[1])
6161 for (i = 2; i < nfields; i++) {
6163 keylen = length(key)
6164 if (S_is_set[key]) {
6166 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
6167 len += length(value) + length(field[++i])
6178 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
6179 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
6180 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
6183 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
6184 || as_fn_error "could not setup config files machinery" "$LINENO" 5
6187 # VPATH may cause trouble with some makes, so we remove $(srcdir),
6188 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
6189 # trailing colons and then remove the whole line if VPATH becomes empty
6190 # (actually we leave an empty line to preserve line numbers).
6191 if test "x$srcdir" = x.; then
6192 ac_vpsub='/^[ ]*VPATH[ ]*=/{
6196 s/^\([^=]*=[ ]*\):*/\1/
6202 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
6203 fi # test -n "$CONFIG_FILES"
6205 # Set up the scripts for CONFIG_HEADERS section.
6206 # No need to generate them if there are no CONFIG_HEADERS.
6207 # This happens for instance with `./config.status Makefile'.
6208 if test -n "$CONFIG_HEADERS"; then
6209 cat >"$tmp/defines.awk" <<\_ACAWK ||
6213 # Transform confdefs.h into an awk script `defines.awk', embedded as
6214 # here-document in config.status, that substitutes the proper values into
6215 # config.h.in to produce config.h.
6217 # Create a delimiter string that does not exist in confdefs.h, to ease
6218 # handling of long lines.
6220 for ac_last_try in false false :; do
6221 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
6222 if test -z "$ac_t"; then
6224 elif $ac_last_try; then
6225 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
6227 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
6231 # For the awk script, D is an array of macro values keyed by name,
6232 # likewise P contains macro parameters if any. Preserve backslash
6233 # newline sequences.
6235 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
6237 s/.\{148\}/&'"$ac_delim"'/g
6240 s/^[ ]*#[ ]*define[ ][ ]*/ /
6247 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
6249 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
6253 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
6254 D["\1"]=" \3\\\\\\n"\\/p
6256 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
6261 s/.\{148\}/&'"$ac_delim"'/g
6266 s/["\\]/\\&/g; s/^/"/; s/$/"/p
6269 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
6271 ' <confdefs.h | sed '
6272 s/'"$ac_delim"'/"\\\
6273 "/g' >>$CONFIG_STATUS || ac_write_fail=1
6275 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
6276 for (key in D) D_is_set[key] = 1
6279 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
6281 split(line, arg, " ")
6282 if (arg[1] == "#") {
6286 defundef = substr(arg[1], 2)
6289 split(mac1, mac2, "(") #)
6291 prefix = substr(line, 1, index(line, defundef) - 1)
6292 if (D_is_set[macro]) {
6293 # Preserve the white space surrounding the "#".
6294 print prefix "define", macro P[macro] D[macro]
6297 # Replace #undef with comments. This is necessary, for example,
6298 # in the case of _POSIX_SOURCE, which is predefined and required
6299 # on some systems where configure will not decide to define it.
6300 if (defundef == "undef") {
6301 print "/*", prefix defundef, macro, "*/"
6309 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
6310 as_fn_error "could not setup config headers machinery" "$LINENO" 5
6311 fi # test -n "$CONFIG_HEADERS"
6314 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
6319 :[FHLC]) ac_mode=$ac_tag; continue;;
6321 case $ac_mode$ac_tag in
6323 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
6324 :[FH]-) ac_tag=-:-;;
6325 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
6342 -) ac_f="$tmp/stdin";;
6343 *) # Look for the file first in the build tree, then in the source tree
6344 # (if the path is not absolute). The absolute path cannot be DOS-style,
6345 # because $ac_f cannot contain `:'.
6349 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
6351 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
6353 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
6354 as_fn_append ac_file_inputs " '$ac_f'"
6357 # Let's still pretend it is `configure' which instantiates (i.e., don't
6358 # use $as_me), people would be surprised to read:
6359 # /* config.h. Generated by config.status. */
6360 configure_input='Generated from '`
6361 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
6363 if test x"$ac_file" != x-; then
6364 configure_input="$ac_file. $configure_input"
6365 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
6366 $as_echo "$as_me: creating $ac_file" >&6;}
6368 # Neutralize special characters interpreted by sed in replacement strings.
6369 case $configure_input in #(
6370 *\&* | *\|* | *\\* )
6371 ac_sed_conf_input=`$as_echo "$configure_input" |
6372 sed 's/[\\\\&|]/\\\\&/g'`;; #(
6373 *) ac_sed_conf_input=$configure_input;;
6377 *:-:* | *:-) cat >"$tmp/stdin" \
6378 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
6383 ac_dir=`$as_dirname -- "$ac_file" ||
6384 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6385 X"$ac_file" : 'X\(//\)[^/]' \| \
6386 X"$ac_file" : 'X\(//\)$' \| \
6387 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
6388 $as_echo X"$ac_file" |
6389 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
6406 as_dir="$ac_dir"; as_fn_mkdir_p
6410 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
6412 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
6413 # A ".." for each directory in $ac_dir_suffix.
6414 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
6415 case $ac_top_builddir_sub in
6416 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
6417 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
6420 ac_abs_top_builddir=$ac_pwd
6421 ac_abs_builddir=$ac_pwd$ac_dir_suffix
6422 # for backward compatibility:
6423 ac_top_builddir=$ac_top_build_prefix
6426 .) # We are building in place.
6428 ac_top_srcdir=$ac_top_builddir_sub
6429 ac_abs_top_srcdir=$ac_pwd ;;
6430 [\\/]* | ?:[\\/]* ) # Absolute name.
6431 ac_srcdir=$srcdir$ac_dir_suffix;
6432 ac_top_srcdir=$srcdir
6433 ac_abs_top_srcdir=$srcdir ;;
6435 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
6436 ac_top_srcdir=$ac_top_build_prefix$srcdir
6437 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
6439 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
6449 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
6450 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
6454 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
6455 # If the template does not know about datarootdir, expand it.
6456 # FIXME: This hack should be removed a few years after 2.60.
6457 ac_datarootdir_hack=; ac_datarootdir_seen=
6468 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
6469 *datarootdir*) ac_datarootdir_seen=yes;;
6470 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
6471 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
6472 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
6474 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
6475 ac_datarootdir_hack='
6476 s&@datadir@&$datadir&g
6477 s&@docdir@&$docdir&g
6478 s&@infodir@&$infodir&g
6479 s&@localedir@&$localedir&g
6480 s&@mandir@&$mandir&g
6481 s&\\\${datarootdir}&$datarootdir&g' ;;
6485 # Neutralize VPATH when `$srcdir' = `.'.
6486 # Shell code in configure.ac might set extrasub.
6487 # FIXME: do we really want to maintain this feature?
6488 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
6489 ac_sed_extra="$ac_vpsub
6492 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
6494 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
6495 s|@configure_input@|$ac_sed_conf_input|;t t
6496 s&@top_builddir@&$ac_top_builddir_sub&;t t
6497 s&@top_build_prefix@&$ac_top_build_prefix&;t t
6498 s&@srcdir@&$ac_srcdir&;t t
6499 s&@abs_srcdir@&$ac_abs_srcdir&;t t
6500 s&@top_srcdir@&$ac_top_srcdir&;t t
6501 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
6502 s&@builddir@&$ac_builddir&;t t
6503 s&@abs_builddir@&$ac_abs_builddir&;t t
6504 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
6505 s&@INSTALL@&$ac_INSTALL&;t t
6506 $ac_datarootdir_hack
6508 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
6509 || as_fn_error "could not create $ac_file" "$LINENO" 5
6511 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
6512 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
6513 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
6514 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
6515 which seems to be undefined. Please make sure it is defined." >&5
6516 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
6517 which seems to be undefined. Please make sure it is defined." >&2;}
6521 -) cat "$tmp/out" && rm -f "$tmp/out";;
6522 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
6524 || as_fn_error "could not create $ac_file" "$LINENO" 5
6530 if test x"$ac_file" != x-; then
6532 $as_echo "/* $configure_input */" \
6533 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
6534 } >"$tmp/config.h" \
6535 || as_fn_error "could not create $ac_file" "$LINENO" 5
6536 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
6537 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
6538 $as_echo "$as_me: $ac_file is unchanged" >&6;}
6541 mv "$tmp/config.h" "$ac_file" \
6542 || as_fn_error "could not create $ac_file" "$LINENO" 5
6545 $as_echo "/* $configure_input */" \
6546 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
6547 || as_fn_error "could not create -" "$LINENO" 5
6555 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
6558 # Prefer the file from the source tree if names are identical.
6559 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
6560 ac_source=$srcdir/$ac_source
6563 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
6564 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
6566 if test ! -r "$ac_source"; then
6567 as_fn_error "$ac_source: file not found" "$LINENO" 5
6571 # Try a relative symlink, then a hard link, then a copy.
6573 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
6574 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
6576 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
6577 ln "$ac_source" "$ac_file" 2>/dev/null ||
6578 cp -p "$ac_source" "$ac_file" ||
6579 as_fn_error "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
6582 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
6583 $as_echo "$as_me: executing $ac_file commands" >&6;}
6588 case $ac_file$ac_mode in
6589 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
6590 "Makefile":C) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
6591 rm -f Makesim1.tmp Makesim2.tmp Makefile
6592 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
6593 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
6594 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
6595 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
6596 <Makefile.sim >Makefile
6597 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
6599 "stamp-h":C) echo > stamp-h ;;
6607 ac_clean_files=$ac_clean_files_save
6609 test $ac_write_fail = 0 ||
6610 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
6613 # configure is writing to config.log, and then calls config.status.
6614 # config.status does its own redirection, appending to config.log.
6615 # Unfortunately, on DOS this fails, as config.log is still kept open
6616 # by configure, so config.status won't be able to write to it; its
6617 # output is simply discarded. So we exec the FD to /dev/null,
6618 # effectively closing config.log, so it can be properly (re)opened and
6619 # appended to by config.status. When coming back to configure, we
6620 # need to make the FD available again.
6621 if test "$no_create" != yes; then
6623 ac_config_status_args=
6624 test "$silent" = yes &&
6625 ac_config_status_args="$ac_config_status_args --quiet"
6627 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
6629 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
6630 # would make configure fail if this is the last instruction.
6631 $ac_cs_success || as_fn_exit $?
6633 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
6634 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
6635 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}