diff options
author | Bruno Haible <bruno@clisp.org> | 2005-07-26 18:39:50 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:12:42 +0200 |
commit | 97078f20257cf4f154f024b014df19c6111518fb (patch) | |
tree | 6252dca79ce76058ac1717a1cdd10b9fcafc457e /gettext-tools/po | |
parent | 52131065446fd04b4946f78573c14d5f81971d32 (diff) | |
download | external_gettext-97078f20257cf4f154f024b014df19c6111518fb.zip external_gettext-97078f20257cf4f154f024b014df19c6111518fb.tar.gz external_gettext-97078f20257cf4f154f024b014df19c6111518fb.tar.bz2 |
In future versions of autoconf, @datadir@ = $(datarootdir).
Diffstat (limited to 'gettext-tools/po')
-rw-r--r-- | gettext-tools/po/ChangeLog | 5 | ||||
-rw-r--r-- | gettext-tools/po/Makefile.in.in | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/gettext-tools/po/ChangeLog b/gettext-tools/po/ChangeLog index 07c8f45..dba3c7e 100644 --- a/gettext-tools/po/ChangeLog +++ b/gettext-tools/po/ChangeLog @@ -1,3 +1,8 @@ +2005-07-26 Bruno Haible <bruno@clisp.org> + + * Makefile.in.in (datarootdir): New variable. + Suggested by Stepan Kasal <kasal@ucw.cz>. + 2005-03-13 Bruno Haible <bruno@clisp.org> * Makefile.in.in (Makefile): Call config.status with calling convention diff --git a/gettext-tools/po/Makefile.in.in b/gettext-tools/po/Makefile.in.in index cbee426..77330ed 100644 --- a/gettext-tools/po/Makefile.in.in +++ b/gettext-tools/po/Makefile.in.in @@ -23,6 +23,7 @@ VPATH = @srcdir@ prefix = @prefix@ exec_prefix = @exec_prefix@ +datarootdir = @datarootdir@ datadir = @datadir@ localedir = $(datadir)/locale gettextsrcdir = $(datadir)/gettext/po |