The following commit has been merged in the master branch:
commit c2bc3564b98cc19df8c936b6be2e170849bc514b
Author: Guillem Jover <[email protected]>
Date: Sat Sep 26 14:20:07 2009 +0200
build: Wrap perl expression in PERL_LIBDIR assignment
diff --git a/m4/perl.m4 b/m4/perl.m4
index 5a7f0d6..9741635 100644
--- a/m4/perl.m4
+++ b/m4/perl.m4
@@ -5,5 +5,7 @@ AC_DEFUN([DPKG_PROG_PERL],
[AC_ARG_VAR([PERL], [Perl interpreter])dnl
AC_PATH_PROG([PERL], [perl], [/usr/bin/perl])dnl
AC_ARG_VAR([PERL_LIBDIR], [Perl library directory])dnl
-PERL_LIBDIR=$($PERL -MConfig -e 'my
$r=$Config{vendorlibexp};$r=~s/$Config{vendorprefixexp}/\$(prefix)/; print
$r')dnl
+PERL_LIBDIR=$($PERL -MConfig -e 'my $r = $Config{vendorlibexp};
+ $r =~ s/$Config{vendorprefixexp}/\$(prefix)/;
+ print $r')dnl
])# DPKG_PROG_PERL
--
dpkg's main repository
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]