]> git.ipfire.org Git - thirdparty/autoconf.git/commit
The runtime test for AC_FUNC_GETPGRP fails when prototypes are
authorAkim Demaille <akim@epita.fr>
Tue, 17 Jul 2001 16:21:25 +0000 (16:21 +0000)
committerAkim Demaille <akim@epita.fr>
Tue, 17 Jul 2001 16:21:25 +0000 (16:21 +0000)
commit9098f2529a80dc3156fbee2b4c6afdbba67698e2
treeaac315c6b8b07ecc42f0e3a5eff9da1b4e8438d9
parentc1565c7c157343ed922fcfd638d6a0bf34048d14
The runtime test for AC_FUNC_GETPGRP fails when prototypes are
used.  Well, then use the prototypes when you can, and runtime as
a last resort.
Reported by Artur Frysiak
* acfunctions.m4 (_AC_FUNC_GETPGRP_TEST): New.
(AC_FUNC_GETPGRP): Use it.
First try to compile with 0-ary or 1-ary calls.
ChangeLog
NEWS
THANKS
acfunctions.m4
lib/autoconf/functions.m4