Changeset 446
- Timestamp:
- Aug 2, 2007 8:41:18 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/coin.m4
r440 r446 3007 3007 # This macro will define the following variables for Glpk: 3008 3008 # coin_has_glpk true or false 3009 # GLPKLIB location of the glpk library at build time; this is 3010 # added to ADDLIBS 3009 # GLPKLIB link flags for GLPK (if user supplied) 3011 3010 # GLPKINCDIR location of glpk include files 3012 3011 # COIN_HAS_GLPK Preprocessor symbol, defined to 1 … … 3067 3066 3068 3067 if test x"$use_thirdpartyglpk" = xbuild ; then 3069 m4_toupper($1LIB)=`cd $coin_glpkobjdir; pwd`/libcoinglpk.la3070 AC_SUBST(m4_toupper($1LIB))3071 ADDLIBS="$m4_toupper($1LIB) $ADDLIBS"3072 3068 m4_toupper($1INCDIR)="$coin_glpksrcdir/glpk/include" 3073 3069 AC_SUBST(m4_toupper($1INCDIR))
Note: See TracChangeset
for help on using the changeset viewer.