Changeset 2054 for ThirdParty/Lapack/trunk/configure
- Timestamp:
- Jan 1, 2011 12:20:31 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/Lapack/trunk/configure
r2026 r2054 473 473 #endif" 474 474 475 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS A DDLIBS PCADDLIBS FADDLIBS ALWAYS_FALSE_TRUE ALWAYS_FALSE_FALSE have_svnversion LAPACK_SVN_REV build build_cpu build_vendor build_os COIN_CC_IS_CL_TRUE COIN_CC_IS_CL_FALSE CDEFS ADD_CFLAGS DBG_CFLAGS OPT_CFLAGS sol_cc_compiler CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT MPICC ADD_FFLAGS DBG_FFLAGS OPT_FFLAGS F77 FFLAGS ac_ct_F77 MPIF77 FLIBS PKG_CONFIG ac_pt_PKG_CONFIG COIN_HAS_PKGCONFIG_TRUE COIN_HAS_PKGCONFIG_FALSE COIN_PKG_CONFIG_PATH COIN_PKG_CONFIG_PATH_UNINSTALLED LAPACK_PCLIBS DLAMCH_FFLAGS EGREP INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT LIBTOOLM4 have_autoconf have_automake have_svn BUILDTOOLSDIR AUX_DIR abs_source_dir abs_lib_dir abs_include_dir abs_bin_dir HAVE_EXTERNALS_TRUE HAVE_EXTERNALS_FALSE host host_cpu host_vendor host_os LN_S ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB CPP CXX CXXFLAGS ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE CXXCPP LIBTOOL ac_c_preproc_warn_flag ac_cxx_preproc_warn_flag RPATH_FLAGS LT_LDFLAGS LIBEXT VPATH_DISTCLEANFILES ABSBUILDDIR LIBOBJS LTLIBOBJS'475 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS ALWAYS_FALSE_TRUE ALWAYS_FALSE_FALSE have_svnversion LAPACK_SVN_REV build build_cpu build_vendor build_os COIN_CC_IS_CL_TRUE COIN_CC_IS_CL_FALSE CDEFS ADD_CFLAGS DBG_CFLAGS OPT_CFLAGS sol_cc_compiler CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT MPICC ADD_FFLAGS DBG_FFLAGS OPT_FFLAGS F77 FFLAGS ac_ct_F77 MPIF77 FLIBS PKG_CONFIG ac_pt_PKG_CONFIG COIN_HAS_PKGCONFIG_TRUE COIN_HAS_PKGCONFIG_FALSE COIN_PKG_CONFIG_PATH COIN_PKG_CONFIG_PATH_UNINSTALLED LAPACK_PCLIBS DLAMCH_FFLAGS EGREP INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT LIBTOOLM4 have_autoconf have_automake have_svn BUILDTOOLSDIR AUX_DIR abs_source_dir abs_lib_dir abs_include_dir abs_bin_dir HAVE_EXTERNALS_TRUE HAVE_EXTERNALS_FALSE host host_cpu host_vendor host_os LN_S ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB CPP CXX CXXFLAGS ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE CXXCPP LIBTOOL ac_c_preproc_warn_flag ac_cxx_preproc_warn_flag RPATH_FLAGS LT_LDFLAGS LIBEXT VPATH_DISTCLEANFILES ABSBUILDDIR LIBOBJS LTLIBOBJS' 476 476 ac_subst_files='' 477 477 … … 1607 1607 1608 1608 1609 # Initialize the ADDLIBS variable1610 ADDLIBS="-lm $LIBS"1611 1612 1613 # Initialize the PCADDLIBS variable.1614 # This variable is used to setup library flags for the "Libs:" section in a .pc file.1615 # In certain cases, it may contain more flags than the ADDLIBS variable.1616 PCADDLIBS=""1617 1618 1609 1619 1610 # As backup, we make sure we don't loose an FLIBS if it has been set 1620 1611 # by the user 1621 1612 save_FLIBS="$FLIBS" 1622 1623 # Initialize the FADDLIBS variable (which is to be used with a fortran1624 # compiler and will not include FLIBS)1625 FADDLIBS="$LIBS"1626 1627 1613 1628 1614 # A useful makefile conditional that is always false … … 2045 2031 fi 2046 2032 ;; 2033 *-linux-gnu*) comps="gcc cc pgcc icc xlc" ;; 2047 2034 *-linux-*) comps="xlc gcc cc pgcc icc" ;; 2048 2035 *) comps="xlc_r xlc cc gcc pgcc icc" ;; … … 3184 3171 fi 3185 3172 3186 # Correct ADDLIBS initialization if we are using the MScompiler3173 # Correct the LD variable if we are using the MS or Intel-windows compiler 3187 3174 case "$CC" in 3188 3175 cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*) 3189 ADDLIBS=3190 3176 case $build in 3191 3177 *-mingw*) … … 3222 3208 *-*-solaris*) 3223 3209 coin_f77_comps="f95 f90 f77 xlf_r fort77 gfortran g77 pgf90 pgf77 ifort ifc frt af77" ;; 3210 *-linux-gnu*) 3211 coin_f77_comps="gfortran fort77 f77 g77 pgf90 pgf77 ifort ifc frt af77 xlf_r" ;; 3224 3212 *) coin_f77_comps="xlf_r fort77 gfortran f77 g77 pgf90 pgf77 ifort ifc frt af77" ;; 3225 3213 esac … … 3393 3381 3394 3382 # Provide some information about the compiler. 3395 echo "$as_me:33 95:" \3383 echo "$as_me:3383:" \ 3396 3384 "checking for Fortran 77 compiler version" >&5 3397 3385 ac_compiler=`set X $ac_compile; echo $2` … … 3881 3869 fi 3882 3870 3871 # correct the LD variable if we use the intel fortran compiler in windows 3883 3872 case "$F77" in 3884 3873 ifort* | */ifort* | IFORT* | */IFORT*) … … 3961 3950 ac_save_FFLAGS=$FFLAGS 3962 3951 FFLAGS="$FFLAGS $ac_verb" 3963 (eval echo $as_me:39 63: \"$ac_link\") >&53952 (eval echo $as_me:3952: \"$ac_link\") >&5 3964 3953 ac_f77_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'` 3965 3954 echo "$ac_f77_v_output" >&5 … … 4039 4028 ac_save_FFLAGS=$FFLAGS 4040 4029 FFLAGS="$FFLAGS $ac_cv_prog_f77_v" 4041 (eval echo $as_me:40 41: \"$ac_link\") >&54030 (eval echo $as_me:4030: \"$ac_link\") >&5 4042 4031 ac_f77_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'` 4043 4032 echo "$ac_f77_v_output" >&5 … … 4965 4954 COIN_PKG_CONFIG_PATH_UNINSTALLED="`cd ../$i; pwd`:${COIN_PKG_CONFIG_PATH_UNINSTALLED}" 4966 4955 fi 4956 if test -d ../$i/pkgconfig ; then 4957 COIN_PKG_CONFIG_PATH_UNINSTALLED="`cd ../$i/pkgconfig; pwd`:${COIN_PKG_CONFIG_PATH_UNINSTALLED}" 4958 fi 4967 4959 done 4968 4960 fi … … 4972 4964 if test -d ../../$i ; then 4973 4965 COIN_PKG_CONFIG_PATH_UNINSTALLED="`cd ../../$i; pwd`:${COIN_PKG_CONFIG_PATH_UNINSTALLED}" 4966 fi 4967 if test -d ../../$i/pkgconfig ; then 4968 COIN_PKG_CONFIG_PATH_UNINSTALLED="`cd ../../$i/pkgconfig; pwd`:${COIN_PKG_CONFIG_PATH_UNINSTALLED}" 4974 4969 fi 4975 4970 done … … 6650 6645 *-*-irix6*) 6651 6646 # Find out which ABI we are using. 6652 echo '#line 66 52"configure"' > conftest.$ac_ext6647 echo '#line 6647 "configure"' > conftest.$ac_ext 6653 6648 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6654 6649 (eval $ac_compile) 2>&5 … … 9127 9122 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 9128 9123 -e 's:$: $lt_compiler_flag:'` 9129 (eval echo "\"\$as_me:912 9: $lt_compile\"" >&5)9124 (eval echo "\"\$as_me:9124: $lt_compile\"" >&5) 9130 9125 (eval "$lt_compile" 2>conftest.err) 9131 9126 ac_status=$? 9132 9127 cat conftest.err >&5 9133 echo "$as_me:91 33: \$? = $ac_status" >&59128 echo "$as_me:9128: \$? = $ac_status" >&5 9134 9129 if (exit $ac_status) && test -s "$ac_outfile"; then 9135 9130 # The compiler can only warn and ignore the option if not recognized … … 9395 9390 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 9396 9391 -e 's:$: $lt_compiler_flag:'` 9397 (eval echo "\"\$as_me:939 7: $lt_compile\"" >&5)9392 (eval echo "\"\$as_me:9392: $lt_compile\"" >&5) 9398 9393 (eval "$lt_compile" 2>conftest.err) 9399 9394 ac_status=$? 9400 9395 cat conftest.err >&5 9401 echo "$as_me:9 401: \$? = $ac_status" >&59396 echo "$as_me:9396: \$? = $ac_status" >&5 9402 9397 if (exit $ac_status) && test -s "$ac_outfile"; then 9403 9398 # The compiler can only warn and ignore the option if not recognized … … 9499 9494 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 9500 9495 -e 's:$: $lt_compiler_flag:'` 9501 (eval echo "\"\$as_me:9 501: $lt_compile\"" >&5)9496 (eval echo "\"\$as_me:9496: $lt_compile\"" >&5) 9502 9497 (eval "$lt_compile" 2>out/conftest.err) 9503 9498 ac_status=$? 9504 9499 cat out/conftest.err >&5 9505 echo "$as_me:950 5: \$? = $ac_status" >&59500 echo "$as_me:9500: \$? = $ac_status" >&5 9506 9501 if (exit $ac_status) && test -s out/conftest2.$ac_objext 9507 9502 then … … 11916 11911 lt_status=$lt_dlunknown 11917 11912 cat > conftest.$ac_ext <<EOF 11918 #line 1191 8"configure"11913 #line 11913 "configure" 11919 11914 #include "confdefs.h" 11920 11915 … … 12016 12011 lt_status=$lt_dlunknown 12017 12012 cat > conftest.$ac_ext <<EOF 12018 #line 1201 8"configure"12013 #line 12013 "configure" 12019 12014 #include "confdefs.h" 12020 12015 … … 14376 14371 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 14377 14372 -e 's:$: $lt_compiler_flag:'` 14378 (eval echo "\"\$as_me:1437 8: $lt_compile\"" >&5)14373 (eval echo "\"\$as_me:14373: $lt_compile\"" >&5) 14379 14374 (eval "$lt_compile" 2>conftest.err) 14380 14375 ac_status=$? 14381 14376 cat conftest.err >&5 14382 echo "$as_me:143 82: \$? = $ac_status" >&514377 echo "$as_me:14377: \$? = $ac_status" >&5 14383 14378 if (exit $ac_status) && test -s "$ac_outfile"; then 14384 14379 # The compiler can only warn and ignore the option if not recognized … … 14480 14475 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 14481 14476 -e 's:$: $lt_compiler_flag:'` 14482 (eval echo "\"\$as_me:144 82: $lt_compile\"" >&5)14477 (eval echo "\"\$as_me:14477: $lt_compile\"" >&5) 14483 14478 (eval "$lt_compile" 2>out/conftest.err) 14484 14479 ac_status=$? 14485 14480 cat out/conftest.err >&5 14486 echo "$as_me:1448 6: \$? = $ac_status" >&514481 echo "$as_me:14481: \$? = $ac_status" >&5 14487 14482 if (exit $ac_status) && test -s out/conftest2.$ac_objext 14488 14483 then … … 16050 16045 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 16051 16046 -e 's:$: $lt_compiler_flag:'` 16052 (eval echo "\"\$as_me:160 52: $lt_compile\"" >&5)16047 (eval echo "\"\$as_me:16047: $lt_compile\"" >&5) 16053 16048 (eval "$lt_compile" 2>conftest.err) 16054 16049 ac_status=$? 16055 16050 cat conftest.err >&5 16056 echo "$as_me:1605 6: \$? = $ac_status" >&516051 echo "$as_me:16051: \$? = $ac_status" >&5 16057 16052 if (exit $ac_status) && test -s "$ac_outfile"; then 16058 16053 # The compiler can only warn and ignore the option if not recognized … … 16154 16149 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 16155 16150 -e 's:$: $lt_compiler_flag:'` 16156 (eval echo "\"\$as_me:1615 6: $lt_compile\"" >&5)16151 (eval echo "\"\$as_me:16151: $lt_compile\"" >&5) 16157 16152 (eval "$lt_compile" 2>out/conftest.err) 16158 16153 ac_status=$? 16159 16154 cat out/conftest.err >&5 16160 echo "$as_me:161 60: \$? = $ac_status" >&516155 echo "$as_me:16155: \$? = $ac_status" >&5 16161 16156 if (exit $ac_status) && test -s out/conftest2.$ac_objext 16162 16157 then … … 18361 18356 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 18362 18357 -e 's:$: $lt_compiler_flag:'` 18363 (eval echo "\"\$as_me:183 63: $lt_compile\"" >&5)18358 (eval echo "\"\$as_me:18358: $lt_compile\"" >&5) 18364 18359 (eval "$lt_compile" 2>conftest.err) 18365 18360 ac_status=$? 18366 18361 cat conftest.err >&5 18367 echo "$as_me:1836 7: \$? = $ac_status" >&518362 echo "$as_me:18362: \$? = $ac_status" >&5 18368 18363 if (exit $ac_status) && test -s "$ac_outfile"; then 18369 18364 # The compiler can only warn and ignore the option if not recognized … … 18629 18624 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 18630 18625 -e 's:$: $lt_compiler_flag:'` 18631 (eval echo "\"\$as_me:186 31: $lt_compile\"" >&5)18626 (eval echo "\"\$as_me:18626: $lt_compile\"" >&5) 18632 18627 (eval "$lt_compile" 2>conftest.err) 18633 18628 ac_status=$? 18634 18629 cat conftest.err >&5 18635 echo "$as_me:1863 5: \$? = $ac_status" >&518630 echo "$as_me:18630: \$? = $ac_status" >&5 18636 18631 if (exit $ac_status) && test -s "$ac_outfile"; then 18637 18632 # The compiler can only warn and ignore the option if not recognized … … 18733 18728 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 18734 18729 -e 's:$: $lt_compiler_flag:'` 18735 (eval echo "\"\$as_me:1873 5: $lt_compile\"" >&5)18730 (eval echo "\"\$as_me:18730: $lt_compile\"" >&5) 18736 18731 (eval "$lt_compile" 2>out/conftest.err) 18737 18732 ac_status=$? 18738 18733 cat out/conftest.err >&5 18739 echo "$as_me:1873 9: \$? = $ac_status" >&518734 echo "$as_me:18734: \$? = $ac_status" >&5 18740 18735 if (exit $ac_status) && test -s out/conftest2.$ac_objext 18741 18736 then … … 21690 21685 if test x$coin_skip_ac_output != xyes; then 21691 21686 21692 FADDLIBS="$ADDLIBS"21693 if test x"$coin_need_flibs" = xyes; then21694 ADDLIBS="$ADDLIBS $FLIBS"21695 fi21696 PCADDLIBS="$PCADDLIBS $ADDLIBS"21697 21698 21687 # library extension 21699 21688 … … 22448 22437 s,@ECHO_T@,$ECHO_T,;t t 22449 22438 s,@LIBS@,$LIBS,;t t 22450 s,@ADDLIBS@,$ADDLIBS,;t t22451 s,@PCADDLIBS@,$PCADDLIBS,;t t22452 s,@FADDLIBS@,$FADDLIBS,;t t22453 22439 s,@ALWAYS_FALSE_TRUE@,$ALWAYS_FALSE_TRUE,;t t 22454 22440 s,@ALWAYS_FALSE_FALSE@,$ALWAYS_FALSE_FALSE,;t t
Note: See TracChangeset
for help on using the changeset viewer.