| 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 586 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|   597 REPORT_BUGS_TEXI |   597 REPORT_BUGS_TEXI | 
|   598 REPORT_BUGS_TO |   598 REPORT_BUGS_TO | 
|   599 PKGVERSION |   599 PKGVERSION | 
|   600 sim_profile |   600 sim_profile | 
|   601 sim_trace |   601 sim_trace | 
|   602 sim_stdio |   602 sim_stdio | 
|   603 sim_debug |   603 sim_debug | 
|   604 sim_cflags |   604 sim_cflags | 
|   605 sim_bswap |   605 sim_bswap | 
|   606 MAINT |   606 MAINT | 
|   607 EGREP |  | 
|   608 GREP |  | 
|   609 CPP |  | 
|   610 CATOBJEXT |   607 CATOBJEXT | 
|   611 GENCAT |   608 GENCAT | 
|   612 INSTOBJEXT |   609 INSTOBJEXT | 
|   613 DATADIRNAME |   610 DATADIRNAME | 
|   614 CATALOGS |   611 CATALOGS | 
|   615 POSUB |   612 POSUB | 
|   616 GMSGFMT |   613 GMSGFMT | 
|   617 XGETTEXT |   614 XGETTEXT | 
|   618 INCINTL |   615 INCINTL | 
|   619 LIBINTL_DEP |   616 LIBINTL_DEP | 
|   620 LIBINTL |   617 LIBINTL | 
|   621 USE_NLS |   618 USE_NLS | 
|   622 GMAKE_FALSE |   619 GMAKE_FALSE | 
|   623 GMAKE_TRUE |   620 GMAKE_TRUE | 
|   624 MAKE |   621 MAKE | 
|   625 CCDEPMODE |   622 CCDEPMODE | 
|   626 DEPDIR |   623 DEPDIR | 
|   627 am__leading_dot |   624 am__leading_dot | 
 |   625 PACKAGE | 
|   628 RANLIB |   626 RANLIB | 
|   629 AR |   627 AR | 
|   630 HDEFINES |   628 HDEFINES | 
|   631 CC_FOR_BUILD |   629 CC_FOR_BUILD | 
|   632 INSTALL_DATA |   630 INSTALL_DATA | 
|   633 INSTALL_SCRIPT |   631 INSTALL_SCRIPT | 
|   634 INSTALL_PROGRAM |   632 INSTALL_PROGRAM | 
 |   633 EGREP | 
 |   634 GREP | 
 |   635 CPP | 
|   635 target_os |   636 target_os | 
|   636 target_vendor |   637 target_vendor | 
|   637 target_cpu |   638 target_cpu | 
|   638 target |   639 target | 
|   639 host_os |   640 host_os | 
|   640 host_vendor |   641 host_vendor | 
|   641 host_cpu |   642 host_cpu | 
|   642 host |   643 host | 
|   643 build_os |   644 build_os | 
|   644 build_vendor |   645 build_vendor | 
| (...skipping 1799 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  2444 # triggers warnings from the preprocessor.  Will be in autoconf 2.58. |  2445 # triggers warnings from the preprocessor.  Will be in autoconf 2.58. | 
|  2445 # For now, using this also overrides header checks to use only the |  2446 # For now, using this also overrides header checks to use only the | 
|  2446 # preprocessor (matches 2.13 behavior; matching 2.58's behavior is a |  2447 # preprocessor (matches 2.13 behavior; matching 2.58's behavior is a | 
|  2447 # bit harder from here). |  2448 # bit harder from here). | 
|  2448 # Eventually autoconf will default to checking headers with the compiler |  2449 # Eventually autoconf will default to checking headers with the compiler | 
|  2449 # instead, and we'll have to do this differently. |  2450 # instead, and we'll have to do this differently. | 
|  2450  |  2451  | 
|  2451 # AC_PROG_CPP_WERROR |  2452 # AC_PROG_CPP_WERROR | 
|  2452  |  2453  | 
|  2453 # Test for GNAT. |  2454 # Test for GNAT. | 
|  2454 # We require the gnatbind program, and a compiler driver that |  2455 # We require the gnatbind & gnatmake programs, as well as a compiler driver | 
|  2455 # understands Ada.  We use the user's CC setting, already found, |  2456 # that understands Ada.  We use the user's CC setting, already found, and | 
|  2456 # and possibly add $1 to the command-line parameters. |  2457 # possibly add $1 to the command-line parameters. | 
|  2457 # |  2458 # | 
|  2458 # Sets the shell variable have_gnat to yes or no as appropriate, and |  2459 # Sets the shell variable have_gnat to yes or no as appropriate, and | 
|  2459 # substitutes GNATBIND and GNATMAKE. |  2460 # substitutes GNATBIND and GNATMAKE. | 
|  2460  |  2461  | 
|  2461  |  2462  | 
|  2462  |  2463  | 
|  2463  |  2464  | 
|  2464  |  2465  | 
|  2465  |  2466  | 
|  2466  |  2467  | 
| (...skipping 906 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  3373 IFS=$ac_save_IFS |  3374 IFS=$ac_save_IFS | 
|  3374 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac |  3375 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac | 
|  3375  |  3376  | 
|  3376  |  3377  | 
|  3377 # The aliases save the names the user supplied, while $host etc. |  3378 # The aliases save the names the user supplied, while $host etc. | 
|  3378 # will get canonicalized. |  3379 # will get canonicalized. | 
|  3379 test -n "$target_alias" && |  3380 test -n "$target_alias" && | 
|  3380   test "$program_prefix$program_suffix$program_transform_name" = \ |  3381   test "$program_prefix$program_suffix$program_transform_name" = \ | 
|  3381     NONENONEs,x,x, && |  3382     NONENONEs,x,x, && | 
|  3382   program_prefix=${target_alias}- |  3383   program_prefix=${target_alias}- | 
|  3383 test "$program_prefix" != NONE && |  | 
|  3384   program_transform_name="s&^&$program_prefix&;$program_transform_name" |  | 
|  3385 # Use a double $ so make ignores it. |  | 
|  3386 test "$program_suffix" != NONE && |  | 
|  3387   program_transform_name="s&\$&$program_suffix&;$program_transform_name" |  | 
|  3388 # Double any \ or $. |  | 
|  3389 # By default was `s,x,x', remove it if useless. |  | 
|  3390 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' |  | 
|  3391 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` |  | 
|  3392  |  | 
|  3393 # Find a good install program.  We prefer a C program (faster), |  | 
|  3394 # so one script is as good as another.  But avoid the broken or |  | 
|  3395 # incompatible versions: |  | 
|  3396 # SysV /etc/install, /usr/sbin/install |  | 
|  3397 # SunOS /usr/etc/install |  | 
|  3398 # IRIX /sbin/install |  | 
|  3399 # AIX /bin/install |  | 
|  3400 # AmigaOS /C/install, which installs bootblocks on floppy discs |  | 
|  3401 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag |  | 
|  3402 # AFS /usr/afsws/bin/install, which mishandles nonexistent args |  | 
|  3403 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" |  | 
|  3404 # OS/2's system install, which has a completely different semantic |  | 
|  3405 # ./install, which can be erroneously created by make from ./install.sh. |  | 
|  3406 # Reject install programs that cannot install multiple files. |  | 
|  3407 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" 
      >&5 |  | 
|  3408 $as_echo_n "checking for a BSD-compatible install... " >&6; } |  | 
|  3409 if test -z "$INSTALL"; then |  | 
|  3410 if test "${ac_cv_path_install+set}" = set; then : |  | 
|  3411   $as_echo_n "(cached) " >&6 |  | 
|  3412 else |  | 
|  3413   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |  | 
|  3414 for as_dir in $PATH |  | 
|  3415 do |  | 
|  3416   IFS=$as_save_IFS |  | 
|  3417   test -z "$as_dir" && as_dir=. |  | 
|  3418     # Account for people who put trailing slashes in PATH elements. |  | 
|  3419 case $as_dir/ in #(( |  | 
|  3420   ./ | .// | /[cC]/* | \ |  | 
|  3421   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ |  | 
|  3422   ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \ |  | 
|  3423   /usr/ucb/* ) ;; |  | 
|  3424   *) |  | 
|  3425     # OSF1 and SCO ODT 3.0 have their own names for install. |  | 
|  3426     # Don't use installbsd from OSF since it installs stuff as root |  | 
|  3427     # by default. |  | 
|  3428     for ac_prog in ginstall scoinst install; do |  | 
|  3429       for ac_exec_ext in '' $ac_executable_extensions; do |  | 
|  3430         if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_p
      rog$ac_exec_ext"; }; then |  | 
|  3431           if test $ac_prog = install && |  | 
|  3432             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then |  | 
|  3433             # AIX install.  It has an incompatible calling convention. |  | 
|  3434             : |  | 
|  3435           elif test $ac_prog = install && |  | 
|  3436             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then |  | 
|  3437             # program-specific install script used by HP pwplus--don't use. |  | 
|  3438             : |  | 
|  3439           else |  | 
|  3440             rm -rf conftest.one conftest.two conftest.dir |  | 
|  3441             echo one > conftest.one |  | 
|  3442             echo two > conftest.two |  | 
|  3443             mkdir conftest.dir |  | 
|  3444             if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd
      `/conftest.dir" && |  | 
|  3445               test -s conftest.one && test -s conftest.two && |  | 
|  3446               test -s conftest.dir/conftest.one && |  | 
|  3447               test -s conftest.dir/conftest.two |  | 
|  3448             then |  | 
|  3449               ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" |  | 
|  3450               break 3 |  | 
|  3451             fi |  | 
|  3452           fi |  | 
|  3453         fi |  | 
|  3454       done |  | 
|  3455     done |  | 
|  3456     ;; |  | 
|  3457 esac |  | 
|  3458  |  | 
|  3459   done |  | 
|  3460 IFS=$as_save_IFS |  | 
|  3461  |  | 
|  3462 rm -rf conftest.one conftest.two conftest.dir |  | 
|  3463  |  | 
|  3464 fi |  | 
|  3465   if test "${ac_cv_path_install+set}" = set; then |  | 
|  3466     INSTALL=$ac_cv_path_install |  | 
|  3467   else |  | 
|  3468     # As a last resort, use the slow shell script.  Don't cache a |  | 
|  3469     # value for INSTALL within a source directory, because that will |  | 
|  3470     # break other packages using the cache if that directory is |  | 
|  3471     # removed, or if the value is a relative name. |  | 
|  3472     INSTALL=$ac_install_sh |  | 
|  3473   fi |  | 
|  3474 fi |  | 
|  3475 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5 |  | 
|  3476 $as_echo "$INSTALL" >&6; } |  | 
|  3477  |  | 
|  3478 # Use test -z because SunOS4 sh mishandles braces in ${var-val}. |  | 
|  3479 # It thinks the first close brace ends the variable substitution. |  | 
|  3480 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' |  | 
|  3481  |  | 
|  3482 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' |  | 
|  3483  |  | 
|  3484 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' |  | 
|  3485  |  | 
|  3486 rm -rf .tst 2>/dev/null |  | 
|  3487 mkdir .tst 2>/dev/null |  | 
|  3488 if test -d .tst; then |  | 
|  3489   am__leading_dot=. |  | 
|  3490 else |  | 
|  3491   am__leading_dot=_ |  | 
|  3492 fi |  | 
|  3493 rmdir .tst 2>/dev/null |  | 
|  3494  |  | 
|  3495 DEPDIR="${am__leading_dot}deps" |  | 
|  3496  |  | 
|  3497  |  3384  | 
|  3498 ac_ext=c |  3385 ac_ext=c | 
|  3499 ac_cpp='$CPP $CPPFLAGS' |  3386 ac_cpp='$CPP $CPPFLAGS' | 
|  3500 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' |  3387 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | 
|  3501 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $
      LIBS >&5' |  3388 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $
      LIBS >&5' | 
|  3502 ac_compiler_gnu=$ac_cv_c_compiler_gnu |  3389 ac_compiler_gnu=$ac_cv_c_compiler_gnu | 
|  3503 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor"
       >&5 |  3390 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor"
       >&5 | 
|  3504 $as_echo_n "checking how to run the C preprocessor... " >&6; } |  3391 $as_echo_n "checking how to run the C preprocessor... " >&6; } | 
|  3505 # On Suns, sometimes $CPP names a directory. |  3392 # On Suns, sometimes $CPP names a directory. | 
|  3506 if test -n "$CPP" && test -d "$CPP"; then |  3393 if test -n "$CPP" && test -d "$CPP"; then | 
| (...skipping 380 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  3887   cat >>confdefs.h <<_ACEOF |  3774   cat >>confdefs.h <<_ACEOF | 
|  3888 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 |  3775 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 | 
|  3889 _ACEOF |  3776 _ACEOF | 
|  3890  |  3777  | 
|  3891 fi |  3778 fi | 
|  3892  |  3779  | 
|  3893 done |  3780 done | 
|  3894  |  3781  | 
|  3895  |  3782  | 
|  3896  |  3783  | 
 |  3784   ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_co
      nfig_h" "$ac_includes_default" | 
 |  3785 if test "x$ac_cv_header_minix_config_h" = x""yes; then : | 
 |  3786   MINIX=yes | 
 |  3787 else | 
 |  3788   MINIX= | 
 |  3789 fi | 
 |  3790  | 
 |  3791  | 
 |  3792   if test "$MINIX" = yes; then | 
 |  3793  | 
 |  3794 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h | 
 |  3795  | 
 |  3796  | 
 |  3797 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h | 
 |  3798  | 
 |  3799  | 
 |  3800 $as_echo "#define _MINIX 1" >>confdefs.h | 
 |  3801  | 
 |  3802   fi | 
 |  3803  | 
 |  3804  | 
 |  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 | 
 |  3809 else | 
 |  3810   cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 
 |  3811 /* end confdefs.h.  */ | 
 |  3812  | 
 |  3813 #         define __EXTENSIONS__ 1 | 
 |  3814           $ac_includes_default | 
 |  3815 int | 
 |  3816 main () | 
 |  3817 { | 
 |  3818  | 
 |  3819   ; | 
 |  3820   return 0; | 
 |  3821 } | 
 |  3822 _ACEOF | 
 |  3823 if ac_fn_c_try_compile "$LINENO"; then : | 
 |  3824   ac_cv_safe_to_define___extensions__=yes | 
 |  3825 else | 
 |  3826   ac_cv_safe_to_define___extensions__=no | 
 |  3827 fi | 
 |  3828 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 
 |  3829 fi | 
 |  3830 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensi
      ons__" >&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 | 
 |  3834  | 
 |  3835   $as_echo "#define _ALL_SOURCE 1" >>confdefs.h | 
 |  3836  | 
 |  3837   $as_echo "#define _GNU_SOURCE 1" >>confdefs.h | 
 |  3838  | 
 |  3839   $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h | 
 |  3840  | 
 |  3841   $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h | 
 |  3842  | 
 |  3843  | 
 |  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"` | 
 |  3853  | 
 |  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 | 
 |  3860 # AIX /bin/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 | 
 |  3873 else | 
 |  3874   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | 
 |  3875 for as_dir in $PATH | 
 |  3876 do | 
 |  3877   IFS=$as_save_IFS | 
 |  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[\\/]* | \ | 
 |  3884   /usr/ucb/* ) ;; | 
 |  3885   *) | 
 |  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 | 
 |  3888     # by default. | 
 |  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_p
      rog$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. | 
 |  3895             : | 
 |  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. | 
 |  3899             : | 
 |  3900           else | 
 |  3901             rm -rf conftest.one conftest.two conftest.dir | 
 |  3902             echo one > conftest.one | 
 |  3903             echo two > conftest.two | 
 |  3904             mkdir conftest.dir | 
 |  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 | 
 |  3909             then | 
 |  3910               ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" | 
 |  3911               break 3 | 
 |  3912             fi | 
 |  3913           fi | 
 |  3914         fi | 
 |  3915       done | 
 |  3916     done | 
 |  3917     ;; | 
 |  3918 esac | 
 |  3919  | 
 |  3920   done | 
 |  3921 IFS=$as_save_IFS | 
 |  3922  | 
 |  3923 rm -rf conftest.one conftest.two conftest.dir | 
 |  3924  | 
 |  3925 fi | 
 |  3926   if test "${ac_cv_path_install+set}" = set; then | 
 |  3927     INSTALL=$ac_cv_path_install | 
 |  3928   else | 
 |  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 | 
 |  3934   fi | 
 |  3935 fi | 
 |  3936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5 | 
 |  3937 $as_echo "$INSTALL" >&6; } | 
 |  3938  | 
 |  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}' | 
 |  3942  | 
 |  3943 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' | 
 |  3944  | 
 |  3945 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' | 
 |  3946  | 
 |  3947 rm -rf .tst 2>/dev/null | 
 |  3948 mkdir .tst 2>/dev/null | 
 |  3949 if test -d .tst; then | 
 |  3950   am__leading_dot=. | 
 |  3951 else | 
 |  3952   am__leading_dot=_ | 
 |  3953 fi | 
 |  3954 rmdir .tst 2>/dev/null | 
 |  3955  | 
 |  3956 DEPDIR="${am__leading_dot}deps" | 
 |  3957  | 
 |  3958  | 
|  3897  |  3959  | 
|  3898 # autoconf.info says this should be called right after AC_INIT. |  3960 # autoconf.info says this should be called right after AC_INIT. | 
|  3899 ac_config_headers="$ac_config_headers config.h:config.in" |  3961 ac_config_headers="$ac_config_headers config.h:config.in" | 
|  3900  |  3962  | 
|  3901  |  3963  | 
|  3902  |  3964  | 
|  3903  |  3965  | 
|  3904  |  3966  | 
 |  3967  | 
|  3905 # Put a plausible default for CC_FOR_BUILD in Makefile. |  3968 # Put a plausible default for CC_FOR_BUILD in Makefile. | 
|  3906 if test "x$cross_compiling" = "xno"; then |  3969 if test "x$cross_compiling" = "xno"; then | 
|  3907   CC_FOR_BUILD='$(CC)' |  3970   CC_FOR_BUILD='$(CC)' | 
|  3908 else |  3971 else | 
|  3909   CC_FOR_BUILD=gcc |  3972   CC_FOR_BUILD=gcc | 
|  3910 fi |  3973 fi | 
|  3911  |  3974  | 
|  3912  |  3975  | 
|  3913  |  3976  | 
|  3914  |  3977  | 
| (...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  4000 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2
      ;} |  4063 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2
      ;} | 
|  4001 ac_tool_warned=yes ;; |  4064 ac_tool_warned=yes ;; | 
|  4002 esac |  4065 esac | 
|  4003     RANLIB=$ac_ct_RANLIB |  4066     RANLIB=$ac_ct_RANLIB | 
|  4004   fi |  4067   fi | 
|  4005 else |  4068 else | 
|  4006   RANLIB="$ac_cv_prog_RANLIB" |  4069   RANLIB="$ac_cv_prog_RANLIB" | 
|  4007 fi |  4070 fi | 
|  4008  |  4071  | 
|  4009  |  4072  | 
 |  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 | 
 |  4075 # is defined. | 
 |  4076 PACKAGE=sim | 
 |  4077  | 
 |  4078 cat >>confdefs.h <<_ACEOF | 
 |  4079 #define PACKAGE "$PACKAGE" | 
 |  4080 _ACEOF | 
 |  4081  | 
 |  4082  | 
 |  4083  | 
|  4010 # Dependency checking. |  4084 # Dependency checking. | 
|  4011 ac_config_commands="$ac_config_commands depdir" |  4085 ac_config_commands="$ac_config_commands depdir" | 
|  4012  |  4086  | 
|  4013  |  4087  | 
|  4014 depcc="$CC"   am_compiler_list= |  4088 depcc="$CC"   am_compiler_list= | 
|  4015  |  4089  | 
|  4016 am_depcomp=$ac_aux_dir/depcomp |  4090 am_depcomp=$ac_aux_dir/depcomp | 
|  4017 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&
      5 |  4091 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&
      5 | 
|  4018 $as_echo_n "checking dependency style of $depcc... " >&6; } |  4092 $as_echo_n "checking dependency style of $depcc... " >&6; } | 
|  4019 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then : |  4093 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then : | 
| (...skipping 556 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  4576  |  4650  | 
|  4577  |  4651  | 
|  4578  |  4652  | 
|  4579 # Check whether --enable-sim-trace was given. |  4653 # Check whether --enable-sim-trace was given. | 
|  4580 if test "${enable_sim_trace+set}" = set; then : |  4654 if test "${enable_sim_trace+set}" = set; then : | 
|  4581   enableval=$enable_sim_trace; case "${enableval}" in |  4655   enableval=$enable_sim_trace; case "${enableval}" in | 
|  4582   yes)  sim_trace="-DTRACE=1 -DWITH_TRACE=-1";; |  4656   yes)  sim_trace="-DTRACE=1 -DWITH_TRACE=-1";; | 
|  4583   no)   sim_trace="-DTRACE=0 -DWITH_TRACE=0";; |  4657   no)   sim_trace="-DTRACE=0 -DWITH_TRACE=0";; | 
|  4584   [-0-9]*) |  4658   [-0-9]*) | 
|  4585         sim_trace="-DTRACE='(${enableval})' -DWITH_TRACE='(${enableval})'";; |  4659         sim_trace="-DTRACE='(${enableval})' -DWITH_TRACE='(${enableval})'";; | 
|  4586   [a-z]*) |  4660   [[:lower:]]*) | 
|  4587         sim_trace="" |  4661         sim_trace="" | 
|  4588         for x in `echo "$enableval" | sed -e "s/,/ /g"`; do |  4662         for x in `echo "$enableval" | sed -e "s/,/ /g"`; do | 
|  4589           if test x"$sim_trace" = x; then |  4663           if test x"$sim_trace" = x; then | 
|  4590             sim_trace="-DWITH_TRACE='(TRACE_$x" |  4664             sim_trace="-DWITH_TRACE='(TRACE_$x" | 
|  4591           else |  4665           else | 
|  4592             sim_trace="${sim_trace}|TRACE_$x" |  4666             sim_trace="${sim_trace}|TRACE_$x" | 
|  4593           fi |  4667           fi | 
|  4594         done |  4668         done | 
|  4595         sim_trace="$sim_trace)'" ;; |  4669         sim_trace="$sim_trace)'" ;; | 
|  4596 esac |  4670 esac | 
| (...skipping 1958 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  6555   # Use ||, not &&, to avoid exiting from the if with $? = 1, which |  6629   # Use ||, not &&, to avoid exiting from the if with $? = 1, which | 
|  6556   # would make configure fail if this is the last instruction. |  6630   # would make configure fail if this is the last instruction. | 
|  6557   $ac_cs_success || as_fn_exit $? |  6631   $ac_cs_success || as_fn_exit $? | 
|  6558 fi |  6632 fi | 
|  6559 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then |  6633 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then | 
|  6560   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_un
      recognized_opts" >&5 |  6634   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_un
      recognized_opts" >&5 | 
|  6561 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} |  6635 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} | 
|  6562 fi |  6636 fi | 
|  6563  |  6637  | 
|  6564  |  6638  | 
| OLD | NEW |