summaryrefslogtreecommitdiff
path: root/cpp/configure.ac
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2013-05-02 21:47:13 +0000
committerAlan Conway <aconway@apache.org>2013-05-02 21:47:13 +0000
commitbdac3612afcc171a5c8e35850fe2b7b461f7ba69 (patch)
tree700cb53009b9b5651fb1c70c908b17bc1b529c1f /cpp/configure.ac
parent7bb63c2c358d9bcb3e36e49f717aea91166d9649 (diff)
downloadqpid-python-bdac3612afcc171a5c8e35850fe2b7b461f7ba69.tar.gz
QPID-4798: Fix up c++ code generation to use stripped spec files.
The stripped specs have no <doc> elements, this was tripping up the code generator. Fixed the generator to process <doc> elements if they are present but to carry on without them if they are not. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1478582 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/configure.ac')
-rw-r--r--cpp/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/configure.ac b/cpp/configure.ac
index 1523af81af..2ced4b7577 100644
--- a/cpp/configure.ac
+++ b/cpp/configure.ac
@@ -247,7 +247,7 @@ fi
AM_CONDITIONAL([HAVE_PERL_DEVEL], [test -n "$PERL" && test -n "$SWIG" && test -n "$PERL_INC"])
specdir=`pwd`/$srcdir/../specs
-AMQP_FINAL_XML=$specdir/amqp.0-10-qpid-errata.xml
+AMQP_FINAL_XML=$specdir/amqp.0-10-qpid-errata.stripped.xml
AC_SUBST(AMQP_FINAL_XML)
AM_CONDITIONAL([GENERATE], [test -f $AMQP_FINAL_XML])
test -f $AMQP_FINAL_XML -a -z "$RUBY" && AC_MSG_ERROR([Missing ruby installation (try "yum install ruby").])