Re: Heimdal vs. Kerberos4kth

2002-04-21 Thread eichin-lists
> AC_DEFUN([rk_CONFIG_HEADER],[AH_TOP([#ifndef RCSID See that AH_TOP? *that* is expanding to an AH_VERBATIM which is expanding to the AH_OUTPUT you see in the error. ("it's turtles all the way down" :-) > static /**/const char *const rcsid[] = { (const char *)rcsid, "\100(#)" msg } I'm not sur

Re: Heimdal vs. Kerberos4kth

2002-04-21 Thread eichin-lists
oh, and "invalid back reference" is a gnu regex error for \n without a matching nth group. also, the configure.in:5: warning: do not use m4_patsubst: use patsubst or m4_bpatsubst now looks suspiciously relevant (it comes from autoconf.m4, and passes through the arguments to patsubst -- and at a

Re: Heimdal vs. Kerberos4kth

2002-04-21 Thread eichin-lists
ah. well, the AH_OUTPUT([1], AS_ESCAPE looks a lot like it is an expansion of AH_VERBATIM, and possibly even the one in AH_TOP (look at /usr/share/autoconf/autoconf/autoheader.m4 near the end of the file.) So if there's an AH_TOP invocation that has text that looks like the rest of that argum

Re: Heimdal vs. Kerberos4kth

2002-04-20 Thread eichin-lists
> [ I did a search for AH_OUTPUT, but found no matches. This error > has me stuck. ] AH_OUTPUT is new in autoconf 2.5x [in autoheader], it isn't in 2.13; perhaps this is at least partly a compatiblity problem? (autoconf 2.5x has been shown before to be enough of a compatiblity disaster that we'v