From bdc4e6f675930e28bfcb373225ef8cb4a9e47340 Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Mon, 16 Dec 2013 02:33:24 +0000 Subject: Make reasonably recent autotools happy; remove gettext files --- configure.ac | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 2bef6fa..1086298 100644 --- a/configure.ac +++ b/configure.ac @@ -6,6 +6,7 @@ dnl Basic settings AC_GNU_SOURCE AM_CONFIG_HEADER(config.h) AM_PROG_LIBTOOL +AC_CONFIG_MACRO_DIR([m4]) dnl Set library version maj=$(echo ${VERSION} | cut -d. -f1) @@ -15,6 +16,7 @@ AC_SUBST(LIBVERSION) dnl checks for programs AC_PROG_CXX +AC_PROG_CC_C99 AM_PROG_CC_C_O AC_PROG_MAKE_SET AC_PROG_AWK @@ -47,6 +49,8 @@ fi dnl NLS support ALL_LINGUAS="de sv" AM_GNU_GETTEXT +AM_GNU_GETTEXT_VERSION(0.18.3) + dnl Additional glibc-intl checks if test "${USE_NLS}" = "yes" ; then if test "${USE_INCLUDED_LIBINTL}" = "yes" ; then -- cgit v1.2.3