summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2015-09-18 18:09:02 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2015-09-18 18:09:02 (GMT)
commit967dad8cf8b308a7d13f1425522cc9100e489df6 (patch)
treeb7d5987962bce6335a813c557815392bda201e82 /bin
parent87005a24baf04aa82ee56e01ad7fa03bd0fb2573 (diff)
downloadhdf5-967dad8cf8b308a7d13f1425522cc9100e489df6.zip
hdf5-967dad8cf8b308a7d13f1425522cc9100e489df6.tar.gz
hdf5-967dad8cf8b308a7d13f1425522cc9100e489df6.tar.bz2
[svn-r27826] Modify bbrelease to add autogen.sh to the source tarball.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/bbrelease1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/bbrelease b/bin/bbrelease
index 3101ae1..1f6e479 100755
--- a/bin/bbrelease
+++ b/bin/bbrelease
@@ -304,6 +304,7 @@ fi
# Create a manifest that contains only files for distribution.
MANIFEST=$tmpdir/H5_MANIFEST
grep '^\.' MANIFEST | grep -v _DO_NOT_DISTRIBUTE_ >$MANIFEST
+echo "./autogen.sh" >>$MANIFEST
# Prepare the source tree for a release.
#ln -s `pwd` $tmpdir/$HDF5_VERS || exit 1