Changeset 1681 for ThirdParty/Glpk/trunk/configure
- Timestamp:
- Sep 13, 2010 3:37:47 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/Glpk/trunk/configure
r1669 r1681 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 ADDLIBS PCADDLIBS FADDLIBS ALWAYS_FALSE_TRUE ALWAYS_FALSE_FALSE have_svnversion GLPK_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 MPICC PKG_CONFIG ac_pt_PKG_CONFIG COIN_HAS_PKGCONFIG_TRUE COIN_HAS_PKGCONFIG_FALSE COIN_PKG_CONFIG_PATH COIN_PKG_CONFIG_PATH_UNINSTALLED 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 F77 FFLAGS ac_ct_F77 LIBTOOL ac_c_preproc_warn_flag ac_cxx_preproc_warn_flag RPATH_FLAGS LT_LDFLAGS glpkmajorver glpkminorver COIN_HAS_ZLIB_TRUE COIN_HAS_ZLIB_FALSE GLPKDIR 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 ADDLIBS PCADDLIBS FADDLIBS ALWAYS_FALSE_TRUE ALWAYS_FALSE_FALSE have_svnversion GLPK_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 MPICC PKG_CONFIG ac_pt_PKG_CONFIG COIN_HAS_PKGCONFIG_TRUE COIN_HAS_PKGCONFIG_FALSE COIN_PKG_CONFIG_PATH COIN_PKG_CONFIG_PATH_UNINSTALLED 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 F77 FFLAGS ac_ct_F77 LIBTOOL ac_c_preproc_warn_flag ac_cxx_preproc_warn_flag RPATH_FLAGS LT_LDFLAGS glpkmajorver glpkminorver COIN_HAS_ZLIB_TRUE COIN_HAS_ZLIB_FALSE GLPKDIR GLPK_PCLIBS LIBEXT VPATH_DISTCLEANFILES ABSBUILDDIR LIBOBJS LTLIBOBJS' 476 476 ac_subst_files='' 477 477 … … 1627 1627 fi 1628 1628 1629 # Set the project's SVN revision number 1629 # Set the project's SVN revision number. The complicated sed expression 1630 # (made worse by quadrigraphs) ensures that things like 4123:4168MS end up 1631 # as a single number. 1630 1632 # Extract the first word of "svnversion", so it can be a program name with args. 1631 1633 set dummy svnversion; ac_word=$2 … … 1666 1668 if test "x$have_svnversion" = xyes && test "xGlpk" != x; then 1667 1669 1668 GLPK_SVN_REV=`cd $srcdir/$coin_has_glpk ; svnversion` 1670 svn_rev_tmp=`cd $srcdir/$coin_has_glpk ; svnversion` 1671 GLPK_SVN_REV=`echo $svn_rev_tmp | sed -n -e 's/^[0-9]*://' -e 's/\([0-9]\)[^0-9]*$/\1/p'` 1669 1672 if test $GLPK_SVN_REV != exported; then 1670 1673 1671 1674 cat >>confdefs.h <<_ACEOF 1672 #define GLPK_SVN_REV "$GLPK_SVN_REV"1675 #define GLPK_SVN_REV $GLPK_SVN_REV 1673 1676 _ACEOF 1674 1677 … … 4987 4990 *-*-irix6*) 4988 4991 # Find out which ABI we are using. 4989 echo '#line 49 89"configure"' > conftest.$ac_ext4992 echo '#line 4992 "configure"' > conftest.$ac_ext 4990 4993 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4991 4994 (eval $ac_compile) 2>&5 … … 6586 6589 6587 6590 # Provide some information about the compiler. 6588 echo "$as_me:65 88:" \6591 echo "$as_me:6591:" \ 6589 6592 "checking for Fortran 77 compiler version" >&5 6590 6593 ac_compiler=`set X $ac_compile; echo $2` … … 7653 7656 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 7654 7657 -e 's:$: $lt_compiler_flag:'` 7655 (eval echo "\"\$as_me:765 5: $lt_compile\"" >&5)7658 (eval echo "\"\$as_me:7658: $lt_compile\"" >&5) 7656 7659 (eval "$lt_compile" 2>conftest.err) 7657 7660 ac_status=$? 7658 7661 cat conftest.err >&5 7659 echo "$as_me:76 59: \$? = $ac_status" >&57662 echo "$as_me:7662: \$? = $ac_status" >&5 7660 7663 if (exit $ac_status) && test -s "$ac_outfile"; then 7661 7664 # The compiler can only warn and ignore the option if not recognized … … 7921 7924 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 7922 7925 -e 's:$: $lt_compiler_flag:'` 7923 (eval echo "\"\$as_me:792 3: $lt_compile\"" >&5)7926 (eval echo "\"\$as_me:7926: $lt_compile\"" >&5) 7924 7927 (eval "$lt_compile" 2>conftest.err) 7925 7928 ac_status=$? 7926 7929 cat conftest.err >&5 7927 echo "$as_me:79 27: \$? = $ac_status" >&57930 echo "$as_me:7930: \$? = $ac_status" >&5 7928 7931 if (exit $ac_status) && test -s "$ac_outfile"; then 7929 7932 # The compiler can only warn and ignore the option if not recognized … … 8025 8028 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 8026 8029 -e 's:$: $lt_compiler_flag:'` 8027 (eval echo "\"\$as_me:80 27: $lt_compile\"" >&5)8030 (eval echo "\"\$as_me:8030: $lt_compile\"" >&5) 8028 8031 (eval "$lt_compile" 2>out/conftest.err) 8029 8032 ac_status=$? 8030 8033 cat out/conftest.err >&5 8031 echo "$as_me:803 1: \$? = $ac_status" >&58034 echo "$as_me:8034: \$? = $ac_status" >&5 8032 8035 if (exit $ac_status) && test -s out/conftest2.$ac_objext 8033 8036 then … … 10370 10373 lt_status=$lt_dlunknown 10371 10374 cat > conftest.$ac_ext <<EOF 10372 #line 1037 2"configure"10375 #line 10375 "configure" 10373 10376 #include "confdefs.h" 10374 10377 … … 10470 10473 lt_status=$lt_dlunknown 10471 10474 cat > conftest.$ac_ext <<EOF 10472 #line 1047 2"configure"10475 #line 10475 "configure" 10473 10476 #include "confdefs.h" 10474 10477 … … 12814 12817 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 12815 12818 -e 's:$: $lt_compiler_flag:'` 12816 (eval echo "\"\$as_me:1281 6: $lt_compile\"" >&5)12819 (eval echo "\"\$as_me:12819: $lt_compile\"" >&5) 12817 12820 (eval "$lt_compile" 2>conftest.err) 12818 12821 ac_status=$? 12819 12822 cat conftest.err >&5 12820 echo "$as_me:1282 0: \$? = $ac_status" >&512823 echo "$as_me:12823: \$? = $ac_status" >&5 12821 12824 if (exit $ac_status) && test -s "$ac_outfile"; then 12822 12825 # The compiler can only warn and ignore the option if not recognized … … 12918 12921 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 12919 12922 -e 's:$: $lt_compiler_flag:'` 12920 (eval echo "\"\$as_me:1292 0: $lt_compile\"" >&5)12923 (eval echo "\"\$as_me:12923: $lt_compile\"" >&5) 12921 12924 (eval "$lt_compile" 2>out/conftest.err) 12922 12925 ac_status=$? 12923 12926 cat out/conftest.err >&5 12924 echo "$as_me:1292 4: \$? = $ac_status" >&512927 echo "$as_me:12927: \$? = $ac_status" >&5 12925 12928 if (exit $ac_status) && test -s out/conftest2.$ac_objext 12926 12929 then … … 14488 14491 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 14489 14492 -e 's:$: $lt_compiler_flag:'` 14490 (eval echo "\"\$as_me:1449 0: $lt_compile\"" >&5)14493 (eval echo "\"\$as_me:14493: $lt_compile\"" >&5) 14491 14494 (eval "$lt_compile" 2>conftest.err) 14492 14495 ac_status=$? 14493 14496 cat conftest.err >&5 14494 echo "$as_me:1449 4: \$? = $ac_status" >&514497 echo "$as_me:14497: \$? = $ac_status" >&5 14495 14498 if (exit $ac_status) && test -s "$ac_outfile"; then 14496 14499 # The compiler can only warn and ignore the option if not recognized … … 14592 14595 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 14593 14596 -e 's:$: $lt_compiler_flag:'` 14594 (eval echo "\"\$as_me:1459 4: $lt_compile\"" >&5)14597 (eval echo "\"\$as_me:14597: $lt_compile\"" >&5) 14595 14598 (eval "$lt_compile" 2>out/conftest.err) 14596 14599 ac_status=$? 14597 14600 cat out/conftest.err >&5 14598 echo "$as_me:14 598: \$? = $ac_status" >&514601 echo "$as_me:14601: \$? = $ac_status" >&5 14599 14602 if (exit $ac_status) && test -s out/conftest2.$ac_objext 14600 14603 then … … 16799 16802 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 16800 16803 -e 's:$: $lt_compiler_flag:'` 16801 (eval echo "\"\$as_me:1680 1: $lt_compile\"" >&5)16804 (eval echo "\"\$as_me:16804: $lt_compile\"" >&5) 16802 16805 (eval "$lt_compile" 2>conftest.err) 16803 16806 ac_status=$? 16804 16807 cat conftest.err >&5 16805 echo "$as_me:1680 5: \$? = $ac_status" >&516808 echo "$as_me:16808: \$? = $ac_status" >&5 16806 16809 if (exit $ac_status) && test -s "$ac_outfile"; then 16807 16810 # The compiler can only warn and ignore the option if not recognized … … 17067 17070 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 17068 17071 -e 's:$: $lt_compiler_flag:'` 17069 (eval echo "\"\$as_me:170 69: $lt_compile\"" >&5)17072 (eval echo "\"\$as_me:17072: $lt_compile\"" >&5) 17070 17073 (eval "$lt_compile" 2>conftest.err) 17071 17074 ac_status=$? 17072 17075 cat conftest.err >&5 17073 echo "$as_me:1707 3: \$? = $ac_status" >&517076 echo "$as_me:17076: \$? = $ac_status" >&5 17074 17077 if (exit $ac_status) && test -s "$ac_outfile"; then 17075 17078 # The compiler can only warn and ignore the option if not recognized … … 17171 17174 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 17172 17175 -e 's:$: $lt_compiler_flag:'` 17173 (eval echo "\"\$as_me:1717 3: $lt_compile\"" >&5)17176 (eval echo "\"\$as_me:17176: $lt_compile\"" >&5) 17174 17177 (eval "$lt_compile" 2>out/conftest.err) 17175 17178 ac_status=$? 17176 17179 cat out/conftest.err >&5 17177 echo "$as_me:171 77: \$? = $ac_status" >&517180 echo "$as_me:17180: \$? = $ac_status" >&5 17178 17181 if (exit $ac_status) && test -s out/conftest2.$ac_objext 17179 17182 then … … 20095 20098 ########################################################################### 20096 20099 20097 ADDLIBS=20098 20099 20100 ac_ext=c 20100 20101 ac_cpp='$CPP $CPPFLAGS' … … 20345 20346 if test $ac_cv_lib_z_gzopen = yes; then 20346 20347 ADDLIBS="-lz $ADDLIBS" 20348 20349 GLPK_LIBS="-lz $GLPK_LIBS" 20350 GLPK_PCLIBS="-lz $GLPK_PCLIBS" 20351 20352 20347 20353 else 20348 20354 coin_has_zlib=no … … 20611 20617 _ACEOF 20612 20618 20613 ADDLIBS="-lgmp $ADDLIBS" 20619 GLPK_LIBS="-lgmp $GLPK_LIBS" 20620 GLPK_PCLIBS="-lgmp $GLPK_PCLIBS" 20614 20621 fi 20615 20622 fi … … 20962 20969 20963 20970 if test $enable_dl = yes; then 20964 ADDLIBS="-ldl $ADDLIBS" 20971 GLPK_LIBS="-ldl $GLPK_LIBS" 20972 GLPK_PCLIBS="-ldl $GLPK_PCLIBS" 20965 20973 fi 20966 20974 fi … … 21201 21209 21202 21210 if test $enable_dl = yes; then 21203 ADDLIBS="-lltdl $ADDLIBS" 21211 GLPK_LIBS="-lltdl $GLPK_LIBS" 21212 GLPK_PCLIBS="-lltdl $GLPK_PCLIBS" 21204 21213 fi 21205 21214 fi … … 22159 22168 22160 22169 ac_config_headers="$ac_config_headers config_glpk.h" 22170 22171 22161 22172 22162 22173 … … 23018 23029 s,@COIN_HAS_ZLIB_FALSE@,$COIN_HAS_ZLIB_FALSE,;t t 23019 23030 s,@GLPKDIR@,$GLPKDIR,;t t 23031 s,@GLPK_PCLIBS@,$GLPK_PCLIBS,;t t 23020 23032 s,@LIBEXT@,$LIBEXT,;t t 23021 23033 s,@VPATH_DISTCLEANFILES@,$VPATH_DISTCLEANFILES,;t t
Note: See TracChangeset
for help on using the changeset viewer.