]> git.saurik.com Git - bison.git/blob - pre-config
bc4c6d83754e31df5eb8110de10e9ef6cbd6e93e
[bison.git] / pre-config
1 #! /bin/sh
2
3 aclocal && \
4 autoconf && \
5 autoheader && \
6 automake -a && \
7 touch stamp-h.in || \
8 exit 1