From b7f31973b52cd33e530df837b57ea646a43c5495 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 21 May 2011 17:09:28 +0200 Subject: 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. --- modules/posix_spawn | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/posix_spawn') 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]) -- cgit v1.2.1