projects
/
bison.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
* src/bison.simple: New `#line' directive.
[bison.git]
/
pre-config
This page requires JavaScript to run. Use
this page
instead.
0 / 9 ( 0%)
Commit
Line
Data
1
#! /bin/sh
2
3
aclocal -I m4 && \
4
gettextize && \
5
autoconf && \
6
autoheader && \
7
automake -a && \
8
touch stamp-h.in || \
9
exit 1