X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=modules%2Fposix_spawn;h=54e08d841381151dfe6789d8b5a038f158d5b1a7;hb=13ebbbd5b53127e51b34532465119c97ec6c23ca;hp=44331193957d6db55b2d5b0f9e72fa726bc4f32b;hpb=cc342d20bb7de5042124c290239568745dc4c239;p=pspp diff --git a/modules/posix_spawn b/modules/posix_spawn index 4433119395..54e08d8413 100644 --- a/modules/posix_spawn +++ b/modules/posix_spawn @@ -7,12 +7,11 @@ m4/posix_spawn.m4 Depends-on: spawn -posix_spawn-internal +posix_spawn-internal [test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1] configure.ac: gl_POSIX_SPAWN if test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1; then - gl_REPLACE_SPAWN_H AC_LIBOBJ([spawn]) gl_POSIX_SPAWN_INTERNAL fi @@ -24,7 +23,7 @@ Include: License: -LGPL +LGPLv2+ Maintainer: Bruno Haible, glibc