gentoo-ebuilds/dev-build/autoconf-vanilla/files/autoconf-2.61-darwin.patch
Michał Górny 2211dfa066
Move {sys-devel → dev-build}/autoconf-vanilla
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2024-01-15 16:58:21 +01:00

11 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.