aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDai Sato <satodai@w3m.jp>2007-05-27 10:43:41 +0000
committerDai Sato <satodai@w3m.jp>2007-05-27 10:43:41 +0000
commit163bbd9fb96b153374cd0a354b024e24fe471364 (patch)
tree478734c9481785bbc7c7819730e26355466e7a35
parent[w3m-dev 04155] fix for minpw. (diff)
downloadw3m-163bbd9fb96b153374cd0a354b024e24fe471364.tar.gz
w3m-163bbd9fb96b153374cd0a354b024e24fe471364.zip
add datarootdir for Autoconf 2.60 and later.
-rw-r--r--ChangeLog6
-rw-r--r--Makefile.in1
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 19dcf45..42c11e8 100644
--- 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,
@@ -8851,4 +8855,4 @@ a * [w3m-dev 03276] compile error on EWS4800
* release-0-2-1
* import w3m-0.2.1
-$Id: ChangeLog,v 1.987 2007/05/23 15:06:05 inu Exp $
+$Id: ChangeLog,v 1.988 2007/05/27 10:43:41 inu Exp $
diff --git a/Makefile.in b/Makefile.in
index 2110530..182e081 100644
--- 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