autogen.sh: stop on error

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
This commit is contained in:
Heinrich Schuchardt 2020-03-10 12:29:55 +01:00
parent c5f4869244
commit 47e37bf333
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
#!/bin/sh
set -e
test -f configure.ac || {
echo "Please, run this script in the top level project directory."
exit