]> git.pld-linux.org Git - packages/pdflib.git/blob - pdflib-perl_paths.patch
- SONAME deps were not generated for any package
[packages/pdflib.git] / pdflib-perl_paths.patch
1 --- configure.in~       Sat Mar 15 13:42:32 2003
2 +++ configure.in        Sat Mar 15 13:54:31 2003
3 @@ -333,7 +333,7 @@
4         if test "$PERL5DIR" != ""; then
5             if test "$PERLINCLUDE" = "nope"; then
6                 if test -r "$PERL5DIR/perl.h"; then
7 -                   AC_MSG_RESULT(PERL5DIR/perl.h)
8 +                   AC_MSG_RESULT($PERL5DIR/perl.h)
9                     WITH_PERL=yes
10                     PERLINCLUDE="$PERL5DIR"
11                 elif test -r "$PERL5DIR/CORE/perl.h"; then
12 @@ -354,12 +354,12 @@
13             WITH_PERL=no
14         fi
15  
16 -       PERLLIBDIR=`($PERL -e 'use Config; print $Config{sitearchexp};') 2>/dev/null`
17 +       PERLLIBDIR=`($PERL -e 'use Config; print $Config{vendorarchexp};') 2>/dev/null`
18         if test -z "$PERLLIBDIR" -o ! -d "$PERLLIBDIR"; then
19             AC_MSG_RESULT(         unable to determine perl shared library directory)
20         fi
21  
22 -       PERLMODDIR=`($PERL -e 'use Config; print $Config{sitelib};') 2>/dev/null`
23 +       PERLMODDIR=`($PERL -e 'use Config; print $Config{vendorlib};') 2>/dev/null`
24         if test -z "$PERLMODDIR" -o ! -d "$PERLMODDIR"; then
25             AC_MSG_RESULT(         unable to determine perl module directory)
26             PERLMODDIR="/usr/local/lib/perl5/site_perl/5.6.0"
This page took 0.026606 seconds and 3 git commands to generate.