]> git.saurik.com Git - bison.git/blame_incremental - pre-config
Add of %source_extension and %header_extension which specify
[bison.git] / pre-config
... / ...
CommitLineData
1#! /bin/sh
2
3aclocal -I m4 && \
4gettextize && \
5autoconf && \
6autoheader && \
7automake -a && \
8touch stamp-h.in || \
9exit 1