+2001-04-04 Bruno Haible <haible@clisp.cons.org>
+
+ * Makefile.in.in (datadir): Use the autoconf determined value, in
+ order to respect the configure arguments.
+ (gettextsrcdir): Use $(datadir).
+
2001-04-03 Bruno Haible <haible@clisp.cons.org>
* pt_BR.po: New file,
prefix = @prefix@
exec_prefix = @exec_prefix@
-datadir = $(prefix)/share
+datadir = @datadir@
localedir = $(datadir)/locale
-gettextsrcdir = $(prefix)/share/gettext/po
+gettextsrcdir = $(datadir)/gettext/po
subdir = po
INSTALL = @INSTALL@