Files
bison/pre-config
2000-03-09 16:56:44 +00:00

9 lines
101 B
Bash
Executable File

#! /bin/sh
aclocal && \
autoconf && \
autoheader && \
automake -a && \
touch stamp-h.in || \
exit 1