Silence a few configure warnings about datarootdir

This commit is contained in:
Matthias Clasen 2010-06-03 13:38:15 -04:00
parent 354086bafc
commit 112d97d498
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