diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2011-11-09 19:38:16 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2011-11-09 19:38:16 +0000 |
| commit | 508a252054004669c3c17da39891d3c066360da7 (patch) | |
| tree | 971190d112afb01f536b8b06895199229ee61dbb /cpp/configure.ac | |
| parent | d1410955e1a1522716a66e19130db0e2263575dd (diff) | |
| download | qpid-python-508a252054004669c3c17da39891d3c066360da7.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/qpid@1199929 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/configure.ac')
| -rw-r--r-- | cpp/configure.ac | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/cpp/configure.ac b/cpp/configure.ac index 3fbd228f60..245269c32f 100644 --- a/cpp/configure.ac +++ b/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 |
