]> git.pld-linux.org Git - packages/automake.git/blob - automake-no_versioned_dir.patch
- fix version detection for python 3.10, rel 3
[packages/automake.git] / automake-no_versioned_dir.patch
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
3 @@ -29,7 +29,7 @@
4  
5  BEGIN
6  {
7 -  @Automake::perl_libdirs = ('@datadir@/@PACKAGE@-@APIVERSION@')
8 +  @Automake::perl_libdirs = ('@datadir@/@PACKAGE@')
9      unless @Automake::perl_libdirs;
10    unshift @INC, @Automake::perl_libdirs;
11  
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
14 @@ -27,7 +27,7 @@
15  
16  BEGIN
17  {
18 -  @Aclocal::perl_libdirs = ('@datadir@/@PACKAGE@-@APIVERSION@')
19 +  @Aclocal::perl_libdirs = ('@datadir@/@PACKAGE@')
20      unless @Aclocal::perl_libdirs;
21    unshift @INC, @Aclocal::perl_libdirs;
22  }
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
25 @@ -32,7 +32,7 @@
26  our $PACKAGE_BUGREPORT = '@PACKAGE_BUGREPORT@';
27  our $VERSION = '@VERSION@';
28  our $RELEASE_YEAR = '@RELEASE_YEAR@';
29 -our $libdir = '@datadir@/@PACKAGE@-@APIVERSION@';
30 +our $libdir = '@datadir@/@PACKAGE@';
31  
32  our $perl_threads = 0;
33  # We need at least this version for CLONE support.
This page took 0.070922 seconds and 3 git commands to generate.