[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
CVS Automake cannot find Struct.pm
From: |
Pavel Roskin |
Subject: |
CVS Automake cannot find Struct.pm |
Date: |
Mon, 30 Apr 2001 00:18:21 -0400 (EDT) |
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- CVS Automake cannot find Struct.pm,
Pavel Roskin <=