Ensure that autogen.sh fails if any of its steps does.

This commit is contained in:
Dag-Erling Smørgrav 2017-04-05 09:02:06 +02:00
parent 82ee73e14d
commit b31223ad15
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#!/bin/sh
set -e
libtoolize --copy --force
aclocal -I m4
autoheader
automake -a -c --foreign
automake --add-missing --copy --foreign
autoconf