]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - crypto/heimdal/cf/krb-prog-yacc.m4
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / crypto / heimdal / cf / krb-prog-yacc.m4
1 dnl $Id: krb-prog-yacc.m4 13338 2004-02-12 14:21:14Z lha $
2 dnl
3 dnl
4 dnl We prefer byacc or yacc because they do not use `alloca'
5 dnl
6
7 AC_DEFUN([AC_KRB_PROG_YACC],
8 [AC_CHECK_PROGS(YACC, byacc yacc 'bison -y')
9 if test "$YACC" = ""; then
10   AC_MSG_WARN([yacc not found - some stuff will not build])
11 fi
12 ])