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