]> Savannah Git Hosting - gnulib.git/commitdiff
posix_spawn-internal: Fix module description.
authorBruno Haible <bruno@clisp.org>
Mon, 10 Jun 2019 14:03:35 +0000 (16:03 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 10 Jun 2019 14:03:35 +0000 (16:03 +0200)
* 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.

ChangeLog
modules/posix_spawn
modules/posix_spawn-internal
modules/posix_spawnp

index 299da315a60dd33afd31eaf5b7143c30ad99af4b..d1b885453cb32bf6e437644369f86ca06454819f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+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.
index 6bd7a4497d957d755765379c9f95577e309ba31a..3e2dce759178a8aa3f07c8b20a73b4125ae9e710 100644 (file)
@@ -13,8 +13,6 @@ configure.ac:
 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])
 
index 294b3f83c9afdf0ca0d2afa6e3715db98c50196f..a0b57fae2b23cab786a82ca6462de6475ab58943 100644 (file)
@@ -16,6 +16,11 @@ sh-filename
 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:
 
index d9ef2ecafa0c668c2723f0353ee85dfeb17340a2..957a1447675a7982f6885e359ca515f6276ed41a 100644 (file)
@@ -13,8 +13,6 @@ configure.ac:
 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])