summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/cf/krb-prog-yacc.m4
blob: f0b6e449f98638bb4fb1a142f1802a0c7429eb51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
dnl $Id: krb-prog-yacc.m4,v 1.3 2000/03/28 12:12:23 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
])
OpenPOWER on IntegriCloud