Changeset 988 for trunk/configure.ac
- Timestamp:
- Dec 14, 2009, 2:52:13 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r985 r988 242 242 PLPLOT_LIBS="-lplplotcxxd -lplplotd"; 243 243 AS_IF([test -n "$with_plplot" && test "x$with_plplot" != "xyes"], [ 244 YAT_LD_ADD_FLAG([PLPLOT_LDFLAGS], [ $with_plplot/libs])244 YAT_LD_ADD_FLAG([PLPLOT_LDFLAGS], [-L$with_plplot/libs]) 245 245 ]) 246 246 ]) … … 248 248 # `PREFIX/include/plplot' rather than `PREFIX/include' 249 249 AS_IF([test -n "$with_plplot" && test "x$with_plplot" != "xyes"], [ 250 YAT_CPP_ADD_FLAG([PLPLOT_CPPFLAGS], [ $with_plplot/include])250 YAT_CPP_ADD_FLAG([PLPLOT_CPPFLAGS], [-I$with_plplot/include]) 251 251 ]) 252 252 ]) … … 271 271 272 272 AS_IF([test "x$plplot_found" = "xyes"], [ 273 save_CPPFLAGS=$CPPFLAGS 274 CPPFLAGS="$PLPLOT_CPPFLAGS $CPPFLAGS" 273 275 save_LDFLAGS=$LDFLAGS 274 276 LDFLAGS="$PLPLOT_LDFLAGS $LDFLAGS" … … 285 287 ]) 286 288 # restore variable 289 CPPFLAGS=$save_CPPFLAGS 287 290 LDFLAGS=$save_LDFLAGS 288 291 LIBS=$save_LIBS
Note: See TracChangeset
for help on using the changeset viewer.