Add bootstrapping from CVS.

This commit is contained in:
Pavel Roskin 2002-10-24 17:15:26 +00:00
parent d2c999398f
commit 6f6c96643b
1 changed files with 4 additions and 0 deletions

View File

@ -5,6 +5,10 @@
set -e
# Bootstrap from CVS
./autogen.sh >test-autogen.out 2>test-autogen.err
make all >test0.out 2>test0.err
# Default configuration
make distcheck >test1.out 2>test1.err