GNU bug report logs -
#33977
/configure.ac: search for puts() in libtinfow
Previous Next
Reported by: Дилян Палаузов <dilyan.palauzov <at> aegee.org>
Date: Fri, 4 Jan 2019 18:07:02 UTC
Severity: normal
Tags: fixed
Merged with 35342
Found in version 26.2
Fixed in versions 26.3, 27.1
Done: Glenn Morris <rgm <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #10 received at 33977-done <at> debbugs.gnu.org (full text, mbox):
Version: 27.1
commit a3d52b3
Author: Paul Eggert <eggert <at> cs.ucla.edu>
Date: Sat Jan 5 09:47:14 2019 -0800
Port to platforms where tputs is in libtinfow
* configure.ac (tputs_library): Also try tinfow, ncursesw (Bug#33977).
diff --git a/configure.ac b/configure.ac
index 91fa417..e5bd694 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4111,7 +4111,8 @@ AC_DEFUN
emacs_cv_tputs_lib='none required'
else
# curses precedes termcap because of AIX (Bug#9736#35) and OpenIndiana.
- for tputs_library in '' tinfo ncurses terminfo curses termcap; do
+ tputs_libraries='tinfo ncurses terminfo curses termcap tinfow ncursesw'
+ for tputs_library in '' $tputs_libraries; do
OLIBS=$LIBS
if test -z "$tputs_library"; then
emacs_cv_tputs_lib='none required'
This bug report was last modified 6 years and 77 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.