# Added pre-config script.

This commit is contained in:
Jesse Thilo
2000-03-09 16:56:44 +00:00
parent f87a220598
commit eefc3a8c5f

8
pre-config Executable file
View File

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