as_func_failure succeeds on FreeBSD 5.5 and 6.2

2007-08-24 Thread Benoit SIGOURE
Hello, For the records, with a stock FreeBSD 5.5 and 6.2 (and thus, stock / bin/sh) I get the following: as_func_failure succeeded. as_func_failure succeeded. No shell found that supports shell functions. Please tell autoconf@gnu.org about your system, including any error possibly output before

AC_CONFIG_HEADERS: other variables as well?

2007-08-24 Thread Daniel Barna
Hi, I am wondering wether AC_CONFIG_HEADERS can substitute also other variables into the generated configuration header file (not only those which originate from an AC_CHECK_HEADER macro, but some other, which are based on other checks). If yes, how? AC_SUBST does not seem to work. Thanks Danie

Re: AC_CONFIG_HEADERS: other variables as well?

2007-08-24 Thread Benoit SIGOURE
On Aug 24, 2007, at 9:35 PM, Daniel Barna wrote: Hi, I am wondering wether AC_CONFIG_HEADERS can substitute also other variables into the generated configuration header file (not only those which originate from an AC_CHECK_HEADER macro, but some other, which are based on other checks). If yes,

autoreconf vs autogen.sh

2007-08-24 Thread David Bruce
Hi, I've inherited an autotools-using project and am trying to learn more about autoconf and automake. The project has used the following brief autogen.sh: aclocal && autoheader && autoconf && automake --add-missing --copy Is there any reason I can't just use autoreconf, which I understand is