postiffm / bibledit-desktop

Desktop version of Bibledit
GNU General Public License v3.0
4 stars 6 forks source link

Config: Detect C++11 compiler and libxml2 libraries more correctly. #101

Closed rluzynski closed 5 years ago

rluzynski commented 5 years ago

Initialize the configuration variables in configure.ac and rely on them in src/Makefile.am rather than recalculate them on every run of make.

rluzynski commented 5 years ago

This pull request introduces some minor changes:

If you accept the please also rebase gtk3 against this master.

postiffm commented 5 years ago

Looks good--b001830 is the new commit hash for it.

postiffm commented 5 years ago

Sometimes I wonder if there is a way to, when compiling, not show all the -I arguments on the command line. like: g++ file.cpp -o file.o