summaryrefslogtreecommitdiffstats
path: root/build-release
diff options
context:
space:
mode:
authorBrendan Cully <brendan@kublai.com>2014-03-12 09:25:57 -0700
committerBrendan Cully <brendan@kublai.com>2014-03-12 09:25:57 -0700
commita5812a4909fdace21935a79c04ff6e10a3232b01 (patch)
tree71ffeffd86429126594a54fb974651cec8f50e0a /build-release
parenta00bf4fcb4e03c31944e56e3f5451ad0af48ea58 (diff)
build-release: make sure version is picked up by autoconf
Diffstat (limited to 'build-release')
-rwxr-xr-xbuild-release4
1 files changed, 2 insertions, 2 deletions
diff --git a/build-release b/build-release
index b70b0b8b..d42712fd 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