]> granicus.if.org Git - neomutt/commitdiff
Force configure to depend on VERSION. That's been bugging me for a while.
authorBrendan Cully <brendan@kublai.com>
Fri, 12 Aug 2005 03:57:16 +0000 (03:57 +0000)
committerBrendan Cully <brendan@kublai.com>
Fri, 12 Aug 2005 03:57:16 +0000 (03:57 +0000)
configure.in

index 4edc86c7fc6c00172e641b47479e34c8849906c8..ca57a837d89d7729ca4ab984a09c47dc8b35593c 100644 (file)
@@ -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"