build: Don't add version extra string to the version number.
authorRichard Jones <rjones@redhat.com>
Fri, 27 Aug 2010 12:38:49 +0000 (13:38 +0100)
committerRichard Jones <rjones@redhat.com>
Wed, 8 Sep 2010 13:10:14 +0000 (14:10 +0100)
commitd2002a5b94210a3c1aa4b24066994a1d72d8bda4
tree9ac61c8334c100d505eb0b623b4b670a0a3249d6
parent12cafc53f0324bbf8e1d64feda240d7ea174c9ca
build: Don't add version extra string to the version number.

If this string was non-empty, then it broke a lot of things because
autoconf and other parts of the build system were expecting this
string to contain a simple MAJOR.MINOR.RELEASE version number.

This requires changes to guestfish and guestmount so they use the
guestfs_version API to fetch the version from the library.  (The
Perl tools were already doing it this way).  In a way this is more
accurate, because it's no longer hard-coded in the binary, but
fetched from the dynamically linked libguestfs.so.
(cherry picked from commit 4932fdca3ca1e9002164a1c0b73876f32739d34d)
configure.ac
fish/fish.c
fuse/guestmount.c