util-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Samuel Thibault <samuel.thibault@ens-lyon.org>
To: Karel Zak <kzak@redhat.com>
Cc: util-linux@vger.kernel.org
Subject: Re: [ANNOUNCE] util-linux v2.35-rc1
Date: Wed, 11 Dec 2019 13:17:02 +0100	[thread overview]
Message-ID: <20191211121702.337bssjynpupiimz@function> (raw)
In-Reply-To: <20191211101831.ei3qksv6c2qk4aii@10.255.255.10>

[-- Attachment #1: Type: text/plain, Size: 408 bytes --]

Hello,

Karel Zak, le mer. 11 déc. 2019 11:18:31 +0100, a ecrit:
> The util-linux release v2.35-rc1 is available at
> 
>   http://www.kernel.org/pub/linux/utils/util-linux/v2.35
> 
> Feedback and bug reports, as always, are welcomed.

scriptlive is made conditional on pty support, but was still hardcoded
as [yes], the attached patch makes it [check] like all others having
such kind of condition.

Samuel

[-- Attachment #2: patch --]
[-- Type: text/plain, Size: 501 bytes --]

diff --git a/configure.ac b/configure.ac
index 40352a0fb..c187927e1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1845,7 +1845,7 @@ AM_CONDITIONAL([BUILD_SCRIPT], [test "x$build_script" = xyes])
 UL_BUILD_INIT([scriptreplay], [yes])
 AM_CONDITIONAL([BUILD_SCRIPTREPLAY], [test "x$build_scriptreplay" = xyes])
 
-UL_BUILD_INIT([scriptlive], [yes])
+UL_BUILD_INIT([scriptlive], [check])
 UL_REQUIRES_HAVE([scriptlive], [pty])
 AM_CONDITIONAL([BUILD_SCRIPTLIVE], [test "x$build_scriptlive" = xyes])
 

  reply	other threads:[~2019-12-11 12:17 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-11 10:18 [ANNOUNCE] util-linux v2.35-rc1 Karel Zak
2019-12-11 12:17 ` Samuel Thibault [this message]
2019-12-11 12:27   ` Karel Zak

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191211121702.337bssjynpupiimz@function \
    --to=samuel.thibault@ens-lyon.org \
    --cc=kzak@redhat.com \
    --cc=util-linux@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).