freebsd-skq/crypto/heimdal/cf/krb-prog-yacc.m4
2008-05-07 13:39:42 +00:00

13 lines
300 B
Plaintext

dnl $Id: krb-prog-yacc.m4 13338 2004-02-12 14:21:14Z lha $
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
])