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 | a25345ca75d0134c372e274dff15b9ff291ac853 (patch) | |
| tree | 53d14079c453b2edaec235c1fe9e4eea6df239fe /qpid/cpp/configure.ac | |
| parent | 350d72e7de9b9840894ca921fb94b3f6462e88a6 (diff) | |
| download | qpid-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.ac | 5 |
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 |
