summaryrefslogtreecommitdiffstats
path: root/build-release
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2015-07-02 11:18:42 -0700
committerKevin McCarthy <kevin@8t8.us>2015-07-02 11:18:42 -0700
commit8a07da9fd6f77c10c1183bbeb70bcfe4f4c85a84 (patch)
tree121469d4868b1ad6f636406c63f4dbed807f05d3 /build-release
parent848348a217b8fe126717d59ce4bde74ba91c0ba1 (diff)
Fix build-release to always update automake tools. (closes #3671)
1.5.22 and 1.5.23 include a version of "missing" older than the version of automake/aclocal used to generate configure. Fix the build-release script to always copy and force update of the automake tools.
Diffstat (limited to 'build-release')
-rwxr-xr-xbuild-release2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-release b/build-release
index d42712fd..f8e71be2 100755
--- a/build-release
+++ b/build-release
@@ -53,7 +53,7 @@ TAG="mutt-`echo $VERSION | tr . -`-rel"
# now, prepare the distribution tar balls
-automake
+automake --add-missing --copy --force-missing
touch configure.ac
make config.status
./config.status