Files
heimdal/cf/krb-prog-yacc.m4
Love Hörnquist Åstrand f32ed23aa8 overquote to pacify automake1.8
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@13338 ec53bebd-3082-4978-b11e-865c3cabbd6b
2004-02-12 14:21:14 +00:00

13 lines
250 B
Plaintext

dnl $Id$
dnl
dnl
dnl We prefer byacc or yacc because they do not use `alloca'
dnl
AC_DEFUN([AC_KRB_PROG_YACC],
[AC_CHECK_PROGS(YACC, byacc yacc 'bison -y')
if test "$YACC" = ""; then
AC_MSG_WARN([yacc not found - some stuff will not build])
fi
])