]> git.ipfire.org Git - thirdparty/gettext.git/commit
libtextstyle: Reexport isatty() override from gnulib.
authorBruno Haible <bruno@clisp.org>
Thu, 14 Mar 2019 23:02:55 +0000 (00:02 +0100)
committerBruno Haible <bruno@clisp.org>
Thu, 14 Mar 2019 23:02:55 +0000 (00:02 +0100)
commit66b766ae149bbdcaebce0606322fa2155704b159
tree32f9586a85ebeabb52e4beb1612af74a3d30a26b
parent68cebcd8c58f476991a90cd8e16632d68f688426
libtextstyle: Reexport isatty() override from gnulib.

This is necessary for programs that are compiled for native Windows and
run in a Cygwin console.

* libtextstyle/autogen.sh (GNULIB_MODULES): Add 'isatty'.
* libtextstyle/configure.ac: Set GNULIB_ISATTY to 0.
* libtextstyle/lib/textstyle.h (libtextstyle_isatty): New declaration.
(isatty): Redirect to libtextstyle_isatty.
libtextstyle/.gitignore
libtextstyle/autogen.sh
libtextstyle/configure.ac
libtextstyle/lib/textstyle.h