blob: 5137acd3e185265cd6e67815086e7881b3d82243 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aa,v 1.1.1.1 2000/12/05 00:06:46 jtb Exp $
--- configure.orig Fri Nov 3 14:36:12 2000
+++ configure
@@ -22,7 +22,7 @@
# Ignores all args except --srcdir, --prefix, --exec-prefix, --no-create, and
# --with-PACKAGE unless this script has special code to handle it.
-
+PATH=$PATH:`pwd`
for arg
do
# Handle --exec-prefix with a space before the argument.
|