summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0941c91)
raw | patch | inline | side by side (parent: 0941c91)
author | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Fri, 5 Aug 2016 16:21:39 +0000 (18:21 +0200) | ||
committer | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Fri, 5 Aug 2016 16:25:07 +0000 (18:25 +0200) |
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.
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 | patch | blob | history |
diff --git a/configure.ac b/configure.ac
index 5171dec85849ee1ca5116845c84e04026dc44cf7..2ac9c729f70482adf83a6c8ed84f0a3782443374 100644 (file)
--- a/configure.ac
+++ b/configure.ac
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)