aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/w3mhelp.cgi.in
diff options
context:
space:
mode:
authorDai Sato <satodai@w3m.jp>2007-05-29 11:50:24 +0000
committerDai Sato <satodai@w3m.jp>2007-05-29 11:50:24 +0000
commit30662f57adbee75670dbfd9d5f7953d5f5a2684d (patch)
tree94f19e7f21e8013d6634f44ed08e6ba605e8e91c /scripts/w3mhelp.cgi.in
parentpot-update. (diff)
downloadw3m-30662f57adbee75670dbfd9d5f7953d5f5a2684d.tar.gz
w3m-30662f57adbee75670dbfd9d5f7953d5f5a2684d.zip
add datarootdir for Autoconf 2.60 and later.
Diffstat (limited to '')
-rw-r--r--scripts/w3mhelp.cgi.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/w3mhelp.cgi.in b/scripts/w3mhelp.cgi.in
index 135b835..b2fca8f 100644
--- a/scripts/w3mhelp.cgi.in
+++ b/scripts/w3mhelp.cgi.in
@@ -1,11 +1,12 @@
#!@PERL@
-# $Id: w3mhelp.cgi.in,v 1.28 2004/03/22 17:03:13 ukai Exp $
+# $Id: w3mhelp.cgi.in,v 1.29 2007/05/29 11:50:24 inu Exp $
if ( $^O =~ /^(ms)?(dos|win(32|nt)?)/i ) {
$CYGPATH = 1;
}
$prefix = "@prefix@";
+$datarootdir = "@datarootdir@";
$helpdir = "@HELP_DIR@";
if ($CYGPATH) {
$helpdir = &cygwin_pathconv($helpdir);