Closed rluzynski closed 5 years ago
This pull request introduces some minor changes:
-std=c++11
explicitly added),XML_CPPFLAGS
and XML_LIBS
calculated by the configure
script rather than running xml2-config
on every line executed by Makefile
.If you accept the please also rebase gtk3
against this master.
Looks good--b001830 is the new commit hash for it.
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
Initialize the configuration variables in configure.ac and rely on them in src/Makefile.am rather than recalculate them on every run of make.