Please add autoconf and automake to the buildroot

Steve Grubb sgrubb at redhat.com
Sat Sep 23 17:08:21 UTC 2006


On Friday 22 September 2006 22:05, Steve Dickson wrote:
> In this particular case it wouldn't be ways for either them or us
> because the errors are undetectable...

The only thing that I can think of that is somewhat fishy is this in 
autoreconf:

my $autoconf   = $ENV{'AUTOCONF'}   || '/usr/bin/autoconf';
my $autoheader = $ENV{'AUTOHEADER'} || '/usr/bin/autoheader';
my $automake   = $ENV{'AUTOMAKE'}   || 'automake';
my $aclocal    = $ENV{'ACLOCAL'}    || 'aclocal';
my $libtoolize = $ENV{'LIBTOOLIZE'} || 'libtoolize';
my $autopoint  = $ENV{'AUTOPOINT'}  || 'autopoint';

It uses a full path for autoconf, but local path for automake. Do you know if 
the package in question contains a copy of automake?

-Steve




More information about the Fedora-maintainers mailing list