From: Bruno Haible Date: Mon, 10 Jun 2019 14:03:35 +0000 (+0200) Subject: posix_spawn-internal: Fix module description. X-Git-Tag: v1.0~4883 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=57dd928ae2cbff26905ea457c333868a0788e061;p=gnulib.git 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. --- diff --git a/ChangeLog b/ChangeLog index 299da315a6..d1b885453c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2019-06-10 Bruno Haible + + 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 doc: Update and improve documentation of glibc functions. 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])