Changeset 441
- Timestamp:
- Aug 2, 2007 6:57:37 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/ASL/trunk/configure
r402 r441 1446 1446 case "${enableval}" in 1447 1447 yes) coin_debug_compile=true 1448 enable_shared=no 1448 if test "${enable_shared+set}" = set; then :; else 1449 enable_shared=no 1450 fi 1449 1451 ;; 1450 1452 no) coin_debug_compile=false … … 3623 3625 correct_version='1.5.22' 3624 3626 grep_version=`echo $correct_version | sed -e 's/\\./\\\\\\./g'` 3625 as_ac_File=`echo "ac_cv_file_$want_dir/libtool/ltmain.sh" | $as_tr_sh` 3626 echo "$as_me:$LINENO: checking for $want_dir/libtool/ltmain.sh" >&5 3627 echo $ECHO_N "checking for $want_dir/libtool/ltmain.sh... $ECHO_C" >&6 3628 if eval "test \"\${$as_ac_File+set}\" = set"; then 3629 echo $ECHO_N "(cached) $ECHO_C" >&6 3630 else 3631 test "$cross_compiling" = yes && 3632 { { echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5 3633 echo "$as_me: error: cannot check for file existence when cross compiling" >&2;} 3634 { (exit 1); exit 1; }; } 3635 if test -r "$want_dir/libtool/ltmain.sh"; then 3636 eval "$as_ac_File=yes" 3637 else 3638 eval "$as_ac_File=no" 3639 fi 3640 fi 3641 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_File'}'`" >&5 3642 echo "${ECHO_T}`eval echo '${'$as_ac_File'}'`" >&6 3643 if test `eval echo '${'$as_ac_File'}'` = yes; then 3627 if test -r $want_dir/libtool/ltmain.sh; then 3644 3628 have_ltmain=yes 3629 : 3645 3630 else 3646 3631 have_ltmain=no 3632 : 3647 3633 fi 3648 3634 … … 3675 3661 want_dir=$AUTOTOOLS_DIR/share 3676 3662 fi 3677 as_ac_File=`echo "ac_cv_file_$want_dir/aclocal/libtool.m4" | $as_tr_sh` 3678 echo "$as_me:$LINENO: checking for $want_dir/aclocal/libtool.m4" >&5 3679 echo $ECHO_N "checking for $want_dir/aclocal/libtool.m4... $ECHO_C" >&6 3680 if eval "test \"\${$as_ac_File+set}\" = set"; then 3681 echo $ECHO_N "(cached) $ECHO_C" >&6 3682 else 3683 test "$cross_compiling" = yes && 3684 { { echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5 3685 echo "$as_me: error: cannot check for file existence when cross compiling" >&2;} 3686 { (exit 1); exit 1; }; } 3687 if test -r "$want_dir/aclocal/libtool.m4"; then 3688 eval "$as_ac_File=yes" 3689 else 3690 eval "$as_ac_File=no" 3691 fi 3692 fi 3693 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_File'}'`" >&5 3694 echo "${ECHO_T}`eval echo '${'$as_ac_File'}'`" >&6 3695 if test `eval echo '${'$as_ac_File'}'` = yes; then 3663 if test -r $want_dir/aclocal/libtool.m4; then 3696 3664 LIBTOOLM4="$want_dir/aclocal/libtool.m4" 3665 : 3697 3666 else 3698 3667 { { echo "$as_me:$LINENO: error: I cannot find the libtool.m4 file." >&5 3699 3668 echo "$as_me: error: I cannot find the libtool.m4 file." >&2;} 3700 3669 { (exit 1); exit 1; }; } 3670 : 3701 3671 fi 3702 3672 … … 3862 3832 fi 3863 3833 elif test "$use_asldir" != "no"; then 3864 as_ac_File=`echo "ac_cv_file_$use_asldir/$ampllib" | $as_tr_sh` 3865 echo "$as_me:$LINENO: checking for $use_asldir/$ampllib" >&5 3866 echo $ECHO_N "checking for $use_asldir/$ampllib... $ECHO_C" >&6 3867 if eval "test \"\${$as_ac_File+set}\" = set"; then 3868 echo $ECHO_N "(cached) $ECHO_C" >&6 3869 else 3870 test "$cross_compiling" = yes && 3871 { { echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5 3872 echo "$as_me: error: cannot check for file existence when cross compiling" >&2;} 3873 { (exit 1); exit 1; }; } 3874 if test -r "$use_asldir/$ampllib"; then 3875 eval "$as_ac_File=yes" 3876 else 3877 eval "$as_ac_File=no" 3878 fi 3879 fi 3880 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_File'}'`" >&5 3881 echo "${ECHO_T}`eval echo '${'$as_ac_File'}'`" >&6 3882 if test `eval echo '${'$as_ac_File'}'` = yes; then 3834 if test -r $use_asldir/$ampllib; then 3835 3883 3836 : 3884 3837 else … … 3886 3839 echo "$as_me: error: ASL directory \"$use_asldir\" specified, but library missing" >&2;} 3887 3840 { (exit 1); exit 1; }; } 3888 fi 3889 3890 as_ac_File=`echo "ac_cv_file_$use_asldir/asl.h" | $as_tr_sh` 3891 echo "$as_me:$LINENO: checking for $use_asldir/asl.h" >&5 3892 echo $ECHO_N "checking for $use_asldir/asl.h... $ECHO_C" >&6 3893 if eval "test \"\${$as_ac_File+set}\" = set"; then 3894 echo $ECHO_N "(cached) $ECHO_C" >&6 3895 else 3896 test "$cross_compiling" = yes && 3897 { { echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5 3898 echo "$as_me: error: cannot check for file existence when cross compiling" >&2;} 3899 { (exit 1); exit 1; }; } 3900 if test -r "$use_asldir/asl.h"; then 3901 eval "$as_ac_File=yes" 3902 else 3903 eval "$as_ac_File=no" 3904 fi 3905 fi 3906 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_File'}'`" >&5 3907 echo "${ECHO_T}`eval echo '${'$as_ac_File'}'`" >&6 3908 if test `eval echo '${'$as_ac_File'}'` = yes; then 3841 : 3842 fi 3843 3844 if test -r $use_asldir/asl.h; then 3845 3909 3846 : 3910 3847 else … … 3912 3849 echo "$as_me: error: ASL directory \"$use_asldir\" specified, but header files are missing" >&2;} 3913 3850 { (exit 1); exit 1; }; } 3851 : 3914 3852 fi 3915 3853 … … 4164 4102 4165 4103 ac_config_files="$ac_config_files Makefile compile_MS_ASL" 4104 4105 4106 4107 4108 4109 4110 echo "$as_me:$LINENO: checking which command should be used to link input files" >&5 4111 echo $ECHO_N "checking which command should be used to link input files... $ECHO_C" >&6 4112 coin_link_input_cmd="$LN_S" 4113 if test "$enable_doscompile" = mingw; then 4114 coin_link_input_cmd=cp 4115 fi 4116 case "$CC" in 4117 cl* | */cl* | CL* | */CL*) 4118 coin_link_input_cmd=cp ;; 4119 esac 4120 echo "$as_me:$LINENO: result: $coin_link_input_cmd" >&5 4121 echo "${ECHO_T}$coin_link_input_cmd" >&6 4166 4122 4167 4123 … … 5465 5421 5466 5422 if test x"$coin_vpath_link_files" = x; then : ; else 5467 lnkcmd= 5468 if test "$enable_doscompile" = mingw; then 5469 lnkcmd=cp 5470 fi 5471 case "$CC" in 5472 cl* | */cl* | CL* | */CL*) 5473 lnkcmd=cp ;; 5474 esac 5423 lnkcmd="$coin_link_input_cmd" 5475 5424 if test "$lnkcmd" = cp; then 5476 5425 { echo "$as_me:$LINENO: Copying data files for VPATH configuration" >&5 5477 5426 echo "$as_me: Copying data files for VPATH configuration" >&6;} 5478 5427 else 5479 echo "$as_me:$LINENO: checking whether ln -s works" >&55480 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&65481 LN_S=$as_ln_s5482 if test "$LN_S" = "ln -s"; then5483 echo "$as_me:$LINENO: result: yes" >&55484 echo "${ECHO_T}yes" >&65485 else5486 echo "$as_me:$LINENO: result: no, using $LN_S" >&55487 echo "${ECHO_T}no, using $LN_S" >&65488 fi5489 5490 5428 { echo "$as_me:$LINENO: Creating VPATH links for data files" >&5 5491 5429 echo "$as_me: Creating VPATH links for data files" >&6;} 5492 lnkcmd="$LN_S"5493 5430 fi 5494 5431 for file in $coin_vpath_link_files; do
Note: See TracChangeset
for help on using the changeset viewer.