w3m

Unnamed repository; edit this file to name it for gitweb.
git clone https://logand.com/git/w3m.git/
Log | Files | Refs | README

commit fd8aaacdbc38380d69f37502ca9c195fada4b1d4
parent 0ec532cc4c6497d7919d4b230dddf3631b6cc1ec
Author: inu <inu>
Date:   Tue, 29 May 2007 11:50:24 +0000

add datarootdir for Autoconf 2.60 and later.

Diffstat:
MChangeLog | 8++++++++
Mscripts/Makefile.in | 1+
Mscripts/w3mhelp.cgi.in | 1+
3 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -1,12 +1,20 @@ +2007-05-23 Hironori Sakamoto <hsaka@mth.biglobe.ne.jp> + + * [w3m-dev 04256] Re: road to 0.5.2 + * scripts/Makefile.in, scripts/w3mhelp.cgi.in: add datarootdir. + 2007-05-28 Hideyuki SHIRAI <shirai@meadowy.org> + * [w3m-dev 04251] Re: road to 0.5.2 * po/w3m.pot: pot-update. 2007-05-27 Hiroyuki Ito <ZXB01226@nifty.com> + * [w3m-dev 04252] Re: road to 0.5.2 * Makefile.in: add datarootdir for Autoconf 2.60 and later. 2007-05-23 NOKUBI Takatsugu <knok@daionet.gr.jp> + * [w3m-dev 04155] w3m mingw patch * config.h, configure.ac, etc.c, file.c, ftp.c, indep.c, istream.c, local.c, main.c, rc.c, terms.c, url.c: fix for minpw, except for diff --git a/scripts/Makefile.in b/scripts/Makefile.in @@ -10,6 +10,7 @@ prefix = @prefix@ exec_prefix = @exec_prefix@ bindir = @bindir@ datadir = @datadir@ +datarootdir = @datarootdir@ libdir = @libdir@ includedir = @includedir@ infodir = @infodir@ diff --git a/scripts/w3mhelp.cgi.in b/scripts/w3mhelp.cgi.in @@ -6,6 +6,7 @@ if ( $^O =~ /^(ms)?(dos|win(32|nt)?)/i ) { } $prefix = "@prefix@"; +$datarootdir = "@datarootdir@"; $helpdir = "@HELP_DIR@"; if ($CYGPATH) { $helpdir = &cygwin_pathconv($helpdir);