Re: error: possibly undefined macro: AC_CHECK_HEADERS_ONCE

2005-08-06 Thread Sam Steingold
> * Stepan Kasal <[EMAIL PROTECTED]> [2005-08-06 17:41:14 +0200]: > >> $ aclocal -I `pwd`/src/m4 --output=src/autoconf/aclocal.m4 > > This command examines only ./configure.in. It doesn't examine the > whole subtree. In particular, it doesn't know about > modules/regexp/configure.in. ./configure

Re: error: possibly undefined macro: AC_CHECK_HEADERS_ONCE

2005-08-06 Thread Stepan Kasal
Hello. On Fri, Aug 05, 2005 at 10:47:52AM -0400, Sam Steingold wrote: > Using Stepan Kasal's advice (adjusting configure.in for _really_ > integrated sub-packages and separating out not-really integrated > ones), I gave you two incompatible advices. The first one, which you followed, implied tha

EH: some warning message, please?

2005-08-06 Thread Harald Dunkel
Hi folks, Would it be possible to tell Automake to print some warning message for this bad Makefile.am: bin_PROGRAMS += PreciousUtils_checker PreciousUtils_checker_SOURCES = precious/Utils/unittest/src/SLListTest.cc \ precious/Utils/unittest/src/DLListTest.cc \ precious/Ut