From: Kevin McCarthy Date: Thu, 2 Jul 2015 18:18:42 +0000 (-0700) Subject: Fix build-release to always update automake tools. (closes #3671) X-Git-Tag: neomutt-20160307~45 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cc4c8b9e2deec95287ee6796397de6fbbed666b8;p=neomutt 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. --- diff --git a/build-release b/build-release index d42712fd4..f8e71be22 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