[Box Backup-dev] Re: [Box Backup-commit] COMMIT r2330 - in box/trunk: . contrib/windows/installer

James O'Gorman boxbackup-dev@boxbackup.org
Sun, 05 Oct 2008 16:45:38 +0100


Hi Chris,

subversion@boxbackup.org wrote:
[...]
> +## Figure out version and substitute it in
> +box_version=`perl infrastructure/printversion.pl`
> +AC_SUBST([box_version])
> +

Thinking about it, I'm not sure this is entirely necessary - you can use
$PACKAGE_VERSION from within configure.ac. We can probably get rid of
VERSION.txt altogether to be honest.

What do you think?

James