commit-inetutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Inetutils branch, master, updated. inetutils-1_9_4-121-g56925


From: Simon Josefsson
Subject: [SCM] GNU Inetutils branch, master, updated. inetutils-1_9_4-121-g5692529
Date: Sun, 24 Jan 2021 10:46:15 -0500 (EST)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Inetutils ".

The branch, master has been updated
       via  5692529d5a24c07c23fb32a3b42a58b3d89a9f71 (commit)
       via  12d65ad3ebfb9d0e7a3467ca93dba033f173fc81 (commit)
      from  bb9c696250019a90d0e914c70990dbd75968f7eb (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/inetutils.git/commit/?id=5692529d5a24c07c23fb32a3b42a58b3d89a9f71


commit 5692529d5a24c07c23fb32a3b42a58b3d89a9f71
Author: Simon Josefsson <simon@josefsson.org>
Date:   Sun Jan 24 16:46:06 2021 +0100

    README-alpha (Prerequisites): Mention xz, for dist.

diff --git a/ChangeLog b/ChangeLog
index 423844b..7b82467 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
 2021-01-24  Simon Josefsson  <simon@josefsson.org>
 
        * configure.ac: Fix disabling when all rcmd is missing.
+       * README-alpha (Prerequisites): Mention xz, for dist.
 
 2021-01-24  Simon Josefsson  <simon@josefsson.org>
 
diff --git a/README-alpha b/README-alpha
index cf21af6..996318e 100644
--- a/README-alpha
+++ b/README-alpha
@@ -61,6 +61,7 @@ you have the latest stable version.
 - Texinfo <https://www.gnu.org/software/texinfo>
 - help2man <https://www.gnu.org/software/help2man>
 - ncurses <https://www.gnu.org/software/ncurses/> (optional, for talk)
+- xz <https://tukaani.org/xz/> (for 'make dist')
 
 * Building
 

http://git.savannah.gnu.org/cgit/inetutils.git/commit/?id=12d65ad3ebfb9d0e7a3467ca93dba033f173fc81


commit 12d65ad3ebfb9d0e7a3467ca93dba033f173fc81
Author: Simon Josefsson <simon@josefsson.org>
Date:   Sun Jan 24 16:45:53 2021 +0100

    configure.ac: Fix disabling when all rcmd is missing.

diff --git a/ChangeLog b/ChangeLog
index e09c501..423844b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2021-01-24  Simon Josefsson  <simon@josefsson.org>
 
+       * configure.ac: Fix disabling when all rcmd is missing.
+
+2021-01-24  Simon Josefsson  <simon@josefsson.org>
+
        Build/doc fixes.
 
        * README-alpha (Checking Out the Sources): Use git URL mentioned
diff --git a/configure.ac b/configure.ac
index f13e33d..31f14b4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -323,7 +323,7 @@ fi
 if test "$ac_cv_func_rcmd" != yes \
    && test "$ac_cv_func_orcmd" != yes \
    && test "$ac_cv_func_rcmd_af" != yes \
-   && "$ac_cv_func_orcmd_af" != yes
+   && test "$ac_cv_func_orcmd_af" != yes
 then
   IU_DISABLE_TARGET(rcp)
   IU_DISABLE_TARGET(rlogin)

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog    | 5 +++++
 README-alpha | 1 +
 configure.ac | 2 +-
 3 files changed, 7 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
GNU Inetutils 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]