]> git.pld-linux.org Git - packages/automake.git/blame_incremental - automake-no_versioned_dir.patch
- rel2 for th
[packages/automake.git] / automake-no_versioned_dir.patch
... / ...
CommitLineData
1--- automake-1.8.4/automake.in.orig 2004-04-10 19:15:32.000000000 +0200
2+++ automake-1.8.4/automake.in 2004-04-29 02:33:26.305817840 +0200
3@@ -31,7 +31,7 @@
4
5 BEGIN
6 {
7- my $perllibdir = $ENV{'perllibdir'} || '@datadir@/@PACKAGE@-@APIVERSION@';
8+ my $perllibdir = $ENV{'perllibdir'} || '@datadir@/@PACKAGE@';
9 unshift @INC, (split '@PATH_SEPARATOR@', $perllibdir);
10
11 # Override SHELL. This is required on DJGPP so that system() uses
12--- automake-1.8.4/aclocal.in.orig 2004-04-10 19:15:32.000000000 +0200
13+++ automake-1.8.4/aclocal.in 2004-04-29 02:33:09.191419624 +0200
14@@ -29,7 +29,7 @@
15
16 BEGIN
17 {
18- my $perllibdir = $ENV{'perllibdir'} || '@datadir@/@PACKAGE@-@APIVERSION@';
19+ my $perllibdir = $ENV{'perllibdir'} || '@datadir@/@PACKAGE@';
20 unshift @INC, (split '@PATH_SEPARATOR@', $perllibdir);
21 }
22
23@@ -623,7 +623,7 @@
24 # Search the versioned directory near the end, and then the
25 # unversioned directory last. Only do this if the user didn't
26 # override acdir.
27- push (@dirlist, "$acdir-$APIVERSION")
28+ push (@dirlist, "$acdir")
29 if $acdir eq $default_acdir;
30
31 # By default $(datadir)/aclocal doesn't exist. We don't want to
32--- automake-1.8.4/lib/Automake/Config.in.orig 2003-12-25 19:00:29.000000000 +0100
33+++ automake-1.8.4/lib/Automake/Config.in 2004-04-29 02:31:08.561758120 +0200
34@@ -32,7 +32,7 @@
35 $APIVERSION = '@APIVERSION@';
36 $PACKAGE = '@PACKAGE@';
37 $VERSION = '@VERSION@';
38-$libdir = '@datadir@/@PACKAGE@-@APIVERSION@';
39+$libdir = '@datadir@/@PACKAGE@';
40
41 1;;
42
This page took 0.04678 seconds and 4 git commands to generate.