Browse Source

configure.in: Call AC_CONFIG_HEADERS

AM_CONFIG_HEADER is deprecated.
Holger Weiss 12 years ago
parent
commit
20b598da6e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      configure.in

+ 1 - 1
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