]> git.pld-linux.org Git - packages/lynx.git/blob - lynx-autoconf.patch
- s/home_etc/etc_dir/
[packages/lynx.git] / lynx-autoconf.patch
1 --- lynx2-8-5/configure.in.orig Mon Dec  2 03:07:38 2002
2 +++ lynx2-8-5/configure.in      Mon Jan 13 16:39:12 2003
3 @@ -16,7 +16,6 @@
4  # run to the next, as well as with tests that are order-dependent.
5  rm -f config.cache
6  
7 -AC_PREREQ(2.13.20020210)
8  AC_INIT(userdefs.h)
9  
10  # autoconf 2.5x defaults to no cache file; we need the cache file's information
11 @@ -71,9 +70,6 @@
12  dnl Debug/development/test
13  dnl --------------------------------------------------------------------------
14  
15 -CF_HELP_MESSAGE(
16 -Development Options:)
17 -
18  CF_DISABLE_ECHO
19  
20  # special case for WWW/*
21 @@ -311,9 +307,6 @@
22  dnl --------------------------------------------------------------------------
23  dnl --------------------------------------------------------------------------
24  
25 -CF_HELP_MESSAGE(
26 -Basic Configuration Options:)
27 -
28  dnl internationalization macros
29  CF_BUNDLED_INTL(makefile,disable)
30  
31 @@ -599,9 +592,6 @@
32  dnl Experimental options that don't need to test system features
33  dnl --------------------------------------------------------------------------
34  
35 -CF_HELP_MESSAGE(
36 -Experimental Options:)
37 -
38  AC_MSG_CHECKING(if bibp: URLs should be supported)
39  CF_ARG_DISABLE(bibp-urls,
40  [  --disable-bibp-urls     disable support for bibp: URLs],
41 @@ -801,9 +791,6 @@
42  dnl Miscellaneous options that don't need to test system features
43  dnl --------------------------------------------------------------------------
44  
45 -CF_HELP_MESSAGE(
46 -Miscellaneous Options:)
47 -
48  AC_MSG_CHECKING(if alternative line-edit bindings should be used)
49  CF_ARG_ENABLE(alt-bindings,
50  [  --disable-alt-bindings  disable alternative line-edit bindings],
51 @@ -836,7 +823,7 @@
52  AC_MSG_RESULT($use_externs)
53  if test $use_externs != "no" ; then
54         AC_DEFINE(USE_EXTERNALS)
55 -       LIBOBJS="$LIBOBJS LYExtern.o"
56 +       AC_LIBOBJ([LYExtern])
57  fi
58  
59  AC_MSG_CHECKING(if you want to use setfont support)
60 @@ -991,9 +978,6 @@
61  dnl DirEd (directory-editor) options
62  dnl --------------------------------------------------------------------------
63  
64 -CF_HELP_MESSAGE(
65 -Directory Editor Options:)
66 -
67  # All DirEd functions that were enabled on compilation can be disabled
68  # or modified at run time via DIRED_MENU symbols in lynx.cfg.
69  AC_MSG_CHECKING(if directory-editor code should be used)
70 @@ -1004,7 +988,7 @@
71  AC_MSG_RESULT($use_dired)
72  
73  if test ".$use_dired" != ".no" ; then
74 -       LIBOBJS="$LIBOBJS LYLocal.o"
75 +       AC_LIBOBJ([LYLocal])
76         AC_DEFINE(DIRED_SUPPORT)
77  
78         AC_MSG_CHECKING(if you wish to allow extracting from archives via DirEd)
79 @@ -1113,7 +1097,6 @@
80  AC_SUBST(COMPRESS_EXT)
81  
82  if test $cf_cv_screen = pdcurses ; then
83 -       CF_HELP_MESSAGE(Special Libraries for PDCurses X11:)
84         CF_PDCURSES_X11
85  else
86         CF_TERMIO_AND_CURSES(LYCurses.h)
This page took 0.034824 seconds and 3 git commands to generate.