[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Heimdal vs. Kerberos4kth



On Sun, Apr 21, 2002 at 01:23:22AM -0400, eichin-lists@boxedpenguin.com wrote:
> Are the sources that give these errors the current "apt-get source
> heimdall", or something else?

Yes, thats it. I have made some changes, but nothing to produce these
errors.

I wonder if autoconf is somehow interpreting an expression as an RegExp,
even though it isn't...

I am really find it surprising that this returns no results:

[520] [scrooge:bam] /tmp/bam/030_autotools/heimdal-0.4e >find -type f |
xargs grep AH_OUTPUT

the line number returned just gives a reference to the rk_ROKEN
macro, which is defined in cf/roken-frag.m4, and I can't see anything
like that error here.

That code quoted in the error seems to come from ./cf/misc.m4

This looks OK to me...

dnl $Id: misc.m4,v 1.2 2000/07/19 15:04:00 joda Exp $
dnl
AC_DEFUN([upcase],[`echo $1 | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`])dnl
AC_DEFUN([rk_CONFIG_HEADER],[AH_TOP([#ifndef RCSID
#define RCSID(msg) \
static /**/const char *const rcsid[] = { (const char *)rcsid, "\100(#)" msg }
#endif

#undef BINDIR 
#undef LIBDIR
#undef LIBEXECDIR
#undef SBINDIR

#undef HAVE_INT8_T
#undef HAVE_INT16_T
#undef HAVE_INT32_T
#undef HAVE_INT64_T
#undef HAVE_U_INT8_T
#undef HAVE_U_INT16_T
#undef HAVE_U_INT32_T
#undef HAVE_U_INT64_T

/* Maximum values on all known systems */
#define MaxHostNameLen (64+4)
#define MaxPathLen (1024+4)

])])

(although why this is in a autoconf macro instead of a *.h file rather
puzzles me)
-- 
Brian May <bam@debian.org>


-- 
To UNSUBSCRIBE, email to debian-devel-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: