blob: 5e1cf0a706c240ce0e3a792a899ce06617d36504 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-av,v 1.2 2000/01/15 22:55:49 hubertf Exp $
diff -x *.orig -urN ./aclocal.m4 /usr/pkgsrc/www/lynx/work.unpatched/lynx2-8-2/aclocal.m4
--- ./aclocal.m4 Sat May 8 19:46:28 1999
+++ /usr/pkgsrc/www/lynx/work.unpatched/lynx2-8-2/aclocal.m4 Sat Jan 15 07:57:16 2000
@@ -1208,7 +1208,8 @@
dnl ---------------------------------------------------------------------------
dnl Insert text into the help-message, for readability, from AC_ARG_WITH.
AC_DEFUN([CF_HELP_MESSAGE],
-[AC_DIVERT_HELP([$1])dnl
+[echo $i
+dnl AC_DIVERT_HELP([$1])dnl
])dnl
dnl ---------------------------------------------------------------------------
dnl For Lynx, check if the libraries we have found give us inet_aton, or
|