f6b0d765bb
some highlighted changes: * Fixes minor /tmp race condition bug. * Integrated Interix support; no longer requires pkgsrc hackery. * shlibtool is a wrapper using the (now working) "--tag=disable-static". * Several other bugs fixed, removing some pkgsrc-local changes.
13 lines
434 B
Text
13 lines
434 B
Text
$NetBSD: patch-aa,v 1.35 2006/01/30 22:19:56 tv Exp $
|
|
|
|
--- Makefile.in.orig 2005-12-18 17:13:48.000000000 -0500
|
|
+++ Makefile.in
|
|
@@ -220,7 +220,7 @@ target_alias = @target_alias@
|
|
top_builddir = @top_builddir@
|
|
top_srcdir = @top_srcdir@
|
|
AUTOMAKE_OPTIONS = 1.3e gnu
|
|
-BUILD_SUBDIRS = . libltdl doc tests
|
|
+BUILD_SUBDIRS = . libltdl tests
|
|
SUBDIRS = $(BUILD_SUBDIRS)
|
|
DIST_SUBDIRS = $(BUILD_SUBDIRS) $(CONF_SUBDIRS)
|
|
CPPLAGS = @CPPFLAGS@
|