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:
parent
2310498f79
commit
a110153fff
5 changed files with 989 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
VARIABLES=(packages bits delim compiler)
|
||||
TYPES=(gcc clang)
|
||||
|
||||
packages=(autoconf-archive zstd)
|
||||
packages=(zstd)
|
||||
delim="-"
|
||||
compiler=""
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue