blob: 4f3edd4daa7a839d965007005dbb020ff33be2b0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
$NetBSD: patch-aa,v 1.3 2007/03/18 18:59:06 adam Exp $
--- Configure.orig 2005-04-30 18:05:03.000000000 +0200
+++ Configure
@@ -24,7 +24,7 @@ export PATH
auth_file=web_auth_file.pl
# name of perl - used by author's test rig
-PERL=${PERLNAME:-perl}
+#PERL=${PERLNAME:-perl}
# process cmdline args
while test $# -gt 0 ; do
@@ -158,7 +158,7 @@ perlmodule(){
}
-path_perl=`findit $PERL`
+path_perl=$PERL
path_sendmail=`findit sendmail`
path_qpage=`findit qpage`
path_fping=`findit fping`
|