[Spice-devel] [PATCH 1/2] configure.ac: highlight current, revision and age
Daniel P. Berrange
berrange at redhat.com
Tue Jun 12 04:33:15 PDT 2012
On Tue, Jun 12, 2012 at 02:23:32PM +0300, Alon Levy wrote:
> Move to the top so anyone changing the library version will have a
> higher likelihood of noticing them and thinking if they need changes as
> well. Added the rules, copied from libtool's info page, as a reminder.
> ---
> configure.ac | 35 ++++++++++++++++++++++++++++++++++-
> 1 file changed, 34 insertions(+), 1 deletion(-)
>
> diff --git a/configure.ac b/configure.ac
> index 66f9d12..f4872c1 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -1,8 +1,41 @@
> AC_PREREQ([2.57])
>
> +# Making releases:
> +# SPICE_MICRO_VERSION += 1;
> +# SPICE_INTERFACE_AGE += 1;
> +# SPICE_BINARY_AGE += 1;
Unless I'm missing something, those 3 variable names don't
correspond to the names you actually used later ???
> m4_define([SPICE_MICRO], 1)
> +m4_define([SPICE_CURRENT], [1])
> +m4_define([SPICE_REVISION], [0])
> +m4_define([SPICE_AGE], [2])
Regards,
Daniel
--
|: http://berrange.com -o- http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org -o- http://virt-manager.org :|
|: http://autobuild.org -o- http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org -o- http://live.gnome.org/gtk-vnc :|
More information about the Spice-devel
mailing list