Changeset 328
- Timestamp:
- Jun 9, 2007 3:23:10 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/Mumps/trunk/configure
r312 r328 3028 3028 *-cygwin* | *-mingw*) 3029 3029 if test "$enable_doscompile" = msvc ; then 3030 coin_f77_comps="ifort fl32 "3030 coin_f77_comps="ifort fl32 compile_f2c" 3031 3031 else 3032 3032 coin_f77_comps="gfortran g77 ifort fl32" … … 3423 3423 coin_add_fflags='-fpp -nologo -MT' 3424 3424 coin_dbg_fflags='-debug' 3425 ;; 3426 compile_f2c*) 3427 coin_opt_fflags='-MT -O2' 3428 coin_add_fflags='-nologo -wd4996' 3429 coin_dbg_fflags='-MTd' 3425 3430 ;; 3426 3431 esac … … 3768 3773 ac_save_FFLAGS=$FFLAGS 3769 3774 FFLAGS="$FFLAGS $ac_verb" 3770 (eval echo $as_me:377 0: \"$ac_link\") >&53775 (eval echo $as_me:3775: \"$ac_link\") >&5 3771 3776 ac_f77_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'` 3772 3777 echo "$ac_f77_v_output" >&5 … … 3846 3851 ac_save_FFLAGS=$FFLAGS 3847 3852 FFLAGS="$FFLAGS $ac_cv_prog_f77_v" 3848 (eval echo $as_me:38 48: \"$ac_link\") >&53853 (eval echo $as_me:3853: \"$ac_link\") >&5 3849 3854 ac_f77_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'` 3850 3855 echo "$ac_f77_v_output" >&5 … … 4445 4450 4446 4451 4452 save_FLIBS="$FLIBS" 4453 4447 4454 ac_ext=f 4448 4455 ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5' … … 4536 4543 4537 4544 4538 # This is to correct a missing exclusion in autoconf 2.59 4539 if test x"$FLIBS" != x; then 4540 my_flibs= 4541 for flag in $FLIBS; do 4542 case $flag in 4543 -lcrt*.o) ;; 4544 *) my_flibs="$my_flibs $flag" ;; 4545 esac 4546 done 4547 FLIBS="$my_flibs" 4548 fi 4549 4550 case $build in 4551 # The following is a fix to define FLIBS for ifort on Windows 4552 *-cygwin* | *-mingw*) 4553 case "$F77" in 4554 ifort* | */ifort* | IFORT* | */IFORT*) 4545 if test x"$save_FLIBS" != x; then 4546 FLIBS="$save_FLIBS" 4547 else 4548 # This is to correct a missing exclusion in autoconf 2.59 4549 if test x"$FLIBS" != x; then 4550 my_flibs= 4551 for flag in $FLIBS; do 4552 case $flag in 4553 -lcrt*.o) ;; 4554 *) my_flibs="$my_flibs $flag" ;; 4555 esac 4556 done 4557 FLIBS="$my_flibs" 4558 fi 4559 4560 case $build in 4561 # The following is a fix to define FLIBS for ifort on Windows 4562 *-cygwin* | *-mingw*) 4563 case "$F77" in 4564 ifort* | */ifort* | IFORT* | */IFORT*) 4555 4565 FLIBS="-link libifcorert.lib $LIBS /NODEFAULTLIB:libc.lib";; 4556 esac;; 4557 *-hp-*) 4558 FLIBS="$FLIBS -lm";; 4559 *-ibm-*) 4560 FLIBS=`echo $FLIBS | sed 's/-lc)/-lc/g'` ;; 4561 *-linux-*) 4562 case "$F77" in 4563 pgf77* | */pgf77* | pgf90* | */pgf90*) 4566 compile_f2c*) 4567 FLIBS=`$F77 -FLIBS` ;; 4568 esac;; 4569 *-hp-*) 4570 FLIBS="$FLIBS -lm";; 4571 *-ibm-*) 4572 FLIBS=`echo $FLIBS | sed 's/-lc)/-lc/g'` ;; 4573 *-linux-*) 4574 case "$F77" in 4575 pgf77* | */pgf77* | pgf90* | */pgf90*) 4564 4576 # ask linker to go through the archives multiple times 4565 4577 # (the Fortran compiler seems to do that automatically... 4566 FLIBS="-Wl,--start-group $FLIBS -Wl,--end-group" ;; 4567 esac 4568 esac 4578 FLIBS="-Wl,--start-group $FLIBS -Wl,--end-group" ;; 4579 esac 4580 esac 4581 ac_cv_f77_libs="$FLIBS" 4582 fi 4583 4584 ac_ext=c 4585 ac_cpp='$CPP $CPPFLAGS' 4586 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 4587 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 4588 ac_compiler_gnu=$ac_cv_c_compiler_gnu 4589 4569 4590 4570 4591 … … 6250 6271 *-*-irix6*) 6251 6272 # Find out which ABI we are using. 6252 echo '#line 62 52"configure"' > conftest.$ac_ext6273 echo '#line 6273 "configure"' > conftest.$ac_ext 6253 6274 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6254 6275 (eval $ac_compile) 2>&5 … … 8727 8748 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 8728 8749 -e 's:$: $lt_compiler_flag:'` 8729 (eval echo "\"\$as_me:87 29: $lt_compile\"" >&5)8750 (eval echo "\"\$as_me:8750: $lt_compile\"" >&5) 8730 8751 (eval "$lt_compile" 2>conftest.err) 8731 8752 ac_status=$? 8732 8753 cat conftest.err >&5 8733 echo "$as_me:87 33: \$? = $ac_status" >&58754 echo "$as_me:8754: \$? = $ac_status" >&5 8734 8755 if (exit $ac_status) && test -s "$ac_outfile"; then 8735 8756 # The compiler can only warn and ignore the option if not recognized … … 8995 9016 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 8996 9017 -e 's:$: $lt_compiler_flag:'` 8997 (eval echo "\"\$as_me: 8997: $lt_compile\"" >&5)9018 (eval echo "\"\$as_me:9018: $lt_compile\"" >&5) 8998 9019 (eval "$lt_compile" 2>conftest.err) 8999 9020 ac_status=$? 9000 9021 cat conftest.err >&5 9001 echo "$as_me:90 01: \$? = $ac_status" >&59022 echo "$as_me:9022: \$? = $ac_status" >&5 9002 9023 if (exit $ac_status) && test -s "$ac_outfile"; then 9003 9024 # The compiler can only warn and ignore the option if not recognized … … 9099 9120 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 9100 9121 -e 's:$: $lt_compiler_flag:'` 9101 (eval echo "\"\$as_me:91 01: $lt_compile\"" >&5)9122 (eval echo "\"\$as_me:9122: $lt_compile\"" >&5) 9102 9123 (eval "$lt_compile" 2>out/conftest.err) 9103 9124 ac_status=$? 9104 9125 cat out/conftest.err >&5 9105 echo "$as_me:91 05: \$? = $ac_status" >&59126 echo "$as_me:9126: \$? = $ac_status" >&5 9106 9127 if (exit $ac_status) && test -s out/conftest2.$ac_objext 9107 9128 then … … 11516 11537 lt_status=$lt_dlunknown 11517 11538 cat > conftest.$ac_ext <<EOF 11518 #line 115 18"configure"11539 #line 11539 "configure" 11519 11540 #include "confdefs.h" 11520 11541 … … 11616 11637 lt_status=$lt_dlunknown 11617 11638 cat > conftest.$ac_ext <<EOF 11618 #line 116 18"configure"11639 #line 11639 "configure" 11619 11640 #include "confdefs.h" 11620 11641 … … 12240 12261 12241 12262 12242 ac_ext=f 12243 ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5' 12244 ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 12245 ac_compiler_gnu=$ac_cv_f77_compiler_gnu 12263 ac_ext=c 12264 ac_cpp='$CPP $CPPFLAGS' 12265 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 12266 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 12267 ac_compiler_gnu=$ac_cv_c_compiler_gnu 12246 12268 12247 12269 CC="$lt_save_CC" … … 13975 13997 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 13976 13998 -e 's:$: $lt_compiler_flag:'` 13977 (eval echo "\"\$as_me:139 77: $lt_compile\"" >&5)13999 (eval echo "\"\$as_me:13999: $lt_compile\"" >&5) 13978 14000 (eval "$lt_compile" 2>conftest.err) 13979 14001 ac_status=$? 13980 14002 cat conftest.err >&5 13981 echo "$as_me:1 3981: \$? = $ac_status" >&514003 echo "$as_me:14003: \$? = $ac_status" >&5 13982 14004 if (exit $ac_status) && test -s "$ac_outfile"; then 13983 14005 # The compiler can only warn and ignore the option if not recognized … … 14079 14101 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 14080 14102 -e 's:$: $lt_compiler_flag:'` 14081 (eval echo "\"\$as_me:14 081: $lt_compile\"" >&5)14103 (eval echo "\"\$as_me:14103: $lt_compile\"" >&5) 14082 14104 (eval "$lt_compile" 2>out/conftest.err) 14083 14105 ac_status=$? 14084 14106 cat out/conftest.err >&5 14085 echo "$as_me:14 085: \$? = $ac_status" >&514107 echo "$as_me:14107: \$? = $ac_status" >&5 14086 14108 if (exit $ac_status) && test -s out/conftest2.$ac_objext 14087 14109 then … … 15266 15288 15267 15289 15268 ac_ext=f 15269 ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5' 15270 ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 15271 ac_compiler_gnu=$ac_cv_f77_compiler_gnu 15290 ac_ext=c 15291 ac_cpp='$CPP $CPPFLAGS' 15292 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 15293 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 15294 ac_compiler_gnu=$ac_cv_c_compiler_gnu 15272 15295 15273 15296 CC=$lt_save_CC … … 15648 15671 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 15649 15672 -e 's:$: $lt_compiler_flag:'` 15650 (eval echo "\"\$as_me:156 50: $lt_compile\"" >&5)15673 (eval echo "\"\$as_me:15673: $lt_compile\"" >&5) 15651 15674 (eval "$lt_compile" 2>conftest.err) 15652 15675 ac_status=$? 15653 15676 cat conftest.err >&5 15654 echo "$as_me:156 54: \$? = $ac_status" >&515677 echo "$as_me:15677: \$? = $ac_status" >&5 15655 15678 if (exit $ac_status) && test -s "$ac_outfile"; then 15656 15679 # The compiler can only warn and ignore the option if not recognized … … 15752 15775 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 15753 15776 -e 's:$: $lt_compiler_flag:'` 15754 (eval echo "\"\$as_me:157 54: $lt_compile\"" >&5)15777 (eval echo "\"\$as_me:15777: $lt_compile\"" >&5) 15755 15778 (eval "$lt_compile" 2>out/conftest.err) 15756 15779 ac_status=$? 15757 15780 cat out/conftest.err >&5 15758 echo "$as_me:157 58: \$? = $ac_status" >&515781 echo "$as_me:15781: \$? = $ac_status" >&5 15759 15782 if (exit $ac_status) && test -s out/conftest2.$ac_objext 15760 15783 then … … 17852 17875 17853 17876 17854 ac_ext=f 17855 ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5' 17856 ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 17857 ac_compiler_gnu=$ac_cv_f77_compiler_gnu 17877 ac_ext=c 17878 ac_cpp='$CPP $CPPFLAGS' 17879 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 17880 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 17881 ac_compiler_gnu=$ac_cv_c_compiler_gnu 17858 17882 17859 17883 CC="$lt_save_CC" … … 17958 17982 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 17959 17983 -e 's:$: $lt_compiler_flag:'` 17960 (eval echo "\"\$as_me:179 60: $lt_compile\"" >&5)17984 (eval echo "\"\$as_me:17984: $lt_compile\"" >&5) 17961 17985 (eval "$lt_compile" 2>conftest.err) 17962 17986 ac_status=$? 17963 17987 cat conftest.err >&5 17964 echo "$as_me:179 64: \$? = $ac_status" >&517988 echo "$as_me:17988: \$? = $ac_status" >&5 17965 17989 if (exit $ac_status) && test -s "$ac_outfile"; then 17966 17990 # The compiler can only warn and ignore the option if not recognized … … 18226 18250 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 18227 18251 -e 's:$: $lt_compiler_flag:'` 18228 (eval echo "\"\$as_me:182 28: $lt_compile\"" >&5)18252 (eval echo "\"\$as_me:18252: $lt_compile\"" >&5) 18229 18253 (eval "$lt_compile" 2>conftest.err) 18230 18254 ac_status=$? 18231 18255 cat conftest.err >&5 18232 echo "$as_me:182 32: \$? = $ac_status" >&518256 echo "$as_me:18256: \$? = $ac_status" >&5 18233 18257 if (exit $ac_status) && test -s "$ac_outfile"; then 18234 18258 # The compiler can only warn and ignore the option if not recognized … … 18330 18354 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 18331 18355 -e 's:$: $lt_compiler_flag:'` 18332 (eval echo "\"\$as_me:183 32: $lt_compile\"" >&5)18356 (eval echo "\"\$as_me:18356: $lt_compile\"" >&5) 18333 18357 (eval "$lt_compile" 2>out/conftest.err) 18334 18358 ac_status=$? 18335 18359 cat out/conftest.err >&5 18336 echo "$as_me:183 36: \$? = $ac_status" >&518360 echo "$as_me:18360: \$? = $ac_status" >&5 18337 18361 if (exit $ac_status) && test -s out/conftest2.$ac_objext 18338 18362 then … … 18783 18807 # Determine the default libpath from the value encoded in an empty executable. 18784 18808 cat >conftest.$ac_ext <<_ACEOF 18785 program main 18786 18787 end 18809 /* confdefs.h. */ 18810 _ACEOF 18811 cat confdefs.h >>conftest.$ac_ext 18812 cat >>conftest.$ac_ext <<_ACEOF 18813 /* end confdefs.h. */ 18814 18815 #ifdef F77_DUMMY_MAIN 18816 18817 # ifdef __cplusplus 18818 extern "C" 18819 # endif 18820 int F77_DUMMY_MAIN() { return 1; } 18821 18822 #endif 18823 int 18824 main () 18825 { 18826 18827 ; 18828 return 0; 18829 } 18788 18830 _ACEOF 18789 18831 rm -f conftest.$ac_objext conftest$ac_exeext … … 18796 18838 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18797 18839 (exit $ac_status); } && 18798 { ac_try='test -z "$ac_ f77_werror_flag"18840 { ac_try='test -z "$ac_c_werror_flag" 18799 18841 || test ! -s conftest.err' 18800 18842 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 … … 18834 18876 # Determine the default libpath from the value encoded in an empty executable. 18835 18877 cat >conftest.$ac_ext <<_ACEOF 18836 program main 18837 18838 end 18878 /* confdefs.h. */ 18879 _ACEOF 18880 cat confdefs.h >>conftest.$ac_ext 18881 cat >>conftest.$ac_ext <<_ACEOF 18882 /* end confdefs.h. */ 18883 18884 #ifdef F77_DUMMY_MAIN 18885 18886 # ifdef __cplusplus 18887 extern "C" 18888 # endif 18889 int F77_DUMMY_MAIN() { return 1; } 18890 18891 #endif 18892 int 18893 main () 18894 { 18895 18896 ; 18897 return 0; 18898 } 18839 18899 _ACEOF 18840 18900 rm -f conftest.$ac_objext conftest$ac_exeext … … 18847 18907 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18848 18908 (exit $ac_status); } && 18849 { ac_try='test -z "$ac_ f77_werror_flag"18909 { ac_try='test -z "$ac_c_werror_flag" 18850 18910 || test ! -s conftest.err' 18851 18911 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 … … 20430 20490 20431 20491 20432 ac_ext=f 20433 ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5' 20434 ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 20435 ac_compiler_gnu=$ac_cv_f77_compiler_gnu 20492 ac_ext=c 20493 ac_cpp='$CPP $CPPFLAGS' 20494 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 20495 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 20496 ac_compiler_gnu=$ac_cv_c_compiler_gnu 20436 20497 20437 20498 CC="$lt_save_CC" … … 20910 20971 20911 20972 20912 ac_ext=f 20913 ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5' 20914 ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 20915 ac_compiler_gnu=$ac_cv_f77_compiler_gnu 20973 ac_ext=c 20974 ac_cpp='$CPP $CPPFLAGS' 20975 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 20976 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 20977 ac_compiler_gnu=$ac_cv_c_compiler_gnu 20916 20978 20917 20979 CC="$lt_save_CC" … … 21043 21105 -e 's%lib /OUT:%lib -OUT:%' \ 21044 21106 -e "s%cygpath -w%$CYGPATH_W%" \ 21045 -e 's%$AR x \\$f_ex_an_ar_oldlib%bla=\\`lib -nologo -list \\$f_ex_an_ar_oldlib | xargs echo \\`; echo \\$bla; for i in \\$bla; do lib -nologo -extract:\\$i \\$f_ex_an_ar_oldlib; done%' \21107 -e 's%$AR x \\$f_ex_an_ar_oldlib%bla=\\`lib -nologo -list \\$f_ex_an_ar_oldlib | xargs echo | dos2unix\\`; echo \\$bla; for i in \\$bla; do lib -nologo -extract:\\$i \\$f_ex_an_ar_oldlib; done%' \ 21046 21108 -e 's/$AR t/lib -nologo -list/' \ 21047 21109 -e 's%f_ex_an_ar_oldlib="\($?*1*\)"%f_ex_an_ar_oldlib='\`"$CYGPATH_W"' \1`%' \ … … 21297 21359 fi 21298 21360 21299 ac_ext=f 21300 ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5' 21301 ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 21302 ac_compiler_gnu=$ac_cv_f77_compiler_gnu 21361 ac_ext=c 21362 ac_cpp='$CPP $CPPFLAGS' 21363 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 21364 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 21365 ac_compiler_gnu=$ac_cv_c_compiler_gnu 21303 21366 21304 21367 … … 21404 21467 conftest$ac_exeext conftest.$ac_ext 21405 21468 LIBS="$save_LIBS" 21406 ac_ext=f 21407 ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5' 21408 ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 21409 ac_compiler_gnu=$ac_cv_f77_compiler_gnu 21469 ac_ext=c 21470 ac_cpp='$CPP $CPPFLAGS' 21471 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 21472 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 21473 ac_compiler_gnu=$ac_cv_c_compiler_gnu 21410 21474 21411 21475 … … 21504 21568 fi 21505 21569 21506 ac_ext=f 21507 ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5' 21508 ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 21509 ac_compiler_gnu=$ac_cv_f77_compiler_gnu 21570 ac_ext=c 21571 ac_cpp='$CPP $CPPFLAGS' 21572 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 21573 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 21574 ac_compiler_gnu=$ac_cv_c_compiler_gnu 21510 21575 21511 21576 else … … 21608 21673 echo "$as_me:$LINENO: result: $can_f90" >&5 21609 21674 echo "${ECHO_T}$can_f90" >&6 21610 ac_ext=f 21611 ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5' 21612 ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 21613 ac_compiler_gnu=$ac_cv_f77_compiler_gnu 21675 ac_ext=c 21676 ac_cpp='$CPP $CPPFLAGS' 21677 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 21678 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 21679 ac_compiler_gnu=$ac_cv_c_compiler_gnu 21614 21680 21615 21681 if test $can_f90 = no; then
Note: See TracChangeset
for help on using the changeset viewer.