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:48:15 +00:00 committed by Owen Taylor
parent bbbd329ff5
commit 133a61d906
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

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