]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
[Bug 2458] AM_CONFIG_HEADER is obsolete
authorHarlan Stenn <stenn@ntp.org>
Wed, 7 Aug 2013 09:59:16 +0000 (05:59 -0400)
committerHarlan Stenn <stenn@ntp.org>
Wed, 7 Aug 2013 09:59:16 +0000 (05:59 -0400)
bk: 52021a74DXf0veeGK0sImJ8PDUtflQ

ChangeLog
configure.ac

index 8941c5c689b7187746114ac512d73127f48abedc..99962c1d7cbb80e265a3af9de4779ad9a564ceb6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,7 @@
   non HAVE_IO_COMPLETION_PORT platforms
 * [Bug 2453] Need a way to avoid calling mlockall. 
 * [Bug 2454] Need way to set file descriptor limit. 
+* [Bug 2458] AM_CONFIG_HEADER is obsolete.
 (4.2.7p380) 2013/08/03 Released by Harlan Stenn <stenn@ntp.org>
 * CID 984511: Some systems have different printf needs for sizeof.
 (4.2.7p379) 2013/08/02 Released by Harlan Stenn <stenn@ntp.org>
index 7f5c699af89cc84c9607e5c3008f53e670bee174..0d6b47e81ca8fd501ed18227e5e13c5db90c38cb 100644 (file)
@@ -54,7 +54,7 @@ dnl the 'build' machine is where we run configure and compile
 dnl the 'host' machine is where the resulting stuff runs.
 AC_DEFINE_UNQUOTED([STR_SYSTEM], ["$host"],
     [canonical system (cpu-vendor-os) of where we should run])
-AM_CONFIG_HEADER([config.h])
+AC_CONFIG_HEADERS([config.h])
 dnl AC_ARG_PROGRAM
 
 ntp_atom_ok=${ntp_atom_ok=no}