mirror of
https://github.com/gryf/gryf-overlay.git
synced 2026-01-07 14:24:15 +01:00
12 lines
525 B
Diff
12 lines
525 B
Diff
--- a/bin/autoreconf.in
|
|
+++ b/bin/autoreconf.in
|
|
@@ -122,7 +122,7 @@
|
|
my $autom4te = $ENV{'AUTOM4TE'} || '@bindir@/@autom4te-name@';
|
|
my $automake = $ENV{'AUTOMAKE'} || 'automake';
|
|
my $aclocal = $ENV{'ACLOCAL'} || 'aclocal';
|
|
-my $libtoolize = $ENV{'LIBTOOLIZE'} || 'libtoolize';
|
|
+my $libtoolize = $ENV{'LIBTOOLIZE'} || 'glibtoolize';
|
|
my $intltoolize = $ENV{'INTLTOOLIZE'} || 'intltoolize';
|
|
my $gtkdocize = $ENV{'GTKDOCIZE'} || 'gtkdocize';
|
|
my $autopoint = $ENV{'AUTOPOINT'} || 'autopoint';
|