build: verify that --enable-tiny compiles before allowing a release

master
Benno Schulenberg 2018-09-20 20:06:47 +02:00
parent 368ec04870
commit d718ed4fc3
1 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,9 @@
VERSION="3.1"
./configure -C --enable-tiny && make &&
./configure -C --disable-wrapping-as-root &&
echo "Running autogen..." && ./autogen.sh &&
rm -v -f m4/*.m4~ *.asc *.sig *.gz *.xz &&