build: autogen.sh cleanup
Use "set -e" to force exit on failure and convert $* to "$@". Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
This commit is contained in:
parent
bf18799015
commit
c6c1fa5083
@ -1,4 +1,5 @@
|
||||
#!/bin/sh
|
||||
mkdir -p m4/ || exit 1
|
||||
autoreconf -i || exit 1
|
||||
./configure --enable-debug $* || exit 1
|
||||
set -e
|
||||
mkdir -p m4
|
||||
autoreconf -i
|
||||
./configure --enable-debug "$@"
|
||||
|
Loading…
x
Reference in New Issue
Block a user