Fix sign in default-yes for --enable-versionfull
authorKlaus Aehlig <aehlig@google.com>
Wed, 25 Sep 2013 08:55:54 +0000 (10:55 +0200)
committerKlaus Aehlig <aehlig@google.com>
Wed, 25 Sep 2013 09:17:51 +0000 (11:17 +0200)
commitfd653cbdf726f7607a80b2aba87d8802c5e9e1f3
tree7805013baac3e4e145b21e9862fb26e5985c30de
parentf5bfed2628dba1431ebbbf4383fd37ea4939ae38
Fix sign in default-yes for --enable-versionfull

The default for using the full version string in the directory
is not to use it. If the option --enable-versionfull is given,
its argument should default to yes. That means that everything
that is not a "no" should be interpreted as yes.

Signed-off-by: Klaus Aehlig <aehlig@google.com>
Reviewed-by: Guido Trotter <ultrotter@google.com>
configure.ac