]> git.lyx.org Git - features.git/commit
Get full version of gcc
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 12 Jun 2019 18:17:55 +0000 (20:17 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 18 Jun 2020 13:48:33 +0000 (15:48 +0200)
commita15f2db0ff19b80680212dd64f7bd630a13b8b7f
treef7da4c2abda55f88f0739463cefc823cbda497e8
parent990acb72a404e713a35d9ed560397cdc46ad85b5
Get full version of gcc

Recent gcc versions return a short version with -dumpversion, e.g. 9.

In this case, use -dumpfullversion, which gives something like 9.1.0.

This makes the gcc 9 detection work properly.
config/lyxinclude.m4