OLD | NEW |
1 #! /bin/sh | 1 #! /bin/sh |
2 # Guess values for system-dependent variables and create Makefiles. | 2 # Guess values for system-dependent variables and create Makefiles. |
3 # Generated by GNU Autoconf 2.64. | 3 # Generated by GNU Autoconf 2.64. |
4 # | 4 # |
5 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, | 5 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, |
6 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software | 6 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software |
7 # Foundation, Inc. | 7 # Foundation, Inc. |
8 # | 8 # |
9 # This configure script is free software; the Free Software Foundation | 9 # This configure script is free software; the Free Software Foundation |
10 # gives unlimited permission to copy, distribute and modify it. | 10 # gives unlimited permission to copy, distribute and modify it. |
(...skipping 584 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
595 REPORT_BUGS_TEXI | 595 REPORT_BUGS_TEXI |
596 REPORT_BUGS_TO | 596 REPORT_BUGS_TO |
597 PKGVERSION | 597 PKGVERSION |
598 sim_profile | 598 sim_profile |
599 sim_trace | 599 sim_trace |
600 sim_stdio | 600 sim_stdio |
601 sim_debug | 601 sim_debug |
602 sim_cflags | 602 sim_cflags |
603 sim_bswap | 603 sim_bswap |
604 MAINT | 604 MAINT |
605 EGREP | |
606 GREP | |
607 CPP | |
608 CATOBJEXT | 605 CATOBJEXT |
609 GENCAT | 606 GENCAT |
610 INSTOBJEXT | 607 INSTOBJEXT |
611 DATADIRNAME | 608 DATADIRNAME |
612 CATALOGS | 609 CATALOGS |
613 POSUB | 610 POSUB |
614 GMSGFMT | 611 GMSGFMT |
615 XGETTEXT | 612 XGETTEXT |
616 INCINTL | 613 INCINTL |
617 LIBINTL_DEP | 614 LIBINTL_DEP |
618 LIBINTL | 615 LIBINTL |
619 USE_NLS | 616 USE_NLS |
620 GMAKE_FALSE | 617 GMAKE_FALSE |
621 GMAKE_TRUE | 618 GMAKE_TRUE |
622 MAKE | 619 MAKE |
623 CCDEPMODE | 620 CCDEPMODE |
624 DEPDIR | 621 DEPDIR |
625 am__leading_dot | 622 am__leading_dot |
| 623 PACKAGE |
626 RANLIB | 624 RANLIB |
627 AR | 625 AR |
628 HDEFINES | 626 HDEFINES |
629 CC_FOR_BUILD | 627 CC_FOR_BUILD |
630 INSTALL_DATA | 628 INSTALL_DATA |
631 INSTALL_SCRIPT | 629 INSTALL_SCRIPT |
632 INSTALL_PROGRAM | 630 INSTALL_PROGRAM |
| 631 EGREP |
| 632 GREP |
| 633 CPP |
633 target_os | 634 target_os |
634 target_vendor | 635 target_vendor |
635 target_cpu | 636 target_cpu |
636 target | 637 target |
637 host_os | 638 host_os |
638 host_vendor | 639 host_vendor |
639 host_cpu | 640 host_cpu |
640 host | 641 host |
641 build_os | 642 build_os |
642 build_vendor | 643 build_vendor |
(...skipping 2515 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3158 IFS=$ac_save_IFS | 3159 IFS=$ac_save_IFS |
3159 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac | 3160 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac |
3160 | 3161 |
3161 | 3162 |
3162 # The aliases save the names the user supplied, while $host etc. | 3163 # The aliases save the names the user supplied, while $host etc. |
3163 # will get canonicalized. | 3164 # will get canonicalized. |
3164 test -n "$target_alias" && | 3165 test -n "$target_alias" && |
3165 test "$program_prefix$program_suffix$program_transform_name" = \ | 3166 test "$program_prefix$program_suffix$program_transform_name" = \ |
3166 NONENONEs,x,x, && | 3167 NONENONEs,x,x, && |
3167 program_prefix=${target_alias}- | 3168 program_prefix=${target_alias}- |
3168 test "$program_prefix" != NONE && | |
3169 program_transform_name="s&^&$program_prefix&;$program_transform_name" | |
3170 # Use a double $ so make ignores it. | |
3171 test "$program_suffix" != NONE && | |
3172 program_transform_name="s&\$&$program_suffix&;$program_transform_name" | |
3173 # Double any \ or $. | |
3174 # By default was `s,x,x', remove it if useless. | |
3175 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' | |
3176 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` | |
3177 | |
3178 # Find a good install program. We prefer a C program (faster), | |
3179 # so one script is as good as another. But avoid the broken or | |
3180 # incompatible versions: | |
3181 # SysV /etc/install, /usr/sbin/install | |
3182 # SunOS /usr/etc/install | |
3183 # IRIX /sbin/install | |
3184 # AIX /bin/install | |
3185 # AmigaOS /C/install, which installs bootblocks on floppy discs | |
3186 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag | |
3187 # AFS /usr/afsws/bin/install, which mishandles nonexistent args | |
3188 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" | |
3189 # OS/2's system install, which has a completely different semantic | |
3190 # ./install, which can be erroneously created by make from ./install.sh. | |
3191 # Reject install programs that cannot install multiple files. | |
3192 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install"
>&5 | |
3193 $as_echo_n "checking for a BSD-compatible install... " >&6; } | |
3194 if test -z "$INSTALL"; then | |
3195 if test "${ac_cv_path_install+set}" = set; then : | |
3196 $as_echo_n "(cached) " >&6 | |
3197 else | |
3198 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
3199 for as_dir in $PATH | |
3200 do | |
3201 IFS=$as_save_IFS | |
3202 test -z "$as_dir" && as_dir=. | |
3203 # Account for people who put trailing slashes in PATH elements. | |
3204 case $as_dir/ in #(( | |
3205 ./ | .// | /[cC]/* | \ | |
3206 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ | |
3207 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \ | |
3208 /usr/ucb/* ) ;; | |
3209 *) | |
3210 # OSF1 and SCO ODT 3.0 have their own names for install. | |
3211 # Don't use installbsd from OSF since it installs stuff as root | |
3212 # by default. | |
3213 for ac_prog in ginstall scoinst install; do | |
3214 for ac_exec_ext in '' $ac_executable_extensions; do | |
3215 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_p
rog$ac_exec_ext"; }; then | |
3216 if test $ac_prog = install && | |
3217 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then | |
3218 # AIX install. It has an incompatible calling convention. | |
3219 : | |
3220 elif test $ac_prog = install && | |
3221 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then | |
3222 # program-specific install script used by HP pwplus--don't use. | |
3223 : | |
3224 else | |
3225 rm -rf conftest.one conftest.two conftest.dir | |
3226 echo one > conftest.one | |
3227 echo two > conftest.two | |
3228 mkdir conftest.dir | |
3229 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd
`/conftest.dir" && | |
3230 test -s conftest.one && test -s conftest.two && | |
3231 test -s conftest.dir/conftest.one && | |
3232 test -s conftest.dir/conftest.two | |
3233 then | |
3234 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" | |
3235 break 3 | |
3236 fi | |
3237 fi | |
3238 fi | |
3239 done | |
3240 done | |
3241 ;; | |
3242 esac | |
3243 | |
3244 done | |
3245 IFS=$as_save_IFS | |
3246 | |
3247 rm -rf conftest.one conftest.two conftest.dir | |
3248 | |
3249 fi | |
3250 if test "${ac_cv_path_install+set}" = set; then | |
3251 INSTALL=$ac_cv_path_install | |
3252 else | |
3253 # As a last resort, use the slow shell script. Don't cache a | |
3254 # value for INSTALL within a source directory, because that will | |
3255 # break other packages using the cache if that directory is | |
3256 # removed, or if the value is a relative name. | |
3257 INSTALL=$ac_install_sh | |
3258 fi | |
3259 fi | |
3260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5 | |
3261 $as_echo "$INSTALL" >&6; } | |
3262 | |
3263 # Use test -z because SunOS4 sh mishandles braces in ${var-val}. | |
3264 # It thinks the first close brace ends the variable substitution. | |
3265 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' | |
3266 | |
3267 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' | |
3268 | |
3269 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' | |
3270 | |
3271 rm -rf .tst 2>/dev/null | |
3272 mkdir .tst 2>/dev/null | |
3273 if test -d .tst; then | |
3274 am__leading_dot=. | |
3275 else | |
3276 am__leading_dot=_ | |
3277 fi | |
3278 rmdir .tst 2>/dev/null | |
3279 | |
3280 DEPDIR="${am__leading_dot}deps" | |
3281 | |
3282 | 3169 |
3283 ac_ext=c | 3170 ac_ext=c |
3284 ac_cpp='$CPP $CPPFLAGS' | 3171 ac_cpp='$CPP $CPPFLAGS' |
3285 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | 3172 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
3286 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $
LIBS >&5' | 3173 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $
LIBS >&5' |
3287 ac_compiler_gnu=$ac_cv_c_compiler_gnu | 3174 ac_compiler_gnu=$ac_cv_c_compiler_gnu |
3288 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor"
>&5 | 3175 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor"
>&5 |
3289 $as_echo_n "checking how to run the C preprocessor... " >&6; } | 3176 $as_echo_n "checking how to run the C preprocessor... " >&6; } |
3290 # On Suns, sometimes $CPP names a directory. | 3177 # On Suns, sometimes $CPP names a directory. |
3291 if test -n "$CPP" && test -d "$CPP"; then | 3178 if test -n "$CPP" && test -d "$CPP"; then |
(...skipping 380 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3672 cat >>confdefs.h <<_ACEOF | 3559 cat >>confdefs.h <<_ACEOF |
3673 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 | 3560 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
3674 _ACEOF | 3561 _ACEOF |
3675 | 3562 |
3676 fi | 3563 fi |
3677 | 3564 |
3678 done | 3565 done |
3679 | 3566 |
3680 | 3567 |
3681 | 3568 |
| 3569 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_co
nfig_h" "$ac_includes_default" |
| 3570 if test "x$ac_cv_header_minix_config_h" = x""yes; then : |
| 3571 MINIX=yes |
| 3572 else |
| 3573 MINIX= |
| 3574 fi |
| 3575 |
| 3576 |
| 3577 if test "$MINIX" = yes; then |
| 3578 |
| 3579 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h |
| 3580 |
| 3581 |
| 3582 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h |
| 3583 |
| 3584 |
| 3585 $as_echo "#define _MINIX 1" >>confdefs.h |
| 3586 |
| 3587 fi |
| 3588 |
| 3589 |
| 3590 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define
__EXTENSIONS__" >&5 |
| 3591 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; } |
| 3592 if test "${ac_cv_safe_to_define___extensions__+set}" = set; then : |
| 3593 $as_echo_n "(cached) " >&6 |
| 3594 else |
| 3595 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 3596 /* end confdefs.h. */ |
| 3597 |
| 3598 # define __EXTENSIONS__ 1 |
| 3599 $ac_includes_default |
| 3600 int |
| 3601 main () |
| 3602 { |
| 3603 |
| 3604 ; |
| 3605 return 0; |
| 3606 } |
| 3607 _ACEOF |
| 3608 if ac_fn_c_try_compile "$LINENO"; then : |
| 3609 ac_cv_safe_to_define___extensions__=yes |
| 3610 else |
| 3611 ac_cv_safe_to_define___extensions__=no |
| 3612 fi |
| 3613 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
| 3614 fi |
| 3615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensi
ons__" >&5 |
| 3616 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; } |
| 3617 test $ac_cv_safe_to_define___extensions__ = yes && |
| 3618 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h |
| 3619 |
| 3620 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h |
| 3621 |
| 3622 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h |
| 3623 |
| 3624 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h |
| 3625 |
| 3626 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h |
| 3627 |
| 3628 |
| 3629 test "$program_prefix" != NONE && |
| 3630 program_transform_name="s&^&$program_prefix&;$program_transform_name" |
| 3631 # Use a double $ so make ignores it. |
| 3632 test "$program_suffix" != NONE && |
| 3633 program_transform_name="s&\$&$program_suffix&;$program_transform_name" |
| 3634 # Double any \ or $. |
| 3635 # By default was `s,x,x', remove it if useless. |
| 3636 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' |
| 3637 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` |
| 3638 |
| 3639 # Find a good install program. We prefer a C program (faster), |
| 3640 # so one script is as good as another. But avoid the broken or |
| 3641 # incompatible versions: |
| 3642 # SysV /etc/install, /usr/sbin/install |
| 3643 # SunOS /usr/etc/install |
| 3644 # IRIX /sbin/install |
| 3645 # AIX /bin/install |
| 3646 # AmigaOS /C/install, which installs bootblocks on floppy discs |
| 3647 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag |
| 3648 # AFS /usr/afsws/bin/install, which mishandles nonexistent args |
| 3649 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" |
| 3650 # OS/2's system install, which has a completely different semantic |
| 3651 # ./install, which can be erroneously created by make from ./install.sh. |
| 3652 # Reject install programs that cannot install multiple files. |
| 3653 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install"
>&5 |
| 3654 $as_echo_n "checking for a BSD-compatible install... " >&6; } |
| 3655 if test -z "$INSTALL"; then |
| 3656 if test "${ac_cv_path_install+set}" = set; then : |
| 3657 $as_echo_n "(cached) " >&6 |
| 3658 else |
| 3659 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| 3660 for as_dir in $PATH |
| 3661 do |
| 3662 IFS=$as_save_IFS |
| 3663 test -z "$as_dir" && as_dir=. |
| 3664 # Account for people who put trailing slashes in PATH elements. |
| 3665 case $as_dir/ in #(( |
| 3666 ./ | .// | /[cC]/* | \ |
| 3667 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ |
| 3668 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \ |
| 3669 /usr/ucb/* ) ;; |
| 3670 *) |
| 3671 # OSF1 and SCO ODT 3.0 have their own names for install. |
| 3672 # Don't use installbsd from OSF since it installs stuff as root |
| 3673 # by default. |
| 3674 for ac_prog in ginstall scoinst install; do |
| 3675 for ac_exec_ext in '' $ac_executable_extensions; do |
| 3676 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_p
rog$ac_exec_ext"; }; then |
| 3677 if test $ac_prog = install && |
| 3678 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then |
| 3679 # AIX install. It has an incompatible calling convention. |
| 3680 : |
| 3681 elif test $ac_prog = install && |
| 3682 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then |
| 3683 # program-specific install script used by HP pwplus--don't use. |
| 3684 : |
| 3685 else |
| 3686 rm -rf conftest.one conftest.two conftest.dir |
| 3687 echo one > conftest.one |
| 3688 echo two > conftest.two |
| 3689 mkdir conftest.dir |
| 3690 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd
`/conftest.dir" && |
| 3691 test -s conftest.one && test -s conftest.two && |
| 3692 test -s conftest.dir/conftest.one && |
| 3693 test -s conftest.dir/conftest.two |
| 3694 then |
| 3695 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" |
| 3696 break 3 |
| 3697 fi |
| 3698 fi |
| 3699 fi |
| 3700 done |
| 3701 done |
| 3702 ;; |
| 3703 esac |
| 3704 |
| 3705 done |
| 3706 IFS=$as_save_IFS |
| 3707 |
| 3708 rm -rf conftest.one conftest.two conftest.dir |
| 3709 |
| 3710 fi |
| 3711 if test "${ac_cv_path_install+set}" = set; then |
| 3712 INSTALL=$ac_cv_path_install |
| 3713 else |
| 3714 # As a last resort, use the slow shell script. Don't cache a |
| 3715 # value for INSTALL within a source directory, because that will |
| 3716 # break other packages using the cache if that directory is |
| 3717 # removed, or if the value is a relative name. |
| 3718 INSTALL=$ac_install_sh |
| 3719 fi |
| 3720 fi |
| 3721 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5 |
| 3722 $as_echo "$INSTALL" >&6; } |
| 3723 |
| 3724 # Use test -z because SunOS4 sh mishandles braces in ${var-val}. |
| 3725 # It thinks the first close brace ends the variable substitution. |
| 3726 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' |
| 3727 |
| 3728 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' |
| 3729 |
| 3730 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' |
| 3731 |
| 3732 rm -rf .tst 2>/dev/null |
| 3733 mkdir .tst 2>/dev/null |
| 3734 if test -d .tst; then |
| 3735 am__leading_dot=. |
| 3736 else |
| 3737 am__leading_dot=_ |
| 3738 fi |
| 3739 rmdir .tst 2>/dev/null |
| 3740 |
| 3741 DEPDIR="${am__leading_dot}deps" |
| 3742 |
| 3743 |
3682 | 3744 |
3683 # autoconf.info says this should be called right after AC_INIT. | 3745 # autoconf.info says this should be called right after AC_INIT. |
3684 ac_config_headers="$ac_config_headers cconfig.h:config.in" | 3746 ac_config_headers="$ac_config_headers cconfig.h:config.in" |
3685 | 3747 |
3686 | 3748 |
3687 | 3749 |
3688 | 3750 |
3689 | 3751 |
| 3752 |
3690 # Put a plausible default for CC_FOR_BUILD in Makefile. | 3753 # Put a plausible default for CC_FOR_BUILD in Makefile. |
3691 if test "x$cross_compiling" = "xno"; then | 3754 if test "x$cross_compiling" = "xno"; then |
3692 CC_FOR_BUILD='$(CC)' | 3755 CC_FOR_BUILD='$(CC)' |
3693 else | 3756 else |
3694 CC_FOR_BUILD=gcc | 3757 CC_FOR_BUILD=gcc |
3695 fi | 3758 fi |
3696 | 3759 |
3697 | 3760 |
3698 | 3761 |
3699 | 3762 |
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3785 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2
;} | 3848 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2
;} |
3786 ac_tool_warned=yes ;; | 3849 ac_tool_warned=yes ;; |
3787 esac | 3850 esac |
3788 RANLIB=$ac_ct_RANLIB | 3851 RANLIB=$ac_ct_RANLIB |
3789 fi | 3852 fi |
3790 else | 3853 else |
3791 RANLIB="$ac_cv_prog_RANLIB" | 3854 RANLIB="$ac_cv_prog_RANLIB" |
3792 fi | 3855 fi |
3793 | 3856 |
3794 | 3857 |
| 3858 # Some of the common include files depend on bfd.h, and bfd.h checks |
| 3859 # that config.h is included first by testing that the PACKAGE macro |
| 3860 # is defined. |
| 3861 PACKAGE=sim |
| 3862 |
| 3863 cat >>confdefs.h <<_ACEOF |
| 3864 #define PACKAGE "$PACKAGE" |
| 3865 _ACEOF |
| 3866 |
| 3867 |
| 3868 |
3795 # Dependency checking. | 3869 # Dependency checking. |
3796 ac_config_commands="$ac_config_commands depdir" | 3870 ac_config_commands="$ac_config_commands depdir" |
3797 | 3871 |
3798 | 3872 |
3799 depcc="$CC" am_compiler_list= | 3873 depcc="$CC" am_compiler_list= |
3800 | 3874 |
3801 am_depcomp=$ac_aux_dir/depcomp | 3875 am_depcomp=$ac_aux_dir/depcomp |
3802 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&
5 | 3876 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&
5 |
3803 $as_echo_n "checking dependency style of $depcc... " >&6; } | 3877 $as_echo_n "checking dependency style of $depcc... " >&6; } |
3804 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then : | 3878 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then : |
(...skipping 556 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4361 | 4435 |
4362 | 4436 |
4363 | 4437 |
4364 # Check whether --enable-sim-trace was given. | 4438 # Check whether --enable-sim-trace was given. |
4365 if test "${enable_sim_trace+set}" = set; then : | 4439 if test "${enable_sim_trace+set}" = set; then : |
4366 enableval=$enable_sim_trace; case "${enableval}" in | 4440 enableval=$enable_sim_trace; case "${enableval}" in |
4367 yes) sim_trace="-DTRACE=1 -DWITH_TRACE=-1";; | 4441 yes) sim_trace="-DTRACE=1 -DWITH_TRACE=-1";; |
4368 no) sim_trace="-DTRACE=0 -DWITH_TRACE=0";; | 4442 no) sim_trace="-DTRACE=0 -DWITH_TRACE=0";; |
4369 [-0-9]*) | 4443 [-0-9]*) |
4370 sim_trace="-DTRACE='(${enableval})' -DWITH_TRACE='(${enableval})'";; | 4444 sim_trace="-DTRACE='(${enableval})' -DWITH_TRACE='(${enableval})'";; |
4371 [a-z]*) | 4445 [[:lower:]]*) |
4372 sim_trace="" | 4446 sim_trace="" |
4373 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do | 4447 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do |
4374 if test x"$sim_trace" = x; then | 4448 if test x"$sim_trace" = x; then |
4375 sim_trace="-DWITH_TRACE='(TRACE_$x" | 4449 sim_trace="-DWITH_TRACE='(TRACE_$x" |
4376 else | 4450 else |
4377 sim_trace="${sim_trace}|TRACE_$x" | 4451 sim_trace="${sim_trace}|TRACE_$x" |
4378 fi | 4452 fi |
4379 done | 4453 done |
4380 sim_trace="$sim_trace)'" ;; | 4454 sim_trace="$sim_trace)'" ;; |
4381 esac | 4455 esac |
(...skipping 1687 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6069 exec 5>>config.log | 6143 exec 5>>config.log |
6070 # Use ||, not &&, to avoid exiting from the if with $? = 1, which | 6144 # Use ||, not &&, to avoid exiting from the if with $? = 1, which |
6071 # would make configure fail if this is the last instruction. | 6145 # would make configure fail if this is the last instruction. |
6072 $ac_cs_success || as_fn_exit $? | 6146 $ac_cs_success || as_fn_exit $? |
6073 fi | 6147 fi |
6074 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then | 6148 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then |
6075 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_un
recognized_opts" >&5 | 6149 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_un
recognized_opts" >&5 |
6076 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} | 6150 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} |
6077 fi | 6151 fi |
6078 | 6152 |
OLD | NEW |