summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKerrick Staley <bugs@kerrickstaley.com>2012-12-30 23:19:05 +0000
committerTim-Philipp Müller <tim@centricular.net>2012-12-30 23:19:05 +0000
commit6438cbc2b140e7531dd3f486ee09604573a76d57 (patch)
tree47739641cde896b4696f7229deac04323ff78221
parentda3a5a5b2af498a2bc7f60814455088ade1049e1 (diff)
configure: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
AM_CONFIG_HEADER has been removed in the just-released automake 1.13: https://lists.gnu.org/archive/html/automake/2012-12/msg00038.html https://bugzilla.gnome.org/show_bug.cgi?id=690881
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 2186352..e211238 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@ dnl can autoconf find the source ?
AC_CONFIG_SRCDIR([gnl/gnl.c])
dnl define the output header for config
-AM_CONFIG_HEADER([config.h])
+AC_CONFIG_HEADERS([config.h])
dnl AM_MAINTAINER_MODE only provides the option to configure to enable it
AM_MAINTAINER_MODE([enable])