Add C++11 support to configure.ac

cpp
nirenjan 2022-08-03 21:44:33 -07:00
parent b822d3aed8
commit 3bea5e5e56
2 changed files with 1011 additions and 0 deletions

View File

@ -10,6 +10,8 @@ AM_INIT_AUTOMAKE([-Wall foreign subdir-objects])
AC_REQUIRE_AUX_FILE([tap-driver.sh])
AC_PROG_CC
AC_PROG_CC_STDC
AC_PROG_CXX
AX_CXX_COMPILE_STDCXX(11, noext, mandatory)
AC_PROG_AWK
AC_PROG_SED
AC_PROG_MKDIR_P

File diff suppressed because it is too large Load Diff