Hello!

CVS Automake passes the testsuite but doesn't work at all in the "real
life".

For the default prefix, it's trying to find Automake/Struct.pm in
/usr/local/share/automake/lib instead of /usr/local/share/automake

ChangeLog:
        * automake.in (BEGIN): Don't append "/lib" to the Perl include
        path.

_________________________
--- automake.in
+++ automake.in
@@ -32,7 +32,7 @@
 BEGIN
 {
   my $prefix = "@prefix@";
-  my $perllibdir = $ENV{'perllibdir'} || "@datadir@/@PACKAGE@/lib";
+  my $perllibdir = $ENV{'perllibdir'} || "@datadir@/@PACKAGE@";
   unshift @INC, "$perllibdir";
 }

_________________________

Regards,
Pavel Roskin


Reply via email to