Displaying 1 result from an estimated 1 matches for "ac_func_getpgrp_0".
Did you mean:
ac_func_getpgrp_1
2001 Sep 17
1
autoconf cleanup for AC_FUNC_GETPGRP and GETPGRP_VOID
...th a single arg.
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([AC_INCLUDES_DEFAULT], [getpgrp (0);])],
- [ac_func_getpgrp_1=yes],
- [ac_func_getpgrp_1=no])
-# Use it with no arg.
-AC_COMPILE_IFELSE([AC_LANG_PROGRAM([AC_INCLUDES_DEFAULT], [getpgrp ();])],
- [ac_func_getpgrp_0=yes],
- [ac_func_getpgrp_0=no])
-# If both static checks agree, we are done.
-case $ac_func_getpgrp_0:$ac_func_getpgrp_1 in
- yes:no) ac_cv_func_getpgrp_void=yes;;
- no:yes) ac_cv_func_getpgrp_void=false;;
- *) AC_RUN_IFELSE([_AC_FUNC_GETPGRP_TEST],
- [ac_cv_fu...