From: Harlan Stenn Date: Wed, 7 Aug 2013 09:59:16 +0000 (-0400) Subject: [Bug 2458] AM_CONFIG_HEADER is obsolete X-Git-Tag: NTP_4_2_7P381~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eaa4add554842365647cb7e3f85162a811a92d65;p=thirdparty%2Fntp.git [Bug 2458] AM_CONFIG_HEADER is obsolete bk: 52021a74DXf0veeGK0sImJ8PDUtflQ --- diff --git a/ChangeLog b/ChangeLog index 8941c5c68..99962c1d7 100644 --- 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 * CID 984511: Some systems have different printf needs for sizeof. (4.2.7p379) 2013/08/02 Released by Harlan Stenn diff --git a/configure.ac b/configure.ac index 7f5c699af..0d6b47e81 100644 --- a/configure.ac +++ b/configure.ac @@ -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}