summaryrefslogtreecommitdiff
path: root/autom4te.cache/output.0
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2013-11-18 10:50:17 -0700
committerEduardo Chappa <chappa@washington.edu>2013-11-18 10:50:17 -0700
commit186a23ef94452e15aeadf60224300ca16acd4182 (patch)
tree0fd551a6240e6c2dbc68e6c87ddbed2a2fc4d974 /autom4te.cache/output.0
parentef190f4e45840523a85c366291d65c9973776450 (diff)
downloadalpine-186a23ef94452e15aeadf60224300ca16acd4182.tar.xz
* Update to version 2.19.3
* Alpine computes the signature of a signed message on a different message than the one it sends, because of this, messages that are sent can not be validated either in the sent-mail folder, nor in the server that receives such message.
Diffstat (limited to 'autom4te.cache/output.0')
-rw-r--r--autom4te.cache/output.056
1 files changed, 24 insertions, 32 deletions
diff --git a/autom4te.cache/output.0 b/autom4te.cache/output.0
index aee355b1..6645ca6d 100644
--- a/autom4te.cache/output.0
+++ b/autom4te.cache/output.0
@@ -1,7 +1,7 @@
@%:@! /bin/sh
-@%:@ From configure.ac Rev:6 by chappa@washington.edu.
+@%:@ From configure.ac Rev:7 by chappa@washington.edu.
@%:@ Guess values for system-dependent variables and create Makefiles.
-@%:@ Generated by GNU Autoconf 2.69 for alpine 2.19.2.
+@%:@ Generated by GNU Autoconf 2.69 for alpine 2.19.3.
@%:@
@%:@ Report bugs to <chappa@washington.edu>.
@%:@
@@ -730,8 +730,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='alpine'
PACKAGE_TARNAME='alpine'
-PACKAGE_VERSION='2.19.2'
-PACKAGE_STRING='alpine 2.19.2'
+PACKAGE_VERSION='2.19.3'
+PACKAGE_STRING='alpine 2.19.3'
PACKAGE_BUGREPORT='chappa@washington.edu'
PACKAGE_URL=''
@@ -1595,7 +1595,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures alpine 2.19.2 to adapt to many kinds of systems.
+\`configure' configures alpine 2.19.3 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1665,7 +1665,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of alpine 2.19.2:";;
+ short | recursive ) echo "Configuration of alpine 2.19.3:";;
esac
cat <<\_ACEOF
@@ -1949,7 +1949,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-alpine configure 2.19.2
+alpine configure 2.19.3
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2555,7 +2555,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by alpine $as_me 2.19.2, which was
+It was created by alpine $as_me 2.19.3, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -3376,7 +3376,7 @@ fi
# Define the identity of the package.
PACKAGE='alpine'
- VERSION='2.19.2'
+ VERSION='2.19.3'
cat >>confdefs.h <<_ACEOF
@@ -13550,6 +13550,9 @@ case $host in
localedir="\${datadir}/locale"
fi
;;
+ *-*-cygwin)
+ localedir="/usr/share"
+ ;;
*)
localedir="\${datadir}/locale"
;;
@@ -15637,35 +15640,24 @@ else
;;
*-apple-darwin*)
alpine_SSLTYPE="nopwd"
- if test -d /usr/local/Cellar/openssl ; then
- alpine_SSLVERSION=""
- if test -x /usr/local/bin/openssl ; then
- alpine_SSLVERSION="`/usr/local/bin/openssl version | ${AWK} '{ printf $2 }'`"
- else
- alpine_TEST="`${LS} /usr/local/Cellar/openssl`"
- for dir in ${alpine_TEST} ; do
- if test -d "/usr/local/Cellar/openssl/${alpine_TEST}" ; then
- if test -z "$alpine_SSLVERSION" -o test "/usr/local/Cellar/openssl/${alpine_TEST}" -nt "/usr/local/Cellar/openssl/${alpine_SSLVERSION}" ; then
- alpine_SSLVERSION="${alpine_TEST}"
- fi
- fi
- done
- fi
- if test -z "${alpine_SSLVERSION}" ; then
- as_fn_error $? "Did not find suitable SSL version, use --with-ssl-dir to specify one" "$LINENO" 5
- else
- alpine_SSLDIR="/usr/local/Cellar/openssl/$alpine_SSLVERSION"
+ if test -d /usr/local/opt/openssl ; then
+ alpine_SSLDIR="/usr/local/opt/openssl"
alpine_SSLINCLUDE="$alpine_SSLDIR/include"
alpine_SSLLIB="$alpine_SSLDIR/lib"
- alpine_SSLCERTS="/usr/local/etc/openssl/certs"
- alpine_SSLKEYS="/usr/local/etc/openssl/private"
- fi
+ alpine_SSLCERTS="$alpine_SSLDIR/certs"
+ alpine_SSLKEYS="$alpine_SSLDIR/private"
elif test -d /opt/local/etc/openssl ; then
alpine_SSLDIR="/opt/local"
alpine_SSLINCLUDE="$alpine_SSLDIR/include"
alpine_SSLLIB="$alpine_SSLDIR/lib"
alpine_SSLCERTS="/opt/local/etc/openssl/certs"
alpine_SSLKEYS="/opt/local/etc/openssl/private"
+ elif test -d /sw/etc/ssl ; then
+ alpine_SSLDIR="/sw/etc/ssl"
+ alpine_SSLINCLUDE="/sw/include"
+ alpine_SSLLIB="/sw/lib"
+ alpine_SSLCERTS="/sw/etc/ssl/certs"
+ alpine_SSLKEYS="/sw/etc/ssl/private"
elif test -d /System/Library/OpenSSL ; then
alpine_SSLDIR="/System/Library/OpenSSL"
alpine_SSLCERTS="$alpine_SSLDIR/certs"
@@ -20297,7 +20289,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by alpine $as_me 2.19.2, which was
+This file was extended by alpine $as_me 2.19.3, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -20363,7 +20355,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-alpine config.status 2.19.2
+alpine config.status 2.19.3
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"