summaryrefslogtreecommitdiff
path: root/configure
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 /configure
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 'configure')
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index 22796975..ca4a19fa 100755
--- a/configure
+++ b/configure
@@ -5246,7 +5246,8 @@ LIBS="$saved_libs"
-for ac_func in gettimeofday rename strcasecmp strncasecmp strsep
+
+for ac_func in gettimeofday isatty rename strcasecmp strncasecmp strsep
do
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
echo "$as_me:$LINENO: checking for $ac_func" >&5