13 lines
455 B
Text
13 lines
455 B
Text
$NetBSD: patch-ab,v 1.1 2005/03/30 16:41:47 erh Exp $
|
|
|
|
--- apache-2.0/Makefile.in.orig 2004-12-24 05:18:10.000000000 -0600
|
|
+++ apache-2.0/Makefile.in 2005-03-29 15:05:10.000000000 -0600
|
|
@@ -20,6 +20,8 @@
|
|
# Apache2 settings, values guessed by Apache config and used to build it
|
|
# Will define libexecdir, LIBTOOL, etc
|
|
include @APACHE_CONFIG_VARS@
|
|
+top_builddir = ..
|
|
+LIBTOOL =
|
|
|
|
# Local settings ( overriding/appending to Apache's )
|
|
COMMON=../common
|