summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Collapse)Author
2010-03-11Restructure language bindingsMartin Lucina
C and C++ headers moved from bindings/ to include/, bindings/ removed --with-c and --with-cpp options to configure removed, C and C++ now built and installed by default
2010-03-11Removed Java binding from core distributionMartin Lucina
2010-03-09udp transport renamed to epgmMartin Sustrik
2010-03-03Win32 build fixesMartin Lucina
2010-02-27Ruby binding removedMartin Sustrik
2010-02-27python binding removedMartin Sustrik
2010-02-26Cygwin supportMartin Lucina
2010-02-24Update OpenPGM to 2.0.24 (stable)Martin Lucina
2010-02-24chat example moved to separate repoMartin Sustrik
2010-02-22NetBSD: Check for and use atomic_ops(3) if availableMartin Lucina
2010-02-22Fix $build_doc/$install_man check yet againMartin Lucina
2010-02-20Minor buid system tunningmalosek
2010-02-19Add missing check for install_man=yesMartin Lucina
Fixes git builds w/o asciidoc, bug introduced in 46824abe
2010-02-19build on cygwin enabledMartin Sustrik
2010-02-18Add NetBSD supportMartin Lucina
2010-02-18Fix typoMartin Lucina
2010-02-18libstdc++ depends on libm on some platformsMartin Lucina
2010-02-18Fix detection of libstdc++Martin Lucina
We only care about libstdc++ when using GNU C++. Further, libstdc++ depends on libm on some platforms, fix this.
2010-02-18Never build docs from tarball releasesMartin Lucina
This fixes the build_doc logic to work as advertised and never try to (re)build documentation when working with a tarball release.
2010-02-18Use feature test macros more conservativelyMartin Lucina
It turns out that feature test macros are a complete mess, and defining _GNU_SOURCE and _POSIX_C_SOURCE together breaks some systems. So we try and define the appropriate "make everything visible" combination specific to each system instead. This may still break something, so people should test their platforms and speak up if so.
2010-02-17Add POSIX and GNU Feature Test MacrosMartin Lucina
This should fix more exotic POSIX platforms such as HPUX which insist on having _POSIX_C_SOURCE defined to get proper threading behaviour. We also define _GNU_SOURCE so that we get any extensions on systems with glibc, e.g. eventfd.
2010-02-15Cleaning up more PGM cruftMartin Lucina
2010-02-15Clarify python.h messagesMartin Lucina
2010-02-15Fix typoMartin Lucina
2010-02-15Cleanup messages from configure.inMartin Lucina
2010-02-15Replace check for sparc with host_cpuMartin Lucina
2010-02-15Multiple fixes to --with-pgmMartin Lucina
Disallow build --with-pgm on non-x86/AMB64 CPUs Check correctly for all dependencies required by --with-pgm Don't assume tar has -j Reorder --with-pgm checks
2010-02-15removed first dummy run of PKG_CHECK_EXISTSmalosek
2010-02-11Next 0MQ release will be 2.0.6Martin Lucina
As decided on the mailing list, there have been five 2.x releases to date, so the upcoming release will be numbered 2.0.6.
2010-02-11Integrate version numbering into autoconfMartin Lucina
configure.in is now the master source for the package version number, this propagates to src/platform.hpp (for zmq_version) and doc/Makefile.am (for documentation generation) automagically.
2010-02-10Convert documentation to AsciiDocMartin Lucina
2010-02-09ZMQII-67: Build checks for python even if it's not neededMartin Sustrik
2010-02-03Update OpenPGM to 2.0.23rc8Martin Lucina
2010-01-28patching libtool script moved at the end of configuremalosek
2010-01-28Merge branch 'master' of git@github.com:sustrik/zeromq2Martin Sustrik
2010-01-28CL binding ripped out of the treeMartin Sustrik
2010-01-27changed version of the master branch back to devmalosek
2010-01-27libpgm updated to 2.6.21rc6malosek
2010-01-17version number bumpedMartin Sustrik
2010-01-06updated version to 2.0-beta1 in configure.inmalosek
2010-01-05Fixed newer autotools warningng about AC_CONFIG_MACRO_DIRmalosek
2010-01-05updated to libpgm-2.0.20rc5malosek
2010-01-04updated to libpgm 2.0.19rc4malosek
2009-12-31libpgm updated to 2.0.18rc3malosek
2009-12-31fixed make dist for non pgm configurationmalosek
2009-12-13XREP & XREQ socket types added; zmq_queue device addedMartin Sustrik
2009-12-13OpenPGM v1 support removedMartin Sustrik
2009-12-07autotools build system builds chat example nowMartin Sustrik
2009-12-03common lisp binding & perf tests addedMartin Sustrik
2009-11-30added libpgm-2.0.17rc2 into the dist packagemalosek