summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon TURNEY <jon.turney@dronecode.org.uk>2013-06-15 12:04:49 +0100
committerJon TURNEY <jon.turney@dronecode.org.uk>2013-06-15 12:37:09 +0100
commiteb64eaf142ebbcd0b6b37d95d40cd0a5eb1bb5f1 (patch)
treecef784e1dc742e0ce3db6521573c8e1e12cf042a
parentb2aaeb911d3fbd305f228abd4d9ec824dc3d5844 (diff)
Replace obsolete AM_CONFIG_HEADER with AC_CONFIG_HEADERS
AM_CONFIG_HEADER is obsolete in automake-1.13, replace with AC_CONFIG_HEADERS configure.ac:10: error: 'AM_CONFIG_HEADER': this macro is obsolete. You should use the 'AC_CONFIG_HEADERS' macro instead.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f451a42..abeed74 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,7 +7,7 @@ AC_CANONICAL_HOST
AM_INIT_AUTOMAKE([foreign dist-bzip2])
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADERS([config.h])
dnl Checks for programs.
AC_PROG_CC