bec49f9237
Changes since 4.8.1 1. Apparantly, the binary flag +b is not valid with POSIX popen. 2. Screen resize code modified so that most works in a SunOS cmdtool. 3. Color support added. Use `most -C' to disable. 4. Ported to Mingw32 (GNU C)
18 lines
539 B
Text
18 lines
539 B
Text
$NetBSD: patch-aa,v 1.4 2001/04/20 22:20:51 jtb Exp $
|
|
|
|
--- configure.orig Fri Apr 20 22:08:26 2001
|
|
+++ configure
|
|
@@ -2363,12 +2363,7 @@
|
|
# the other directories may have a better chance of containing a more recent
|
|
# version.
|
|
|
|
-JD_Search_Dirs="$JD_Search_Dirs \
|
|
- $includedir,$libdir \
|
|
- /usr/local/include,/usr/local/lib \
|
|
- /usr/include,/usr/lib \
|
|
- /usr/include/slang,/usr/lib \
|
|
- /usr/include/slang,/usr/lib/slang"
|
|
+JD_Search_Dirs="$prefix/include,$prefix/lib"
|
|
|
|
echo looking for the SLANG library
|
|
|