repo.or.cz
/
coreutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
*** empty log message ***
[coreutils.git]
/
m4
/
bison.m4
blob
228ae4c5a6ca298871437577a1f845fb62cecef9
1
#serial 2
2
3
AC_DEFUN([jm_BISON],
4
[
5
# getdate.y works with bison only.
6
: ${YACC='bison -y'}
7
AC_SUBST(YACC)
8
])