[PATCH] AC_FUNC_VFORK: check for Solaris 2.4 signal-handling bug

2012-09-16 Thread Paul Eggert
* NEWS: * doc/autoconf.texi (Particular Functions): Document this. * lib/autoconf/functions.m4 (_AC_FUNC_VFORK): Check for the bug. --- NEWS | 7 ++- doc/autoconf.texi | 5 + lib/autoconf/functions.m4 | 24 3 files changed, 27

Re: Why conditionally include config.h?

2012-09-16 Thread Kip Warner
On Sat, 2012-09-15 at 17:45 -0700, Russ Allbery wrote: I wouldn't go so far as to say that this is a general rule for everyone using Autoconf, but the way that I do it, which I believe is fairly common, is: * All regular source files (*.c files, for example) #include config.h as the first