Changeset 1585 for ThirdParty/Glpk/trunk
- Timestamp:
- Jun 19, 2010 2:01:19 PM (11 years ago)
- Location:
- ThirdParty/Glpk/trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/Glpk/trunk/Makefile.in
r1568 r1585 183 183 FFLAGS = @FFLAGS@ 184 184 GLPKDIR = @GLPKDIR@ 185 GLPK_SVN_REV = @GLPK_SVN_REV@ 185 186 HAVE_EXTERNALS_FALSE = @HAVE_EXTERNALS_FALSE@ 186 187 HAVE_EXTERNALS_TRUE = @HAVE_EXTERNALS_TRUE@ … … 220 221 VERSION = @VERSION@ 221 222 VPATH_DISTCLEANFILES = @VPATH_DISTCLEANFILES@ 222 _SVN_REV = @_SVN_REV@223 223 abs_bin_dir = @abs_bin_dir@ 224 224 abs_include_dir = @abs_include_dir@ -
ThirdParty/Glpk/trunk/config_glpk.h.in
r1548 r1585 9 9 /* Define to 1 if zlib is available */ 10 10 #undef COIN_HAS_ZLIB 11 12 /* SVN revision number of project */ 13 #undef GLPK_SVN_REV 14 15 /* Version number of project */ 16 #undef GLPK_VERSION 11 17 12 18 /* Define to 1 if dlfcn support is available */ … … 103 109 #undef VERSION 104 110 105 /* SVN revision number of project */106 #undef _SVN_REV107 108 /* Version number of project */109 #undef _VERSION110 111 111 /* Define to 1 if windows dll support is available */ 112 112 #undef __WOE__ -
ThirdParty/Glpk/trunk/configure
r1548 r1585 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 FADDLIBS ALWAYS_FALSE_TRUE ALWAYS_FALSE_FALSE have_svnversion _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 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 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 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' 476 476 ac_subst_files='' 477 477 … … 1608 1608 1609 1609 1610 #Set the project's version number 1611 if test "x" != x; then 1610 # We set the following variable so that we know later in AC_COIN_FINALIZE 1611 # that we are in a project main directory 1612 coin_projectdir=yes 1613 1614 # Set the project's version number 1615 if test "xGlpk" != x; then 1612 1616 1613 1617 cat >>confdefs.h <<_ACEOF 1614 #define _VERSION "$PACKAGE_VERSION"1618 #define GLPK_VERSION "$PACKAGE_VERSION" 1615 1619 _ACEOF 1616 1620 1617 1621 fi 1618 1622 1619 # Set the project's SVN revision number1623 # Set the project's SVN revision number 1620 1624 # Extract the first word of "svnversion", so it can be a program name with args. 1621 1625 set dummy svnversion; ac_word=$2 … … 1654 1658 fi 1655 1659 1656 if test "x$have_svnversion" = xyes && test "x " != x; then1657 1658 _SVN_REV=`cd $srcdir/$coin_has_; svnversion`1659 if test $ _SVN_REV != exported; then1660 if test "x$have_svnversion" = xyes && test "xGlpk" != x; then 1661 1662 GLPK_SVN_REV=`cd $srcdir/$coin_has_glpk ; svnversion` 1663 if test $GLPK_SVN_REV != exported; then 1660 1664 1661 1665 cat >>confdefs.h <<_ACEOF 1662 #define _SVN_REV "$_SVN_REV"1666 #define GLPK_SVN_REV "$GLPK_SVN_REV" 1663 1667 _ACEOF 1664 1668 … … 1666 1670 fi 1667 1671 1668 # We set the following variable so that we know later in AC_COIN_FINALIZE 1669 # that we are in a project main directory 1670 coin_projectdir=yes 1671 1672 # Check if a library version is set for libtool 1672 # Capture libtool library version, if given. 1673 1673 1674 1674 … … 2749 2749 ;; 2750 2750 *) 2751 coin_opt_cflags="-O3 -fomit-frame-pointer"2751 coin_opt_cflags="-O3" 2752 2752 coin_add_cflags="-pipe" 2753 2753 coin_dbg_cflags="-g" … … 22906 22906 s,@ALWAYS_FALSE_FALSE@,$ALWAYS_FALSE_FALSE,;t t 22907 22907 s,@have_svnversion@,$have_svnversion,;t t 22908 s,@ _SVN_REV@,$_SVN_REV,;t t22908 s,@GLPK_SVN_REV@,$GLPK_SVN_REV,;t t 22909 22909 s,@build@,$build,;t t 22910 22910 s,@build_cpu@,$build_cpu,;t t -
ThirdParty/Glpk/trunk/configure.ac
r1548 r1585 29 29 AC_PREFIX_DEFAULT([`pwd`]) 30 30 31 AC_COIN_PROJECTDIR_INIT 31 AC_COIN_PROJECTDIR_INIT(Glpk) 32 32 33 33 #############################################################################
Note: See TracChangeset
for help on using the changeset viewer.