X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=modules%2Fposix_spawn_file_actions_addclose;h=eef7b63c55b4e42f8776f6e6d5f6936cadae2d64;hb=7170ee077cc44186a70cb264ceb8352a1349e05b;hp=b85eacfdb9ddff3dd96c0623db42cc6311608b10;hpb=eaff1728aebaf49a7bc6f1c8ff7bc85025fe1151;p=pspp diff --git a/modules/posix_spawn_file_actions_addclose b/modules/posix_spawn_file_actions_addclose index b85eacfdb9..eef7b63c55 100644 --- a/modules/posix_spawn_file_actions_addclose +++ b/modules/posix_spawn_file_actions_addclose @@ -9,12 +9,11 @@ m4/posix_spawn.m4 Depends-on: spawn -getdtablesize +getdtablesize [test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1] configure.ac: gl_POSIX_SPAWN if test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1; then - gl_REPLACE_SPAWN_H AC_LIBOBJ([spawn_faction_addclose]) fi gl_SPAWN_MODULE_INDICATOR([posix_spawn_file_actions_addclose]) @@ -25,7 +24,7 @@ Include: License: -LGPL +LGPLv2+ Maintainer: Bruno Haible, glibc