From: Brendan Cully Date: Fri, 12 Aug 2005 03:57:16 +0000 (+0000) Subject: Force configure to depend on VERSION. That's been bugging me for a while. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3c76762cbd99d4a1d1d28a6293552c9d9b0c303e;p=neomutt Force configure to depend on VERSION. That's been bugging me for a while. --- 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"