summaryrefslogtreecommitdiff
path: root/src/configure.ac
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2018-01-23 08:59:13 +0100
committerBruno Haible <bruno@clisp.org>2018-01-23 08:59:13 +0100
commit283b51086a8acf7c95a21760f9a0ca0dde0321ba (patch)
tree8ecff1416150aeafb7bea8c9cf1a07c6abbc63f6 /src/configure.ac
parent793a229bb5681a976c7380e6280b6cf3aba5fa7f (diff)
downloadgperf-283b51086a8acf7c95a21760f9a0ca0dde0321ba.tar.gz
Don't use an undocumented Autoconf macro.
Diffstat (limited to 'src/configure.ac')
-rw-r--r--src/configure.ac4
1 files changed, 2 insertions, 2 deletions
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 <schmidt@ics.uci.edu>
dnl and Bruno Haible <bruno@clisp.org>.
dnl
@@ -21,7 +21,7 @@ dnl along with this program. If not, see <http://www.gnu.org/licenses/>.
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