Files
bison/pre-config
2000-03-10 18:09:55 +00:00

10 lines
117 B
Bash
Executable File

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