]> git.ipfire.org Git - thirdparty/make.git/commit
* main.c (main): Set MAKE_TTYOUT and MAKE_TTYERR.
authorPaul Smith <psmith@gnu.org>
Sun, 14 Sep 2014 05:03:19 +0000 (01:03 -0400)
committerPaul Smith <psmith@gnu.org>
Sun, 14 Sep 2014 05:03:19 +0000 (01:03 -0400)
commit7f9ce6e97bd1bb4289477ac76532e156947e7865
treeb3e06143fcb0801ff26f203351b5037b5ecbd92f
parent621e9edfe9ac4ad20ce297787fa308b032b3fa8e
* main.c (main): Set MAKE_TTYOUT and MAKE_TTYERR.

* configure.ac: Test for isatty() and ttyname()
* makeint.h: provide a substitute for ttyname() if it's not available.
* config.ami.template, config.h-vms.template, config.h.W32.template:
define/undefine HAVE_ISATTY/HAVE_TTYNAME macros.
* NEWS, doc/make.texi: Document these new variables.
NEWS
config.ami.template
config.h-vms.template
config.h.W32.template
configure.ac
doc/make.texi
main.c
makeint.h