Use datadir, not $(prefix)/share. (#89339)

Tue Dec  3 20:40:56 2002  Owen Taylor  <otaylor@redhat.com>

        * Makefile.in.in: Use datadir, not $(prefix)/share. (#89339)
This commit is contained in:
Owen Taylor 2002-12-04 01:50:20 +00:00 committed by Owen Taylor
parent a58708c484
commit 4e1f22f139
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,7 @@
Tue Dec 3 20:40:56 2002 Owen Taylor <otaylor@redhat.com>
* Makefile.in.in: Use datadir, not $(prefix)/share. (#89339)
2002-12-03 Kostas Papadimas <pkst@gmx.net>
* el.po: Updated Greek translation.

View File

@ -22,10 +22,10 @@ VPATH = @srcdir@
prefix = @prefix@
exec_prefix = @exec_prefix@
datadir = $(prefix)/@DATADIRNAME@
datadir = @datadir@
localedir = $(datadir)/locale
gnulocaledir = $(prefix)/share/locale
gettextsrcdir = $(prefix)/share/gettext/po
gnulocaledir = $(datadir)/locale
gettextsrcdir = $(datadir)/gettext/po
subdir = po
INSTALL = @INSTALL@