add datarootdir for Autoconf 2.60 and later.

This commit is contained in:
Dai Sato
2007-05-29 11:50:24 +00:00
parent 784cdfcf43
commit 30662f57ad
3 changed files with 12 additions and 2 deletions

View File

@@ -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);