reassign 370123 samhain
thanks
Javier Fernández-Sanguino Peña <[EMAIL PROTECTED]> writes:
> From this it looks like AC_PROG_CC -> AC_LANG_POP -> _AC_LANG and
> for some reason that macro is undefined. But samhain does not use that at
> all, that's a problem with the macro expansion working here.
The samhain configure.ac uses a bunch of undocumented internal
Autoconf features. It is therefore extremely brittle regarding
internal Autoconf changes. Here's the problem:
dnl
dnl AC_INIT(samhain.c)
dnl
# Forbidden tokens and exceptions.
m4_pattern_forbid([^_?A[CHUM]_])
m4_pattern_forbid([_AC_])
m4_pattern_forbid([^LIBOBJS$],
[do not use LIBOBJS directly, use AC_LIBOBJ (see section
`AC_LIBOBJ vs. LIBOBJS'])
# Actually reserved by M4sh.
m4_pattern_allow([^AS_FLAGS$])
AS_INIT
dnl m4_ifval([$2], [_AC_INIT_PACKAGE($@)])
_AC_INIT_DEFAULTS
SH_INIT_PARSE_ARGS
_AC_INIT_SRCDIR
SH_INIT_HELP
_AC_INIT_VERSION
_AC_INIT_CONFIG_LOG
_AC_INIT_PREPARE
_AC_INIT_NOTICE
_AC_INIT_COPYRIGHT
I'm assigning the bug to samhain (with this mail).
--
"doe not call up Any that you can not put downe."
--H. P. Lovecraft