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
|
@ -3,6 +3,7 @@ AC_INIT(dosbox,git)
|
|||
AC_DEFINE([CONF_BRAND],["staging-git"],[Suffix of the .conf file.])
|
||||
AC_PREREQ(2.50)
|
||||
AC_CONFIG_SRCDIR(README)
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
|
||||
dnl Check for pkg-config
|
||||
PKG_PROG_PKG_CONFIG
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue