diff options
author | Martin Sustrik <sustrik@250bpm.com> | 2010-10-11 16:32:27 +0200 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2010-10-11 16:32:27 +0200 |
commit | 6cd0867f0208b4fca4cfca2a2ff7bc0de5199d4a (patch) | |
tree | ae93477a849a6308abb96b66f68e82e28d30c0d8 | |
parent | ef8db789a1c97152e84ff03c9a7f6e1e77d95981 (diff) |
Fixing the Red Hat packaging
When adding ZMQ_VERSION macros, I incorrectly removed
the PACKAGE_VERSION macro. Adding it back.
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
-rw-r--r-- | configure.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 25a4eed..b2dd93c 100644 --- a/configure.in +++ b/configure.in @@ -13,7 +13,9 @@ AC_CONFIG_MACRO_DIR(config) AM_CONFIG_HEADER(src/platform.hpp) 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) # # Currently 0.0.0 ("unstable"). Don't change this unless you |