]> git.proxmox.com Git - mirror_frr.git/commit - configure.ac
configure: Add --with-pkg-extra-version=VER for packagers/distributions.
authorJoachim Nilsson <troglobit@gmail.com>
Wed, 30 May 2012 06:15:48 +0000 (08:15 +0200)
committerDavid Lamparter <equinox@opensourcerouting.org>
Fri, 13 Jul 2012 16:53:53 +0000 (18:53 +0200)
commit1080c13f5d3979149c1950a1c46f45e2d4bd0dc8
tree8f2147dfed3514607041e2167d4facab620c8643
parentf710888ddd413730f6025ed5d9a89b124836cde6
configure: Add --with-pkg-extra-version=VER for packagers/distributions.

This change adds a --with-pkg-extra-version option to ./configure to allow
packagers and distributions to fine tune the version displayed to the end
user to assist in support. It is also very useful when reporting bugs on
the official Quagga mailing lists.

There are two ways of utilsing this functionality:

      a) ./configure --with-pkg-extra-version=-wmo1
      b) EXTRAVERSION=-wmo1 ./configure

The latter is a common way for many distributions to add extra version
strings to signify their own patch level to a given package.

Also, minor whitespace fix in configure summary.

Signed-off-by: Joachim Nilsson <joachim.nilsson@westermo.se>
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
configure.ac