getgroups: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / isapipe
index 602f2a3c985c8d8623a17719d68aaeef9bea95cb..ee1c2202d6989210f00c88e733fb42c13c46edbf 100644 (file)
@@ -7,15 +7,14 @@ lib/isapipe.h
 m4/isapipe.m4
 
 Depends-on:
-stat-macros
-stdbool
-unistd
+stdbool         [test $ac_cv_func_isapipe = no]
+sys_stat        [test $ac_cv_func_isapipe = no]
+unistd          [test $ac_cv_func_isapipe = no]
 
 configure.ac:
 gl_ISAPIPE
 
 Makefile.am:
-EXTRA_DIST += isapipe.h
 
 Include:
 "isapipe.h"