diff options
author | Martin Winter <mwinter@opensourcerouting.org> | 2017-01-25 22:23:43 +0100 |
---|---|---|
committer | Martin Winter <mwinter@opensourcerouting.org> | 2017-01-25 22:23:43 +0100 |
commit | 3ab11ecc7ba6de37393d334bf9f6cbc88a3eeec1 (patch) | |
tree | 9a7bfb39e158adde7f917b898cb10760ffe7bb96 /configure.ac | |
parent | Merge pull request #120 from opensourcerouting/snapcraft-base-v3 (diff) | |
download | frr-3ab11ecc7ba6de37393d334bf9f6cbc88a3eeec1.tar.xz frr-3ab11ecc7ba6de37393d334bf9f6cbc88a3eeec1.zip |
snapcraft: Add snapcraft build and definition files
Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
Diffstat (limited to 'configure.ac')
-rwxr-xr-x | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 14f6292da..da2296257 100755 --- a/configure.ac +++ b/configure.ac @@ -483,6 +483,7 @@ dnl ----------------------------------- if test "x${EXTRAVERSION}" != "x" ; then VERSION="${VERSION}${EXTRAVERSION}" PACKAGE_VERSION="${PACKAGE_VERSION}${EXTRAVERSION}" + AC_SUBST(PACKAGE_EXTRAVERSION, ["${EXTRAVERSION}"]) PACKAGE_STRING="${PACKAGE_STRING}${EXTRAVERSION}" fi @@ -1617,6 +1618,8 @@ AC_CONFIG_FILES([Makefile lib/Makefile qpb/Makefile zebra/Makefile ripd/Makefile pkgsrc/Makefile fpm/Makefile redhat/frr.spec + snapcraft/Makefile + snapcraft/snapcraft.yaml lib/version.h doc/defines.texi doc/bgpd.8 |