poke-devel
[Top][All Lists]
Advanced

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

[COMMITTED] build: import the `termios' gnulib module in poke


From: Jose E. Marchesi
Subject: [COMMITTED] build: import the `termios' gnulib module in poke
Date: Sat, 29 Jan 2022 15:55:51 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

This is needed by pk-term.

2022-01-29  Jose E. Marchesi  <jemarch@gnu.org>

        * bootstrap.conf (gnulib_modules): Add `termios'.
---
 ChangeLog      | 4 ++++
 bootstrap.conf | 1 +
 2 files changed, 5 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 92888a76..69946c35 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2022-01-29  Jose E. Marchesi  <jemarch@gnu.org>
 
+       * bootstrap.conf (gnulib_modules): Add `termios'.
+
+2022-01-29  Jose E. Marchesi  <jemarch@gnu.org>
+
        * poke/pk-cmd-set.c (pk_cmd_set_pager): New function.
        (set_pager_cmd): New variable.
        (pk_cmd_set_init): Add set_pager command.
diff --git a/bootstrap.conf b/bootstrap.conf
index 2ea3404e..d2c4ed48 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -49,6 +49,7 @@ gnulib_modules="
   stdbool
   strchrnul
   streq
+  termios
   tmpdir
   unlink
   update-copyright
-- 
2.11.0




reply via email to

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