summaryrefslogtreecommitdiff
path: root/qpid/cpp/configure.ac
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2011-11-09 19:38:16 +0000
committerAndrew Stitcher <astitcher@apache.org>2011-11-09 19:38:16 +0000
commita25345ca75d0134c372e274dff15b9ff291ac853 (patch)
tree53d14079c453b2edaec235c1fe9e4eea6df239fe /qpid/cpp/configure.ac
parent350d72e7de9b9840894ca921fb94b3f6462e88a6 (diff)
downloadqpid-python-a25345ca75d0134c372e274dff15b9ff291ac853.tar.gz
QPID-3464: Build improvements (autotools) [from Jan-Marek Glogowski]
- Improved the perl bindings build git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1199929 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/configure.ac')
-rw-r--r--qpid/cpp/configure.ac5
1 files changed, 3 insertions, 2 deletions
diff --git a/qpid/cpp/configure.ac b/qpid/cpp/configure.ac
index 3fbd228f60..245269c32f 100644
--- a/qpid/cpp/configure.ac
+++ b/qpid/cpp/configure.ac
@@ -223,7 +223,8 @@ if test -n "$PERL"; then
PERL_ARCHLIB=`perl -MConfig -e 'print "$Config{archlib}";'`
AC_CHECK_FILE( ["$PERL_ARCHLIB/CORE/perl.h"],
[AC_SUBST([PERL_INC], ["$PERL_ARCHLIB/CORE"])] )
-fi
+ AC_SUBST(PERL_ARCHLIB)
+fi
AM_CONDITIONAL([HAVE_PERL_DEVEL], [test -n "$PERL" && test -n "$SWIG" && test -n "$PERL_INC"])
specdir=`pwd`/$srcdir/../specs
@@ -525,7 +526,7 @@ AC_CONFIG_FILES([
bindings/qpid/Makefile
bindings/qpid/ruby/Makefile
bindings/qpid/python/Makefile
- bindings/qpid/perl/Makefile
+ bindings/qpid/perl/Makefile.PL
bindings/qpid/dotnet/Makefile
bindings/qmf/Makefile
bindings/qmf/ruby/Makefile