summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2019-06-10 16:03:35 +0200
committerBruno Haible <bruno@clisp.org>2019-06-10 16:03:35 +0200
commit57dd928ae2cbff26905ea457c333868a0788e061 (patch)
tree2f0db9e3f3d941776b01efc18f56a4257d34d209
parent1a329ffba6af1194e56e27512a4045b643ecece5 (diff)
downloadgnulib-57dd928ae2cbff26905ea457c333868a0788e061.tar.gz
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.
-rw-r--r--ChangeLog8
-rw-r--r--modules/posix_spawn2
-rw-r--r--modules/posix_spawn-internal5
-rw-r--r--modules/posix_spawnp2
4 files changed, 13 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 299da315a6..d1b885453c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
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.
This is a series of commits that
- updates the documentation to the state of glibc 2.29,
diff --git a/modules/posix_spawn b/modules/posix_spawn
index 6bd7a4497d..3e2dce7591 100644
--- a/modules/posix_spawn
+++ b/modules/posix_spawn
@@ -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])
diff --git a/modules/posix_spawn-internal b/modules/posix_spawn-internal
index 294b3f83c9..a0b57fae2b 100644
--- a/modules/posix_spawn-internal
+++ b/modules/posix_spawn-internal
@@ -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:
diff --git a/modules/posix_spawnp b/modules/posix_spawnp
index d9ef2ecafa..957a144767 100644
--- a/modules/posix_spawnp
+++ b/modules/posix_spawnp
@@ -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])