36 lines
894 B
Plaintext
36 lines
894 B
Plaintext
$OpenBSD: patch-configure,v 1.1 2000/06/29 21:20:05 jakob Exp $
|
|
--- configure.orig Fri May 5 18:50:13 2000
|
|
+++ configure Mon Jun 26 20:57:26 2000
|
|
@@ -1978,21 +1978,21 @@ if test "x$prefix" = "xNONE"; then
|
|
prefix=/usr/local
|
|
fi
|
|
|
|
-fch=`echo $prefix | cut -b1`
|
|
-if test $fch != "/" ; then
|
|
- prefix=`pwd`/$prefix
|
|
- echo "adjusting prefix to $prefix"
|
|
-fi
|
|
+# fch=`echo $prefix | cut -b1`
|
|
+# if test $fch != "/" ; then
|
|
+# prefix=`pwd`/$prefix
|
|
+# echo "adjusting prefix to $prefix"
|
|
+# fi
|
|
|
|
if test "x$exec_prefix" = "xNONE"; then
|
|
exec_prefix=$prefix
|
|
fi
|
|
|
|
-fch=`echo $exec_prefix | cut -b1`
|
|
-if test $fch != "/" ; then
|
|
- exec_prefix=`pwd`/$exec_prefix
|
|
- echo "adjusting exec_prefix to $exec_prefix"
|
|
-fi
|
|
+#fch=`echo $exec_prefix | cut -b1`
|
|
+#if test $fch != "/" ; then
|
|
+# exec_prefix=`pwd`/$exec_prefix
|
|
+# echo "adjusting exec_prefix to $exec_prefix"
|
|
+#fi
|
|
|
|
|
|
SNMPLIBPATH=""
|