]> git.proxmox.com Git - mirror_frr.git/commit
build: carry --with-pkg-extra-version into tarballs
authorDavid Lamparter <equinox@diac24.net>
Tue, 23 Oct 2018 12:06:25 +0000 (14:06 +0200)
committerDavid Lamparter <equinox@diac24.net>
Thu, 25 Oct 2018 15:30:21 +0000 (17:30 +0200)
commit1ae84a35ddc1830d84cf22db5007fd6b5b151fab
tree7b234163449342e5fdd44021bb26b05c78dd605f
parenta416c04fe702c91d6e30f5a7a9b033b6c3a4458e
build: carry --with-pkg-extra-version into tarballs

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>
.gitignore
Makefile.am
config.version.in [new file with mode: 0644]
configure.ac