build: stop earlier if touching ChangeLog fails

* bootstrap.conf: Exit right away if touching ChangeLog fails.
Otherwise, the touch failure message is buried under configure output.
This commit is contained in:
Jim Meyering 2009-08-26 18:20:55 +02:00
parent d6639ee63b
commit 847359b11d

View File

@ -316,4 +316,4 @@ tar -
"
# Automake requires that ChangeLog exist.
touch ChangeLog
touch ChangeLog || exit 1