diff options
Diffstat (limited to '')
-rw-r--r-- | devel/automake110/files/patch-aclocal.in | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/devel/automake110/files/patch-aclocal.in b/devel/automake110/files/patch-aclocal.in deleted file mode 100644 index 5a3af1e7f9d4..000000000000 --- a/devel/automake110/files/patch-aclocal.in +++ /dev/null @@ -1,17 +0,0 @@ ---- aclocal.in.orig Sun Oct 15 09:19:37 2006 -+++ aclocal.in Sun May 6 13:56:37 2007 -@@ -32,3 +32,3 @@ - { -- my $perllibdir = $ENV{'perllibdir'} || '@datadir@/@PACKAGE@-@APIVERSION@'; -+ my $perllibdir = $ENV{'perllibdir'} || '@datadir@/@PACKAGE@@APIPVERSION@'; - unshift @INC, (split '@PATH_SEPARATOR@', $perllibdir); -@@ -58,3 +58,3 @@ - my @user_includes = (); --my @automake_includes = ("@datadir@/aclocal-$APIVERSION"); -+my @automake_includes = ("@datadir@/aclocal$APIPVERSION"); - my @system_includes = ('@datadir@/aclocal'); -@@ -650,3 +650,3 @@ - -- my $traces = ($ENV{AUTOM4TE} || 'autom4te'); -+ my $traces = ($ENV{AUTOM4TE} || 'autom4te261'); - $traces .= " --language Autoconf-without-aclocal-m4 "; |