]> Dogcows Code - chaz/tar/commit
Don't build ttyemu and run tty I/O test if grantpt is not available.
authorSergey Poznyakoff <gray@gnu.org>
Tue, 22 Jul 2014 01:24:35 +0000 (04:24 +0300)
committerSergey Poznyakoff <gray@gnu.org>
Tue, 22 Jul 2014 01:29:25 +0000 (04:29 +0300)
commita5db4ba5cb8a4e2685ff5eb109eb43d19f7912f8
tree574b455bdb46ce62a8c87dcea28b3af2dccec8f1
parent20ab569dc33b640354f862f584b9c964a367ac34
Don't build ttyemu and run tty I/O test if grantpt is not available.

* configure.ac (TAR_COND_GRANTPT): Define conditional depending
on whether grantpt is available.
* gnulib.modules: Remove grantpt. It relies upon a helper binary
pt_chown which it installs and which is useless in the testsuite.
* tests/Makefile.am [TAR_COND_GRANTPT]: Build ttyemu
* tests/iotty.at: Skip test if ttyemu is not build.
* tests/ttyemu.c (noecho): Fix error message
(main): Use TIOCSCTTY if it is defined.
configure.ac
gnulib.modules
tests/Makefile.am
tests/iotty.at
tests/ttyemu.c
This page took 0.022138 seconds and 4 git commands to generate.