From 275c43ec559ac2face51e7702880b5744607e089 Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Fri, 5 Aug 2016 18:21:39 +0200 Subject: [PATCH] Bump autoconf requirement to 2.60 Since ae63479 we use AC_PROG_CC_C99 which was introduced in autoconf 2.60. Unfortunately this means you can't build from git anymore on RHEL5, but so be it. Building from tarball of course still works. --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 5171dec8..2ac9c729 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,5 @@ dnl Process this file with autoconf to produce a configure script. +AC_PREREQ([2.60]) AC_INIT([collectd],[m4_esyscmd(./version-gen.sh)]) AC_CONFIG_SRCDIR(src/target_set.c) AC_CONFIG_HEADERS(src/config.h) -- 2.11.0