mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-04-28 17:01:51 +00:00

If we use "./configure --with-pkg-extra-version=... && make dist", we probably want the dist tarball to remember the extra version it was configured with. Use --without-pkg-extra-version to kill the tag. Signed-off-by: David Lamparter <equinox@diac24.net>
5 lines
194 B
Plaintext
5 lines
194 B
Plaintext
# this file is used to carry --with-pkg-extra-version into tarballs
|
|
EXTRAVERSION="@EXTRAVERSION@"
|
|
# for easy access by scripts before ./configure is run
|
|
DIST_PACKAGE_VERSION="@PACKAGE_VERSION@"
|