diff --git a/po/ChangeLog b/po/ChangeLog index 6a8184b32a..1c269fc204 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,9 @@ +Sat Dec 14 20:36:31 2002 Owen Taylor + + * po/Makefile.in.in: Fix problem from recent commit where + non GNU-format message catalogs would be installed in + datadir. + 2002-12-10 Daniel Yacob * am.po: Updated Amharic translation. diff --git a/po/Makefile.in.in b/po/Makefile.in.in index d010dcf499..c73c99dea5 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -23,7 +23,8 @@ VPATH = @srcdir@ prefix = @prefix@ exec_prefix = @exec_prefix@ datadir = @datadir@ -localedir = $(datadir)/locale +libdir = @libdir@ +localedir = $(libdir)/locale gnulocaledir = $(datadir)/locale gettextsrcdir = $(datadir)/gettext/po subdir = po