aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorGravatar Holger Weiss <holger@zedat.fu-berlin.de> 2014-01-10 01:25:03 +0100
committerGravatar Holger Weiss <holger@zedat.fu-berlin.de> 2014-01-10 01:25:03 +0100
commit20b598da6ee238a608c17524c4483fea1b14a4fa (patch)
tree5cffdb53656d4ee6412e892dcae5ba414e04578b /configure.in
parent4ab4c8dd3243c0cedcfcde7d082d24efe7ffc438 (diff)
downloadmonitoring-plugins-20b598da6ee238a608c17524c4483fea1b14a4fa.tar.gz
configure.in: Call AC_CONFIG_HEADERS
AM_CONFIG_HEADER is deprecated.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 7e8c8102..a20ca876 100644
--- a/configure.in
+++ b/configure.in
@@ -6,7 +6,7 @@ AC_CONFIG_FILES([gl/Makefile
nagios-plugins.spec])
AC_CONFIG_AUX_DIR(build-aux)
AM_INIT_AUTOMAKE([1.8.3])
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADERS([config.h])
AC_CANONICAL_HOST
RELEASE=1