From a809f07ffdc447dd9adc4c4514254b9edefdf72c Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Tue, 13 Dec 2022 18:51:14 -0700 Subject: [PATCH] * Fix to the configure script to not to use the password file set up in a Mac OS. With assistance from Jerry. --- configure | 2 +- configure.ac | 2 +- pith/pine.hlp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure b/configure index 5d29dc3..17ca491 100755 --- a/configure +++ b/configure @@ -19117,7 +19117,7 @@ fi -if test -z "$alpine_PASSFILE" -a "alpine_cache_os_method" = "no" ; then +if test -z "$alpine_PASSFILE" -a "$alpine_cache_os_method" = "no" ; then if test -z "$alpine_SYSTEM_PASSFILE" ; then alpine_PASSFILE=".alpine.pwd" else diff --git a/configure.ac b/configure.ac index f96a4c2..fa79cf4 100644 --- a/configure.ac +++ b/configure.ac @@ -1391,7 +1391,7 @@ AC_ARG_WITH(passfile, ]) -if test -z "$alpine_PASSFILE" -a "alpine_cache_os_method" = "no" ; then +if test -z "$alpine_PASSFILE" -a "$alpine_cache_os_method" = "no" ; then if test -z "$alpine_SYSTEM_PASSFILE" ; then alpine_PASSFILE=".alpine.pwd" else diff --git a/pith/pine.hlp b/pith/pine.hlp index 796c67b..93e3378 100644 --- a/pith/pine.hlp +++ b/pith/pine.hlp @@ -147,7 +147,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 668 2022-11-27 17:54:21 +Alpine Commit 669 2022-12-13 18:51:11 ============= h_news ================= -- 2.11.4.GIT