$NetBSD: patch-aa,v 1.1.1.1 1999/05/11 13:56:53 bad Exp $

--- Configure.orig	Fri Apr 16 11:59:11 1999
+++ Configure	Fri May  7 22:30:54 1999
@@ -2407,7 +2407,7 @@
 esac
 
 : determine where private executables go
-set dflt privlib lib/$package
+set dflt privlib lib
 eval $prefixit
 $cat <<EOM
 
@@ -4673,7 +4673,7 @@
 }
 EOCP
 if $cc $ccflags try.c -o try >/dev/null 2>&1; then
-    echo "Yes, it works"
+    echo "Yes, it works" >&4
     cont=x
     case "$d_myregexp" in
         $define) d_myregexp='n';;
@@ -4695,7 +4695,7 @@
     done
 
 else
-    echo "Nope, does not work"
+    echo "Nope, does not work" >&4
     d_myregexp='n';
 fi
 
