summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNuno Araujo <nuno.araujo@russo79.com>2013-01-19 00:22:52 +0100
committerOlivier CrĂȘte <olivier.crete@collabora.com>2013-06-24 18:32:23 -0400
commitc4998d07d4420590d31457e728069def4a7035c9 (patch)
treecf90ff20d794beba9574ef3311d6d6e0975f8200
parentb0c979055339cf83f0485f545e6740ea7524ae4b (diff)
downloadgupnp-igd-c4998d07d4420590d31457e728069def4a7035c9.tar.gz
build: add support for automake-1.13
In Automake 1.13, the long-deprecated macro AM_CONFIG_HEADER (deprecated since 2002) has been removed in favour of AC_CONFIG_HEADERS.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 3178e84..3f0cd84 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ AC_PREREQ(2.53)
AC_INIT(gupnp-igd, 0.2.2, http://www.gupnp.org/)
AM_INIT_AUTOMAKE()
AC_CONFIG_SRCDIR(libgupnp-igd/gupnp-simple-igd.h)
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADERS(config.h)
AC_CONFIG_MACRO_DIR([m4])
AC_ISC_POSIX