floorl: Respect rules for use of AC_LIBOBJ.
[pspp] / modules / posix_spawn_file_actions_addclose
index 865e6c508aa5ce3b06a0cd625666d0af8f44169a..eef7b63c55b4e42f8776f6e6d5f6936cadae2d64 100644 (file)
@@ -9,11 +9,11 @@ m4/posix_spawn.m4
 
 Depends-on:
 spawn
+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])
@@ -24,7 +24,7 @@ Include:
 <spawn.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible, glibc