Changeset 2171
- Timestamp:
- Apr 3, 2011 8:12:57 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/FilterSQP/trunk/configure
r2160 r2171 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 ALWAYS_FALSE_TRUE ALWAYS_FALSE_FALSE have_svnversion FILTERSQP_SVN_REV build build_cpu build_vendor build_os C OIN_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 OBJEXTMPICC ADD_FFLAGS DBG_FFLAGS OPT_FFLAGS F77 FFLAGS ac_ct_F77 MPIF77 FLIBS FILTERSQP_PCLIBS PKG_CONFIG ac_pt_PKG_CONFIG COIN_HAS_PKGCONFIG_TRUE COIN_HAS_PKGCONFIG_FALSE COIN_PKG_CONFIG_PATH COIN_PKG_CONFIG_PATH_UNINSTALLED EGREP LN_S 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 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 FILTERSQP_SVN_REV build build_cpu build_vendor build_os CDEFS ADD_CFLAGS DBG_CFLAGS OPT_CFLAGS sol_cc_compiler CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT COIN_CC_IS_CL_TRUE COIN_CC_IS_CL_FALSE MPICC ADD_FFLAGS DBG_FFLAGS OPT_FFLAGS F77 FFLAGS ac_ct_F77 MPIF77 FLIBS FILTERSQP_PCLIBS PKG_CONFIG ac_pt_PKG_CONFIG COIN_HAS_PKGCONFIG_TRUE COIN_HAS_PKGCONFIG_FALSE COIN_PKG_CONFIG_PATH COIN_PKG_CONFIG_PATH_UNINSTALLED EGREP LN_S 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 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 … … 1947 1947 fi 1948 1948 1949 # add automake conditional so we can recognize cl compiler in makefile1950 coin_cc_is_cl=false1951 if test x"$CXX" != x; then1952 case "$CXX" in1953 cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*)1954 coin_cc_is_cl=true1955 ;;1956 esac1957 fi1958 1959 1960 if test $coin_cc_is_cl = true; then1961 COIN_CC_IS_CL_TRUE=1962 COIN_CC_IS_CL_FALSE='#'1963 else1964 COIN_CC_IS_CL_TRUE='#'1965 COIN_CC_IS_CL_FALSE=1966 fi1967 1968 1969 1949 1970 1950 … … 2785 2765 CFLAGS="$save_cflags" 2786 2766 2767 # add automake conditional so we can recognize cl compiler in makefile 2768 coin_cc_is_cl=false 2769 case "$CC" in 2770 cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*) 2771 coin_cc_is_cl=true 2772 ;; 2773 esac 2774 2775 2776 if test $coin_cc_is_cl = true; then 2777 COIN_CC_IS_CL_TRUE= 2778 COIN_CC_IS_CL_FALSE='#' 2779 else 2780 COIN_CC_IS_CL_TRUE='#' 2781 COIN_CC_IS_CL_FALSE= 2782 fi 2783 2784 2787 2785 # Check if a project specific CFLAGS variable has been set 2788 2786 if test x$COIN_PRJCT != x; then … … 3397 3395 3398 3396 # Provide some information about the compiler. 3399 echo "$as_me:339 9:" \3397 echo "$as_me:3397:" \ 3400 3398 "checking for Fortran 77 compiler version" >&5 3401 3399 ac_compiler=`set X $ac_compile; echo $2` … … 3968 3966 ac_save_FFLAGS=$FFLAGS 3969 3967 FFLAGS="$FFLAGS $ac_verb" 3970 (eval echo $as_me:39 70: \"$ac_link\") >&53968 (eval echo $as_me:3968: \"$ac_link\") >&5 3971 3969 ac_f77_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'` 3972 3970 echo "$ac_f77_v_output" >&5 … … 4046 4044 ac_save_FFLAGS=$FFLAGS 4047 4045 FFLAGS="$FFLAGS $ac_cv_prog_f77_v" 4048 (eval echo $as_me:404 8: \"$ac_link\") >&54046 (eval echo $as_me:4046: \"$ac_link\") >&5 4049 4047 ac_f77_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'` 4050 4048 echo "$ac_f77_v_output" >&5 … … 7309 7307 *-*-irix6*) 7310 7308 # Find out which ABI we are using. 7311 echo '#line 73 11"configure"' > conftest.$ac_ext7309 echo '#line 7309 "configure"' > conftest.$ac_ext 7312 7310 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 7313 7311 (eval $ac_compile) 2>&5 … … 9895 9893 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 9896 9894 -e 's:$: $lt_compiler_flag:'` 9897 (eval echo "\"\$as_me:989 7: $lt_compile\"" >&5)9895 (eval echo "\"\$as_me:9895: $lt_compile\"" >&5) 9898 9896 (eval "$lt_compile" 2>conftest.err) 9899 9897 ac_status=$? 9900 9898 cat conftest.err >&5 9901 echo "$as_me:9 901: \$? = $ac_status" >&59899 echo "$as_me:9899: \$? = $ac_status" >&5 9902 9900 if (exit $ac_status) && test -s "$ac_outfile"; then 9903 9901 # The compiler can only warn and ignore the option if not recognized … … 10163 10161 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 10164 10162 -e 's:$: $lt_compiler_flag:'` 10165 (eval echo "\"\$as_me:1016 5: $lt_compile\"" >&5)10163 (eval echo "\"\$as_me:10163: $lt_compile\"" >&5) 10166 10164 (eval "$lt_compile" 2>conftest.err) 10167 10165 ac_status=$? 10168 10166 cat conftest.err >&5 10169 echo "$as_me:1016 9: \$? = $ac_status" >&510167 echo "$as_me:10167: \$? = $ac_status" >&5 10170 10168 if (exit $ac_status) && test -s "$ac_outfile"; then 10171 10169 # The compiler can only warn and ignore the option if not recognized … … 10267 10265 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 10268 10266 -e 's:$: $lt_compiler_flag:'` 10269 (eval echo "\"\$as_me:1026 9: $lt_compile\"" >&5)10267 (eval echo "\"\$as_me:10267: $lt_compile\"" >&5) 10270 10268 (eval "$lt_compile" 2>out/conftest.err) 10271 10269 ac_status=$? 10272 10270 cat out/conftest.err >&5 10273 echo "$as_me:1027 3: \$? = $ac_status" >&510271 echo "$as_me:10271: \$? = $ac_status" >&5 10274 10272 if (exit $ac_status) && test -s out/conftest2.$ac_objext 10275 10273 then … … 12684 12682 lt_status=$lt_dlunknown 12685 12683 cat > conftest.$ac_ext <<EOF 12686 #line 1268 6"configure"12684 #line 12684 "configure" 12687 12685 #include "confdefs.h" 12688 12686 … … 12784 12782 lt_status=$lt_dlunknown 12785 12783 cat > conftest.$ac_ext <<EOF 12786 #line 1278 6"configure"12784 #line 12784 "configure" 12787 12785 #include "confdefs.h" 12788 12786 … … 15144 15142 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 15145 15143 -e 's:$: $lt_compiler_flag:'` 15146 (eval echo "\"\$as_me:1514 6: $lt_compile\"" >&5)15144 (eval echo "\"\$as_me:15144: $lt_compile\"" >&5) 15147 15145 (eval "$lt_compile" 2>conftest.err) 15148 15146 ac_status=$? 15149 15147 cat conftest.err >&5 15150 echo "$as_me:151 50: \$? = $ac_status" >&515148 echo "$as_me:15148: \$? = $ac_status" >&5 15151 15149 if (exit $ac_status) && test -s "$ac_outfile"; then 15152 15150 # The compiler can only warn and ignore the option if not recognized … … 15248 15246 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 15249 15247 -e 's:$: $lt_compiler_flag:'` 15250 (eval echo "\"\$as_me:152 50: $lt_compile\"" >&5)15248 (eval echo "\"\$as_me:15248: $lt_compile\"" >&5) 15251 15249 (eval "$lt_compile" 2>out/conftest.err) 15252 15250 ac_status=$? 15253 15251 cat out/conftest.err >&5 15254 echo "$as_me:1525 4: \$? = $ac_status" >&515252 echo "$as_me:15252: \$? = $ac_status" >&5 15255 15253 if (exit $ac_status) && test -s out/conftest2.$ac_objext 15256 15254 then … … 16818 16816 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 16819 16817 -e 's:$: $lt_compiler_flag:'` 16820 (eval echo "\"\$as_me:168 20: $lt_compile\"" >&5)16818 (eval echo "\"\$as_me:16818: $lt_compile\"" >&5) 16821 16819 (eval "$lt_compile" 2>conftest.err) 16822 16820 ac_status=$? 16823 16821 cat conftest.err >&5 16824 echo "$as_me:1682 4: \$? = $ac_status" >&516822 echo "$as_me:16822: \$? = $ac_status" >&5 16825 16823 if (exit $ac_status) && test -s "$ac_outfile"; then 16826 16824 # The compiler can only warn and ignore the option if not recognized … … 16922 16920 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 16923 16921 -e 's:$: $lt_compiler_flag:'` 16924 (eval echo "\"\$as_me:1692 4: $lt_compile\"" >&5)16922 (eval echo "\"\$as_me:16922: $lt_compile\"" >&5) 16925 16923 (eval "$lt_compile" 2>out/conftest.err) 16926 16924 ac_status=$? 16927 16925 cat out/conftest.err >&5 16928 echo "$as_me:1692 8: \$? = $ac_status" >&516926 echo "$as_me:16926: \$? = $ac_status" >&5 16929 16927 if (exit $ac_status) && test -s out/conftest2.$ac_objext 16930 16928 then … … 19129 19127 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 19130 19128 -e 's:$: $lt_compiler_flag:'` 19131 (eval echo "\"\$as_me:191 31: $lt_compile\"" >&5)19129 (eval echo "\"\$as_me:19129: $lt_compile\"" >&5) 19132 19130 (eval "$lt_compile" 2>conftest.err) 19133 19131 ac_status=$? 19134 19132 cat conftest.err >&5 19135 echo "$as_me:1913 5: \$? = $ac_status" >&519133 echo "$as_me:19133: \$? = $ac_status" >&5 19136 19134 if (exit $ac_status) && test -s "$ac_outfile"; then 19137 19135 # The compiler can only warn and ignore the option if not recognized … … 19397 19395 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 19398 19396 -e 's:$: $lt_compiler_flag:'` 19399 (eval echo "\"\$as_me:1939 9: $lt_compile\"" >&5)19397 (eval echo "\"\$as_me:19397: $lt_compile\"" >&5) 19400 19398 (eval "$lt_compile" 2>conftest.err) 19401 19399 ac_status=$? 19402 19400 cat conftest.err >&5 19403 echo "$as_me:1940 3: \$? = $ac_status" >&519401 echo "$as_me:19401: \$? = $ac_status" >&5 19404 19402 if (exit $ac_status) && test -s "$ac_outfile"; then 19405 19403 # The compiler can only warn and ignore the option if not recognized … … 19501 19499 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 19502 19500 -e 's:$: $lt_compiler_flag:'` 19503 (eval echo "\"\$as_me:1950 3: $lt_compile\"" >&5)19501 (eval echo "\"\$as_me:19501: $lt_compile\"" >&5) 19504 19502 (eval "$lt_compile" 2>out/conftest.err) 19505 19503 ac_status=$? 19506 19504 cat out/conftest.err >&5 19507 echo "$as_me:1950 7: \$? = $ac_status" >&519505 echo "$as_me:19505: \$? = $ac_status" >&5 19508 19506 if (exit $ac_status) && test -s out/conftest2.$ac_objext 19509 19507 then … … 23225 23223 s,@build_vendor@,$build_vendor,;t t 23226 23224 s,@build_os@,$build_os,;t t 23227 s,@COIN_CC_IS_CL_TRUE@,$COIN_CC_IS_CL_TRUE,;t t23228 s,@COIN_CC_IS_CL_FALSE@,$COIN_CC_IS_CL_FALSE,;t t23229 23225 s,@CDEFS@,$CDEFS,;t t 23230 23226 s,@ADD_CFLAGS@,$ADD_CFLAGS,;t t … … 23239 23235 s,@EXEEXT@,$EXEEXT,;t t 23240 23236 s,@OBJEXT@,$OBJEXT,;t t 23237 s,@COIN_CC_IS_CL_TRUE@,$COIN_CC_IS_CL_TRUE,;t t 23238 s,@COIN_CC_IS_CL_FALSE@,$COIN_CC_IS_CL_FALSE,;t t 23241 23239 s,@MPICC@,$MPICC,;t t 23242 23240 s,@ADD_FFLAGS@,$ADD_FFLAGS,;t t
Note: See TracChangeset
for help on using the changeset viewer.