summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2018-01-23 09:07:26 +0100
committerAndreas Gruenbacher <agruen@gnu.org>2018-01-23 10:40:56 +0100
commit5bf48c87caa9b899fcd1ca7509ef514a7f71a482 (patch)
treecd2fa5381219dd59dfefba29f0c8d4ec749cadf2
parent00947f4111fbb388852e0626ba7bd1aef5d53cd9 (diff)
downloadpatch-5bf48c87caa9b899fcd1ca7509ef514a7f71a482.tar.gz
Don't use an undocumented Autoconf macro
* configure.ac: Use AC_CONFIG_HEADERS instead of AC_CONFIG_HEADER.
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index f8c5fb4..970e6eb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
-# Copyright (C) 1993, 1997-1999, 2002-2003, 2006, 2009, 2011-2012 Free Software
-# Foundation, Inc.
+# Copyright (C) 1993, 1997-1999, 2002-2003, 2006, 2009, 2011-2013, 2015, 2018
+# Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -36,7 +36,7 @@ AM_CONDITIONAL([ALPHA_VERSION],
AM_INIT_AUTOMAKE([1.11.2 -Wall gnu dist-bzip2 dist-xz color-tests parallel-tests])
AM_SILENT_RULES([yes])
-AC_CONFIG_HEADER([config.h:config.hin])
+AC_CONFIG_HEADERS([config.h:config.hin])
AC_PROG_CC
AC_PROG_CC_STDC