From 3b3df731e60d604794538d0b9f6cb5b802a8745d Mon Sep 17 00:00:00 2001 From: Martin Lucina Date: Fri, 15 Oct 2010 15:05:54 +0200 Subject: configure.in: Extract API version from zmq.h * Added a version.sh and relevant changes to configure.in to extract the API version from zmq.h at the time autogen.sh is run. * Moved the version macros to be next to zmq_version in zmq.h and improved the comments. * Modified ZMQ_MAKE_VERSION to use (x) instead of plain x when expanding macro parameters. Signed-off-by: Martin Lucina --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index bea07e9..409be66 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,6 +4,7 @@ SUBDIRS = src doc perf devices DIST_SUBDIRS = src doc perf devices builds/msvc EXTRA_DIST = \ +$(top_srcdir)/version.sh \ $(top_srcdir)/foreign/openpgm/@pgm_basename@.tar.gz \ $(top_srcdir)/foreign/xmlParser/xmlParser.cpp \ $(top_srcdir)/foreign/xmlParser/xmlParser.hpp -- cgit v1.2.3