From 0ee5345d9f7b8adafbd5a7e86fca86e0cac70d4d Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Tue, 16 Jul 2013 12:00:49 +0200 Subject: [PATCH] configure.ac: Version 2.67 of autoconf is sufficient. Also add the AM_PROG_CC_C_O macro for per-target CFLAGS. --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 93f4cc0..20c4de0 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_PREREQ([2.68]) +AC_PREREQ([2.67]) AC_INIT([statsd-tg], [1.0.0], [ff@octo.it]) AC_CONFIG_SRCDIR([src/statsd-tg.c]) AC_CONFIG_HEADERS([src/config.h]) @@ -11,6 +11,7 @@ AC_DEFINE([_XOPEN_SOURCE], [500], [Request XOpen issue 5]) # Checks for programs. AC_PROG_CC +AM_PROG_CC_C_O # Checks for libraries. -- 2.11.0