source: heimdal/trunk/cf/krb-prog-yacc.m4@ 4

Last change on this file since 4 was 1, checked in by Paul Smedley, 10 years ago

Initial commit of Heimdal 1.5.3

File size: 250 bytes
Line 
1dnl $Id$
2dnl
3dnl
4dnl We prefer byacc or yacc because they do not use `alloca'
5dnl
6
7AC_DEFUN([AC_KRB_PROG_YACC],
8[AC_CHECK_PROGS(YACC, byacc yacc 'bison -y')
9if test "$YACC" = ""; then
10 AC_MSG_WARN([yacc not found - some stuff will not build])
11fi
12])
Note: See TracBrowser for help on using the repository browser.