]> git.ipfire.org Git - thirdparty/krb5.git/commit
Force autoconf rebuild in maintainer rules 615/head
authorGreg Hudson <ghudson@mit.edu>
Tue, 14 Mar 2017 23:39:38 +0000 (19:39 -0400)
committerGreg Hudson <ghudson@mit.edu>
Wed, 15 Mar 2017 16:21:42 +0000 (12:21 -0400)
commit7027788ae6adbd06d5a16de6ee62e489a4dca68b
tree70d3ad1b400591075ef40dbdc67cf7742ed12c4e
parent6d82212636eec154bb7322ce7a6e02fd6d1aa596
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.

ticket: 8560 (new)
target_version: 1.15-next
target_verison: 1.14-next
tags: pullup
src/config/post.in