mutt stable branch with some hacks

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.

+1 -1
+1 -1
build-release
··· 53 53 54 54 # now, prepare the distribution tar balls 55 55 56 - automake 56 + automake --add-missing --copy --force-missing 57 57 touch configure.ac 58 58 make config.status 59 59 ./config.status