]> git.pld-linux.org Git - packages/lynx.git/blame - lynx-autoconf.patch
- release 5 (by relup.sh)
[packages/lynx.git] / lynx-autoconf.patch
CommitLineData
6d969959 1--- lynx2-8-7/aclocal.m4~ 2009-02-02 02:41:02.000000000 +0100
2+++ lynx2-8-7/aclocal.m4 2009-07-06 13:56:14.000000000 +0200
3@@ -50,7 +50,6 @@
15cdfa48
PS
4 AC_REQUIRE([AC_HEADER_STDC])dnl
5 AC_REQUIRE([AC_C_CONST])dnl
6 AC_REQUIRE([AC_C_INLINE])dnl
7- AC_REQUIRE([AC_TYPE_OFF_T])dnl
8 AC_REQUIRE([AC_TYPE_SIZE_T])dnl
9 AC_REQUIRE([AC_FUNC_ALLOCA])dnl
10 AC_REQUIRE([AC_FUNC_MMAP])dnl
6d969959 11@@ -2884,9 +2883,7 @@
3ffe0697
AG
12 dnl CF_HELP_MESSAGE version: 3 updated: 1998/01/14 10:56:23
13 dnl ---------------
14 dnl Insert text into the help-message, for readability, from AC_ARG_WITH.
15-AC_DEFUN([CF_HELP_MESSAGE],
16-[AC_DIVERT_HELP([$1])dnl
17-])dnl
18+AC_DEFUN([CF_HELP_MESSAGE],[])
19 dnl ---------------------------------------------------------------------------
20 dnl CF_INET_ADDR version: 4 updated: 1999/03/30 12:24:31
21 dnl ------------
6d969959 22--- lynx2-8-7/configure.in~ 2009-04-26 18:24:31.000000000 +0200
23+++ lynx2-8-7/configure.in 2009-07-06 13:59:02.000000000 +0200
24@@ -40,7 +40,6 @@
59822b20
JB
25 # run to the next, as well as with tests that are order-dependent.
26 rm -f config.cache
de3c29ee 27
59822b20 28-AC_PREREQ(2.13.20020210)
de3c29ee 29 AC_INIT(userdefs.h)
59822b20
JB
30
31 # autoconf 2.5x defaults to no cache file; we need the cache file's information
6d969959 32@@ -118,9 +117,6 @@
de3c29ee
MP
33 dnl Debug/development/test
34 dnl --------------------------------------------------------------------------
35
36-CF_HELP_MESSAGE(
37-Development Options:)
38-
39 CF_DISABLE_ECHO
40
41 # special case for WWW/*
6d969959 42@@ -357,9 +353,6 @@
de3c29ee
MP
43 dnl --------------------------------------------------------------------------
44 dnl --------------------------------------------------------------------------
45
46-CF_HELP_MESSAGE(
47-Basic Configuration Options:)
48-
eafdeb9c 49 CF_LARGEFILE
de3c29ee 50
6d969959 51 dnl --------------------------------------------------------------------------
52@@ -822,9 +815,6 @@
de3c29ee
MP
53 dnl Experimental options that don't need to test system features
54 dnl --------------------------------------------------------------------------
55
56-CF_HELP_MESSAGE(
57-Experimental Options:)
58-
398a1959
JB
59 AC_MSG_CHECKING(if bibp: URLs should be supported)
60 CF_ARG_DISABLE(bibp-urls,
61 [ --disable-bibp-urls disable support for bibp: URLs],
6d969959 62@@ -982,9 +972,6 @@
de3c29ee
MP
63 dnl Miscellaneous options that don't need to test system features
64 dnl --------------------------------------------------------------------------
65
66-CF_HELP_MESSAGE(
67-Miscellaneous Options:)
68-
6d969959 69 dnl --------------------------------------------------------------------------
de3c29ee
MP
70 AC_MSG_CHECKING(if alternative line-edit bindings should be used)
71 CF_ARG_ENABLE(alt-bindings,
6d969959 72@@ -1223,9 +1210,6 @@
73 fi
74
75 dnl --------------------------------------------------------------------------
76-CF_HELP_MESSAGE(
77-Other Network Services:)
78-
79 dnl --------------------------------------------------------------------------
80 AC_MSG_CHECKING(if you want to exclude FINGER code)
81 CF_ARG_DISABLE(finger,
82@@ -1266,9 +1250,6 @@
de3c29ee
MP
83 dnl DirEd (directory-editor) options
84 dnl --------------------------------------------------------------------------
85
86-CF_HELP_MESSAGE(
87-Directory Editor Options:)
88-
89 # All DirEd functions that were enabled on compilation can be disabled
90 # or modified at run time via DIRED_MENU symbols in lynx.cfg.
91 AC_MSG_CHECKING(if directory-editor code should be used)
6d969959 92@@ -1392,7 +1373,6 @@
59822b20
JB
93 AC_SUBST(COMPRESS_EXT)
94
95 if test $cf_cv_screen = pdcurses ; then
96- CF_HELP_MESSAGE(Special Libraries for PDCurses X11:)
97 CF_PDCURSES_X11
98 else
99 CF_TERMIO_AND_CURSES(LYCurses.h)
This page took 0.121352 seconds and 4 git commands to generate.