[29981] in CVS-changelog-for-Kerberos-V5

home help back first fref pref prev next nref lref last post

krb5 commit [krb5-1.14]: Force autoconf rebuild in maintainer rules

daemon@ATHENA.MIT.EDU (Greg Hudson)
Mon Jul 17 22:41:26 2017

Date: Mon, 17 Jul 2017 22:41:20 -0400
From: Greg Hudson <ghudson@mit.edu>
Message-Id: <201707180241.v6I2fKAi002923@drugstore.mit.edu>
To: cvs-krb5@mit.edu
Reply-To: krbdev@mit.edu
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: cvs-krb5-bounces@mit.edu

https://github.com/krb5/krb5/commit/b76821281250e0e06727f30bac05afe01ec794d2
commit b76821281250e0e06727f30bac05afe01ec794d2
Author: Greg Hudson <ghudson@mit.edu>
Date:   Tue Mar 14 19:39:38 2017 -0400

    Force autoconf rebuild in maintainer rules
    
    autoconf normally avoids recreating files that it does not consider
    obsolete.  Since it knows nothing about patchlevel.h (which we read at
    autoconf time using m4's esyscmd()), changes to patchlevel.h won't be
    reflected in configure unless another input to configure has changed,
    and the maintainer rule will re-run autoconf over and over again.  Fix
    this issue by passing the force flag to autoconf when we invoke it
    from the maintainer rule.
    
    (cherry picked from commit 7027788ae6adbd06d5a16de6ee62e489a4dca68b)
    
    ticket: 8560
    version_fixed: 1.14.6

 src/config/post.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/config/post.in b/src/config/post.in
index fb34fba..cae32e7 100644
--- a/src/config/post.in
+++ b/src/config/post.in
@@ -182,7 +182,7 @@ $(top_srcdir)/configure: @MAINT@ \
 		$(top_srcdir)/aclocal.m4
 	-$(RM) -r $(top_srcdir)/autom4te.cache
 	(cd $(top_srcdir) && \
-		$(AUTOCONF) --include=$(CONFIG_RELTOPDIR) $(AUTOCONFFLAGS))
+		$(AUTOCONF) -f --include=$(CONFIG_RELTOPDIR) $(AUTOCONFFLAGS))
 	-$(RM) -r $(top_srcdir)/autom4te.cache
 
 RECURSE_TARGETS=all-recurse clean-recurse distclean-recurse install-recurse \
_______________________________________________
cvs-krb5 mailing list
cvs-krb5@mit.edu
https://mailman.mit.edu/mailman/listinfo/cvs-krb5

home help back first fref pref prev next nref lref last post