diff options
author | Dai Sato <satodai@w3m.jp> | 2007-05-29 11:50:24 +0000 |
---|---|---|
committer | Dai Sato <satodai@w3m.jp> | 2007-05-29 11:50:24 +0000 |
commit | 30662f57adbee75670dbfd9d5f7953d5f5a2684d (patch) | |
tree | 94f19e7f21e8013d6634f44ed08e6ba605e8e91c /scripts/Makefile.in | |
parent | pot-update. (diff) | |
download | w3m-30662f57adbee75670dbfd9d5f7953d5f5a2684d.tar.gz w3m-30662f57adbee75670dbfd9d5f7953d5f5a2684d.zip |
add datarootdir for Autoconf 2.60 and later.
Diffstat (limited to 'scripts/Makefile.in')
-rw-r--r-- | scripts/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/Makefile.in b/scripts/Makefile.in index c90ab2e..9cc272b 100644 --- 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@ |