summaryrefslogtreecommitdiff
path: root/configure.ac
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.ac
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.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 749840d8..75c47990 100644
--- a/configure.ac
+++ b/configure.ac
@@ -54,7 +54,7 @@ saved_libs="$LIBS"
LIBS="$LIBS -lc $LIBM"
AC_REPLACE_FUNCS(fmod getcwd putenv snprintf strerror strtol)
LIBS="$saved_libs"
-AC_CHECK_FUNCS(gettimeofday rename strcasecmp strncasecmp strsep)
+AC_CHECK_FUNCS(gettimeofday isatty rename strcasecmp strncasecmp strsep)
GROFF_MKSTEMP
AC_DECL_SYS_SIGLIST
dnl checks for compiler characteristics