summaryrefslogtreecommitdiff
blob: 83f450e6f5afebf933559d00b17c9671ce23242d (plain)
1
2
3
4
5
6
7
8
9
10
11
--- 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.