Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 648156
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- a/bin/autoreconf.in
0
++ b/bin/autoreconf.in
Lines 110-116 Link Here
110
my $autoheader = $ENV{'AUTOHEADER'} || '@bindir@/@autoheader-name@';
110
my $autoheader = $ENV{'AUTOHEADER'} || '@bindir@/@autoheader-name@';
111
my $automake   = $ENV{'AUTOMAKE'}   || 'automake';
111
my $automake   = $ENV{'AUTOMAKE'}   || 'automake';
112
my $aclocal    = $ENV{'ACLOCAL'}    || 'aclocal';
112
my $aclocal    = $ENV{'ACLOCAL'}    || 'aclocal';
113
my $libtoolize = $ENV{'LIBTOOLIZE'} || 'libtoolize';
113
my $libtoolize = $ENV{'LIBTOOLIZE'} || 'glibtoolize';
114
my $autopoint  = $ENV{'AUTOPOINT'}  || 'autopoint';
114
my $autopoint  = $ENV{'AUTOPOINT'}  || 'autopoint';
115
115
116
# --install -- as --add-missing in other tools.
116
# --install -- as --add-missing in other tools.

Return to bug 648156