From ee644f8dcae4b0eea97751ab96ff29afc9c7879d Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Thu, 20 Sep 2007 21:07:25 +0000 Subject: * cpp/bootstrap, cpp/rubygen/generate, cpp/src/Makefile.am: Fixed generated headers to install properly. * cpp/qpidc.spec.in: removed apr dependency. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@577916 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/bootstrap | 7 ------- 1 file changed, 7 deletions(-) (limited to 'cpp/bootstrap') diff --git a/cpp/bootstrap b/cpp/bootstrap index d96749e14b..feb45f7510 100755 --- a/cpp/bootstrap +++ b/cpp/bootstrap @@ -4,11 +4,6 @@ aclocal -I m4 autoheader libtoolize --automake -# These are needed only if you don't already have the gen/*.{h,cpp} files. -: ${JAVA=java} -: ${JAVAC=javac} -export JAVA JAVAC - # 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 \ @@ -21,8 +16,6 @@ cat > src/rubygen.mk <