summaryrefslogtreecommitdiff
path: root/cpp/bootstrap
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2008-05-30 08:13:21 +0000
committerGordon Sim <gsim@apache.org>2008-05-30 08:13:21 +0000
commit5d2f67ee3918516feebc4994d5b21a893ef97a5b (patch)
tree4c13e462ca37f7ce5e8a9564cec5f1e92410e5ab /cpp/bootstrap
parent162cb3879f3e25cbd13a777b40e374196ab531c9 (diff)
downloadqpid-python-5d2f67ee3918516feebc4994d5b21a893ef97a5b.tar.gz
Convert remaining cppunit tests to boost test framework to reduce dependencies.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@661587 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/bootstrap')
-rwxr-xr-xcpp/bootstrap5
1 files changed, 0 insertions, 5 deletions
diff --git a/cpp/bootstrap b/cpp/bootstrap
index c1fb753201..2dc8f91b30 100755
--- a/cpp/bootstrap
+++ b/cpp/bootstrap
@@ -4,11 +4,6 @@ aclocal -I m4
autoheader
libtoolize --automake
-# Generate (for automake) lots of repetitive parts of tests/Makefile.am.
-(cd src/tests && rm -f gen.mk
- perl -ne '/^(include |if |else|endif)/ or print' Makefile.am \
- | make -f - abs_srcdir=`dirname $(pwd)` gen.mk > /dev/null )
-
# Create initial Makefile fragments that will force make to generate
# the real ones.
cat > src/rubygen.mk <<EOF