blob: 44297e1befa3a61c7a11f9d369cb6f803f56d35c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-configure.in,v 1.1 2013/01/25 12:06:16 jperkin Exp $
* automake-1.13 compatability.
--- configure.in.orig 2006-07-11 11:47:44.000000000 +0000
+++ configure.in
@@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT(doxygen.h)
AM_INIT_AUTOMAKE(wbxml2, 0.9.0)
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADERS(config.h)
dnl Define common variables
|