build: don't auto-destroy existing configuration
authorBen Noordhuis <info@bnoordhuis.nl>
Sat, 10 Aug 2013 11:00:51 +0000 (13:00 +0200)
committerBen Noordhuis <info@bnoordhuis.nl>
Sat, 10 Aug 2013 11:13:46 +0000 (13:13 +0200)
commitc75251ced210a3d82b6222388dee08704edd658e
tree13054e2afc2104d65815612ed2985d96fecac138
parent3f5d5847e2f4f7e6d6f6557badda63b4cbf83e45
build: don't auto-destroy existing configuration

Don't run configure when the configure script has been touched. Doing so
would be okay if the Makefile passed the original arguments to configure
but it doesn't - it runs configure without any arguments, effectively
destroying the current configuration.

Remove this misfeature and instead print an error message telling the
user to (re-)run configure.
Makefile