]> granicus.if.org Git - neomutt/commitdiff
Fix build-release to always update automake tools. (closes #3671)
authorKevin McCarthy <kevin@8t8.us>
Thu, 2 Jul 2015 18:18:42 +0000 (11:18 -0700)
committerKevin McCarthy <kevin@8t8.us>
Thu, 2 Jul 2015 18:18:42 +0000 (11:18 -0700)
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.

build-release

index d42712fd4a9dfc26e5644c3d28919b2f51aa0f64..f8e71be2205568563725b24999eaf116d41a50e6 100755 (executable)
@@ -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