Don't hardwire RELEASE into configure.ac
Previously one had to edit configure.ac to build a release version. This is evil, so one can now specify this on the configure invocation line like: RELEASE=YES ./configure Note that non-released versions are still the default.
Please register or sign in to comment