diff options
author | Dai Sato <satodai@w3m.jp> | 2007-05-27 10:43:41 +0000 |
---|---|---|
committer | Dai Sato <satodai@w3m.jp> | 2007-05-27 10:43:41 +0000 |
commit | 163bbd9fb96b153374cd0a354b024e24fe471364 (patch) | |
tree | 478734c9481785bbc7c7819730e26355466e7a35 /Makefile.in | |
parent | [w3m-dev 04155] fix for minpw. (diff) | |
download | w3m-163bbd9fb96b153374cd0a354b024e24fe471364.tar.gz w3m-163bbd9fb96b153374cd0a354b024e24fe471364.zip |
add datarootdir for Autoconf 2.60 and later.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
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 |