]> git.pld-linux.org Git - packages/lynx.git/blame - lynx-autoconf.patch
- rel.5
[packages/lynx.git] / lynx-autoconf.patch
CommitLineData
3ffe0697
AG
1diff -burN lynx2-8-5.orig/aclocal.m4 lynx2-8-5/aclocal.m4
2--- lynx2-8-5.orig/aclocal.m4 2004-02-14 22:10:58.336429456 +0100
3+++ lynx2-8-5/aclocal.m4 2004-02-14 22:14:16.154356560 +0100
15cdfa48
PS
4@@ -24,7 +24,6 @@
5 AC_REQUIRE([AC_HEADER_STDC])dnl
6 AC_REQUIRE([AC_C_CONST])dnl
7 AC_REQUIRE([AC_C_INLINE])dnl
8- AC_REQUIRE([AC_TYPE_OFF_T])dnl
9 AC_REQUIRE([AC_TYPE_SIZE_T])dnl
10 AC_REQUIRE([AC_FUNC_ALLOCA])dnl
11 AC_REQUIRE([AC_FUNC_MMAP])dnl
3ffe0697
AG
12@@ -2226,9 +2226,7 @@
13 dnl CF_HELP_MESSAGE version: 3 updated: 1998/01/14 10:56:23
14 dnl ---------------
15 dnl Insert text into the help-message, for readability, from AC_ARG_WITH.
16-AC_DEFUN([CF_HELP_MESSAGE],
17-[AC_DIVERT_HELP([$1])dnl
18-])dnl
19+AC_DEFUN([CF_HELP_MESSAGE],[])
20 dnl ---------------------------------------------------------------------------
21 dnl CF_INET_ADDR version: 4 updated: 1999/03/30 12:24:31
22 dnl ------------
eafdeb9c
JB
23--- lynx2-8-6/configure.in.orig 2006-10-11 01:39:50.000000000 +0200
24+++ lynx2-8-6/configure.in 2007-02-25 20:19:36.781239762 +0100
25@@ -36,7 +36,6 @@
59822b20
JB
26 # run to the next, as well as with tests that are order-dependent.
27 rm -f config.cache
de3c29ee 28
59822b20 29-AC_PREREQ(2.13.20020210)
de3c29ee 30 AC_INIT(userdefs.h)
59822b20
JB
31
32 # autoconf 2.5x defaults to no cache file; we need the cache file's information
eafdeb9c 33@@ -101,9 +100,6 @@
de3c29ee
MP
34 dnl Debug/development/test
35 dnl --------------------------------------------------------------------------
36
37-CF_HELP_MESSAGE(
38-Development Options:)
39-
40 CF_DISABLE_ECHO
41
42 # special case for WWW/*
eafdeb9c 43@@ -335,9 +331,6 @@
de3c29ee
MP
44 dnl --------------------------------------------------------------------------
45 dnl --------------------------------------------------------------------------
46
47-CF_HELP_MESSAGE(
48-Basic Configuration Options:)
49-
eafdeb9c 50 CF_LARGEFILE
de3c29ee 51
eafdeb9c
JB
52 dnl internationalization macros
53@@ -658,9 +651,6 @@
de3c29ee
MP
54 dnl Experimental options that don't need to test system features
55 dnl --------------------------------------------------------------------------
56
57-CF_HELP_MESSAGE(
58-Experimental Options:)
59-
398a1959
JB
60 AC_MSG_CHECKING(if bibp: URLs should be supported)
61 CF_ARG_DISABLE(bibp-urls,
62 [ --disable-bibp-urls disable support for bibp: URLs],
eafdeb9c 63@@ -849,9 +839,6 @@
de3c29ee
MP
64 dnl Miscellaneous options that don't need to test system features
65 dnl --------------------------------------------------------------------------
66
67-CF_HELP_MESSAGE(
68-Miscellaneous Options:)
69-
70 AC_MSG_CHECKING(if alternative line-edit bindings should be used)
71 CF_ARG_ENABLE(alt-bindings,
72 [ --disable-alt-bindings disable alternative line-edit bindings],
eafdeb9c 73@@ -1095,9 +1082,6 @@
de3c29ee
MP
74 dnl DirEd (directory-editor) options
75 dnl --------------------------------------------------------------------------
76
77-CF_HELP_MESSAGE(
78-Directory Editor Options:)
79-
80 # All DirEd functions that were enabled on compilation can be disabled
81 # or modified at run time via DIRED_MENU symbols in lynx.cfg.
82 AC_MSG_CHECKING(if directory-editor code should be used)
eafdeb9c 83@@ -1218,7 +1202,6 @@
59822b20
JB
84 AC_SUBST(COMPRESS_EXT)
85
86 if test $cf_cv_screen = pdcurses ; then
87- CF_HELP_MESSAGE(Special Libraries for PDCurses X11:)
88 CF_PDCURSES_X11
89 else
90 CF_TERMIO_AND_CURSES(LYCurses.h)
This page took 0.036676 seconds and 4 git commands to generate.