]> git.lyx.org Git - lyx.git/commit
Use C++11 by default when possible
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 31 Aug 2015 16:17:35 +0000 (18:17 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 7 Sep 2015 09:42:39 +0000 (11:42 +0200)
commit893ae612e4d9f47c8e774b8d9240f52721731542
treef21d61d7f8ab87917d1188c9c10165842ddaa4c4
parent211ac35314d661127c407635af880bcf1679ddba
Use C++11 by default when possible

Compiler that are known to support C++11 (gcc >= 4.3 and clang) are
now used in this mode by default. It is still possible to override
this choice using --(en|dis)able-cxx11.

Moreover, c++11 mode is detected from the compiler itself, not from
the use of --enable-cxx11. This allows to support compilers other
than gcc or clang.

Update INSTALL file accordingly and clean it a little bit.
INSTALL
config/lyxinclude.m4