search for: _ac_func_getpgrp_test

Displaying 1 result from an estimated 1 matches for "_ac_func_getpgrp_test".

2001 Sep 17
1
autoconf cleanup for AC_FUNC_GETPGRP and GETPGRP_VOID
...: this to bug-bash, bug-gawk, and openssh-unix-dev to give them a heads-up. 2001-09-17 Paul Eggert <eggert at twinsun.com> * doc/autoconf.texi (Particular Functions): AC_FUNC_GETPGRP now merely checks whether it is an error to pass an argument to getpgrp. * lib/autoconf/functions.m4 (_AC_FUNC_GETPGRP_TEST): Remove. (AC_FUNC_GETPGRP): Don't bother with a runtime test. Just check whether it is a (compile-time) error to pass an argument to getpgrp. This simpler test supports the revised documentation, and is all that AC_FUNC_GETPGRP's users really need. diff -ru autoconf/doc/autoconf.tex...