From: Brendan Cully Date: Wed, 12 Mar 2014 16:25:57 +0000 (-0700) Subject: build-release: make sure version is picked up by autoconf X-Git-Tag: neomutt-20160307~80^2~18 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4125a2d43488139c19c3502fc300b8fbf095bd79;p=neomutt build-release: make sure version is picked up by autoconf --- diff --git a/build-release b/build-release index b70b0b8bc..d42712fd4 100755 --- a/build-release +++ b/build-release @@ -53,8 +53,8 @@ TAG="mutt-`echo $VERSION | tr . -`-rel" # now, prepare the distribution tar balls -#automake -#touch configure.in +automake +touch configure.ac make config.status ./config.status make update-doc