[svn-r27826] Modify bbrelease to add autogen.sh to the source tarball.

This commit is contained in:
Larry Knox 2015-09-18 13:09:02 -05:00
parent 87005a24ba
commit 967dad8cf8

View File

@ -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