summaryrefslogtreecommitdiff
blob: 2ac2be361db1760bfb78f84bd340ade866dfcdd3 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- bin/autoreconf.in
+++ 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.