summaryrefslogtreecommitdiff
path: root/devel/automake110/files/patch-automake.in
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2004-05-26 21:38:21 +0000
committerAde Lovett <ade@FreeBSD.org>2004-05-26 21:38:21 +0000
commitb0ba59875e6110961d9f58a2c950e61ddc4e8edd (patch)
tree04c68f736a4e7d6bbc7790005b9bfd9e11174e7c /devel/automake110/files/patch-automake.in
parent- update to version 1.2.83 (diff)
Ensure that automake uses the correct version of autoconf
PR: 67228 Submitted by: Brian Candler <B.Candler@pobox.com>
Diffstat (limited to 'devel/automake110/files/patch-automake.in')
-rw-r--r--devel/automake110/files/patch-automake.in11
1 files changed, 8 insertions, 3 deletions
diff --git a/devel/automake110/files/patch-automake.in b/devel/automake110/files/patch-automake.in
index 3c9d43806bbe..de0b9c2f2026 100644
--- a/devel/automake110/files/patch-automake.in
+++ b/devel/automake110/files/patch-automake.in
@@ -1,7 +1,12 @@
---- automake.in.orig Sun Feb 29 09:27:07 2004
-+++ automake.in Sun Mar 14 17:04:50 2004
+--- automake.in.orig Sat Apr 10 10:15:32 2004
++++ automake.in Wed May 26 14:34:15 2004
@@ -33,3 +33,3 @@
{
- my $perllibdir = $ENV{'perllibdir'} || '@datadir@/@PACKAGE@-@APIVERSION@';
+ my $perllibdir = $ENV{'perllibdir'} || '@datadir@/@PACKAGE@@APIPVERSION@';
- unshift @INC, (split ':', $perllibdir);
+ unshift @INC, (split '@PATH_SEPARATOR@', $perllibdir);
+@@ -4440,3 +4440,3 @@
+
+- my $traces = ($ENV{AUTOCONF} || 'autoconf') . " ";
++ my $traces = ($ENV{AUTOCONF} || 'autoconf259') . " ";
+