Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) From: ghudson@mit.edu Subject: git commit X-RT-Original-Encoding: iso-8859-1 Content-Length: 748 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. https://github.com/krb5/krb5/commit/7027788ae6adbd06d5a16de6ee62e489a4dca68b Author: Greg Hudson Commit: 7027788ae6adbd06d5a16de6ee62e489a4dca68b Branch: master src/config/post.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)