w3m

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

commit 312d40257f893489890f96adcc1c9e9519f5d27a
parent e8b09b22ca867974cd15d9e4a6c8150598a3d7a3
Author: inu <inu>
Date:   Sun, 27 May 2007 10:43:41 +0000

add datarootdir for Autoconf 2.60 and later.

Diffstat:
MChangeLog | 4++++
MMakefile.in | 1+
2 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,7 @@ +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, diff --git a/Makefile.in b/Makefile.in @@ -9,6 +9,7 @@ VERSION = @VERSION@ DOMAIN = $(PACKAGE) prefix = @prefix@ exec_prefix = @exec_prefix@ +datarootdir = @datarootdir@ bindir = @bindir@ datadir = @datadir@ localedir = $(datadir)/locale