mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-05 10:48:03 -04:00
16 lines
404 B
Plaintext
16 lines
404 B
Plaintext
$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
|