commit | 8242ff470f2a34b5c0f193c4010cbf3d9b57f9bd | [log] [tgz] |
---|---|---|
author | Stefano Lattarini <stefano.lattarini@gmail.com> | Thu Jul 19 09:50:02 2012 +0200 |
committer | Junio C Hamano <gitster@pobox.com> | Thu Jul 19 10:30:26 2012 -0700 |
tree | ee5a3c7d54d8768388522d421c234b27bf4e6d7a | |
parent | dc7ace5f776f30fe4e10d8a3fa8146ad21893544 [diff] |
build: reconfigure automatically if configure.ac changes This provides a reduced but still useful sibling of the Automake's "automatic Makefile rebuild" feature. It's important to note that we take care to enable the new rules only if the tree that has already be configured with './configure', so that users relying on manual configuration won't be negatively impacted. Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>