]> git.pld-linux.org Git - packages/lynx.git/blob - lynx-autoconf.patch
- bugfix taken from OpenBSD
[packages/lynx.git] / lynx-autoconf.patch
1 diff -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
4 @@ -2226,9 +2226,7 @@
5  dnl CF_HELP_MESSAGE version: 3 updated: 1998/01/14 10:56:23
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 +AC_DEFUN([CF_HELP_MESSAGE],[])
12  dnl ---------------------------------------------------------------------------
13  dnl CF_INET_ADDR version: 4 updated: 1999/03/30 12:24:31
14  dnl ------------
15 diff -burN lynx2-8-5.orig/configure.in lynx2-8-5/configure.in
16 --- lynx2-8-5.orig/configure.in 2004-02-14 22:10:58.364425200 +0100
17 +++ lynx2-8-5/configure.in      2004-02-14 22:13:35.179585672 +0100
18 @@ -16,7 +16,6 @@
19  # run to the next, as well as with tests that are order-dependent.
20  rm -f config.cache
21  
22 -AC_PREREQ(2.13.20020210)
23  AC_INIT(userdefs.h)
24  
25  # autoconf 2.5x defaults to no cache file; we need the cache file's information
26 @@ -75,9 +74,6 @@
27  dnl Debug/development/test
28  dnl --------------------------------------------------------------------------
29  
30 -CF_HELP_MESSAGE(
31 -Development Options:)
32 -
33  CF_DISABLE_ECHO
34  
35  # special case for WWW/*
36 @@ -308,9 +304,6 @@
37  dnl --------------------------------------------------------------------------
38  dnl --------------------------------------------------------------------------
39  
40 -CF_HELP_MESSAGE(
41 -Basic Configuration Options:)
42 -
43  dnl internationalization macros
44  CF_BUNDLED_INTL(makefile,disable)
45  
46 @@ -609,9 +602,6 @@
47  dnl Experimental options that don't need to test system features
48  dnl --------------------------------------------------------------------------
49  
50 -CF_HELP_MESSAGE(
51 -Experimental Options:)
52 -
53  AC_MSG_CHECKING(if bibp: URLs should be supported)
54  CF_ARG_DISABLE(bibp-urls,
55  [  --disable-bibp-urls     disable support for bibp: URLs],
56 @@ -787,9 +777,6 @@
57  dnl Miscellaneous options that don't need to test system features
58  dnl --------------------------------------------------------------------------
59  
60 -CF_HELP_MESSAGE(
61 -Miscellaneous Options:)
62 -
63  AC_MSG_CHECKING(if alternative line-edit bindings should be used)
64  CF_ARG_ENABLE(alt-bindings,
65  [  --disable-alt-bindings  disable alternative line-edit bindings],
66 @@ -862,7 +849,7 @@
67  AC_MSG_RESULT($use_externs)
68  if test $use_externs != "no" ; then
69         AC_DEFINE(USE_EXTERNALS)
70 -       LIBOBJS="$LIBOBJS LYExtern\$o"
71 +       AC_LIBOBJ([LYExtern])
72  fi
73  
74  AC_MSG_CHECKING(if you want to use setfont support)
75 @@ -1008,9 +995,6 @@
76  dnl DirEd (directory-editor) options
77  dnl --------------------------------------------------------------------------
78  
79 -CF_HELP_MESSAGE(
80 -Directory Editor Options:)
81 -
82  # All DirEd functions that were enabled on compilation can be disabled
83  # or modified at run time via DIRED_MENU symbols in lynx.cfg.
84  AC_MSG_CHECKING(if directory-editor code should be used)
85 @@ -1021,7 +1005,7 @@
86  AC_MSG_RESULT($use_dired)
87  
88  if test ".$use_dired" != ".no" ; then
89 -       LIBOBJS="$LIBOBJS LYLocal\$o"
90 +       AC_LIBOBJ([LYLocal])
91         AC_DEFINE(DIRED_SUPPORT)
92  
93         AC_MSG_CHECKING(if you wish to allow extracting from archives via DirEd)
94 @@ -1131,7 +1115,6 @@
95  AC_SUBST(COMPRESS_EXT)
96  
97  if test $cf_cv_screen = pdcurses ; then
98 -       CF_HELP_MESSAGE(Special Libraries for PDCurses X11:)
99         CF_PDCURSES_X11
100  else
101         CF_TERMIO_AND_CURSES(LYCurses.h)
This page took 0.620452 seconds and 3 git commands to generate.