| >--[Rüdiger Kuhlmann]--<[EMAIL PROTECTED]>
|
| > 2001-06-01 Rüdiger Kuhlmann <[EMAIL PROTECTED]>
| >
| > * acfunctions.m4: (AC_FUNC_VFORK) renamed to _AC_FUNC_VFORK. Remove
| > AC_DEFINEs and don't guess cross-compilation values.
| > (_AC_FUNC_FORK) New, check whether fork() isn't just a stub.
| > (AC_FUNC_FORK) New, use _AC_FUNC_VFORK and _AC_FUNC_FORK to
| > define HAVE_WORKING_FORK, HAVE_WORKING_VFORK; and vfork to fork
| > if vfork doesn't work. Guess values if cross-compiling, but warn.
| > (AC_FUNC_GETPGRP, AC_FUNC_WAIT3) Use AC_FUNC_FORK and #define fork
| > to vfork if necessary.
| > * acspecific.m4: (AC_SYS_RESTARTABLE_SYSCALLS) ditto.
| > * acfunctions: add AC_FUNC_FORK.
| > * doc/autoconf.texi: Document AC_FUNC_FORK. Give example to
| > define forkvfork and vfork appropriately.
|
| Are we waiting for something?
Heck, the CC were lost somehow :(
I wanted to have some feedback from Jim and Paul... If you two guys
don't have time to give a look at it, than I'll apply it on Wednesday.