]> git.proxmox.com Git - mirror_frr.git/commit - Makefile.am
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>
Wed, 24 Oct 2018 13:11:50 +0000 (15:11 +0200)
commit06871ed9fbc2276922cf5a22fe0079ef89eb66b9
treeb6a436778d516841721ec676422a3263be37decf
parent0558dc67a349b5a5aa6660d13b2e991195204d25
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