From 0200359f12b09d83e4fecfddd1e7a5174ca17e60 Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Mon, 23 Jul 2001 19:21:57 +0000 Subject: * configure.in (AC_CHECK_FUNCS): Add setpggrp. (AC_FUNC_SETPGRP): Add. * aclocal.m4, configure, config.in: Regenerated. * inflow.c (gdb_setpgid): Get rid of NEED_POSIX_SETPGID and SETPGRP_ARGS. Always use setpgid if it is available, fall back on setpgrp if it isn't. Use SETPGRP_VOID (defined by autoconf) to distinguish between the two setpgrp flavours. * config/xm-sysv4.h, config/arm/xm-linux.h, config/i386/xm-i386aix.h, config/i386/xm-sco.h, config/i386/xm-linux.h, config/i386/xm-ptx.h, config/m68k/xm-linux.h, config/powerpc/xm-linux.h, config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h, config/ia64/xm-linux.h (NEED_POSIX_SETPGID): Remove. * config/rs6000/xm-rs6000.h (SETPGRP_ARGS): Remove. --- gdb/aclocal.m4 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gdb/aclocal.m4') diff --git a/gdb/aclocal.m4 b/gdb/aclocal.m4 index c870d85..5bfb0a1 100644 --- a/gdb/aclocal.m4 +++ b/gdb/aclocal.m4 @@ -1,7 +1,6 @@ dnl aclocal.m4 generated automatically by aclocal 1.4 -dnl Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000 -dnl Free Software Foundation, Inc. +dnl Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. -- cgit v1.1