configure.ac: Version 2.67 of autoconf is sufficient.
authorFlorian Forster <octo@verplant.org>
Tue, 16 Jul 2013 10:00:49 +0000 (12:00 +0200)
committerFlorian Forster <octo@verplant.org>
Tue, 16 Jul 2013 10:00:49 +0000 (12:00 +0200)
Also add the AM_PROG_CC_C_O macro for per-target CFLAGS.

configure.ac

index 93f4cc0..20c4de0 100644 (file)
@@ -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.