bug-gnulib
[Top][All Lists]
Advanced

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

[PATCH] login_tty: add missing dependeny


From: Eric Blake
Subject: [PATCH] login_tty: add missing dependeny
Date: Fri, 27 Aug 2010 10:34:06 -0600

* modules/login_tty (Depends-on): Add pty.

Signed-off-by: Eric Blake <address@hidden>
---

megatest caught this, then died.  It's a shame that I have to
restart megatest from scratch every time, as it's taking longer
to get to the next bug.

configure.ac:37: error: possibly undefined macro: gl_PTY_MODULE_INDICATOR

 ChangeLog         |    5 +++++
 modules/login_tty |    1 +
 2 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 8f12bcc..41ea6d2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-08-27  Eric Blake  <address@hidden>
+
+       login_tty: add missing dependeny
+       * modules/login_tty (Depends-on): Add pty.
+
 2010-08-26  Eric Blake  <address@hidden>

        lib-symbol-versions: fix m4 quoting
diff --git a/modules/login_tty b/modules/login_tty
index 41cb837..032472f 100644
--- a/modules/login_tty
+++ b/modules/login_tty
@@ -7,6 +7,7 @@ lib/login_tty.c
 m4/pty.m4

 Depends-on:
+pty

 configure.ac:
 gl_FUNC_LOGIN_TTY
-- 
1.7.2.2




reply via email to

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