Files
heimdal/cf/misc.m4
Johan Danielsson 424dc18815 automake can't handle macros passed to AC_LIBOBJ, so add an alias to
it called rk_LIBOBJ; this requires that the relevant source are
manually included in roken/Makefile.am


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11002 ec53bebd-3082-4978-b11e-865c3cabbd6b
2002-05-19 19:36:31 +00:00

15 lines
413 B
Plaintext

dnl $Id$
dnl
AC_DEFUN([upcase],[`echo $1 | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`])dnl
AC_DEFUN([rk_LIBOBJ],[AC_LIBOBJ([$1])])dnl
AC_DEFUN([rk_CONFIG_HEADER],[AH_TOP([#ifndef RCSID
#define RCSID(msg) \
static /**/const char *const rcsid[] = { (const char *)rcsid, "\100(#)" msg }
#endif
/* Maximum values on all known systems */
#define MaxHostNameLen (64+4)
#define MaxPathLen (1024+4)
])])