blob: be6f1cfd51cffc49d5d2c9f8d0e8b9b5b1860e79 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-configure.ac,v 1.1 2013/01/26 22:59:08 wiz Exp $
automake-1.13 compat.
--- configure.ac.orig 2011-10-04 13:43:59.000000000 +0000
+++ configure.ac
@@ -1,7 +1,7 @@
# Process this file with autoconf to produce a configure script.
AC_INIT(src/lrdf.c)
AC_CONFIG_MACRO_DIR([m4])
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADERS(config.h)
AM_INIT_AUTOMAKE(liblrdf, 0.5.0)
LRDF_LIBTOOL_VERSION=2:0:0
|