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
This commit is contained in:
@@ -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 }
|
||||
|
Reference in New Issue
Block a user