Merge pull request #949 from antmak/build_centos7

Add compatibility with automake < 1.14
This commit is contained in:
Alexey Neyman 2018-04-29 10:59:35 -07:00 committed by GitHub
commit fa041df6fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -87,6 +87,8 @@ AC_CONFIG_HEADERS([config.h])
# Modern GCC/GDB releases require C++ support in the compiler
AC_PROG_CC
# Add for legacy reasons (automake < 1.14)
AM_PROG_CC_C_O
AC_PROG_CXX
AC_PROG_CPP
AC_PROG_LEX