projects
/
hvgrip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9094613
)
Fix configure warning about datarootdir
author
Hugo Villeneuve
<hugo@hugovil.com>
Thu, 8 Sep 2011 03:58:30 +0000
(23:58 -0400)
committer
Hugo Villeneuve
<hugo@hugovil.com>
Wed, 26 Mar 2014 22:53:53 +0000
(18:53 -0400)
Original configure warning:
config.status: WARNING: 'po/Makefile.in.in' seems to ignore the --datarootdir setting
po/Makefile.in.in
patch
|
blob
|
history
diff --git
a/po/Makefile.in.in
b/po/Makefile.in.in
index
3bd110a
..
2c7e3a1
100644
(file)
--- a/
po/Makefile.in.in
+++ b/
po/Makefile.in.in
@@
-23,6
+23,7
@@
VPATH = @srcdir@
prefix = @prefix@
exec_prefix = @exec_prefix@
datadir = @datadir@
+datarootdir = @datarootdir@
libdir = @libdir@
localedir = $(libdir)/locale
gnulocaledir = $(datadir)/locale