Fixed autogen.sh on CentOS 6.2

This commit is contained in:
Gunnar Beutner 2012-05-27 13:35:35 +02:00
parent 3fd4177ba0
commit 2f1383b4a8
1 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,7 @@
******************************************************************************/
AC_INIT([icinga2], [2.0])
AC_LANG(C++)
AC_SUBST([LIBRARY_VERSION], [2:0:0])
AC_CONFIG_AUX_DIR([config])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([1.11])
@ -44,6 +44,7 @@ DX_INIT_DOXYGEN([icinga], [Doxyfile], [doc])
AC_PROG_INSTALL
AC_PROG_CC
AC_PROG_CXX
AC_LANG_CPLUSPLUS
AC_PROG_LIBTOOL
AX_CXX_COMPILE_STDCXX_0X
AX_CXX_GCC_ABI_DEMANGLE