Files
heimdal/cf/krb-prog-yacc.m4
Assar Westerlund 1dccdee33b warn we do not find any yacc
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8046 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-03-16 05:47:09 +00:00

13 lines
251 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_WARNING([yacc not found - some stuff will not build])
fi
])