In bisect-runner.pl, consolidate the code that patches Configure and hints.
authorNicholas Clark <nick@ccl4.org>
Tue, 1 Nov 2011 13:00:21 +0000 (14:00 +0100)
committerNicholas Clark <nick@ccl4.org>
Tue, 1 Nov 2011 21:21:28 +0000 (22:21 +0100)
commit750ce942a1c78a0fd900672837641853783d3ae5
tree6e1c61b3d0e17cab137a95ca285fc4892152037f
parent195ed8b1c4f9c191c2845b65eb9519c0d4e0cf64
In bisect-runner.pl, consolidate the code that patches Configure and hints.

All the code that patches Configure is now moved to patch_Configure().
All the code that patches hints files is now moved to patch_hints().

This should start to make it easier to see the main flow of the program.
Porting/bisect-runner.pl