Fix autogen.sh to be portable and fail when autoreconf fails
This commit is contained in:
@@ -4,4 +4,4 @@
|
|||||||
# tool-chain installed
|
# tool-chain installed
|
||||||
set -e
|
set -e
|
||||||
autoreconf -f -i || { echo "autoreconf failed: $?"; exit 1; }
|
autoreconf -f -i || { echo "autoreconf failed: $?"; exit 1; }
|
||||||
find . \( -name '*-private.h' -o -name '*-protos.h' \) | xargs rm
|
find . \( -name '*-private.h' -o -name '*-protos.h' \) | xargs rm -f
|
||||||
|
Reference in New Issue
Block a user