Commit 6cd0867f authored by Martin Sustrik's avatar Martin Sustrik

Fixing the Red Hat packaging

When adding ZMQ_VERSION macros, I incorrectly removed
the PACKAGE_VERSION macro. Adding it back.
Signed-off-by: 's avatarMartin Sustrik <sustrik@250bpm.com>
parent ef8db789
...@@ -13,7 +13,9 @@ AC_CONFIG_MACRO_DIR(config) ...@@ -13,7 +13,9 @@ AC_CONFIG_MACRO_DIR(config)
AM_CONFIG_HEADER(src/platform.hpp) AM_CONFIG_HEADER(src/platform.hpp)
AM_INIT_AUTOMAKE(tar-ustar dist-zip foreign) AM_INIT_AUTOMAKE(tar-ustar dist-zip foreign)
# # This lets us use PACKAGE_VERSION in Makefiles
AC_SUBST(PACKAGE_VERSION)
# Libtool -version-info (ABI version) # Libtool -version-info (ABI version)
# #
# Currently 0.0.0 ("unstable"). Don't change this unless you # Currently 0.0.0 ("unstable"). Don't change this unless you
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment