summaryrefslogtreecommitdiff
path: root/modules/posix_spawn
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-05-21 17:09:28 +0200
committerBruno Haible <bruno@clisp.org>2011-06-16 00:06:37 +0200
commitb7f31973b52cd33e530df837b57ea646a43c5495 (patch)
tree7e9b6fba0bad563c894ee081c5d7ef3eaa7cdcfc /modules/posix_spawn
parent992540004ee8488817c6afec188d2e3cbda0f469 (diff)
downloadgnulib-b7f31973b52cd33e530df837b57ea646a43c5495.tar.gz
posix_spawn*: Move AC_LIBOBJ invocations to module description.
* m4/posix_spawn.m4 (gl_PREREQ_POSIX_SPAWN_INTERNAL): Renamed from gl_POSIX_SPAWN_INTERNAL. Move AC_LIBOBJ invocation from here... * modules/posix_spawn (configure.ac): ... to here. * modules/posix_spawnp (configure.ac): ... and here.
Diffstat (limited to 'modules/posix_spawn')
-rw-r--r--modules/posix_spawn3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/posix_spawn b/modules/posix_spawn
index 54e08d8413..ec8eac1825 100644
--- a/modules/posix_spawn
+++ b/modules/posix_spawn
@@ -13,7 +13,8 @@ configure.ac:
gl_POSIX_SPAWN
if test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1; then
AC_LIBOBJ([spawn])
- gl_POSIX_SPAWN_INTERNAL
+ AC_LIBOBJ([spawni])
+ gl_PREREQ_POSIX_SPAWN_INTERNAL
fi
gl_SPAWN_MODULE_INDICATOR([posix_spawn])