build: fix bitcoin-config.h regeneration after touching build files
commit91ab8f5a997dd1c838e2216fe1e676471bf680a3
authorCory Fields <cory-nospam-@coryfields.com>
Tue, 18 Apr 2017 23:14:22 +0000 (18 19:14 -0400)
committerCory Fields <cory-nospam-@coryfields.com>
Tue, 18 Apr 2017 23:14:25 +0000 (18 19:14 -0400)
treed72e1421b850794bec679134d672eceea9da63a9
parent3577603701938f8d23fd30c147fa47a2a5dc2242
build: fix bitcoin-config.h regeneration after touching build files

This was a long-standing and annoying problem.

If autogen.sh was not manually run after touching configure.ac,
bitcoin-config.h would not be properly regenerated. This causes very subtle
problems when configure appears to enable a new value, but it does not end up
reflected in the build.
src/Makefile.am