Changeset 2323 for ThirdParty/SoPlex
- Timestamp:
- Jun 19, 2011 11:04:52 AM (10 years ago)
- Location:
- ThirdParty/SoPlex/stable/1.0
- Files:
-
- 4 edited
- 6 copied
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/SoPlex/stable/1.0
-
Property
svn:mergeinfo
set to
/ThirdParty/SoPlex/trunk merged eligible
-
Property
svn:mergeinfo
set to
-
ThirdParty/SoPlex/stable/1.0/Makefile.in
r2212 r2323 53 53 build_triplet = @build@ 54 54 host_triplet = @host@ 55 DIST_COMMON = $(am__configure_deps) $(srcdir)/../../config.guess \ 56 $(srcdir)/../../config.sub $(srcdir)/../../depcomp \ 57 $(srcdir)/../../install-sh $(srcdir)/../../ltmain.sh \ 58 $(srcdir)/../../missing $(srcdir)/BuildTools/Makemain.inc \ 55 DIST_COMMON = $(am__configure_deps) $(srcdir)/BuildTools/Makemain.inc \ 59 56 $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ 60 57 $(srcdir)/coinsoplex-uninstalled.pc.in \ 61 58 $(srcdir)/coinsoplex.pc.in $(srcdir)/config_soplex.h.in \ 62 $(thirdpartyinclude_HEADERS) $(top_srcdir)/configure 59 $(thirdpartyinclude_HEADERS) $(top_srcdir)/configure \ 60 config.guess config.sub depcomp install-sh ltmain.sh missing 63 61 @HAVE_EXTERNALS_TRUE@am__append_1 = Dependencies 64 62 @HAVE_EXTERNALS_TRUE@am__append_2 = .Dependencies-stamp … … 101 99 update.lo updatevector.lo vector.lo vsolve.lo gzstream.lo 102 100 libcoinsoplex_la_OBJECTS = $(am_libcoinsoplex_la_OBJECTS) 103 depcomp = $(SHELL) $(top_srcdir)/ ../../depcomp101 depcomp = $(SHELL) $(top_srcdir)/depcomp 104 102 am__depfiles_maybe = depfiles 105 103 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ … … 1167 1165 $(am__remove_distdir) 1168 1166 mkdir $(distdir) 1169 $(mkdir_p) $(distdir)/. $(distdir)/ ../.. $(distdir)/BuildTools $(distdir)/soplex/src1167 $(mkdir_p) $(distdir)/. $(distdir)/BuildTools $(distdir)/soplex/src 1170 1168 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ 1171 1169 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ -
ThirdParty/SoPlex/stable/1.0/configure
r2302 r2323 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.59 for ThirdPartySoplex trunk.3 # Generated by GNU Autoconf 2.59 for ThirdPartySoplex 1.0. 4 4 # 5 5 # Report bugs to <http://projects.coin-or.org/BuildTools/newticket>. … … 430 430 PACKAGE_NAME='ThirdPartySoplex' 431 431 PACKAGE_TARNAME='thirdpartysoplex' 432 PACKAGE_VERSION=' trunk'433 PACKAGE_STRING='ThirdPartySoplex trunk'432 PACKAGE_VERSION='1.0' 433 PACKAGE_STRING='ThirdPartySoplex 1.0' 434 434 PACKAGE_BUGREPORT='http://projects.coin-or.org/BuildTools/newticket' 435 435 … … 1006 1006 # This message is too long to be a string in the A/UX 3.1 sh. 1007 1007 cat <<_ACEOF 1008 \`configure' configures ThirdPartySoplex trunkto adapt to many kinds of systems.1008 \`configure' configures ThirdPartySoplex 1.0 to adapt to many kinds of systems. 1009 1009 1010 1010 Usage: $0 [OPTION]... [VAR=VALUE]... … … 1072 1072 if test -n "$ac_init_help"; then 1073 1073 case $ac_init_help in 1074 short | recursive ) echo "Configuration of ThirdPartySoplex trunk:";;1074 short | recursive ) echo "Configuration of ThirdPartySoplex 1.0:";; 1075 1075 esac 1076 1076 cat <<\_ACEOF … … 1242 1242 if $ac_init_version; then 1243 1243 cat <<\_ACEOF 1244 ThirdPartySoplex configure trunk1244 ThirdPartySoplex configure 1.0 1245 1245 generated by GNU Autoconf 2.59 1246 1246 … … 1262 1262 running configure, to aid debugging if configure makes a mistake. 1263 1263 1264 It was created by ThirdPartySoplex $as_me trunk, which was1264 It was created by ThirdPartySoplex $as_me 1.0, which was 1265 1265 generated by GNU Autoconf 2.59. Invocation command line was 1266 1266 … … 4825 4825 # Define the identity of the package. 4826 4826 PACKAGE='thirdpartysoplex' 4827 VERSION=' trunk'4827 VERSION='1.0' 4828 4828 4829 4829 … … 21535 21535 cat >&5 <<_CSEOF 21536 21536 21537 This file was extended by ThirdPartySoplex $as_me trunk, which was21537 This file was extended by ThirdPartySoplex $as_me 1.0, which was 21538 21538 generated by GNU Autoconf 2.59. Invocation command line was 21539 21539 … … 21598 21598 cat >>$CONFIG_STATUS <<_ACEOF 21599 21599 ac_cs_version="\\ 21600 ThirdPartySoplex config.status trunk21600 ThirdPartySoplex config.status 1.0 21601 21601 configured by $0, generated by GNU Autoconf 2.59, 21602 21602 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" -
ThirdParty/SoPlex/stable/1.0/configure.ac
r2212 r2323 11 11 AC_PREREQ(2.59) 12 12 13 AC_INIT([ThirdPartySoplex],[ trunk],[http://projects.coin-or.org/BuildTools/newticket])13 AC_INIT([ThirdPartySoplex],[1.0],[http://projects.coin-or.org/BuildTools/newticket]) 14 14 15 15 AC_COPYRIGHT([
Note: See TracChangeset
for help on using the changeset viewer.