]> git.pld-linux.org Git - packages/lynx.git/blob - lynx-autoconf.patch
ugly fixies, AC_VERSION, AC_DIVERT
[packages/lynx.git] / lynx-autoconf.patch
1 diff -Naur lynx2-8-4.ori/aclocal.m4 lynx2-8-4/aclocal.m4
2 --- lynx2-8-4.ori/aclocal.m4    Thu Aug  3 19:19:52 2000
3 +++ lynx2-8-4/aclocal.m4        Sat Aug  5 08:15:10 2000
4 @@ -1677,9 +1677,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 -Naur lynx2-8-4.ori/configure.in lynx2-8-4/configure.in
15 --- lynx2-8-4.ori/configure.in  Thu Aug  3 19:19:52 2000
16 +++ lynx2-8-4/configure.in      Sat Aug  5 08:15:43 2000
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 @@ -258,9 +254,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 @@ -587,9 +580,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 configuration info should be browsable)
53  CF_ARG_DISABLE(config-info,
54  [  --disable-config-info   disable browsable configuration-info],
55 @@ -789,9 +779,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 @@ -985,9 +972,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 @@ -1058,7 +1042,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.03082 seconds and 4 git commands to generate.