mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
14 lines
615 B
Diff
14 lines
615 B
Diff
We rename libtoolize -> glibtoolize on macOS to avoid conflicting with
|
|
the system tool.
|
|
--- a/bin/autoreconf.in
|
|
+++ b/bin/autoreconf.in
|
|
@@ -130,7 +130,7 @@ my %C = (
|
|
autom4te => $ENV{'AUTOM4TE'} || '@bindir@/@autom4te-name@',
|
|
automake => $ENV{'AUTOMAKE'} || 'automake',
|
|
aclocal => $ENV{'ACLOCAL'} || 'aclocal',
|
|
- libtoolize => $ENV{'LIBTOOLIZE'} || 'libtoolize',
|
|
+ libtoolize => $ENV{'LIBTOOLIZE'} || 'glibtoolize',
|
|
intltoolize => $ENV{'INTLTOOLIZE'} || 'intltoolize',
|
|
gtkdocize => $ENV{'GTKDOCIZE'} || 'gtkdocize',
|
|
autopoint => $ENV{'AUTOPOINT'} || 'autopoint',
|