From: Florian Forster Date: Tue, 16 Jul 2013 10:00:49 +0000 (+0200) Subject: configure.ac: Version 2.67 of autoconf is sufficient. X-Git-Tag: v1.0.1~3 X-Git-Url: https://git.octo.it/?p=statsd-tg.git;a=commitdiff_plain;h=0ee5345d9f7b8adafbd5a7e86fca86e0cac70d4d configure.ac: Version 2.67 of autoconf is sufficient. Also add the AM_PROG_CC_C_O macro for per-target CFLAGS. --- 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.