Changeset 1331
- Timestamp:
- Jul 16, 2009 12:00:50 PM (12 years ago)
- Location:
- stable/0.5
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
stable/0.5/coin.m4
r1272 r1331 294 294 AC_SUBST(ADDLIBS) 295 295 296 # As backup, we make sure we don't loose an FLIBS if it has been set 297 # by the user 298 save_FLIBS="$FLIBS" 299 296 300 # Initialize the FADDLIBS variable (which is to be used with a fortran 297 301 # compiler and will not include FLIBS) … … 1359 1363 AC_LANG_PUSH([Fortran 77]) 1360 1364 1361 save_FLIBS="$FLIBS"1362 1363 1365 AC_F77_WRAPPERS 1364 1366 1367 # If FLIBS has been set by the user, we just restore its value here 1365 1368 if test x"$save_FLIBS" != x; then 1366 1369 FLIBS="$save_FLIBS" … … 1372 1375 case $flag in 1373 1376 -lcrt*.o) ;; 1377 -lcygwin) ;; 1374 1378 *) my_flibs="$my_flibs $flag" ;; 1375 1379 esac … … 3319 3323 m4_tolower(coin_has_$1)=true 3320 3324 m4_tolower($1_libcheck)=no 3325 m4_toupper($1OBJDIR)=`cd $coin_glpkobjdir; pwd` 3326 AC_SUBST(m4_toupper($1OBJDIR)) 3321 3327 AC_MSG_NOTICE([Using $1 in ThirdParty/Glpk]) 3322 3328 fi
Note: See TracChangeset
for help on using the changeset viewer.