Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 679626 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +3 lines)
Line  Link Here
0
-- a/configure.in
0
++ b/configure.in
Lines 100-107 dnl Link Here
100
AC_ARG_VAR([LYNX], [Name and path of the `lynx' browser.])
100
AC_ARG_VAR([LYNX], [Name and path of the `lynx' browser.])
101
AC_PATH_PROG([LYNX], [lynx], [lynx])
101
AC_PATH_PROG([LYNX], [lynx], [lynx])
102
102
103
AC_ARG_VAR([LINKS], [Name and path of the `elinks' browser.])
103
AC_ARG_VAR([LINKS], [Name and path of the `links/elinks' browser.])
104
AC_PATH_PROG([LINKS], [elinks], [elinks])
104
AC_PATH_PROGS([LINKS], [links elinks], [links])
105
105
106
AC_ARG_VAR([W3M], [Name and path of the `w3m' browser.])
106
AC_ARG_VAR([W3M], [Name and path of the `w3m' browser.])
107
AC_PATH_PROG([W3M], [w3m], [w3m])
107
AC_PATH_PROG([W3M], [w3m], [w3m])

Return to bug 679626