]> sourceware.org Git - automake.git/commitdiff
* automake.in: Reverted erroneous checkin.
authorTom Tromey <tromey@redhat.com>
Fri, 18 May 2001 17:43:45 +0000 (17:43 +0000)
committerTom Tromey <tromey@redhat.com>
Fri, 18 May 2001 17:43:45 +0000 (17:43 +0000)
ChangeLog
automake.in

index 05231e69cc058bcca9eceb3d81cb37a1b4459e8c..437707c2a569bf70a166bb4243fa09d21d49f7e7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-05-18  Tom Tromey  <tromey@redhat.com>
+
+       * automake.in: Reverted erroneous checkin.
+
 2001-05-18  Akim Demaille  <akim@epita.fr>
 
        * lib/am/texinfos.am (install-info-am, uninstall-info-am): Be robust
index c0ac6dbf71359a0ebca0f9c957007792d739db51..f09075e76c3e5b3bb9414bbf5cd3a091b4194b66 100755 (executable)
@@ -32,7 +32,8 @@ package Language;
 BEGIN
 {
   my $prefix = "@prefix@";
-  unshift @INC, $libdir ||"@datadir@/@PACKAGE@";
+  my $perllibdir = $ENV{'perllibdir'} || "@datadir@/@PACKAGE@";
+  unshift @INC, "$perllibdir";
 }
 
 use Automake::Struct;
This page took 0.038151 seconds and 5 git commands to generate.