[zsh]"STDERR: configure: error: no controlling tty"の対処法

Vagrant + Chefで zsh 5.0.5を./configureしようとしたらエラーが出ました。
checking if tcsetpgrp() actually works... notty
STDERR: configure: error: no controlling tty
Try running configure with --with-tcsetpgrp or --without-tcsetpgrp
make: *** No targets specified and no makefile found.  Stop.

対処法

./configure  --with-tcsetpgrp
でいけました。

tcsetpgrは何かというと、C言語の端末制御関数らしいのですがよくわかりません><
http://linuxjm.sourceforge.jp/html/LDP_man-pages/man3/tcgetpgrp.3.html
カテゴリ: