build: reconfigure automatically if configure.ac changes
commit8242ff470f2a34b5c0f193c4010cbf3d9b57f9bd
authorStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 19 Jul 2012 07:50:02 +0000 (19 09:50 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 19 Jul 2012 17:30:26 +0000 (19 10:30 -0700)
treeee5a3c7d54d8768388522d421c234b27bf4e6d7a
parentdc7ace5f776f30fe4e10d8a3fa8146ad21893544
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>
Makefile
configure.ac