]> git.pld-linux.org Git - packages/automake.git/blame - automake-no_versioned_dir.patch
- updated to 1.14 (1.13.x left on automake-1.13 branch; note: first build requires...
[packages/automake.git] / automake-no_versioned_dir.patch
CommitLineData
40d403eb
JB
1--- automake-1.14/bin/automake.in.orig 2012-11-22 17:36:51.560603115 +0100
2+++ automake-1.14/bin/automake.in 2012-11-22 18:18:52.190550575 +0100
110393b9 3@@ -29,7 +29,7 @@
3997bb4d 4
8f16f38e 5 BEGIN
6 {
110393b9
JB
7- @Automake::perl_libdirs = ('@datadir@/@PACKAGE@-@APIVERSION@')
8+ @Automake::perl_libdirs = ('@datadir@/@PACKAGE@')
9 unless @Automake::perl_libdirs;
10 unshift @INC, @Automake::perl_libdirs;
3997bb4d 11
40d403eb
JB
12--- automake-1.14/bin/aclocal.in.orig 2012-11-22 17:36:51.597269780 +0100
13+++ automake-1.14/bin/aclocal.in 2012-11-22 18:19:11.647216837 +0100
110393b9 14@@ -27,7 +27,7 @@
8f16f38e 15
8f16f38e 16 BEGIN
17 {
110393b9
JB
18- @Aclocal::perl_libdirs = ('@datadir@/@PACKAGE@-@APIVERSION@')
19+ @Aclocal::perl_libdirs = ('@datadir@/@PACKAGE@')
20 unless @Aclocal::perl_libdirs;
21 unshift @INC, @Aclocal::perl_libdirs;
8f16f38e 22 }
40d403eb
JB
23--- automake-1.14/lib/Automake/Config.in.orig 2013-06-24 17:34:25.598771336 +0200
24+++ automake-1.14/lib/Automake/Config.in 2013-06-24 17:35:31.062101922 +0200
2a574fbe
JB
25@@ -32,7 +32,7 @@
26 our $PACKAGE_BUGREPORT = '@PACKAGE_BUGREPORT@';
7fc67891 27 our $VERSION = '@VERSION@';
2a574fbe 28 our $RELEASE_YEAR = '@RELEASE_YEAR@';
7fc67891
JB
29-our $libdir = '@datadir@/@PACKAGE@-@APIVERSION@';
30+our $libdir = '@datadir@/@PACKAGE@';
1e718d93 31
40d403eb
JB
32 our $perl_threads = 0;
33 # We need at least this version for CLONE support.
This page took 0.117651 seconds and 4 git commands to generate.