projects
/
statsd-tg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7e0293
)
configure.ac: Version 2.67 of autoconf is sufficient.
author
Florian Forster
<octo@verplant.org>
Tue, 16 Jul 2013 10:00:49 +0000
(12:00 +0200)
committer
Florian 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
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
93f4cc0
..
20c4de0
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-1,4
+1,4
@@
-AC_PREREQ([2.6
8
])
+AC_PREREQ([2.6
7
])
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.