* src/bison.simple: New `#line' directive.
[bison.git] / pre-config
0 / 9 (  0%)
CommitLineData
1#! /bin/sh
2
3aclocal -I m4 && \
4gettextize && \
5autoconf && \
6autoheader && \
7automake -a && \
8touch stamp-h.in || \
9exit 1