summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Roberts <vieuxtech@gmail.com>2013-01-31 17:04:48 -0800
committerSam Roberts <vieuxtech@gmail.com>2013-01-31 17:04:48 -0800
commitf5d853f4f269849cb2d4155d7d7db902be3d1543 (patch)
treee825719f284ec1285742b23fb3a0ae0366108905
parentedb6ceb70eb2860879f528cd09bb40bd4d842886 (diff)
downloadlibnet-f5d853f4f269849cb2d4155d7d7db902be3d1543.tar.gz
Use +AC_CONFIG_HEADERS instead of AM_CONFIG_HEADER
Apparently, the AM variant is deprecated, and will stop working with suitably recent automake versions.
-rw-r--r--libnet/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libnet/configure.in b/libnet/configure.in
index 0a3edca..7f091e5 100644
--- a/libnet/configure.in
+++ b/libnet/configure.in
@@ -10,7 +10,7 @@ AC_CANONICAL_SYSTEM
AC_CONFIG_SRCDIR([src/libnet_build_ip.c])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE
-AM_CONFIG_HEADER([include/config.h])
+AC_CONFIG_HEADERS([include/config.h])
AM_MAINTAINER_MODE
dnl