Re: [PATCH] {master} AM_INIT_AUTOMAKE: allow obsolescent two-args invocation once again

2012-08-26 Thread Stefano Lattarini
On 08/24/2012 11:43 AM, Stefano Lattarini wrote: Reference: http://lists.gnu.org/archive/html/automake/2012-08/msg00025.html On 08/15/2012 12:16 AM, Stefano Lattarini wrote: Hi Bob, I managed to find your old message about dynamically computing package versions for Automake and Autoconf.

AC_HEADER_STDBOOL: checking for _Bool separately for C and C++

2012-08-26 Thread Mojca Miklavec
Hello, A sparc solaris user reported a _Bool-related problem to gnuplot tracker. Long story short: stdbool.h is absent, _Bool is defined in C, but not in C++. Current header file in gnuplot sources which is used both in C and C++ goes like # if ! HAVE__BOOL # ifdef __cplusplus typedef bool