From 3c76762cbd99d4a1d1d28a6293552c9d9b0c303e Mon Sep 17 00:00:00 2001
From: Brendan Cully <brendan@kublai.com>
Date: Fri, 12 Aug 2005 03:57:16 +0000
Subject: [PATCH] Force configure to depend on VERSION. That's been bugging me
 for a while.

---
 configure.in | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/configure.in b/configure.in
index 4edc86c7f..ca57a837d 100644
--- a/configure.in
+++ b/configure.in
@@ -8,8 +8,9 @@ AC_INIT([mutt.h])
 AM_CONFIG_HEADER([config.h])
 
 mutt_cv_version=`cat $srcdir/VERSION`
-
 AM_INIT_AUTOMAKE(mutt, $mutt_cv_version)
+AC_SUBST([CONFIGURE_DEPENDENCIES], ['$(top_srcdir)/VERSION'])
+
 AC_GNU_SOURCE
 
 ALL_LINGUAS="de ru it es uk fr pl nl cs id sk ko el zh_TW zh_CN pt_BR eo gl sv da lt tr ja hu et ca bg"
-- 
2.40.0