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
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
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,
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