summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2020-03-26 01:14:07 -0600
committerEduardo Chappa <chappa@washington.edu>2020-03-26 01:14:07 -0600
commit40444dc0d4c794e8e0a67b0bd2c636504850b168 (patch)
tree44bf4db864a53f05ec93d77a51f88ed440eb2167
parent9a75e1bb3b813bc82db395ea7f61f7be3a1bd187 (diff)
downloadalpine-40444dc0d4c794e8e0a67b0bd2c636504850b168.tar.xz
* Modification to configure script to add support for *-linux* hosts,
instead of *-linux-gnu* hosts.
-rwxr-xr-xconfigure6
-rw-r--r--configure.ac6
-rw-r--r--pith/pine.hlp2
3 files changed, 7 insertions, 7 deletions
diff --git a/configure b/configure
index 8fcde13..cb683f1 100755
--- a/configure
+++ b/configure
@@ -17359,7 +17359,7 @@ elif test -d /usr/local/ssl ; then
alpine_SSLLIB="$alpine_SSLDIR/lib"
else
case $host in
- *-linux-gnu*|*-k*bsd*-gnu*|*-gnu*)
+ *-linux*|*-k*bsd*-gnu*|*-gnu*)
if test -f /etc/fedora-release -o -f /etc/redhat-release -o -f /etc/redhat_version ; then
alpine_SSLTYPE="nopwd"
if test -d /etc/pki/tls ; then
@@ -17882,7 +17882,7 @@ fi
alpine_PAM="none"
case "$host" in
- *-linux-gnu*|*-k*bsd*-gnu*|*-gnu*)
+ *-linux*|*-k*bsd*-gnu*|*-gnu*)
alpine_path_delim="/"
alpine_mode_readonly="(0600)"
if test -f /etc/fedora-release ; then
@@ -17914,7 +17914,7 @@ case "$host" in
alpine_c_client_target="ldb"
alpine_PAM="yes"
fi
- elif test -f /etc/SuSE-release ; then
+ elif test -f /etc/SuSE-release; then
systype="LSU"
alpine_c_client_target="lsu"
alpine_PAM="yes"
diff --git a/configure.ac b/configure.ac
index fc7593e..cc3f01e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -747,7 +747,7 @@ dnl is the one intended to be used.
else
dnl preload c-client default locations/options
case $host in
- *-linux-gnu*|*-k*bsd*-gnu*|*-gnu*)
+ *-linux*|*-k*bsd*-gnu*|*-gnu*)
if test -f /etc/fedora-release -o -f /etc/redhat-release -o -f /etc/redhat_version ; then
alpine_SSLTYPE="nopwd"
if test -d /etc/pki/tls ; then
@@ -1192,7 +1192,7 @@ dnl Tests and assignments below are mostly to coax the appropriate
dnl build from c-client. Most of this will go away when c-client
dnl adopts configure
case "$host" in
- *-linux-gnu*|*-k*bsd*-gnu*|*-gnu*)
+ *-linux*|*-k*bsd*-gnu*|*-gnu*)
alpine_path_delim="/"
alpine_mode_readonly="(0600)"
if test -f /etc/fedora-release ; then
@@ -1224,7 +1224,7 @@ case "$host" in
alpine_c_client_target="ldb"
alpine_PAM="yes"
fi
- elif test -f /etc/SuSE-release ; then
+ elif test -f /etc/SuSE-release; then
systype="LSU"
alpine_c_client_target="lsu"
alpine_PAM="yes"
diff --git a/pith/pine.hlp b/pith/pine.hlp
index c958236..1f0af38 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 414 2020-03-22 19:32:44
+Alpine Commit 415 2020-03-26 01:13:59
============= h_news =================
<HTML>
<HEAD>