blob: f3a8c2b30ab94f9f6c9c099f516f1e893f4f708a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
$NetBSD: patch-ad,v 1.4 2005/02/18 22:12:46 jlam Exp $
--- configure.orig 2005-01-04 19:57:18.000000000 -0500
+++ configure
@@ -19568,7 +19568,7 @@ echo "$as_me: error: courierauthconfig n
fi
$COURIERAUTHCONFIG --configfiles >conftest || exit 1
sed 's/^/auth/' <conftest >conftest2
-. conftest2
+. ./conftest2
if test ! -x $authsbindir/courierlogger$EXEEXT
then
{ { echo "$as_me:$LINENO: error: authlib configuration error - $authsbindir/courierlogger$EXEEXT not found" >&5
@@ -20376,9 +20376,6 @@ else
ac_configure_args="$ac_configure_args --with-authchangepwdir=/var/tmp/dev/null"
fi;
-INSTALL_DATA='${INSTALL} -m 0600'
-INSTALL_SCRIPT='${INSTALL}'
-
if ulimit -v 2>/dev/null
then
ULIMIT='ulimit -v'
|