1
0
Fork 0

Bundle autoconf ax_cxx_* macros

Users, who try to compile keep tripping over it, despite documentation
in the INSTALL file.  Also, autoconf-archive might be hard to install
for users, who opted not to use MSYS2 and stick to MinGW only.

This commit bundles macros:

AX_CXX_COMPILE_STDCXX (version/serial 10)
AX_CXX_COMPILE_STDCXX_11 (version/serial 18)
This commit is contained in:
Patryk Obara 2020-01-12 15:40:47 +01:00 committed by Patryk Obara
parent 2310498f79
commit a110153fff
5 changed files with 989 additions and 2 deletions

View file

@ -1,7 +1,7 @@
VARIABLES=(packages bits delim compiler)
TYPES=(gcc clang)
packages=(autoconf-archive zstd)
packages=(zstd)
delim="-"
compiler=""