summaryrefslogtreecommitdiff
path: root/qpid/cpp/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Merge from trunk Aidan Skinner2009-09-091-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/java-network-refactor@812936 13f79535-47bb-0310-9956-ffa450edef68
* Removed unneeded Makefile from configure.acTed Ross2009-08-111-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@803162 13f79535-47bb-0310-9956-ffa450edef68
* Cleaned up the makefiles in the QMF bindings area.Ted Ross2009-08-111-0/+2
| | | | | | | | Added tests for the QMF bindings. Removed spurious "cout" prints from qmf/Agent.cpp git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@803156 13f79535-47bb-0310-9956-ffa450edef68
* Separate generated public header files from non-public headers, generated ↵Alan Conway2009-07-271-1/+0
| | | | | | | | | | | | | | | | | | | | code re-organization. The gen/ directory has been removed, code is now generated into: $(builddir)/src - all .cpp files and non-public .h files. $(builddir)/include - all public .h files. The gen/ directory was originally intended to separate generated code from hand-written code. However both automake and cmake allow you to direct all build output, including generated code, into a separate build directory. In fact both recommend you build this way. Keeping the gen/ directory meant there would have been a total of 8 places to look for header files, all the combinations of builddir/srcdir, src/include and gen/no-gen. This was a mess, 4 is bad enough. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@798291 13f79535-47bb-0310-9956-ffa450edef68
* Minor configure.ac cleanup to remove unneeded openais definitions when no ↵Kim van der Riet2009-07-161-0/+3
| | | | | | openais is in use. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@794759 13f79535-47bb-0310-9956-ffa450edef68
* Fix make distcheck problemsTed Ross2009-07-091-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@792567 13f79535-47bb-0310-9956-ffa450edef68
* Added version check for SWIG in the configure script. This should properly ↵Ted Ross2009-07-081-1/+2
| | | | | | | | | disable SWIG for distributions with too-old versions. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@792139 13f79535-47bb-0310-9956-ffa450edef68
* Bumped the libtool version information for the C++ libraries.Ted Ross2009-07-021-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@790661 13f79535-47bb-0310-9956-ffa450edef68
* Allow conrol at configure time over generation of qmf bindings via swig ↵Gordon Sim2009-06-031-0/+7
| | | | | | (--with-swig/--without-swig) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@781358 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1874 - Add check for "swig" program in configure.ac. Mention in ↵Ted Ross2009-06-011-2/+6
| | | | | | cpp/INSTALL. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@780844 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1874 - Patch from Ian MainTed Ross2009-06-011-0/+77
| | | | | | | This patch provides the Ruby binding for QMF Agent and the framework for the Python bindings. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@780837 13f79535-47bb-0310-9956-ffa450edef68
* Update versions to 0.5Martin Ritchie2009-03-111-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@752529 13f79535-47bb-0310-9956-ffa450edef68
* cpp/configure.acManuel Teira Paz2009-03-101-6/+16
| | | | | | | | - Change the SSL detection to use foo-config scripts instead of pkgconfig git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@752171 13f79535-47bb-0310-9956-ffa450edef68
* configure.ac:Manuel Teira Paz2009-03-101-0/+7
| | | | | | | | | | | | | | - Add a SOCKLIBS definition, to define needed network libraries in Solaris src/tests/failover_soak.cpp - Replace usage of timersub with direct code, since timersub appears to be non-posix. src/tests/Makefile.am - Link against $(SOCKLIBS) when needed src/tests/* - Some qualifying needed for the Sun compiler git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@752019 13f79535-47bb-0310-9956-ffa450edef68
* configure.ac:Manuel Teira Paz2009-03-051-1/+26
| | | | | | | | | | | | - Check for existence of LOG_FTP and LOG_AUTHPRIV to create proper defines - Define SUNOS properly - Reverse SUNCC detection to make it work properly - Check if libacl is actually needed (in Solaris this functionality is part of libc) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@750494 13f79535-47bb-0310-9956-ffa450edef68
* Issue a useful message if not generating code from specs; fixes QPID-1709Stephen D. Huston2009-03-041-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@750155 13f79535-47bb-0310-9956-ffa450edef68
* Issue a useful message if not generating code from specs' fixes QPID-1709Stephen D. Huston2009-03-041-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@750154 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1595 from william -- trade demoCarl C. Trieloff2009-02-091-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@742515 13f79535-47bb-0310-9956-ffa450edef68
* Reversed change to error message on missing cluster packages.Kim van der Riet2009-02-031-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@740437 13f79535-47bb-0310-9956-ffa450edef68
* Changed name of UpdateClient's queue from "\000qpid-update" to ↵Kim van der Riet2009-02-031-2/+2
| | | | | | "qpid.qpid-update" to avoid problems with c-strings in BDB git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@740429 13f79535-47bb-0310-9956-ffa450edef68
* Corrected error message.Alan Conway2008-12-221-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@728760 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1412 - c++ implementation of the QMF client APITed Ross2008-12-191-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@728132 13f79535-47bb-0310-9956-ffa450edef68
* Handle package name changes in Fedora10: openais->corosync cman->cmanlibAlan Conway2008-12-171-20/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@727583 13f79535-47bb-0310-9956-ffa450edef68
* bumped version number to 0.4 for M4Rafael H. Schloming2008-12-101-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@725297 13f79535-47bb-0310-9956-ffa450edef68
* Exorcise remains of boost.spirit parser.Alan Conway2008-11-201-3/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@719410 13f79535-47bb-0310-9956-ffa450edef68
* Optional cluster integration with cman quorum service.Alan Conway2008-11-181-8/+26
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@718693 13f79535-47bb-0310-9956-ffa450edef68
* Fix test for xml depsGordon Sim2008-10-241-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@707694 13f79535-47bb-0310-9956-ffa450edef68
* QPID-106: SSL support for c++ (broker and client), can be enabled/disabled ↵Gordon Sim2008-10-171-0/+28
| | | | | | explictly via --with-ssl/--without-ssl args to configure; by default will build the modules if dependencies are found. See SSL readme file for more details. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@705534 13f79535-47bb-0310-9956-ffa450edef68
* configure.ac: check for presence of libboost_threads vs. libboost_threads-mtAlan Conway2008-10-161-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@705263 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1340 froM Mick Goulish: preliminary client-side failover support.Alan Conway2008-10-101-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@703319 13f79535-47bb-0310-9956-ffa450edef68
* Resolve QPID-1309Stephen D. Huston2008-10-021-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@701227 13f79535-47bb-0310-9956-ffa450edef68
* Implementation of AMQP over RDMA protocols (Infiniband)Andrew Stitcher2008-09-111-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@694143 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1274 - Improved packaging for management agent and code generation toolTed Ross2008-09-051-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@692450 13f79535-47bb-0310-9956-ffa450edef68
* Removed unused rpm targets and files.Alan Conway2008-08-261-2/+0
| | | | | | | Added src/tests/echotest.cpp from Gordon Sim. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@689123 13f79535-47bb-0310-9956-ffa450edef68
* Use numeric version number 0.3 in AC_INIT.Alan Conway2008-08-211-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@687872 13f79535-47bb-0310-9956-ffa450edef68
* Update version, NOTICE files.Aidan Skinner2008-08-211-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@687807 13f79535-47bb-0310-9956-ffa450edef68
* Configure --without-cpg by default for M3.Alan Conway2008-08-181-5/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@686846 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1198: Solaris ECF (port) based PollerAndrew Stitcher2008-07-301-25/+68
| | | | | | | Patch from Manuel Teira git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@680921 13f79535-47bb-0310-9956-ffa450edef68
* configure.ac: check for cpg_local_get to exclude older CPG versions.Alan Conway2008-07-071-5/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@674493 13f79535-47bb-0310-9956-ffa450edef68
* From Matt Farrellee - https://issues.apache.org/jira/browse/QPID-1151Alan Conway2008-06-261-1/+13
| | | | | | | Remove un-necessary link dependencies from client and common libraries. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@671902 13f79535-47bb-0310-9956-ffa450edef68
* Patch from Manuel Teira: ↵Alan Conway2008-06-201-0/+5
| | | | | | | | | | | | | | https://issues.apache.org/jira/secure/CommentAssignIssue!default.jspa?action=5&id=12398038 - Use standard automake makefiles to build cpp/examples. - Rationalize examples directory structure. Additions to patch: - Fix for VPATH builds. - Fix make distcheck (finally!) git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@670066 13f79535-47bb-0310-9956-ffa450edef68
* Bring cluster code up to date.Alan Conway2008-06-181-8/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@669236 13f79535-47bb-0310-9956-ffa450edef68
* Convert remaining cppunit tests to boost test framework to reduce dependencies.Gordon Sim2008-05-301-7/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@661587 13f79535-47bb-0310-9956-ffa450edef68
* Make help2man and doxygen dependencies optional.Alan Conway2008-05-261-3/+24
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@660324 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1047: Qpidc.spec.in is missing dependencies and has misplaced files -- ↵Nuno Santos2008-05-091-0/+1
| | | | | | applied patch from Matt Farrellee git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@654927 13f79535-47bb-0310-9956-ffa450edef68
* QPID-648: Patch from Matt FarrelleeGordon Sim2008-05-091-2/+6
| | | | | | | | | - support for realms - updates to packaging to create a default db and the necessary conf files for plain and anon git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@654902 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1035: managementgen only exists in qpid C++ source - applying patched ↵Nuno Santos2008-05-081-0/+1
| | | | | | supplied by Matt Farrellee git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@654564 13f79535-47bb-0310-9956-ffa450edef68
* Fix for defining HAS_XMLAlan Conway2008-05-061-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@653912 13f79535-47bb-0310-9956-ffa450edef68
* From https://issues.apache.org/jira/browse/QPID-879 contributed by Jonathan ↵Alan Conway2008-05-061-1/+33
| | | | | | | | | Robie. XML exchange allowing messages to be routed base on XQuery expressions. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@653854 13f79535-47bb-0310-9956-ffa450edef68
* Work In Progress:Andrew Stitcher2008-04-281-1/+29
| | | | | | | | | Added initial rdma code including test server and client Turn off rdma support by default but autoconf should now detect whether necessary rdma/ibverbs libs and headers are present git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@652053 13f79535-47bb-0310-9956-ffa450edef68