summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Ross <jross@apache.org>2013-08-13 09:32:04 +0000
committerJustin Ross <jross@apache.org>2013-08-13 09:32:04 +0000
commita770c45f0dc9c26b56c8694580de02692f1ca235 (patch)
treee17d768381d2068bfe02bee89ea907f747e3e210
parent6f7e2c5e6db0db14275aae3d93cecee71c2aa208 (diff)
downloadqpid-python-a770c45f0dc9c26b56c8694580de02692f1ca235.tar.gz
QPID-4961: Allow the autotools scripting to carry on working for now
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.24@1513405 13f79535-47bb-0310-9956-ffa450edef68
-rwxr-xr-xqpid/bin/release.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/bin/release.sh b/qpid/bin/release.sh
index 99f77be7f1..a0661f5886 100755
--- a/qpid/bin/release.sh
+++ b/qpid/bin/release.sh
@@ -231,7 +231,7 @@ fi
if [ "CPP" == "$CPP" ] ; then
pushd qpid-${VER}/cpp
./bootstrap
- ./configure
+ ./configure --enable-deprecated-autotools
make dist -j2
popd