Opened 14 years ago
Closed 14 years ago
#401 closed task (fixed)
overhaul of configure.ac
Reported by: | Peter Johansson | Owned by: | Peter Johansson |
---|---|---|---|
Priority: | minor | Milestone: | svndigest 0.8 |
Component: | build | Version: | trunk |
Keywords: | Cc: |
Description
The current methods with *FLAGS is messy. Look at yat how to use APR macro.
The replacing gnuplot branch has modified configure.ac somewhat so wait with these changes until that branch has been merged.
Change History (6)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Status: | new → assigned |
---|
comment:3 Changed 14 years ago by
comment:4 Changed 14 years ago by
(In [888]) message should have been
Do not call pkg-config if it is not available, but just fail. Splitting plplot flags into libs ldflags and cppflags. Adding configure option --with-plplot.
comment:5 Changed 14 years ago by
(In [901]) refs #401 fixes #408
Modifications of detection of plplot;
- detection of plplot will not fail due to absent pkg-config
- if pkg-config is available and it finds pc file for plplot, then we use it to retrieve compiler/linker flags, otherwise we guess.
- new AC_DEFINE(HAVE_PLPLOT)
- configure now accepts --without-plplot (or --with-plplot=no) and tests are skipped (following build will currently not work)
- added a test linking against plplot library
comment:6 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Replying to peter:
Thanks.