Fix configure script to exit with non-zero status on error

This commit is contained in:
Jon Siwek 2012-08-01 13:58:18 -05:00
parent 01d91602ca
commit 3bb6d4e54e
5 changed files with 5 additions and 5 deletions

@ -1 +1 @@
Subproject commit 99e7a274319619a94a421eb62537c7a5c184f71b
Subproject commit 22120825f8ad70e051ef4ca42f2199aa195dff40

@ -1 +1 @@
Subproject commit c691c01e9cefae5a79bcd4b0f84ca387c8c587a7
Subproject commit 941ee753f7c71ec08fc29de04f09a8a83aebb69d

@ -1 +1 @@
Subproject commit b3692a02bae9a47d701d2d547e327dd429a86e76
Subproject commit 5ff3e6a8e8535ed91e1f70d355b815ae8eeacb71

@ -1 +1 @@
Subproject commit 5c9ed0d77bcb3e03d7e68334fe0d088fa2f92c71
Subproject commit 903108f6b43ad228309713da880026d50add41f4

2
configure vendored
View file

@ -1,7 +1,7 @@
#!/bin/sh
# Convenience wrapper for easily viewing/setting options that
# the project's CMake scripts will recognize
set -e
command="$0 $*"
# check for `cmake` command