* modules/posix_spawn (configure.ac): Move request to compile spawni.c
from here...
* modules/posix_spawnp (configure.ac): ... and here...
* modules/posix_spawn-internal (configure.ac): ... to here.
+2019-06-10 Bruno Haible <bruno@clisp.org>
+
+ posix_spawn-internal: Fix module description.
+ * modules/posix_spawn (configure.ac): Move request to compile spawni.c
+ from here...
+ * modules/posix_spawnp (configure.ac): ... and here...
+ * modules/posix_spawn-internal (configure.ac): ... to here.
+
2019-06-10 Bruno Haible <bruno@clisp.org>
doc: Update and improve documentation of glibc functions.
gl_POSIX_SPAWN
if test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1; then
AC_LIBOBJ([spawn])
- AC_LIBOBJ([spawni])
- gl_PREREQ_POSIX_SPAWN_INTERNAL
fi
gl_SPAWN_MODULE_INDICATOR([posix_spawn])
strchrnul
configure.ac:
+gl_POSIX_SPAWN
+if test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1; then
+ AC_LIBOBJ([spawni])
+ gl_PREREQ_POSIX_SPAWN_INTERNAL
+fi
Makefile.am:
gl_POSIX_SPAWN
if test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1; then
AC_LIBOBJ([spawnp])
- AC_LIBOBJ([spawni])
- gl_PREREQ_POSIX_SPAWN_INTERNAL
fi
gl_SPAWN_MODULE_INDICATOR([posix_spawnp])