diff options
author | Alan Conway <aconway@apache.org> | 2007-09-20 21:07:25 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2007-09-20 21:07:25 +0000 |
commit | ee644f8dcae4b0eea97751ab96ff29afc9c7879d (patch) | |
tree | 231683616d4d67e4846c99dbb9b99daf195e7a7f /cpp/bootstrap | |
parent | ee78ed77df7b8b0209f7e4f5206ac2edfc2b23c2 (diff) | |
download | qpid-python-ee644f8dcae4b0eea97751ab96ff29afc9c7879d.tar.gz |
* 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
Diffstat (limited to 'cpp/bootstrap')
-rwxr-xr-x | cpp/bootstrap | 7 |
1 files changed, 0 insertions, 7 deletions
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 <<EOF \$(rgen_cmd) EOF -touch src/generate.mk - automake autoconf |