> 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 sure what the \100 is for (why not have it a literal @ sign? something excessively clever is going on there), but I suspect that if you nuked it, or replaced it with an @-sign, the problem will vanish... -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]