Changeset 1880 for ThirdParty/ASL
- Timestamp:
- Nov 28, 2010 3:44:34 PM (10 years ago)
- Location:
- ThirdParty/ASL/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/ASL/trunk/Makefile.in
r1872 r1880 124 124 CDEFS = @CDEFS@ 125 125 CFLAGS = @CFLAGS@ 126 COIN_CC_IS_CL_FALSE = @COIN_CC_IS_CL_FALSE@ 127 COIN_CC_IS_CL_TRUE = @COIN_CC_IS_CL_TRUE@ 126 128 COIN_HAS_PKGCONFIG_FALSE = @COIN_HAS_PKGCONFIG_FALSE@ 127 129 COIN_HAS_PKGCONFIG_TRUE = @COIN_HAS_PKGCONFIG_TRUE@ -
ThirdParty/ASL/trunk/configure
r1872 r1880 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 ADDLIBS PCADDLIBS FADDLIBS ALWAYS_FALSE_TRUE ALWAYS_FALSE_FALSE have_svnversion ASL_SVN_REV EGREP LN_S C DEFS ADD_CFLAGS DBG_CFLAGS OPT_CFLAGS sol_cc_compiler CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT 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 MSVC_COMPILE_TRUE MSVC_COMPILE_FALSE 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 ADDLIBS PCADDLIBS FADDLIBS ALWAYS_FALSE_TRUE ALWAYS_FALSE_FALSE have_svnversion ASL_SVN_REV EGREP LN_S 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 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 MSVC_COMPILE_TRUE MSVC_COMPILE_FALSE ASL_PCLIBS LIBEXT VPATH_DISTCLEANFILES ABSBUILDDIR LIBOBJS LTLIBOBJS' 476 476 ac_subst_files='' 477 477 … … 1954 1954 fi 1955 1955 1956 # add automake conditional so we can recognize cl compiler in makefile 1957 coin_cc_is_cl=false 1958 if test x"$CXX" != x; then 1959 case "$CXX" in 1960 cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*) 1961 coin_cc_is_cl=true 1962 ;; 1963 esac 1964 fi 1965 1966 1967 if test $coin_cc_is_cl = true; then 1968 COIN_CC_IS_CL_TRUE= 1969 COIN_CC_IS_CL_FALSE='#' 1970 else 1971 COIN_CC_IS_CL_TRUE='#' 1972 COIN_CC_IS_CL_FALSE= 1973 fi 1974 1975 1956 1976 1957 1977 … … 4810 4830 *-*-irix6*) 4811 4831 # Find out which ABI we are using. 4812 echo '#line 48 12 "configure"' > conftest.$ac_ext4832 echo '#line 4832 "configure"' > conftest.$ac_ext 4813 4833 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4814 4834 (eval $ac_compile) 2>&5 … … 6409 6429 6410 6430 # Provide some information about the compiler. 6411 echo "$as_me:64 11:" \6431 echo "$as_me:6431:" \ 6412 6432 "checking for Fortran 77 compiler version" >&5 6413 6433 ac_compiler=`set X $ac_compile; echo $2` … … 7476 7496 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 7477 7497 -e 's:$: $lt_compiler_flag:'` 7478 (eval echo "\"\$as_me:74 78: $lt_compile\"" >&5)7498 (eval echo "\"\$as_me:7498: $lt_compile\"" >&5) 7479 7499 (eval "$lt_compile" 2>conftest.err) 7480 7500 ac_status=$? 7481 7501 cat conftest.err >&5 7482 echo "$as_me:7 482: \$? = $ac_status" >&57502 echo "$as_me:7502: \$? = $ac_status" >&5 7483 7503 if (exit $ac_status) && test -s "$ac_outfile"; then 7484 7504 # The compiler can only warn and ignore the option if not recognized … … 7744 7764 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 7745 7765 -e 's:$: $lt_compiler_flag:'` 7746 (eval echo "\"\$as_me:77 46: $lt_compile\"" >&5)7766 (eval echo "\"\$as_me:7766: $lt_compile\"" >&5) 7747 7767 (eval "$lt_compile" 2>conftest.err) 7748 7768 ac_status=$? 7749 7769 cat conftest.err >&5 7750 echo "$as_me:77 50: \$? = $ac_status" >&57770 echo "$as_me:7770: \$? = $ac_status" >&5 7751 7771 if (exit $ac_status) && test -s "$ac_outfile"; then 7752 7772 # The compiler can only warn and ignore the option if not recognized … … 7848 7868 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 7849 7869 -e 's:$: $lt_compiler_flag:'` 7850 (eval echo "\"\$as_me:78 50: $lt_compile\"" >&5)7870 (eval echo "\"\$as_me:7870: $lt_compile\"" >&5) 7851 7871 (eval "$lt_compile" 2>out/conftest.err) 7852 7872 ac_status=$? 7853 7873 cat out/conftest.err >&5 7854 echo "$as_me:78 54: \$? = $ac_status" >&57874 echo "$as_me:7874: \$? = $ac_status" >&5 7855 7875 if (exit $ac_status) && test -s out/conftest2.$ac_objext 7856 7876 then … … 10193 10213 lt_status=$lt_dlunknown 10194 10214 cat > conftest.$ac_ext <<EOF 10195 #line 10 195 "configure"10215 #line 10215 "configure" 10196 10216 #include "confdefs.h" 10197 10217 … … 10293 10313 lt_status=$lt_dlunknown 10294 10314 cat > conftest.$ac_ext <<EOF 10295 #line 10 295 "configure"10315 #line 10315 "configure" 10296 10316 #include "confdefs.h" 10297 10317 … … 12637 12657 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 12638 12658 -e 's:$: $lt_compiler_flag:'` 12639 (eval echo "\"\$as_me:126 39: $lt_compile\"" >&5)12659 (eval echo "\"\$as_me:12659: $lt_compile\"" >&5) 12640 12660 (eval "$lt_compile" 2>conftest.err) 12641 12661 ac_status=$? 12642 12662 cat conftest.err >&5 12643 echo "$as_me:126 43: \$? = $ac_status" >&512663 echo "$as_me:12663: \$? = $ac_status" >&5 12644 12664 if (exit $ac_status) && test -s "$ac_outfile"; then 12645 12665 # The compiler can only warn and ignore the option if not recognized … … 12741 12761 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 12742 12762 -e 's:$: $lt_compiler_flag:'` 12743 (eval echo "\"\$as_me:127 43: $lt_compile\"" >&5)12763 (eval echo "\"\$as_me:12763: $lt_compile\"" >&5) 12744 12764 (eval "$lt_compile" 2>out/conftest.err) 12745 12765 ac_status=$? 12746 12766 cat out/conftest.err >&5 12747 echo "$as_me:127 47: \$? = $ac_status" >&512767 echo "$as_me:12767: \$? = $ac_status" >&5 12748 12768 if (exit $ac_status) && test -s out/conftest2.$ac_objext 12749 12769 then … … 14311 14331 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 14312 14332 -e 's:$: $lt_compiler_flag:'` 14313 (eval echo "\"\$as_me:143 13: $lt_compile\"" >&5)14333 (eval echo "\"\$as_me:14333: $lt_compile\"" >&5) 14314 14334 (eval "$lt_compile" 2>conftest.err) 14315 14335 ac_status=$? 14316 14336 cat conftest.err >&5 14317 echo "$as_me:143 17: \$? = $ac_status" >&514337 echo "$as_me:14337: \$? = $ac_status" >&5 14318 14338 if (exit $ac_status) && test -s "$ac_outfile"; then 14319 14339 # The compiler can only warn and ignore the option if not recognized … … 14415 14435 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 14416 14436 -e 's:$: $lt_compiler_flag:'` 14417 (eval echo "\"\$as_me:144 17: $lt_compile\"" >&5)14437 (eval echo "\"\$as_me:14437: $lt_compile\"" >&5) 14418 14438 (eval "$lt_compile" 2>out/conftest.err) 14419 14439 ac_status=$? 14420 14440 cat out/conftest.err >&5 14421 echo "$as_me:144 21: \$? = $ac_status" >&514441 echo "$as_me:14441: \$? = $ac_status" >&5 14422 14442 if (exit $ac_status) && test -s out/conftest2.$ac_objext 14423 14443 then … … 16622 16642 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 16623 16643 -e 's:$: $lt_compiler_flag:'` 16624 (eval echo "\"\$as_me:166 24: $lt_compile\"" >&5)16644 (eval echo "\"\$as_me:16644: $lt_compile\"" >&5) 16625 16645 (eval "$lt_compile" 2>conftest.err) 16626 16646 ac_status=$? 16627 16647 cat conftest.err >&5 16628 echo "$as_me:166 28: \$? = $ac_status" >&516648 echo "$as_me:16648: \$? = $ac_status" >&5 16629 16649 if (exit $ac_status) && test -s "$ac_outfile"; then 16630 16650 # The compiler can only warn and ignore the option if not recognized … … 16890 16910 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 16891 16911 -e 's:$: $lt_compiler_flag:'` 16892 (eval echo "\"\$as_me:16 892: $lt_compile\"" >&5)16912 (eval echo "\"\$as_me:16912: $lt_compile\"" >&5) 16893 16913 (eval "$lt_compile" 2>conftest.err) 16894 16914 ac_status=$? 16895 16915 cat conftest.err >&5 16896 echo "$as_me:16 896: \$? = $ac_status" >&516916 echo "$as_me:16916: \$? = $ac_status" >&5 16897 16917 if (exit $ac_status) && test -s "$ac_outfile"; then 16898 16918 # The compiler can only warn and ignore the option if not recognized … … 16994 17014 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 16995 17015 -e 's:$: $lt_compiler_flag:'` 16996 (eval echo "\"\$as_me:1 6996: $lt_compile\"" >&5)17016 (eval echo "\"\$as_me:17016: $lt_compile\"" >&5) 16997 17017 (eval "$lt_compile" 2>out/conftest.err) 16998 17018 ac_status=$? 16999 17019 cat out/conftest.err >&5 17000 echo "$as_me:170 00: \$? = $ac_status" >&517020 echo "$as_me:17020: \$? = $ac_status" >&5 17001 17021 if (exit $ac_status) && test -s out/conftest2.$ac_objext 17002 17022 then … … 20346 20366 ASL_LIBS="-lm $ASL_LIBS" 20347 20367 ASL_PCLIBS="-lm $ASL_PCLIBS" 20368 ASL_LIBS_INSTALLED="-lm $ASL_LIBS_INSTALLED" 20348 20369 20349 20370 ;; … … 20547 20568 Usually this means the macro was only invoked conditionally." >&5 20548 20569 echo "$as_me: error: conditional \"ALWAYS_FALSE\" was never defined. 20570 Usually this means the macro was only invoked conditionally." >&2;} 20571 { (exit 1); exit 1; }; } 20572 fi 20573 if test -z "${COIN_CC_IS_CL_TRUE}" && test -z "${COIN_CC_IS_CL_FALSE}"; then 20574 { { echo "$as_me:$LINENO: error: conditional \"COIN_CC_IS_CL\" was never defined. 20575 Usually this means the macro was only invoked conditionally." >&5 20576 echo "$as_me: error: conditional \"COIN_CC_IS_CL\" was never defined. 20549 20577 Usually this means the macro was only invoked conditionally." >&2;} 20550 20578 { (exit 1); exit 1; }; } … … 21141 21169 s,@EGREP@,$EGREP,;t t 21142 21170 s,@LN_S@,$LN_S,;t t 21171 s,@COIN_CC_IS_CL_TRUE@,$COIN_CC_IS_CL_TRUE,;t t 21172 s,@COIN_CC_IS_CL_FALSE@,$COIN_CC_IS_CL_FALSE,;t t 21143 21173 s,@CDEFS@,$CDEFS,;t t 21144 21174 s,@ADD_CFLAGS@,$ADD_CFLAGS,;t t
Note: See TracChangeset
for help on using the changeset viewer.