From 97078f20257cf4f154f024b014df19c6111518fb Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 26 Jul 2005 18:39:50 +0000 Subject: In future versions of autoconf, @datadir@ = $(datarootdir). --- gettext-tools/po/ChangeLog | 5 +++++ gettext-tools/po/Makefile.in.in | 1 + 2 files changed, 6 insertions(+) (limited to 'gettext-tools/po') 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 + + * Makefile.in.in (datarootdir): New variable. + Suggested by Stepan Kasal . + 2005-03-13 Bruno Haible * 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 -- cgit v1.1