changeset: 6459:67d945e38074 user: Kevin McCarthy <ke...@8t8.us> date: Thu Jul 02 11:18:42 2015 -0700 link: http://dev.mutt.org/hg/mutt/rev/67d945e38074
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. diffs (12 lines): diff -r 9802a6172edf -r 67d945e38074 build-release --- a/build-release Mon Jun 29 14:35:28 2015 -0700 +++ b/build-release Thu Jul 02 11:18:42 2015 -0700 @@ -53,7 +53,7 @@ # now, prepare the distribution tar balls -automake +automake --add-missing --copy --force-missing touch configure.ac make config.status ./config.status