aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2013-01-15 14:07:53 +0000
committerJeff Morriss <jeff.morriss.ws@gmail.com>2013-01-15 14:07:53 +0000
commit5e543a3e2840e6a90cd4e166aa98a2da05da80d6 (patch)
tree2236ad4cc09fcc256f59d515831c1ca1659cee94 /configure.ac
parent2233b34cf13b0279510183a0b39c282d08febe54 (diff)
From Hadriel Kaplan via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8202 :
AM_CONFIG_HEADER() is obsolete (and removed from automake 1.13 and later); use AC_CONFIG_HEADERS instead. svn path=/trunk/; revision=47091
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 7fc7a32a56..2d76a5f2d5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2135,7 +2135,7 @@ ifdef(_CUSTOM_AC_OUTPUT_,, define(_CUSTOM_AC_OUTPUT_, )) dnl
sinclude(asn1/Custom.m4) dnl
ifdef(_CUSTOM_ASN1_AC_OUTPUT_,, define(_CUSTOM_ASN1_AC_OUTPUT_, )) dnl
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADERS(config.h)
AC_OUTPUT(
Makefile
doxygen.cfg