summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2015-01-07 21:02:55 -0700
committerEduardo Chappa <chappa@washington.edu>2015-01-07 21:02:55 -0700
commit2ea73d14866f5eb39bc6a9aab36312abd6fa525c (patch)
tree4d934a855d58219abc5813b5519d8100812dd99d /po
parent20d433c77e32dc05c2accf8ab943c2a7d9738239 (diff)
downloadalpine-2ea73d14866f5eb39bc6a9aab36312abd6fa525c.tar.xz
* new version 2.19.9999
* crash on importing certificates that do not have an email address associated to them, such as those of a Certificate Authority. * Disable saving new passwords to the password file. Implemented by Louis Raphael from dpslabs.com. * Panda IMAP does not decode correctly Korean text encoded in UTF-8. Reported by Chulho Yang.
Diffstat (limited to 'po')
-rw-r--r--po/Makefile.in22
1 files changed, 11 insertions, 11 deletions
diff --git a/po/Makefile.in b/po/Makefile.in
index 858d698..bb0cc64 100644
--- a/po/Makefile.in
+++ b/po/Makefile.in
@@ -11,7 +11,7 @@
# Origin: gettext-0.16
PACKAGE = alpine
-VERSION = 2.19.9999
+VERSION = 2.19.9993
PACKAGE_BUGREPORT = chappa@washington.edu
SHELL = /bin/sh
@@ -34,14 +34,14 @@ INSTALL_DATA = ${INSTALL} -m 644
# We use $(mkdir_p).
# In automake <= 1.9.x, $(mkdir_p) is defined either as "mkdir -p --" or as
# "$(mkinstalldirs)" or as "$(install_sh) -d". For these automake versions,
-# ${SHELL} /media/Work/alpine/alpinegit/install-sh does not start with $(SHELL), so we add it.
-# In automake >= 1.10, /bin/mkdir -p is derived from ${MKDIR_P}, which is defined
+# ${SHELL} /var/run/media/echappa/Work/alpine/alpinegit/install-sh does not start with $(SHELL), so we add it.
+# In automake >= 1.10, $(MKDIR_P) is derived from ${MKDIR_P}, which is defined
# either as "/path/to/mkdir -p" or ".../install-sh -c -d". For these automake
# versions, $(mkinstalldirs) and $(install_sh) are unused.
-mkinstalldirs = $(SHELL) ${SHELL} /media/Work/alpine/alpinegit/install-sh -d
-install_sh = $(SHELL) ${SHELL} /media/Work/alpine/alpinegit/install-sh
-MKDIR_P = /bin/mkdir -p
-mkdir_p = /bin/mkdir -p
+mkinstalldirs = $(SHELL) ${SHELL} /var/run/media/echappa/Work/alpine/alpinegit/install-sh -d
+install_sh = $(SHELL) ${SHELL} /var/run/media/echappa/Work/alpine/alpinegit/install-sh
+MKDIR_P = /usr/bin/mkdir -p
+mkdir_p = $(MKDIR_P)
GMSGFMT_ = /usr/bin/msgfmt
GMSGFMT_no = /usr/bin/msgfmt
@@ -51,12 +51,12 @@ MSGFMT_ = /usr/bin/msgfmt
MSGFMT_no = /usr/bin/msgfmt
MSGFMT_yes = /usr/bin/msgfmt
MSGFMT = $(MSGFMT_$(USE_MSGCTXT))
-XGETTEXT_ = /usr/bin/xgettext
-XGETTEXT_no = /usr/bin/xgettext
-XGETTEXT_yes = /usr/bin/xgettext
+XGETTEXT_ = :
+XGETTEXT_no = :
+XGETTEXT_yes = :
XGETTEXT = $(XGETTEXT_$(USE_MSGCTXT))
MSGMERGE = msgmerge
-MSGMERGE_UPDATE = /usr/bin/msgmerge --update
+MSGMERGE_UPDATE = : --update
MSGINIT = msginit
MSGCONV = msgconv
MSGFILTER = msgfilter