From f7ec31f3914314d6d0d59c6617ef10a54c21654a Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Mon, 22 Mar 2010 19:58:13 +0000 Subject: Fix error in path to amqp.xml in configure.ac. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@926294 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/configure.ac | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'cpp') diff --git a/cpp/configure.ac b/cpp/configure.ac index ae2e1ed526..adcf4c5dd2 100644 --- a/cpp/configure.ac +++ b/cpp/configure.ac @@ -235,8 +235,7 @@ if test -n "$PYTHON" ; then fi AM_CONDITIONAL([HAVE_PYTHON_DEVEL], [test -f $PYTHON_INC/Python.h && test -n "$SWIG"]) - -specdir=`pwd`/$top_srcdir/../specs +specdir=`pwd`/$srcdir/../specs AMQP_FINAL_XML=$specdir/amqp.0-10-qpid-errata.xml AC_SUBST(AMQP_FINAL_XML) AM_CONDITIONAL([GENERATE], [test -f $AMQP_FINAL_XML]) -- cgit v1.2.1