memcpy: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / posix_spawn_file_actions_addopen
index c715c71cd8af00c4d78500a50c4c2cf8f8f40f6d..464e6491e8aacb8be1ec9f4f95f877c75a65b2b4 100644 (file)
@@ -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_addopen])
 fi
 gl_SPAWN_MODULE_INDICATOR([posix_spawn_file_actions_addopen])
@@ -25,7 +24,7 @@ Include:
 <spawn.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible, glibc