Silence a few configure warnings about datarootdir

(cherry picked from commit 112d97d498)
This commit is contained in:
Matthias Clasen 2010-06-03 13:38:15 -04:00
parent 429b728fe1
commit e6b02c883f
2 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,7 @@ VPATH = @srcdir@
prefix = @prefix@
exec_prefix = @exec_prefix@
datadir = @datadir@
datarootdir = @datarootdir@
libdir = @libdir@
localedir = $(libdir)/locale
gnulocaledir = $(datadir)/locale

View File

@ -26,6 +26,7 @@ VPATH = @srcdir@
prefix = @prefix@
exec_prefix = @exec_prefix@
datadir = @datadir@
datarootdir = @datarootdir@
libdir = @libdir@
localedir = $(libdir)/locale
gnulocaledir = $(datadir)/locale