1dd15d1ebf
for all autoconf definitions that pollute namespace. Additionally, I've prepared a distribution patch from FreeBSD ports which fixes many memory leaks (see comment in patch). PKGREVISION++
14 lines
413 B
Text
14 lines
413 B
Text
$NetBSD: patch-ab,v 1.1 2008/11/08 13:47:11 bjs Exp $
|
|
|
|
Add directive for stub config.h as per patch-a[ac].
|
|
|
|
--- configure.in.orig 2007-04-04 22:22:28.000000000 -0400
|
|
+++ configure.in
|
|
@@ -6,6 +6,7 @@ AC_CONFIG_SRCDIR([lib/mhash.c])
|
|
AM_INIT_AUTOMAKE
|
|
|
|
AC_DEFINE([MHASH_VERSION], PROGRAM_VERSION, "MHash Version")
|
|
+AC_CONFIG_HEADER([include/mutils/config.h])
|
|
AC_CONFIG_HEADER([include/mutils/mhash_config.h])
|
|
|
|
|