]> git.saurik.com Git - bison.git/blob - pre-config
* lib/memchr.c, lib/stpcpy.c, lib/strndup.c, lib/strnlen.c:
[bison.git] / pre-config
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