Set configure defaults from --enable-developer, not Automake maintainer mode
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Mon, 25 Jun 2012 10:55:22 +0000 (11:55 +0100)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Mon, 25 Jun 2012 10:55:22 +0000 (11:55 +0100)
commite1427a2d662ca18cff5beb2dddd8490891d02a9f
tree1c8646f141fc3ace86959b66a91454311480b868
parent3624e65986453d90ff571bdb738b4370f621cf88
Set configure defaults from --enable-developer, not Automake maintainer mode

Automake maintainer mode isn't about whether you're a maintainer or not
(although its name would suggest that), it's about whether files that are
normally distributed in the tarball get regenerated. As such, it's
not really appropriate to use it to drive defaults for things like
assertions and extra test code.

The desired effect is that developers building from git normally get
tests and assertions, while distribution packagers don't.

Bug: https://bugs.freedesktop.org/show_bug.cgi?id=34671
Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Reviewed-by: Colin Walters <walters@verbum.org>
autogen.sh
configure.ac