aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2003-10-20 16:49:10 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2003-10-20 16:49:10 +0000
commit691737986858db85f3781f6da801fcb04067c655 (patch)
treed16acb23473c11e8fd2048bca7df677d3976e446 /configure
parent#include <openssl/...> (diff)
downloadw3m-691737986858db85f3781f6da801fcb04067c655.tar.gz
w3m-691737986858db85f3781f6da801fcb04067c655.zip
[w3m-dev 03996] HELP_DIR and funcname.tab
* configure.in (HELP_DIR): don't eval * scripts/w3mhelp.cgi: subst @prefix@ for $helpdir From: SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 26bce3e..302b3c4 100755
--- a/configure
+++ b/configure
@@ -9255,7 +9255,7 @@ _ACEOF
fi
-HELP_DIR=`eval echo "$datadir/$PACKAGE"`
+HELP_DIR="$datadir/$PACKAGE"
cat >>confdefs.h <<\_ACEOF
#define HELP_DIR "$HELP_DIR"
_ACEOF