NetBSD/crypto/dist/heimdal/cf/krb-prog-yacc.m4

13 lines
307 B
Plaintext
Raw Normal View History

2000-08-02 23:57:59 +04:00
dnl $Id: krb-prog-yacc.m4,v 1.1.1.2 2000/08/02 20:00:30 assar Exp $
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
])