aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2002-01-05 16:13:27 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2002-01-05 16:13:27 +0000
commita54e7ce62f4e1669070a1399960a012fc2e0d5d6 (patch)
tree0af77c858718421c6c6926d2ef971fb08722aac7 /configure
parent[w3m-dev 02779] ';' is valid in URL (diff)
downloadw3m-a54e7ce62f4e1669070a1399960a012fc2e0d5d6.tar.gz
w3m-a54e7ce62f4e1669070a1399960a012fc2e0d5d6.zip
[w3m-dev 02781] Re: Bug#127883: w3m tries to use xv as default
From: Fumitoshi UKAI <ukai@debian.or.jp>
Diffstat (limited to '')
-rwxr-xr-xconfigure11
1 files changed, 10 insertions, 1 deletions
diff --git a/configure b/configure
index 3fb9e46..0106625 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Id: configure,v 1.46 2001/12/22 10:02:04 ukai Exp $
+# $Id: configure,v 1.47 2002/01/05 16:13:27 ukai Exp $
# Configuration.
#
@@ -770,6 +770,11 @@ readdir "$dbrowser"
brz=$_dir
echo "dbrowser='$brz'" >> config.param
+def_image_viewer=${def_image_viewer-xv}
+echo "def_image_viewer='$def_image_viewer'" >> config.param
+def_audio_player=${def_audio_player-showaudio}
+echo "def_audio_player='$def_audio_player'" >> config.param
+
if [ -z "$dcc" ]; then
if [ -n "$CC" ]; then
dcc="$CC"
@@ -2048,6 +2053,10 @@ $def_use_help_cgi
#define DEF_MAILER "$mailer"
#define DEF_EXT_BROWSER "$brz"
+/* fallback viewer. mailcap override these configuration */
+#define DEF_IMAGE_VIEWER "$def_image_viewer"
+#define DEF_AUDIO_PLAYER "$def_audio_player"
+
#define LIB_DIR "$libdir"
#define HELP_DIR "$helpdir"
#define ETC_DIR "$sysconfdir"