Changeset 438
- Timestamp:
- Jul 30, 2007 1:04:53 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/coin.m4
r435 r438 3065 3065 # exists). 3066 3066 3067 if test x"$use_thirdpartyglpk" = =xbuild ; then3067 if test x"$use_thirdpartyglpk" = xbuild ; then 3068 3068 m4_toupper($1LIB)=`cd $coin_glpkobjdir; pwd`/libcoinglpk.la 3069 3069 AC_SUBST(m4_toupper($1LIB)) -
trunk/commit_new_release
r414 r438 72 72 echo '===> Running the autotools' 73 73 echo '' 74 curdir=`pwd` 74 75 cd $tmpbas 75 76 BuildTools/run_autotools 76 cd - >/dev/null77 cd "$curdir" 77 78 78 79 echo ''
Note: See TracChangeset
for help on using the changeset viewer.