-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Proper Autotools use for Boost library for gzip input
- Add a ./configure option --with-boost-iostreams (enabled by default) - Add a ./configure option --with-boost-include-path so the user can tell configure where to find the libraries if they are not in the default locations - Add an Automake option WITH_BOOST_IOSTREAMS that is true if the lib can be found (well, if the gzip.hpp file can be found) and use this to add the LDADD flags for the binaries that need it. This option is also used in the C++ code to switch between compiling with or without Boost::iostreams. - Print the version of the Boost library if Boost is used - In gendata.cpp keep the option open to read files when the library is not present. Unfortunately this does leave the code more ugly with a bunch of #ifdefs...
- Loading branch information
Showing
4 changed files
with
77 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters