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 583 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
594 REPORT_BUGS_TEXI | 594 REPORT_BUGS_TEXI |
595 REPORT_BUGS_TO | 595 REPORT_BUGS_TO |
596 PKGVERSION | 596 PKGVERSION |
597 sim_profile | 597 sim_profile |
598 sim_trace | 598 sim_trace |
599 sim_stdio | 599 sim_stdio |
600 sim_debug | 600 sim_debug |
601 sim_cflags | 601 sim_cflags |
602 sim_bswap | 602 sim_bswap |
603 MAINT | 603 MAINT |
604 EGREP | |
605 GREP | |
606 CPP | |
607 CATOBJEXT | 604 CATOBJEXT |
608 GENCAT | 605 GENCAT |
609 INSTOBJEXT | 606 INSTOBJEXT |
610 DATADIRNAME | 607 DATADIRNAME |
611 CATALOGS | 608 CATALOGS |
612 POSUB | 609 POSUB |
613 GMSGFMT | 610 GMSGFMT |
614 XGETTEXT | 611 XGETTEXT |
615 INCINTL | 612 INCINTL |
616 LIBINTL_DEP | 613 LIBINTL_DEP |
617 LIBINTL | 614 LIBINTL |
618 USE_NLS | 615 USE_NLS |
619 GMAKE_FALSE | 616 GMAKE_FALSE |
620 GMAKE_TRUE | 617 GMAKE_TRUE |
621 MAKE | 618 MAKE |
622 CCDEPMODE | 619 CCDEPMODE |
623 DEPDIR | 620 DEPDIR |
624 am__leading_dot | 621 am__leading_dot |
| 622 PACKAGE |
625 RANLIB | 623 RANLIB |
626 AR | 624 AR |
627 HDEFINES | 625 HDEFINES |
628 CC_FOR_BUILD | 626 CC_FOR_BUILD |
629 INSTALL_DATA | 627 INSTALL_DATA |
630 INSTALL_SCRIPT | 628 INSTALL_SCRIPT |
631 INSTALL_PROGRAM | 629 INSTALL_PROGRAM |
| 630 EGREP |
| 631 GREP |
| 632 CPP |
632 target_os | 633 target_os |
633 target_vendor | 634 target_vendor |
634 target_cpu | 635 target_cpu |
635 target | 636 target |
636 host_os | 637 host_os |
637 host_vendor | 638 host_vendor |
638 host_cpu | 639 host_cpu |
639 host | 640 host |
640 build_os | 641 build_os |
641 build_vendor | 642 build_vendor |
(...skipping 1783 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2425 # triggers warnings from the preprocessor. Will be in autoconf 2.58. | 2426 # triggers warnings from the preprocessor. Will be in autoconf 2.58. |
2426 # For now, using this also overrides header checks to use only the | 2427 # For now, using this also overrides header checks to use only the |
2427 # preprocessor (matches 2.13 behavior; matching 2.58's behavior is a | 2428 # preprocessor (matches 2.13 behavior; matching 2.58's behavior is a |
2428 # bit harder from here). | 2429 # bit harder from here). |
2429 # Eventually autoconf will default to checking headers with the compiler | 2430 # Eventually autoconf will default to checking headers with the compiler |
2430 # instead, and we'll have to do this differently. | 2431 # instead, and we'll have to do this differently. |
2431 | 2432 |
2432 # AC_PROG_CPP_WERROR | 2433 # AC_PROG_CPP_WERROR |
2433 | 2434 |
2434 # Test for GNAT. | 2435 # Test for GNAT. |
2435 # We require the gnatbind program, and a compiler driver that | 2436 # We require the gnatbind & gnatmake programs, as well as a compiler driver |
2436 # understands Ada. We use the user's CC setting, already found, | 2437 # that understands Ada. We use the user's CC setting, already found, and |
2437 # and possibly add $1 to the command-line parameters. | 2438 # possibly add $1 to the command-line parameters. |
2438 # | 2439 # |
2439 # Sets the shell variable have_gnat to yes or no as appropriate, and | 2440 # Sets the shell variable have_gnat to yes or no as appropriate, and |
2440 # substitutes GNATBIND and GNATMAKE. | 2441 # substitutes GNATBIND and GNATMAKE. |
2441 | 2442 |
2442 | 2443 |
2443 | 2444 |
2444 | 2445 |
2445 | 2446 |
2446 | 2447 |
2447 | 2448 |
(...skipping 906 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3354 IFS=$ac_save_IFS | 3355 IFS=$ac_save_IFS |
3355 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac | 3356 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac |
3356 | 3357 |
3357 | 3358 |
3358 # The aliases save the names the user supplied, while $host etc. | 3359 # The aliases save the names the user supplied, while $host etc. |
3359 # will get canonicalized. | 3360 # will get canonicalized. |
3360 test -n "$target_alias" && | 3361 test -n "$target_alias" && |
3361 test "$program_prefix$program_suffix$program_transform_name" = \ | 3362 test "$program_prefix$program_suffix$program_transform_name" = \ |
3362 NONENONEs,x,x, && | 3363 NONENONEs,x,x, && |
3363 program_prefix=${target_alias}- | 3364 program_prefix=${target_alias}- |
3364 test "$program_prefix" != NONE && | |
3365 program_transform_name="s&^&$program_prefix&;$program_transform_name" | |
3366 # Use a double $ so make ignores it. | |
3367 test "$program_suffix" != NONE && | |
3368 program_transform_name="s&\$&$program_suffix&;$program_transform_name" | |
3369 # Double any \ or $. | |
3370 # By default was `s,x,x', remove it if useless. | |
3371 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' | |
3372 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` | |
3373 | |
3374 # Find a good install program. We prefer a C program (faster), | |
3375 # so one script is as good as another. But avoid the broken or | |
3376 # incompatible versions: | |
3377 # SysV /etc/install, /usr/sbin/install | |
3378 # SunOS /usr/etc/install | |
3379 # IRIX /sbin/install | |
3380 # AIX /bin/install | |
3381 # AmigaOS /C/install, which installs bootblocks on floppy discs | |
3382 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag | |
3383 # AFS /usr/afsws/bin/install, which mishandles nonexistent args | |
3384 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" | |
3385 # OS/2's system install, which has a completely different semantic | |
3386 # ./install, which can be erroneously created by make from ./install.sh. | |
3387 # Reject install programs that cannot install multiple files. | |
3388 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install"
>&5 | |
3389 $as_echo_n "checking for a BSD-compatible install... " >&6; } | |
3390 if test -z "$INSTALL"; then | |
3391 if test "${ac_cv_path_install+set}" = set; then : | |
3392 $as_echo_n "(cached) " >&6 | |
3393 else | |
3394 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
3395 for as_dir in $PATH | |
3396 do | |
3397 IFS=$as_save_IFS | |
3398 test -z "$as_dir" && as_dir=. | |
3399 # Account for people who put trailing slashes in PATH elements. | |
3400 case $as_dir/ in #(( | |
3401 ./ | .// | /[cC]/* | \ | |
3402 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ | |
3403 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \ | |
3404 /usr/ucb/* ) ;; | |
3405 *) | |
3406 # OSF1 and SCO ODT 3.0 have their own names for install. | |
3407 # Don't use installbsd from OSF since it installs stuff as root | |
3408 # by default. | |
3409 for ac_prog in ginstall scoinst install; do | |
3410 for ac_exec_ext in '' $ac_executable_extensions; do | |
3411 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_p
rog$ac_exec_ext"; }; then | |
3412 if test $ac_prog = install && | |
3413 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then | |
3414 # AIX install. It has an incompatible calling convention. | |
3415 : | |
3416 elif test $ac_prog = install && | |
3417 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then | |
3418 # program-specific install script used by HP pwplus--don't use. | |
3419 : | |
3420 else | |
3421 rm -rf conftest.one conftest.two conftest.dir | |
3422 echo one > conftest.one | |
3423 echo two > conftest.two | |
3424 mkdir conftest.dir | |
3425 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd
`/conftest.dir" && | |
3426 test -s conftest.one && test -s conftest.two && | |
3427 test -s conftest.dir/conftest.one && | |
3428 test -s conftest.dir/conftest.two | |
3429 then | |
3430 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" | |
3431 break 3 | |
3432 fi | |
3433 fi | |
3434 fi | |
3435 done | |
3436 done | |
3437 ;; | |
3438 esac | |
3439 | |
3440 done | |
3441 IFS=$as_save_IFS | |
3442 | |
3443 rm -rf conftest.one conftest.two conftest.dir | |
3444 | |
3445 fi | |
3446 if test "${ac_cv_path_install+set}" = set; then | |
3447 INSTALL=$ac_cv_path_install | |
3448 else | |
3449 # As a last resort, use the slow shell script. Don't cache a | |
3450 # value for INSTALL within a source directory, because that will | |
3451 # break other packages using the cache if that directory is | |
3452 # removed, or if the value is a relative name. | |
3453 INSTALL=$ac_install_sh | |
3454 fi | |
3455 fi | |
3456 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5 | |
3457 $as_echo "$INSTALL" >&6; } | |
3458 | |
3459 # Use test -z because SunOS4 sh mishandles braces in ${var-val}. | |
3460 # It thinks the first close brace ends the variable substitution. | |
3461 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' | |
3462 | |
3463 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' | |
3464 | |
3465 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' | |
3466 | |
3467 rm -rf .tst 2>/dev/null | |
3468 mkdir .tst 2>/dev/null | |
3469 if test -d .tst; then | |
3470 am__leading_dot=. | |
3471 else | |
3472 am__leading_dot=_ | |
3473 fi | |
3474 rmdir .tst 2>/dev/null | |
3475 | |
3476 DEPDIR="${am__leading_dot}deps" | |
3477 | |
3478 | 3365 |
3479 ac_ext=c | 3366 ac_ext=c |
3480 ac_cpp='$CPP $CPPFLAGS' | 3367 ac_cpp='$CPP $CPPFLAGS' |
3481 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | 3368 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
3482 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $
LIBS >&5' | 3369 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $
LIBS >&5' |
3483 ac_compiler_gnu=$ac_cv_c_compiler_gnu | 3370 ac_compiler_gnu=$ac_cv_c_compiler_gnu |
3484 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor"
>&5 | 3371 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor"
>&5 |
3485 $as_echo_n "checking how to run the C preprocessor... " >&6; } | 3372 $as_echo_n "checking how to run the C preprocessor... " >&6; } |
3486 # On Suns, sometimes $CPP names a directory. | 3373 # On Suns, sometimes $CPP names a directory. |
3487 if test -n "$CPP" && test -d "$CPP"; then | 3374 if test -n "$CPP" && test -d "$CPP"; then |
(...skipping 380 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3868 cat >>confdefs.h <<_ACEOF | 3755 cat >>confdefs.h <<_ACEOF |
3869 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 | 3756 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
3870 _ACEOF | 3757 _ACEOF |
3871 | 3758 |
3872 fi | 3759 fi |
3873 | 3760 |
3874 done | 3761 done |
3875 | 3762 |
3876 | 3763 |
3877 | 3764 |
| 3765 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_co
nfig_h" "$ac_includes_default" |
| 3766 if test "x$ac_cv_header_minix_config_h" = x""yes; then : |
| 3767 MINIX=yes |
| 3768 else |
| 3769 MINIX= |
| 3770 fi |
| 3771 |
| 3772 |
| 3773 if test "$MINIX" = yes; then |
| 3774 |
| 3775 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h |
| 3776 |
| 3777 |
| 3778 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h |
| 3779 |
| 3780 |
| 3781 $as_echo "#define _MINIX 1" >>confdefs.h |
| 3782 |
| 3783 fi |
| 3784 |
| 3785 |
| 3786 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define
__EXTENSIONS__" >&5 |
| 3787 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; } |
| 3788 if test "${ac_cv_safe_to_define___extensions__+set}" = set; then : |
| 3789 $as_echo_n "(cached) " >&6 |
| 3790 else |
| 3791 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 3792 /* end confdefs.h. */ |
| 3793 |
| 3794 # define __EXTENSIONS__ 1 |
| 3795 $ac_includes_default |
| 3796 int |
| 3797 main () |
| 3798 { |
| 3799 |
| 3800 ; |
| 3801 return 0; |
| 3802 } |
| 3803 _ACEOF |
| 3804 if ac_fn_c_try_compile "$LINENO"; then : |
| 3805 ac_cv_safe_to_define___extensions__=yes |
| 3806 else |
| 3807 ac_cv_safe_to_define___extensions__=no |
| 3808 fi |
| 3809 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
| 3810 fi |
| 3811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensi
ons__" >&5 |
| 3812 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; } |
| 3813 test $ac_cv_safe_to_define___extensions__ = yes && |
| 3814 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h |
| 3815 |
| 3816 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h |
| 3817 |
| 3818 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h |
| 3819 |
| 3820 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h |
| 3821 |
| 3822 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h |
| 3823 |
| 3824 |
| 3825 test "$program_prefix" != NONE && |
| 3826 program_transform_name="s&^&$program_prefix&;$program_transform_name" |
| 3827 # Use a double $ so make ignores it. |
| 3828 test "$program_suffix" != NONE && |
| 3829 program_transform_name="s&\$&$program_suffix&;$program_transform_name" |
| 3830 # Double any \ or $. |
| 3831 # By default was `s,x,x', remove it if useless. |
| 3832 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' |
| 3833 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` |
| 3834 |
| 3835 # Find a good install program. We prefer a C program (faster), |
| 3836 # so one script is as good as another. But avoid the broken or |
| 3837 # incompatible versions: |
| 3838 # SysV /etc/install, /usr/sbin/install |
| 3839 # SunOS /usr/etc/install |
| 3840 # IRIX /sbin/install |
| 3841 # AIX /bin/install |
| 3842 # AmigaOS /C/install, which installs bootblocks on floppy discs |
| 3843 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag |
| 3844 # AFS /usr/afsws/bin/install, which mishandles nonexistent args |
| 3845 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" |
| 3846 # OS/2's system install, which has a completely different semantic |
| 3847 # ./install, which can be erroneously created by make from ./install.sh. |
| 3848 # Reject install programs that cannot install multiple files. |
| 3849 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install"
>&5 |
| 3850 $as_echo_n "checking for a BSD-compatible install... " >&6; } |
| 3851 if test -z "$INSTALL"; then |
| 3852 if test "${ac_cv_path_install+set}" = set; then : |
| 3853 $as_echo_n "(cached) " >&6 |
| 3854 else |
| 3855 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| 3856 for as_dir in $PATH |
| 3857 do |
| 3858 IFS=$as_save_IFS |
| 3859 test -z "$as_dir" && as_dir=. |
| 3860 # Account for people who put trailing slashes in PATH elements. |
| 3861 case $as_dir/ in #(( |
| 3862 ./ | .// | /[cC]/* | \ |
| 3863 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ |
| 3864 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \ |
| 3865 /usr/ucb/* ) ;; |
| 3866 *) |
| 3867 # OSF1 and SCO ODT 3.0 have their own names for install. |
| 3868 # Don't use installbsd from OSF since it installs stuff as root |
| 3869 # by default. |
| 3870 for ac_prog in ginstall scoinst install; do |
| 3871 for ac_exec_ext in '' $ac_executable_extensions; do |
| 3872 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_p
rog$ac_exec_ext"; }; then |
| 3873 if test $ac_prog = install && |
| 3874 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then |
| 3875 # AIX install. It has an incompatible calling convention. |
| 3876 : |
| 3877 elif test $ac_prog = install && |
| 3878 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then |
| 3879 # program-specific install script used by HP pwplus--don't use. |
| 3880 : |
| 3881 else |
| 3882 rm -rf conftest.one conftest.two conftest.dir |
| 3883 echo one > conftest.one |
| 3884 echo two > conftest.two |
| 3885 mkdir conftest.dir |
| 3886 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd
`/conftest.dir" && |
| 3887 test -s conftest.one && test -s conftest.two && |
| 3888 test -s conftest.dir/conftest.one && |
| 3889 test -s conftest.dir/conftest.two |
| 3890 then |
| 3891 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" |
| 3892 break 3 |
| 3893 fi |
| 3894 fi |
| 3895 fi |
| 3896 done |
| 3897 done |
| 3898 ;; |
| 3899 esac |
| 3900 |
| 3901 done |
| 3902 IFS=$as_save_IFS |
| 3903 |
| 3904 rm -rf conftest.one conftest.two conftest.dir |
| 3905 |
| 3906 fi |
| 3907 if test "${ac_cv_path_install+set}" = set; then |
| 3908 INSTALL=$ac_cv_path_install |
| 3909 else |
| 3910 # As a last resort, use the slow shell script. Don't cache a |
| 3911 # value for INSTALL within a source directory, because that will |
| 3912 # break other packages using the cache if that directory is |
| 3913 # removed, or if the value is a relative name. |
| 3914 INSTALL=$ac_install_sh |
| 3915 fi |
| 3916 fi |
| 3917 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5 |
| 3918 $as_echo "$INSTALL" >&6; } |
| 3919 |
| 3920 # Use test -z because SunOS4 sh mishandles braces in ${var-val}. |
| 3921 # It thinks the first close brace ends the variable substitution. |
| 3922 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' |
| 3923 |
| 3924 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' |
| 3925 |
| 3926 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' |
| 3927 |
| 3928 rm -rf .tst 2>/dev/null |
| 3929 mkdir .tst 2>/dev/null |
| 3930 if test -d .tst; then |
| 3931 am__leading_dot=. |
| 3932 else |
| 3933 am__leading_dot=_ |
| 3934 fi |
| 3935 rmdir .tst 2>/dev/null |
| 3936 |
| 3937 DEPDIR="${am__leading_dot}deps" |
| 3938 |
| 3939 |
3878 | 3940 |
3879 # autoconf.info says this should be called right after AC_INIT. | 3941 # autoconf.info says this should be called right after AC_INIT. |
3880 ac_config_headers="$ac_config_headers config.h:config.in" | 3942 ac_config_headers="$ac_config_headers config.h:config.in" |
3881 | 3943 |
3882 | 3944 |
3883 | 3945 |
3884 | 3946 |
3885 | 3947 |
| 3948 |
3886 # Put a plausible default for CC_FOR_BUILD in Makefile. | 3949 # Put a plausible default for CC_FOR_BUILD in Makefile. |
3887 if test "x$cross_compiling" = "xno"; then | 3950 if test "x$cross_compiling" = "xno"; then |
3888 CC_FOR_BUILD='$(CC)' | 3951 CC_FOR_BUILD='$(CC)' |
3889 else | 3952 else |
3890 CC_FOR_BUILD=gcc | 3953 CC_FOR_BUILD=gcc |
3891 fi | 3954 fi |
3892 | 3955 |
3893 | 3956 |
3894 | 3957 |
3895 | 3958 |
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3981 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2
;} | 4044 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2
;} |
3982 ac_tool_warned=yes ;; | 4045 ac_tool_warned=yes ;; |
3983 esac | 4046 esac |
3984 RANLIB=$ac_ct_RANLIB | 4047 RANLIB=$ac_ct_RANLIB |
3985 fi | 4048 fi |
3986 else | 4049 else |
3987 RANLIB="$ac_cv_prog_RANLIB" | 4050 RANLIB="$ac_cv_prog_RANLIB" |
3988 fi | 4051 fi |
3989 | 4052 |
3990 | 4053 |
| 4054 # Some of the common include files depend on bfd.h, and bfd.h checks |
| 4055 # that config.h is included first by testing that the PACKAGE macro |
| 4056 # is defined. |
| 4057 PACKAGE=sim |
| 4058 |
| 4059 cat >>confdefs.h <<_ACEOF |
| 4060 #define PACKAGE "$PACKAGE" |
| 4061 _ACEOF |
| 4062 |
| 4063 |
| 4064 |
3991 # Dependency checking. | 4065 # Dependency checking. |
3992 ac_config_commands="$ac_config_commands depdir" | 4066 ac_config_commands="$ac_config_commands depdir" |
3993 | 4067 |
3994 | 4068 |
3995 depcc="$CC" am_compiler_list= | 4069 depcc="$CC" am_compiler_list= |
3996 | 4070 |
3997 am_depcomp=$ac_aux_dir/depcomp | 4071 am_depcomp=$ac_aux_dir/depcomp |
3998 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&
5 | 4072 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&
5 |
3999 $as_echo_n "checking dependency style of $depcc... " >&6; } | 4073 $as_echo_n "checking dependency style of $depcc... " >&6; } |
4000 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then : | 4074 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then : |
(...skipping 556 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4557 | 4631 |
4558 | 4632 |
4559 | 4633 |
4560 # Check whether --enable-sim-trace was given. | 4634 # Check whether --enable-sim-trace was given. |
4561 if test "${enable_sim_trace+set}" = set; then : | 4635 if test "${enable_sim_trace+set}" = set; then : |
4562 enableval=$enable_sim_trace; case "${enableval}" in | 4636 enableval=$enable_sim_trace; case "${enableval}" in |
4563 yes) sim_trace="-DTRACE=1 -DWITH_TRACE=-1";; | 4637 yes) sim_trace="-DTRACE=1 -DWITH_TRACE=-1";; |
4564 no) sim_trace="-DTRACE=0 -DWITH_TRACE=0";; | 4638 no) sim_trace="-DTRACE=0 -DWITH_TRACE=0";; |
4565 [-0-9]*) | 4639 [-0-9]*) |
4566 sim_trace="-DTRACE='(${enableval})' -DWITH_TRACE='(${enableval})'";; | 4640 sim_trace="-DTRACE='(${enableval})' -DWITH_TRACE='(${enableval})'";; |
4567 [a-z]*) | 4641 [[:lower:]]*) |
4568 sim_trace="" | 4642 sim_trace="" |
4569 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do | 4643 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do |
4570 if test x"$sim_trace" = x; then | 4644 if test x"$sim_trace" = x; then |
4571 sim_trace="-DWITH_TRACE='(TRACE_$x" | 4645 sim_trace="-DWITH_TRACE='(TRACE_$x" |
4572 else | 4646 else |
4573 sim_trace="${sim_trace}|TRACE_$x" | 4647 sim_trace="${sim_trace}|TRACE_$x" |
4574 fi | 4648 fi |
4575 done | 4649 done |
4576 sim_trace="$sim_trace)'" ;; | 4650 sim_trace="$sim_trace)'" ;; |
4577 esac | 4651 esac |
(...skipping 1507 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6085 # Use ||, not &&, to avoid exiting from the if with $? = 1, which | 6159 # Use ||, not &&, to avoid exiting from the if with $? = 1, which |
6086 # would make configure fail if this is the last instruction. | 6160 # would make configure fail if this is the last instruction. |
6087 $ac_cs_success || as_fn_exit $? | 6161 $ac_cs_success || as_fn_exit $? |
6088 fi | 6162 fi |
6089 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then | 6163 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then |
6090 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_un
recognized_opts" >&5 | 6164 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_un
recognized_opts" >&5 |
6091 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} | 6165 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} |
6092 fi | 6166 fi |
6093 | 6167 |
6094 | 6168 |
OLD | NEW |