mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
12 lines
454 B
Diff
12 lines
454 B
Diff
--- a/bin/autoreconf.in
|
|
+++ b/bin/autoreconf.in
|
|
@@ -110,7 +110,7 @@
|
|
my $autoheader = $ENV{'AUTOHEADER'} || '@bindir@/@autoheader-name@';
|
|
my $automake = $ENV{'AUTOMAKE'} || 'automake';
|
|
my $aclocal = $ENV{'ACLOCAL'} || 'aclocal';
|
|
-my $libtoolize = $ENV{'LIBTOOLIZE'} || 'libtoolize';
|
|
+my $libtoolize = $ENV{'LIBTOOLIZE'} || 'glibtoolize';
|
|
my $autopoint = $ENV{'AUTOPOINT'} || 'autopoint';
|
|
|
|
# --install -- as --add-missing in other tools.
|