[nagios-plugins] configure.in: Call AC_CONFIG_HEADERS

Git Repository git at nagios-plugins.org
Fri Jan 10 01:30:10 CET 2014


 Module: nagios-plugins
 Branch: master
 Commit: 20b598da6ee238a608c17524c4483fea1b14a4fa
 Author: Holger Weiss <holger at zedat.fu-berlin.de>
   Date: Fri Jan 10 01:25:03 2014 +0100
    URL: https://www.nagios-plugins.org/repositories/nagios-plugins/commit/?id=20b598d

configure.in: Call AC_CONFIG_HEADERS

AM_CONFIG_HEADER is deprecated.

---

 configure.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.in b/configure.in
index 7e8c810..a20ca87 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




More information about the Commits mailing list