From a882980999fcf76abbbad889c8404403b7ba24f1 Mon Sep 17 00:00:00 2001 From: wlemb Date: Tue, 23 Jul 2002 22:03:46 +0000 Subject: * configure.ac: Test for isatty. * configure: Regenerated. * src/include/posix.h: Check HAVE_ISATTY. * src/roff/troff/input.cc [ISATTY_MISSING]: Removed. * src/utils/lookbib/lookbib.cc: Include posix.h. Don't declare isatty. * NEWS: Add `output' request. * REVISION: Increased to 1. --- Makefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 4ab59e9c..a54d9a91 100644 --- a/Makefile.in +++ b/Makefile.in @@ -219,6 +219,7 @@ make_install_html=@make_install_html@ # -DHAVE_FMOD if you have fmod() # -DHAVE_GETCWD if you have getcwd() # -DHAVE_GETTIMEOFDAY if you have gettimeofday() +# -DHAVE_ISATTY if you have isatty() # -DHAVE_MKSTEMP if you have mkstemp() # -DHAVE_MMAP if you have mmap() # -DHAVE_PUTENV if you have putenv() -- cgit v1.2.1