bug#8718: error when using nested conditionals

2011-07-26 Thread Stefano Lattarini
Hello Ralf, Bruno. On Tuesday 21 June 2011, Ralf Wildenhues wrote: * Bruno Haible wrote on Fri, Jun 17, 2011 at 12:21:38PM CEST: Ralf Wildenhues wrote: There's no point in being _that_ safe that you check unused expressions for validity. C compilers don't do it either: When I compile a

Re: [PATCH] {test-protocols} docs: rework and extend documentation on testsuites support

2011-07-26 Thread Stefano Lattarini
On Friday 22 July 2011, Stefano Lattarini wrote: On Tuesday 19 July 2011, Ralf Wildenhues wrote: * Stefano Lattarini wrote on Tue, Jul 19, 2011 at 11:38:18AM CEST: On Monday 18 July 2011, Ralf Wildenhues wrote: A description of ERROR semantics needs to be part of automake.texi as

./configure can't find Boost headers

2011-07-26 Thread myrdos2
I have the following configure.ac file: AC_INIT([Dasyne], [1.0], [dmccall...@gmail.com]) AC_CONFIG_SRCDIR([Dasyne.hpp]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) AC_PREREQ(2.65) AC_CONFIG_HEADERS([libdasyne/DasyneConfig.hpp]) #Linker parameters to use when checking for features

Re: ./configure can't find Boost headers

2011-07-26 Thread Peter Johansson
On 7/26/11 4:13 PM, myrdos2 wrote: I have the following configure.ac file: This is more of an Autoconf issue, so you may have better luck asking on autoconf at... # Checks for header files. AC_CHECK_HEADERS_ONCE([boost/asio.hpp boost/bind.hpp boost/function.hpp inttypes.h zlib.h]) Why not