summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMarko Lindqvist <cazfi74@gmail.com>2013-01-04 20:02:33 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2013-01-04 20:02:37 -0800
commit01238aa25c3bb1e0c909f63dd3bc97c48bd8bf6d (patch)
treea2fed9ae06f1521964b1cb9d11819d35a84807e6 /configure.ac
parent49d72ba286c1ddd99cf1e6477ee2b6af59007341 (diff)
downloadxorg-util-makedepend-01238aa25c3bb1e0c909f63dd3bc97c48bd8bf6d.tar.gz
Bug 59005 - makedepend: Build with automake-1.13 broken
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
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 eeff249..f577651 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ AC_INIT([makedepend], [1.0.4],
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg])
AM_INIT_AUTOMAKE([foreign dist-bzip2])
AM_MAINTAINER_MODE
-AM_CONFIG_HEADER([makedepend-config.h])
+AC_CONFIG_HEADERS([makedepend-config.h])
# Require X.Org macros 1.8 or later for MAN_SUBSTS set by XORG_MANPAGE_SECTIONS
m4_ifndef([XORG_MACROS_VERSION],