2020-05-11 23:29:40 +00:00
|
|
|
diff -Naur Linux-PAM-1.3.1/configure.ac Linux-PAM-1.3.1.tpg/configure.ac
|
|
|
|
--- Linux-PAM-1.3.1/configure.ac 2018-05-23 16:50:06.256872000 +0000
|
|
|
|
+++ Linux-PAM-1.3.1.tpg/configure.ac 2018-05-23 16:51:46.867112227 +0000
|
2016-09-19 17:31:47 +10:00
|
|
|
@@ -554,9 +554,9 @@
|
2015-01-21 20:07:38 +03:00
|
|
|
JH_CHECK_XML_CATALOG([http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl],
|
|
|
|
[DocBook XSL Stylesheets], [], enable_docu=no)
|
|
|
|
|
|
|
|
-AC_PATH_PROG([BROWSER], [w3m])
|
|
|
|
+AC_PATH_PROG([BROWSER], [html2text])
|
|
|
|
if test ! -z "$BROWSER"; then
|
|
|
|
- BROWSER="$BROWSER -T text/html -dump"
|
|
|
|
+ BROWSER="$BROWSER"
|
|
|
|
else
|
2020-05-11 23:29:40 +00:00
|
|
|
AC_PATH_PROG([BROWSER], [elinks])
|
2016-09-19 17:31:47 +10:00
|
|
|
if test ! -z "$BROWSER"; then
|