]> git.ipfire.org Git - thirdparty/make.git/commit
[SV 63668] Use autoconf to detect the default C++ compiler
authorPaul Smith <psmith@gnu.org>
Sun, 5 Feb 2023 15:22:13 +0000 (10:22 -0500)
committerPaul Smith <psmith@gnu.org>
Sun, 5 Feb 2023 15:22:13 +0000 (10:22 -0500)
commitffa28f3914ff402b3915f75e4fed86ac6fb1449d
tree18be9779b3dc4cf14f5af89c07c0d471429ab5e9
parent8f03e69af009253d919a866110a28d78c61c3c26
[SV 63668] Use autoconf to detect the default C++ compiler

* configure.ac: Add AC_PROG_CXX to search for a C++ compiler.
(MAKE_CXX): Add the discovered compiler to config.h.
* src/default.c (default_variables): Use MAKE_CXX as the C++ compiler.
configure.ac
src/default.c