GNU build version error?
Posted: Mon Dec 13, 2004 23:34
Hi, and first of all: Awesome work, CE!
And then, with the release of version 0.1.0, shouldn't the configure.ac template have it's version updated? I just downloaded the 0.1.0-tar.bz2 version which builds and everything, but in configure.ac it reads:
Shouldn't the "0.01" be "0.1.0" instead?
We're doing some game-development on *nix-boxen (and, of course, utilizing cegui!) and it's quite nice to have autoconf and friends make sure everybody is up to date wrt. library versions. Adding that extra period would make much sense (and my life a bit easier)
Cheers,
Jakob
And then, with the release of version 0.1.0, shouldn't the configure.ac template have it's version updated? I just downloaded the 0.1.0-tar.bz2 version which builds and everything, but in configure.ac it reads:
Code: Select all
AC_INIT([CEGUI], [0.01])
AM_INIT_AUTOMAKE([CEGUI], 0.01)
Shouldn't the "0.01" be "0.1.0" instead?
We're doing some game-development on *nix-boxen (and, of course, utilizing cegui!) and it's quite nice to have autoconf and friends make sure everybody is up to date wrt. library versions. Adding that extra period would make much sense (and my life a bit easier)
Cheers,
Jakob