summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorlrknox <lrknox>2017-09-26 14:37:43 (GMT)
committerlrknox <lrknox>2017-09-26 14:37:43 (GMT)
commitfded10f0815f593301ac88d08d05343c8077746a (patch)
tree985577b55948d47ef451cd0733eb7b907baa955f /bin
parentcdc4225b33f7f4b16f184022ba8ab438de06115b (diff)
downloadhdf5-fded10f0815f593301ac88d08d05343c8077746a.zip
hdf5-fded10f0815f593301ac88d08d05343c8077746a.tar.gz
hdf5-fded10f0815f593301ac88d08d05343c8077746a.tar.bz2
Add note to bin/release script with hint for situations where files
generated by autogen.sh are missing, causing chkmanifest to fail.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/release6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/release b/bin/release
index 6358b0d..040711a 100755
--- a/bin/release
+++ b/bin/release
@@ -445,6 +445,12 @@ fi
bin/chkmanifest || fail=yes
if [ "X$fail" = "Xyes" ]; then
if [ $check = yes ]; then
+ echo ""
+ echo "Note! If you are running bin/release in a development branch"
+ echo "later than v 1.8 the MANIFEST check is expected to fail when"
+ echo "autogen.sh has not been run successfully. Either run autogen.sh "
+ echo "with /usr/hdf/bin/AUTOTOOLS at the beginning of PATH or add the"
+ echo "--nocheck argument to the bin/release command."
exit 1
else
echo "Continuing anyway..."