pkg://autoconf253-2.53-3.src.rpm:766956/autoconf-2.53-automake15.patch
info downloads
--- autoconf-2.53/bin/autoreconf.in~ Thu Mar 28 00:46:57 2002
+++ autoconf-2.53/bin/autoreconf.in Thu Mar 28 00:46:57 2002
@@ -86,8 +86,8 @@
# Lib files.
my $autoconf = $ENV{'AUTOCONF'} || '@autoconf-name@';
my $autoheader = $ENV{'AUTOHEADER'} || '@autoheader-name@';
-my $automake = $ENV{'AUTOMAKE'} || 'automake';
-my $aclocal = $ENV{'ACLOCAL'} || 'aclocal';
+my $automake = $ENV{'AUTOMAKE'} || 'automake-1.5';
+my $aclocal = $ENV{'ACLOCAL'} || 'aclocal-1.5';
my $libtoolize = $ENV{'LIBTOOLIZE'} || 'libtoolize';
my $gettextize = $ENV{'GETTEXTIZE'} || 'gettextize';