]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Respect the configure arguments.
authorBruno Haible <bruno@clisp.org>
Wed, 4 Apr 2001 13:41:37 +0000 (13:41 +0000)
committerBruno Haible <bruno@clisp.org>
Wed, 4 Apr 2001 13:41:37 +0000 (13:41 +0000)
po/ChangeLog
po/Makefile.in.in

index f18cc46e2e65b3d47f94c9e01e2641fb6f373d56..443ca0b9797284e62174f6bf3cdedb1dd4131de4 100644 (file)
@@ -1,3 +1,9 @@
+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,
index 6bb15eeafe00381a24b248fae2468a9452e33724..d26235969f12c281e3f470108aa8142f3d7243fb 100644 (file)
@@ -19,9 +19,9 @@ VPATH = @srcdir@
 
 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@