mirror of
https://https.git.savannah.gnu.org/git/libtool.git
synced 2026-01-26 15:39:10 +00:00
Let the bootstrap script fail upon errors.
* bootstrap: Enable errexit. Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
This commit is contained in:
parent
c70a1b4593
commit
50ebc59ab2
@ -1,5 +1,8 @@
|
||||
2010-06-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||
|
||||
Let the bootstrap script fail upon errors.
|
||||
* bootstrap: Enable errexit.
|
||||
|
||||
Fix execute mode test for OSF/1 5.1.
|
||||
* tests/execute-mode.at (execute mode): Do not use grep -F
|
||||
with an empty pattern.
|
||||
|
||||
@ -24,6 +24,9 @@
|
||||
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
####
|
||||
|
||||
# Exit upon failure.
|
||||
set -e
|
||||
|
||||
# It is okay for the bootstrap process to require unreleased autoconf
|
||||
# or automake, as long as any released libtool will work with at least
|
||||
# the newest stable versions of each. Generally, newer versions offer
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user