- actualize dependencies list according to docs - exclude -A from FETCH_ARGS - add WITH_CRYPTO option (default off) - actualize pkg-descr Feature safe: yes
11 lines
369 B
Text
11 lines
369 B
Text
--- po/Makefile.in.in.orig 2011-10-15 04:47:18.000000000 +0400
|
|
+++ po/Makefile.in.in 2012-03-20 19:15:22.000000000 +0400
|
|
@@ -34,7 +34,7 @@
|
|
datarootdir = @datarootdir@
|
|
libdir = @libdir@
|
|
DATADIRNAME = @DATADIRNAME@
|
|
-itlocaledir = $(prefix)/$(DATADIRNAME)/locale
|
|
+itlocaledir = @localedir@
|
|
subdir = po
|
|
install_sh = @install_sh@
|
|
# Automake >= 1.8 provides @mkdir_p@.
|