Changeset 2164
- Timestamp:
- Mar 31, 2011 3:25:17 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/ASL/trunk/configure
r2156 r2164 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 build build_cpu build_vendor build_os ALWAYS_FALSE_TRUE ALWAYS_FALSE_FALSE have_svnversion ASL_SVN_REV EGREP LN_S 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 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 F77 FFLAGS ac_ct_F77 LIBTOOL ac_c_preproc_warn_flag ac_cxx_preproc_warn_flag RPATH_FLAGS LT_LDFLAGS PKG_CONFIG ac_pt_PKG_CONFIG COIN_HAS_PKGCONFIG_TRUE COIN_HAS_PKGCONFIG_FALSE COIN_PKG_CONFIG_PATH COIN_PKG_CONFIG_PATH_UNINSTALLED AMPLSOLVER_A ASLMAKEFLAGS ASL_PCLIBS 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 build build_cpu build_vendor build_os ALWAYS_FALSE_TRUE ALWAYS_FALSE_FALSE have_svnversion ASL_SVN_REV EGREP LN_S 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 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 F77 FFLAGS ac_ct_F77 LIBTOOL ac_c_preproc_warn_flag ac_cxx_preproc_warn_flag RPATH_FLAGS LT_LDFLAGS PKG_CONFIG ac_pt_PKG_CONFIG COIN_HAS_PKGCONFIG_TRUE COIN_HAS_PKGCONFIG_FALSE COIN_PKG_CONFIG_PATH COIN_PKG_CONFIG_PATH_UNINSTALLED AMPLSOLVER_A ASLMAKEFLAGS ASL_PCLIBS LIBEXT VPATH_DISTCLEANFILES ABSBUILDDIR LIBOBJS LTLIBOBJS' 476 476 ac_subst_files='' 477 477 … … 1963 1963 fi 1964 1964 1965 # add automake conditional so we can recognize cl compiler in makefile1966 coin_cc_is_cl=false1967 if test x"$CXX" != x; then1968 case "$CXX" in1969 cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*)1970 coin_cc_is_cl=true1971 ;;1972 esac1973 fi1974 1975 1976 if test $coin_cc_is_cl = true; then1977 COIN_CC_IS_CL_TRUE=1978 COIN_CC_IS_CL_FALSE='#'1979 else1980 COIN_CC_IS_CL_TRUE='#'1981 COIN_CC_IS_CL_FALSE=1982 fi1983 1984 1985 1965 1986 1966 … … 2801 2781 CFLAGS="$save_cflags" 2802 2782 2783 # add automake conditional so we can recognize cl compiler in makefile 2784 coin_cc_is_cl=false 2785 case "$CC" in 2786 cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*) 2787 coin_cc_is_cl=true 2788 ;; 2789 esac 2790 2791 2792 if test $coin_cc_is_cl = true; then 2793 COIN_CC_IS_CL_TRUE= 2794 COIN_CC_IS_CL_FALSE='#' 2795 else 2796 COIN_CC_IS_CL_TRUE='#' 2797 COIN_CC_IS_CL_FALSE= 2798 fi 2799 2800 2803 2801 # Check if a project specific CFLAGS variable has been set 2804 2802 if test x$COIN_PRJCT != x; then … … 4845 4843 *-*-irix6*) 4846 4844 # Find out which ABI we are using. 4847 echo '#line 484 7"configure"' > conftest.$ac_ext4845 echo '#line 4845 "configure"' > conftest.$ac_ext 4848 4846 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4849 4847 (eval $ac_compile) 2>&5 … … 6444 6442 6445 6443 # Provide some information about the compiler. 6446 echo "$as_me:644 6:" \6444 echo "$as_me:6444:" \ 6447 6445 "checking for Fortran 77 compiler version" >&5 6448 6446 ac_compiler=`set X $ac_compile; echo $2` … … 7511 7509 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 7512 7510 -e 's:$: $lt_compiler_flag:'` 7513 (eval echo "\"\$as_me:751 3: $lt_compile\"" >&5)7511 (eval echo "\"\$as_me:7511: $lt_compile\"" >&5) 7514 7512 (eval "$lt_compile" 2>conftest.err) 7515 7513 ac_status=$? 7516 7514 cat conftest.err >&5 7517 echo "$as_me:751 7: \$? = $ac_status" >&57515 echo "$as_me:7515: \$? = $ac_status" >&5 7518 7516 if (exit $ac_status) && test -s "$ac_outfile"; then 7519 7517 # The compiler can only warn and ignore the option if not recognized … … 7779 7777 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 7780 7778 -e 's:$: $lt_compiler_flag:'` 7781 (eval echo "\"\$as_me:77 81: $lt_compile\"" >&5)7779 (eval echo "\"\$as_me:7779: $lt_compile\"" >&5) 7782 7780 (eval "$lt_compile" 2>conftest.err) 7783 7781 ac_status=$? 7784 7782 cat conftest.err >&5 7785 echo "$as_me:778 5: \$? = $ac_status" >&57783 echo "$as_me:7783: \$? = $ac_status" >&5 7786 7784 if (exit $ac_status) && test -s "$ac_outfile"; then 7787 7785 # The compiler can only warn and ignore the option if not recognized … … 7883 7881 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 7884 7882 -e 's:$: $lt_compiler_flag:'` 7885 (eval echo "\"\$as_me:788 5: $lt_compile\"" >&5)7883 (eval echo "\"\$as_me:7883: $lt_compile\"" >&5) 7886 7884 (eval "$lt_compile" 2>out/conftest.err) 7887 7885 ac_status=$? 7888 7886 cat out/conftest.err >&5 7889 echo "$as_me:788 9: \$? = $ac_status" >&57887 echo "$as_me:7887: \$? = $ac_status" >&5 7890 7888 if (exit $ac_status) && test -s out/conftest2.$ac_objext 7891 7889 then … … 10228 10226 lt_status=$lt_dlunknown 10229 10227 cat > conftest.$ac_ext <<EOF 10230 #line 102 30"configure"10228 #line 10228 "configure" 10231 10229 #include "confdefs.h" 10232 10230 … … 10328 10326 lt_status=$lt_dlunknown 10329 10327 cat > conftest.$ac_ext <<EOF 10330 #line 103 30"configure"10328 #line 10328 "configure" 10331 10329 #include "confdefs.h" 10332 10330 … … 12672 12670 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 12673 12671 -e 's:$: $lt_compiler_flag:'` 12674 (eval echo "\"\$as_me:1267 4: $lt_compile\"" >&5)12672 (eval echo "\"\$as_me:12672: $lt_compile\"" >&5) 12675 12673 (eval "$lt_compile" 2>conftest.err) 12676 12674 ac_status=$? 12677 12675 cat conftest.err >&5 12678 echo "$as_me:1267 8: \$? = $ac_status" >&512676 echo "$as_me:12676: \$? = $ac_status" >&5 12679 12677 if (exit $ac_status) && test -s "$ac_outfile"; then 12680 12678 # The compiler can only warn and ignore the option if not recognized … … 12776 12774 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 12777 12775 -e 's:$: $lt_compiler_flag:'` 12778 (eval echo "\"\$as_me:1277 8: $lt_compile\"" >&5)12776 (eval echo "\"\$as_me:12776: $lt_compile\"" >&5) 12779 12777 (eval "$lt_compile" 2>out/conftest.err) 12780 12778 ac_status=$? 12781 12779 cat out/conftest.err >&5 12782 echo "$as_me:1278 2: \$? = $ac_status" >&512780 echo "$as_me:12780: \$? = $ac_status" >&5 12783 12781 if (exit $ac_status) && test -s out/conftest2.$ac_objext 12784 12782 then … … 14346 14344 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 14347 14345 -e 's:$: $lt_compiler_flag:'` 14348 (eval echo "\"\$as_me:1434 8: $lt_compile\"" >&5)14346 (eval echo "\"\$as_me:14346: $lt_compile\"" >&5) 14349 14347 (eval "$lt_compile" 2>conftest.err) 14350 14348 ac_status=$? 14351 14349 cat conftest.err >&5 14352 echo "$as_me:1435 2: \$? = $ac_status" >&514350 echo "$as_me:14350: \$? = $ac_status" >&5 14353 14351 if (exit $ac_status) && test -s "$ac_outfile"; then 14354 14352 # The compiler can only warn and ignore the option if not recognized … … 14450 14448 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 14451 14449 -e 's:$: $lt_compiler_flag:'` 14452 (eval echo "\"\$as_me:1445 2: $lt_compile\"" >&5)14450 (eval echo "\"\$as_me:14450: $lt_compile\"" >&5) 14453 14451 (eval "$lt_compile" 2>out/conftest.err) 14454 14452 ac_status=$? 14455 14453 cat out/conftest.err >&5 14456 echo "$as_me:1445 6: \$? = $ac_status" >&514454 echo "$as_me:14454: \$? = $ac_status" >&5 14457 14455 if (exit $ac_status) && test -s out/conftest2.$ac_objext 14458 14456 then … … 16657 16655 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 16658 16656 -e 's:$: $lt_compiler_flag:'` 16659 (eval echo "\"\$as_me:1665 9: $lt_compile\"" >&5)16657 (eval echo "\"\$as_me:16657: $lt_compile\"" >&5) 16660 16658 (eval "$lt_compile" 2>conftest.err) 16661 16659 ac_status=$? 16662 16660 cat conftest.err >&5 16663 echo "$as_me:1666 3: \$? = $ac_status" >&516661 echo "$as_me:16661: \$? = $ac_status" >&5 16664 16662 if (exit $ac_status) && test -s "$ac_outfile"; then 16665 16663 # The compiler can only warn and ignore the option if not recognized … … 16925 16923 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 16926 16924 -e 's:$: $lt_compiler_flag:'` 16927 (eval echo "\"\$as_me:1692 7: $lt_compile\"" >&5)16925 (eval echo "\"\$as_me:16925: $lt_compile\"" >&5) 16928 16926 (eval "$lt_compile" 2>conftest.err) 16929 16927 ac_status=$? 16930 16928 cat conftest.err >&5 16931 echo "$as_me:169 31: \$? = $ac_status" >&516929 echo "$as_me:16929: \$? = $ac_status" >&5 16932 16930 if (exit $ac_status) && test -s "$ac_outfile"; then 16933 16931 # The compiler can only warn and ignore the option if not recognized … … 17029 17027 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 17030 17028 -e 's:$: $lt_compiler_flag:'` 17031 (eval echo "\"\$as_me:170 31: $lt_compile\"" >&5)17029 (eval echo "\"\$as_me:17029: $lt_compile\"" >&5) 17032 17030 (eval "$lt_compile" 2>out/conftest.err) 17033 17031 ac_status=$? 17034 17032 cat out/conftest.err >&5 17035 echo "$as_me:1703 5: \$? = $ac_status" >&517033 echo "$as_me:17033: \$? = $ac_status" >&5 17036 17034 if (exit $ac_status) && test -s out/conftest2.$ac_objext 17037 17035 then … … 21239 21237 s,@EGREP@,$EGREP,;t t 21240 21238 s,@LN_S@,$LN_S,;t t 21241 s,@COIN_CC_IS_CL_TRUE@,$COIN_CC_IS_CL_TRUE,;t t21242 s,@COIN_CC_IS_CL_FALSE@,$COIN_CC_IS_CL_FALSE,;t t21243 21239 s,@CDEFS@,$CDEFS,;t t 21244 21240 s,@ADD_CFLAGS@,$ADD_CFLAGS,;t t … … 21253 21249 s,@EXEEXT@,$EXEEXT,;t t 21254 21250 s,@OBJEXT@,$OBJEXT,;t t 21251 s,@COIN_CC_IS_CL_TRUE@,$COIN_CC_IS_CL_TRUE,;t t 21252 s,@COIN_CC_IS_CL_FALSE@,$COIN_CC_IS_CL_FALSE,;t t 21255 21253 s,@MPICC@,$MPICC,;t t 21256 21254 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
Note: See TracChangeset
for help on using the changeset viewer.