diff --git a/ChangeLog b/ChangeLog index a65386e..032eea8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2018-01-23 Bruno Haible + + Don't use an undocumented Autoconf macro. + * src/configure.ac: Use AC_CONFIG_HEADERS instead of AC_CONFIG_HEADER. + 2017-07-15 Bruno Haible Get rid of autom4te.cache directories (left over from autoconf). diff --git a/src/configure.ac b/src/configure.ac index 33f4983..b1139d8 100644 --- a/src/configure.ac +++ b/src/configure.ac @@ -1,6 +1,6 @@ dnl autoconf configuration for gperf/src -dnl Copyright (C) 1998, 2000, 2002-2003, 2007, 2009 Free Software Foundation, Inc. +dnl Copyright (C) 1998, 2000, 2002-2003, 2007, 2009, 2018 Free Software Foundation, Inc. dnl Written by Douglas C. Schmidt dnl and Bruno Haible . dnl @@ -21,7 +21,7 @@ dnl along with this program. If not, see . AC_PREREQ([2.60]) AC_INIT([main.cc]) -AC_CONFIG_HEADER([config.h]) +AC_CONFIG_HEADERS([config.h]) AC_PROG_MAKE_SET dnl dnl checks for programs