From: Bruno Haible Date: Wed, 4 Apr 2001 13:41:37 +0000 (+0000) Subject: Respect the configure arguments. X-Git-Tag: v0.10.37~51 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f51406c09906c0f2bfeca7e6cc9f2c2cc8ca1a0;p=thirdparty%2Fgettext.git Respect the configure arguments. --- diff --git a/po/ChangeLog b/po/ChangeLog index f18cc46e2..443ca0b97 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,9 @@ +2001-04-04 Bruno Haible + + * Makefile.in.in (datadir): Use the autoconf determined value, in + order to respect the configure arguments. + (gettextsrcdir): Use $(datadir). + 2001-04-03 Bruno Haible * pt_BR.po: New file, diff --git a/po/Makefile.in.in b/po/Makefile.in.in index 6bb15eeaf..d26235969 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -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@