Don't hardwire RELEASE into configure.ac
authorsven.panne@aedion.de <unknown>
Sat, 24 Feb 2007 18:01:23 +0000 (18:01 +0000)
committersven.panne@aedion.de <unknown>
Sat, 24 Feb 2007 18:01:23 +0000 (18:01 +0000)
commit25f44cb945936c2b9e42b8f28284d71a9b67652b
tree1487d5b144529ffa5de5b2ba02f835903beabd88
parente13260bd595e518425a7f36ba34ca3297974cae8
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.
configure.ac