summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorwlemb <wlemb>2002-07-23 22:03:46 +0000
committerwlemb <wlemb>2002-07-23 22:03:46 +0000
commita882980999fcf76abbbad889c8404403b7ba24f1 (patch)
tree97269bc03cca54aab88724c5a3298da472e89be8 /Makefile.in
parent6a77aeb0689ddc08ce125a6c5fe5677690b9d3bc (diff)
downloadgroff-a882980999fcf76abbbad889c8404403b7ba24f1.tar.gz
* 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.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
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()