added isatty to configure.ac

This commit is contained in:
hyunghwan.chung
2018-02-02 14:43:07 +00:00
parent e70b424826
commit 8a6cc1e62a
14 changed files with 328 additions and 155 deletions

View File

@ -409,6 +409,7 @@ pdfdir = @pdfdir@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
runstatedir = @runstatedir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@

View File

@ -142,6 +142,9 @@
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
/* Define to 1 if you have the `isatty' function. */
#undef HAVE_ISATTY
/* labels as values */
#undef HAVE_LABELS_AS_VALUES