From: Brendan Cully Date: Fri, 16 Sep 2005 01:16:29 +0000 (+0000) Subject: VERSION should go into CONFIG_STATUS_DEPENDENCIES, not X-Git-Tag: mutt-1-5-12-rel~403 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=49f69fff90a9b0de57345e64ff479bad86124f00;p=mutt VERSION should go into CONFIG_STATUS_DEPENDENCIES, not CONFIGURE_DEPENDENCIES. Slap ma fro. --- diff --git a/configure.in b/configure.in index 4007b038..4fe5e93f 100644 --- a/configure.in +++ b/configure.in @@ -9,7 +9,7 @@ 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_SUBST([CONFIG_STATUS_DEPENDENCIES], ['$(top_srcdir)/VERSION']) AC_GNU_SOURCE