repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git]
/
external
/
bsd
/
am-utils
/
dist
/
m4
/
macros
/
prog_yacc.m4
blob
666cdef3f96aec65a436479fefb8bcddf7b0c328
1
dnl find bison/yacc, but error if none found
2
AC_DEFUN([AMU_PROG_YACC],
3
[AC_CHECK_PROGS(YACC, 'bison -y' byacc yacc, :)
4
if test "x$YACC" = "x:"; then
5
AC_MSG_ERROR([cannot find bison/yacc/byacc -- needed for am-utils])
6
fi])