Changeset 3287 for ThirdParty/Blas/trunk/configure
- Timestamp:
- Jan 16, 2015 10:17:58 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/Blas/trunk/configure
r3136 r3287 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.59 for ThirdPartyBlas trunk.3 # Generated by GNU Autoconf 2.59 for ThirdPartyBlas 1.4. 4 4 # 5 5 # Report bugs to <http://projects.coin-or.org/BuildTools/newticket>. … … 430 430 PACKAGE_NAME='ThirdPartyBlas' 431 431 PACKAGE_TARNAME='thirdpartyblas' 432 PACKAGE_VERSION=' trunk'433 PACKAGE_STRING='ThirdPartyBlas trunk'432 PACKAGE_VERSION='1.4' 433 PACKAGE_STRING='ThirdPartyBlas 1.4' 434 434 PACKAGE_BUGREPORT='http://projects.coin-or.org/BuildTools/newticket' 435 435 … … 1002 1002 # This message is too long to be a string in the A/UX 3.1 sh. 1003 1003 cat <<_ACEOF 1004 \`configure' configures ThirdPartyBlas trunkto adapt to many kinds of systems.1004 \`configure' configures ThirdPartyBlas 1.4 to adapt to many kinds of systems. 1005 1005 1006 1006 Usage: $0 [OPTION]... [VAR=VALUE]... … … 1068 1068 if test -n "$ac_init_help"; then 1069 1069 case $ac_init_help in 1070 short | recursive ) echo "Configuration of ThirdPartyBlas trunk:";;1070 short | recursive ) echo "Configuration of ThirdPartyBlas 1.4:";; 1071 1071 esac 1072 1072 cat <<\_ACEOF … … 1229 1229 if $ac_init_version; then 1230 1230 cat <<\_ACEOF 1231 ThirdPartyBlas configure trunk1231 ThirdPartyBlas configure 1.4 1232 1232 generated by GNU Autoconf 2.59 1233 1233 … … 1249 1249 running configure, to aid debugging if configure makes a mistake. 1250 1250 1251 It was created by ThirdPartyBlas $as_me trunk, which was1251 It was created by ThirdPartyBlas $as_me 1.4, which was 1252 1252 generated by GNU Autoconf 2.59. Invocation command line was 1253 1253 … … 1912 1912 1913 1913 1914 case $build in1915 *-mingw*)1916 if test "${LD+set}" = set; then :; else1917 LD=link1918 fi1919 ;;1920 esac1921 if test $enable_msvc = yes ; then1922 if test "x${LD+set}" = xset; then :; else1923 LD=link1924 fi1925 fi1926 1927 1928 1929 1914 1930 1915 ac_ext=c … … 2030 2015 fi 2031 2016 ;; 2017 *-*-darwin*) comps="clang gcc cc" ;; 2032 2018 *-linux-gnu*) comps="gcc cc pgcc icc xlc" ;; 2033 2019 *-linux-*) comps="xlc gcc cc pgcc icc" ;; … … 3147 3133 clang* ) ;; 3148 3134 cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*) 3149 3150 case $build in 3151 *-mingw*) 3152 if test "${LD+set}" = set; then :; else 3153 LD=link 3154 fi 3155 ;; 3156 esac 3157 if test $enable_msvc = yes ; then 3158 if test "x${LD+set}" = xset; then :; else 3159 LD=link 3160 fi 3161 fi 3162 3135 LD=link 3163 3136 ;; 3164 3137 esac … … 3184 3157 *) coin_f77_comps="xlf_r fort77 gfortran ifort g95 f77 g77 pgf90 pgf77 ifc frt af77" ;; 3185 3158 esac 3186 3187 3159 3188 3160 … … 3399 3371 3400 3372 # Provide some information about the compiler. 3401 echo "$as_me:3 401:" \3373 echo "$as_me:3373:" \ 3402 3374 "checking for Fortran 77 compiler version" >&5 3403 3375 ac_compiler=`set X $ac_compile; echo $2` … … 3843 3815 case "$F77" in 3844 3816 ifort* | */ifort* | IFORT* | */IFORT*) 3845 3846 case $build in 3847 *-mingw*) 3848 if test "${LD+set}" = set; then :; else 3849 LD=link 3850 fi 3851 ;; 3852 esac 3853 if test $enable_msvc = yes ; then 3854 if test "x${LD+set}" = xset; then :; else 3855 LD=link 3856 fi 3857 fi 3858 3817 LD=link 3859 3818 ;; 3860 3819 esac … … 3922 3881 ac_save_FFLAGS=$FFLAGS 3923 3882 FFLAGS="$FFLAGS $ac_verb" 3924 (eval echo $as_me:3 924: \"$ac_link\") >&53883 (eval echo $as_me:3883: \"$ac_link\") >&5 3925 3884 ac_f77_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'` 3926 3885 echo "$ac_f77_v_output" >&5 … … 4000 3959 ac_save_FFLAGS=$FFLAGS 4001 3960 FFLAGS="$FFLAGS $ac_cv_prog_f77_v" 4002 (eval echo $as_me: 4002: \"$ac_link\") >&53961 (eval echo $as_me:3961: \"$ac_link\") >&5 4003 3962 ac_f77_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'` 4004 3963 echo "$ac_f77_v_output" >&5 … … 4977 4936 enable_shared=yes; 4978 4937 else 4979 # On Cygwin and AIX, building DLLs doesn't work4980 4938 case $build in 4981 4939 *-cygwin* | *-mingw*) … … 4984 4942 case "$CC" in 4985 4943 clang* ) 4986 { echo "$as_me:$LINENO: WARNING: DLL building not supported. I'm disabling your choice." >&54987 echo "$as_me: WARNING: DLL building not supported. I'm disabling your choice." >&2;}4944 { echo "$as_me:$LINENO: WARNING: Building of DLLs not supported in this configuration." >&5 4945 echo "$as_me: WARNING: Building of DLLs not supported in this configuration." >&2;} 4988 4946 ;; 4989 4947 cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*) 4990 { echo "$as_me:$LINENO: DLL building not supported, but will build with -MD(d) instead of -MT(d)." >&54991 echo "$as_me: DLL building not supported, but will build with -MD(d) instead of -MT(d)." >&6;}4948 { echo "$as_me:$LINENO: Building of DLLs not supported in this configuration." >&5 4949 echo "$as_me: Building of DLLs not supported in this configuration." >&6;} 4992 4950 ;; 4993 4951 *gcc*) … … 4995 4953 coin_disable_shared=no 4996 4954 else 4997 { echo "$as_me:$LINENO: WARNING: To build shared libraries with gcc on CYGWIN or MSys, use --enable-dependency-linking" >&54998 echo "$as_me: WARNING: To build shared libraries with gcc on CYGWIN or MSys, use --enable-dependency-linking" >&2;}4955 { echo "$as_me:$LINENO: WARNING: Dependency linking seems to be disabled, so shared libraries (DLLs) will not be built" >&5 4956 echo "$as_me: WARNING: Dependency linking seems to be disabled, so shared libraries (DLLs) will not be built" >&2;} 4999 4957 fi 5000 4958 ;; 5001 4959 *) 5002 { echo "$as_me:$LINENO: WARNING: DLL building not supported. I'm disabling your choice." >&55003 echo "$as_me: WARNING: DLL building not supported. I'm disabling your choice." >&2;}4960 { echo "$as_me:$LINENO: WARNING: Building of DLLs not supported in this configuration." >&5 4961 echo "$as_me: WARNING: Building of DLLs not supported in this configuration." >&2;} 5004 4962 ;; 5005 4963 esac … … 5010 4968 platform=AIX 5011 4969 if test x"$enable_shared" = xyes; then 5012 { echo "$as_me:$LINENO: WARNING: Shared objects are not supported. I'm disabling your choice." >&55013 echo "$as_me: WARNING: Shared objects are not supported. I'm disabling your choice." >&2;}4970 { echo "$as_me:$LINENO: WARNING: Shared objects are not supported." >&5 4971 echo "$as_me: WARNING: Shared objects are not supported." >&2;} 5014 4972 fi 5015 4973 ;; … … 5432 5390 # Define the identity of the package. 5433 5391 PACKAGE='thirdpartyblas' 5434 VERSION=' trunk'5392 VERSION='1.4' 5435 5393 5436 5394 … … 6619 6577 *-*-irix6*) 6620 6578 # Find out which ABI we are using. 6621 echo '#line 6 621"configure"' > conftest.$ac_ext6579 echo '#line 6579 "configure"' > conftest.$ac_ext 6622 6580 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6623 6581 (eval $ac_compile) 2>&5 … … 9096 9054 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 9097 9055 -e 's:$: $lt_compiler_flag:'` 9098 (eval echo "\"\$as_me:90 98: $lt_compile\"" >&5)9056 (eval echo "\"\$as_me:9056: $lt_compile\"" >&5) 9099 9057 (eval "$lt_compile" 2>conftest.err) 9100 9058 ac_status=$? 9101 9059 cat conftest.err >&5 9102 echo "$as_me:9 102: \$? = $ac_status" >&59060 echo "$as_me:9060: \$? = $ac_status" >&5 9103 9061 if (exit $ac_status) && test -s "$ac_outfile"; then 9104 9062 # The compiler can only warn and ignore the option if not recognized … … 9364 9322 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 9365 9323 -e 's:$: $lt_compiler_flag:'` 9366 (eval echo "\"\$as_me:93 66: $lt_compile\"" >&5)9324 (eval echo "\"\$as_me:9324: $lt_compile\"" >&5) 9367 9325 (eval "$lt_compile" 2>conftest.err) 9368 9326 ac_status=$? 9369 9327 cat conftest.err >&5 9370 echo "$as_me:93 70: \$? = $ac_status" >&59328 echo "$as_me:9328: \$? = $ac_status" >&5 9371 9329 if (exit $ac_status) && test -s "$ac_outfile"; then 9372 9330 # The compiler can only warn and ignore the option if not recognized … … 9468 9426 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 9469 9427 -e 's:$: $lt_compiler_flag:'` 9470 (eval echo "\"\$as_me:94 70: $lt_compile\"" >&5)9428 (eval echo "\"\$as_me:9428: $lt_compile\"" >&5) 9471 9429 (eval "$lt_compile" 2>out/conftest.err) 9472 9430 ac_status=$? 9473 9431 cat out/conftest.err >&5 9474 echo "$as_me:94 74: \$? = $ac_status" >&59432 echo "$as_me:9432: \$? = $ac_status" >&5 9475 9433 if (exit $ac_status) && test -s out/conftest2.$ac_objext 9476 9434 then … … 11885 11843 lt_status=$lt_dlunknown 11886 11844 cat > conftest.$ac_ext <<EOF 11887 #line 118 87"configure"11845 #line 11845 "configure" 11888 11846 #include "confdefs.h" 11889 11847 … … 11985 11943 lt_status=$lt_dlunknown 11986 11944 cat > conftest.$ac_ext <<EOF 11987 #line 119 87"configure"11945 #line 11945 "configure" 11988 11946 #include "confdefs.h" 11989 11947 … … 14345 14303 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 14346 14304 -e 's:$: $lt_compiler_flag:'` 14347 (eval echo "\"\$as_me:143 47: $lt_compile\"" >&5)14305 (eval echo "\"\$as_me:14305: $lt_compile\"" >&5) 14348 14306 (eval "$lt_compile" 2>conftest.err) 14349 14307 ac_status=$? 14350 14308 cat conftest.err >&5 14351 echo "$as_me:143 51: \$? = $ac_status" >&514309 echo "$as_me:14309: \$? = $ac_status" >&5 14352 14310 if (exit $ac_status) && test -s "$ac_outfile"; then 14353 14311 # The compiler can only warn and ignore the option if not recognized … … 14449 14407 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 14450 14408 -e 's:$: $lt_compiler_flag:'` 14451 (eval echo "\"\$as_me:144 51: $lt_compile\"" >&5)14409 (eval echo "\"\$as_me:14409: $lt_compile\"" >&5) 14452 14410 (eval "$lt_compile" 2>out/conftest.err) 14453 14411 ac_status=$? 14454 14412 cat out/conftest.err >&5 14455 echo "$as_me:144 55: \$? = $ac_status" >&514413 echo "$as_me:14413: \$? = $ac_status" >&5 14456 14414 if (exit $ac_status) && test -s out/conftest2.$ac_objext 14457 14415 then … … 16019 15977 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 16020 15978 -e 's:$: $lt_compiler_flag:'` 16021 (eval echo "\"\$as_me:1 6021: $lt_compile\"" >&5)15979 (eval echo "\"\$as_me:15979: $lt_compile\"" >&5) 16022 15980 (eval "$lt_compile" 2>conftest.err) 16023 15981 ac_status=$? 16024 15982 cat conftest.err >&5 16025 echo "$as_me:1 6025: \$? = $ac_status" >&515983 echo "$as_me:15983: \$? = $ac_status" >&5 16026 15984 if (exit $ac_status) && test -s "$ac_outfile"; then 16027 15985 # The compiler can only warn and ignore the option if not recognized … … 16123 16081 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 16124 16082 -e 's:$: $lt_compiler_flag:'` 16125 (eval echo "\"\$as_me:16 125: $lt_compile\"" >&5)16083 (eval echo "\"\$as_me:16083: $lt_compile\"" >&5) 16126 16084 (eval "$lt_compile" 2>out/conftest.err) 16127 16085 ac_status=$? 16128 16086 cat out/conftest.err >&5 16129 echo "$as_me:16 129: \$? = $ac_status" >&516087 echo "$as_me:16087: \$? = $ac_status" >&5 16130 16088 if (exit $ac_status) && test -s out/conftest2.$ac_objext 16131 16089 then … … 18330 18288 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 18331 18289 -e 's:$: $lt_compiler_flag:'` 18332 (eval echo "\"\$as_me:18 332: $lt_compile\"" >&5)18290 (eval echo "\"\$as_me:18290: $lt_compile\"" >&5) 18333 18291 (eval "$lt_compile" 2>conftest.err) 18334 18292 ac_status=$? 18335 18293 cat conftest.err >&5 18336 echo "$as_me:18 336: \$? = $ac_status" >&518294 echo "$as_me:18294: \$? = $ac_status" >&5 18337 18295 if (exit $ac_status) && test -s "$ac_outfile"; then 18338 18296 # The compiler can only warn and ignore the option if not recognized … … 18598 18556 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 18599 18557 -e 's:$: $lt_compiler_flag:'` 18600 (eval echo "\"\$as_me:18 600: $lt_compile\"" >&5)18558 (eval echo "\"\$as_me:18558: $lt_compile\"" >&5) 18601 18559 (eval "$lt_compile" 2>conftest.err) 18602 18560 ac_status=$? 18603 18561 cat conftest.err >&5 18604 echo "$as_me:18 604: \$? = $ac_status" >&518562 echo "$as_me:18562: \$? = $ac_status" >&5 18605 18563 if (exit $ac_status) && test -s "$ac_outfile"; then 18606 18564 # The compiler can only warn and ignore the option if not recognized … … 18702 18660 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 18703 18661 -e 's:$: $lt_compiler_flag:'` 18704 (eval echo "\"\$as_me:18 704: $lt_compile\"" >&5)18662 (eval echo "\"\$as_me:18662: $lt_compile\"" >&5) 18705 18663 (eval "$lt_compile" 2>out/conftest.err) 18706 18664 ac_status=$? 18707 18665 cat out/conftest.err >&5 18708 echo "$as_me:18 708: \$? = $ac_status" >&518666 echo "$as_me:18666: \$? = $ac_status" >&5 18709 18667 if (exit $ac_status) && test -s out/conftest2.$ac_objext 18710 18668 then … … 21608 21566 dependency_linking="$enableval" 21609 21567 else 21568 dependency_linking=auto 21569 fi; 21570 21571 if test "$dependency_linking" = auto; then 21572 # On Cygwin and AIX, building DLLs doesn't work 21610 21573 dependency_linking=no 21611 fi; 21612 21613 # ToDo 21614 # For now, don't use the -no-undefined flag, since the Makefiles are 21615 # not yet set up that way. But we need to fix this, when we want 21616 # to comile DLLs under Windows. 21574 if test x"$enable_shared" = xyes; then 21575 case $build in 21576 *-cygwin* | *-mingw*) 21577 case "$CC" in 21578 clang* ) 21579 dependency_linking=yes 21580 ;; 21581 cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*) 21582 dependency_linking=no 21583 ;; 21584 *gcc*) 21585 dependency_linking=yes 21586 ;; 21587 *) 21588 dependency_linking=yes 21589 ;; 21590 esac 21591 ;; 21592 *) 21593 dependency_linking=yes 21594 ;; 21595 esac 21596 fi 21597 fi 21598 21617 21599 if test "$dependency_linking" = yes ; 21618 21600 then … … 22171 22153 cat >&5 <<_CSEOF 22172 22154 22173 This file was extended by ThirdPartyBlas $as_me trunk, which was22155 This file was extended by ThirdPartyBlas $as_me 1.4, which was 22174 22156 generated by GNU Autoconf 2.59. Invocation command line was 22175 22157 … … 22229 22211 cat >>$CONFIG_STATUS <<_ACEOF 22230 22212 ac_cs_version="\\ 22231 ThirdPartyBlas config.status trunk22213 ThirdPartyBlas config.status 1.4 22232 22214 configured by $0, generated by GNU Autoconf 2.59, 22233 22215 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
Note: See TracChangeset
for help on using the changeset viewer.