]> git.pld-linux.org Git - packages/lynx.git/blob - lynx-autoconf.patch
- 2.8.4pre.1, updated lynx.cfg, autoconf, config patches
[packages/lynx.git] / lynx-autoconf.patch
1 diff -Nur lynx2-8-4.orig/aclocal.m4 lynx2-8-4/aclocal.m4
2 --- lynx2-8-4.orig/aclocal.m4   Sun Jun  3 21:58:00 2001
3 +++ lynx2-8-4/aclocal.m4        Sun Jun 10 16:11:56 2001
4 @@ -1751,9 +1751,6 @@
5  ])dnl
6  dnl ---------------------------------------------------------------------------
7  dnl Insert text into the help-message, for readability, from AC_ARG_WITH.
8 -AC_DEFUN([CF_HELP_MESSAGE],
9 -[AC_DIVERT_HELP([$1])dnl
10 -])dnl
11  dnl ---------------------------------------------------------------------------
12  dnl For Lynx, check if the libraries we have found give us inet_aton, or
13  dnl inet_addr.  If not, try to find the latter function with -lbind or
14 diff -Nur lynx2-8-4.orig/configure.in lynx2-8-4/configure.in
15 --- lynx2-8-4.orig/configure.in Sun Jun  3 21:58:00 2001
16 +++ lynx2-8-4/configure.in      Sun Jun 10 16:13:21 2001
17 @@ -3,7 +3,6 @@
18  dnl by T.E.Dickey <dickey@clark.net>
19  dnl and Jim Spath <jspath@mail.bcpl.lib.md.us>
20  
21 -AC_PREREQ(2.12.971222)
22  rm -f config.cache
23  
24  AC_INIT(userdefs.h)
25 @@ -53,9 +52,6 @@
26  dnl Debug/development/test
27  dnl --------------------------------------------------------------------------
28  
29 -CF_HELP_MESSAGE(
30 -Development Options:)
31 -
32  CF_DISABLE_ECHO
33  
34  # special case for WWW/*
35 @@ -265,9 +261,6 @@
36  dnl --------------------------------------------------------------------------
37  dnl --------------------------------------------------------------------------
38  
39 -CF_HELP_MESSAGE(
40 -Basic Configuration Options:)
41 -
42  dnl internationalization macros
43  CF_BUNDLED_INTL(makefile)
44  
45 @@ -622,9 +615,6 @@
46  dnl Experimental options that don't need to test system features
47  dnl --------------------------------------------------------------------------
48  
49 -CF_HELP_MESSAGE(
50 -Experimental Options:)
51 -
52  AC_MSG_CHECKING(if bibp: URLs should be supported)
53  CF_ARG_DISABLE(bibp-urls,
54  [  --disable-bibp-urls     disable support for bibp: URLs],
55 @@ -838,9 +828,6 @@
56  dnl Miscellaneous options that don't need to test system features
57  dnl --------------------------------------------------------------------------
58  
59 -CF_HELP_MESSAGE(
60 -Miscellaneous Options:)
61 -
62  AC_MSG_CHECKING(if alternative line-edit bindings should be used)
63  CF_ARG_ENABLE(alt-bindings,
64  [  --disable-alt-bindings  disable alternative line-edit bindings],
65 @@ -1037,9 +1024,6 @@
66  dnl DirEd (directory-editor) options
67  dnl --------------------------------------------------------------------------
68  
69 -CF_HELP_MESSAGE(
70 -Directory Editor Options:)
71 -
72  # All DirEd functions that were enabled on compilation can be disabled
73  # or modified at run time via DIRED_MENU symbols in lynx.cfg.
74  AC_MSG_CHECKING(if directory-editor code should be used)
75 @@ -1111,7 +1095,6 @@
76  dnl Test features that rely on configure-definitions
77  dnl --------------------------------------------------------------------------
78  if test $cf_cv_screen = pdcurses ; then
79 -       CF_HELP_MESSAGE(Special Libraries for PDCurses X11:)
80         CF_PDCURSES_X11
81  else
82         CF_TERMIO_AND_CURSES(LYCurses.h)
This page took 0.340434 seconds and 3 git commands to generate.