From 424dc18815db20c6cd0c6c1b3f2e4bf7f78ab87c Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Sun, 19 May 2002 19:36:31 +0000 Subject: [PATCH] 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 --- cf/misc.m4 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cf/misc.m4 b/cf/misc.m4 index add1cb933..ad4b0fe66 100644 --- a/cf/misc.m4 +++ b/cf/misc.m4 @@ -1,6 +1,8 @@ + 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 }