diff options
author | Eduardo Chappa <chappa@washington.edu> | 2017-12-09 16:22:23 -0700 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2017-12-09 16:22:23 -0700 |
commit | e0ebb8756c000f325a14469eec065654882bd0ac (patch) | |
tree | c7824f1d1194adcb49a8f3af5abce1ea2b107c74 | |
parent | 04737118aa1d9ad3db63fb1064267187ae871856 (diff) | |
download | alpine-e0ebb8756c000f325a14469eec065654882bd0ac.tar.xz |
* A little bit more work on the repository. We do not commit files
generated by the configure script.
-rw-r--r-- | .gitignore | 28 | ||||
-rwxr-xr-x | libtool | 4 | ||||
-rw-r--r-- | pith/pine.hlp | 2 | ||||
-rw-r--r-- | po/Makefile.in | 8 |
4 files changed, 35 insertions, 7 deletions
@@ -4,3 +4,31 @@ rem web/bin web/lib/ *~ +*.o +*.a +*.orig +*.rej +date.c +an +alpine/alpine +alpine/rpdump +alpine/rpload +c-client +imap/OSTYPE +imap/SPECIALS +imap/c-client/ +imap/dmail/ +imap/imapd/ +imap/ip6 +imap/ipopd/ +imap/mailutil/ +imap/mlock/ +imap/mtest/ +imap/tmail/ +pico/pico +pico/pilot +pith/help_c_gen +pith/help_h_gen +pith/helptext.c +pith/helptext.h + @@ -1,8 +1,8 @@ #! /bin/sh # libtool - Provide generalized library-building support services. -# Generated automatically by config.status (alpine) 2.21.9 -# Libtool was configured on host jctgjb2: +# Generated automatically by config.status (alpine) 2.21.99 +# Libtool was configured on host linux.suse: # NOTE: Changes made to this file will be lost: look at ltmain.sh. # # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, diff --git a/pith/pine.hlp b/pith/pine.hlp index 51fbf0b6..0fa01415 100644 --- a/pith/pine.hlp +++ b/pith/pine.hlp @@ -140,7 +140,7 @@ with help text for the config screen and the composer that didn't have any reasonable place to be called from. Dummy change to get revision in pine.hlp ============= h_revision ================= -Alpine Commit 239 2017-12-04 21:47:47 +Alpine Commit 240 2017-12-09 16:20:34 ============= h_news ================= <HTML> <HEAD> diff --git a/po/Makefile.in b/po/Makefile.in index ab48d37d..9041c567 100644 --- a/po/Makefile.in +++ b/po/Makefile.in @@ -11,7 +11,7 @@ # Origin: gettext-0.16 PACKAGE = alpine -VERSION = 2.21.9 +VERSION = 2.21.99 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/chappa/Work/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/chappa/Work/alpine/alpinegit/install-sh -d -install_sh = $(SHELL) ${SHELL} /run/media/chappa/Work/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) |