diff options
author | Eduardo Chappa <chappa@washington.edu> | 2016-08-27 09:32:23 -0600 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2016-08-27 09:32:23 -0600 |
commit | 33dbd12738cc42efbdf0442050dd2ddfbff253e0 (patch) | |
tree | 159334ae3432bbec09b0ececf2576a4fc9d6bd1e /po | |
parent | 0556fa1fb3098640340b10ebe045600531336581 (diff) | |
download | alpine-33dbd12738cc42efbdf0442050dd2ddfbff253e0.tar.xz |
* New configuration option Alternate Reply Menu which adds more ways
to control features and variables when you start to reply to a
message.
Diffstat (limited to 'po')
-rw-r--r-- | po/Makefile.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/po/Makefile.in b/po/Makefile.in index d80f8801..e72ba769 100644 --- a/po/Makefile.in +++ b/po/Makefile.in @@ -11,7 +11,7 @@ # Origin: gettext-0.16 PACKAGE = alpine -VERSION = 2.20.10 +VERSION = 2.20.14 PACKAGE_BUGREPORT = chappa@washington.edu SHELL = /bin/sh @@ -34,12 +34,12 @@ 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} /run/media/echappa/Alpine/alpine/alpinegit/install-sh does not start with $(SHELL), so we add it. +# ${SHELL} /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} /run/media/echappa/Alpine/alpine/alpinegit/install-sh -d -install_sh = $(SHELL) ${SHELL} /run/media/echappa/Alpine/alpine/alpinegit/install-sh +mkinstalldirs = $(SHELL) ${SHELL} /run/media/echappa/Work/alpine/alpinegit/install-sh -d +install_sh = $(SHELL) ${SHELL} /run/media/echappa/Work/alpine/alpinegit/install-sh MKDIR_P = /usr/bin/mkdir -p mkdir_p = $(MKDIR_P) |