From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: Daniel Jacobowitz , Mark Kettenis Cc: gdb-patches@sources.redhat.com Subject: Re: SETPGRP and autoconf Date: Fri, 27 Jul 2001 13:33:00 -0000 Message-id: <3B61CFB7.9080302@cygnus.com> References: <20010725162420.A13860@nevyn.them.org> <200107261040.f6QAe2T05377@delius.kettenis.local> <20010726084450.A2941@nevyn.them.org> <3B60505D.5080304@cygnus.com> <20010727102017.A5627@nevyn.them.org> X-SW-Source: 2001-07/msg00681.html > +dnl AC_FUNC_SETPGRP does not work if cross compiling > +dnl Instead, assume we will have a prototype for setpgrp if cross compiling. > +if test "$cross_compiling" = no; then Suggest: AC_FUNC_SETPGRP does not work when cross compiling GDB. BTW, I suspect the outcome of the test on modern OS's doesn't matter - the better defined setpgid() is used first anyway. As for approval, anyone can update configure.in, just be careful to get feedback from any potentially interested parties. Andreww