]> git.lyx.org Git - lyx.git/commit
Cleanup autoconf compiler support
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 13 Jan 2015 10:48:07 +0000 (11:48 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 13 Jan 2015 11:06:55 +0000 (12:06 +0100)
commitff42fea8ab70dc048bb28dc51120ae30309a3e81
tree9f73dcea7dd6a984d968828dd8be1a3977129a90
parent486c7cc0696416e7e09242269c64442afd5fda02
Cleanup autoconf compiler support

Get rid of some old useless compiler checking code

Do not touch CXXFLAGS and friends, only the AM_* version

Let the gcc-related options for latest known version be the default (assume they will still be fine in future versions)

Try to take clang in account in a better way (to be continued):
 * use proper option for C++11,
 * use -Wno-deprecated-register in this case because Qt has a lot of these
 * define version as being clang for internal testing (there is no real way to get the clang version)
config/lyxinclude.m4
configure.ac