From 50cd0cd44deb7b5c90e71eed1c9f3cf1666a70fe Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Thu, 7 Jun 2007 14:29:24 +0000 Subject: Build support for clustering, initial CPG wrapper & tests. - src/qpid/cluster/Cpg.cpp: C++ wrapper for the openais CPG library. - src/tests/unit/Cpg.cpp: verify CPG functions in make check. - makefiles etc.: build cluster stuff only if openais is installed. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@545190 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/bootstrap') diff --git a/cpp/bootstrap b/cpp/bootstrap index c443112f30..d1a4bcb6c0 100755 --- a/cpp/bootstrap +++ b/cpp/bootstrap @@ -11,7 +11,7 @@ export JAVA JAVAC # Generate (for automake) lots of repetitive parts of tests/Makefile.am. (cd src/tests && rm -f gen.mk - perl -ne '/^include / or print' Makefile.am \ + perl -ne '/^(include |if |else|endif)/ or print' Makefile.am \ | make -f - abs_srcdir=`dirname $(pwd)` gen.mk > /dev/null ) automake -- cgit v1.2.1