From ab26b36ea5a8c3afccd13e60165f89678b73c7f3 Mon Sep 17 00:00:00 2001 From: infirit Date: Fri, 3 Jan 2014 15:19:41 +0100 Subject: Check for glibtoolize in gnome-autogen.sh Gnome BUG url: http://bugzilla.gnome.org/show_bug.cgi?id=564558 Based on GNOME commit: https://git.gnome.org/browse/gnome-common/commit/?id=70422b555f881acc7523818bdea22dea84dd5901 --- macros/mate-autogen | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macros/mate-autogen b/macros/mate-autogen index de3ddb6..255cdc9 100644 --- a/macros/mate-autogen +++ b/macros/mate-autogen @@ -356,7 +356,7 @@ version_check automake AUTOMAKE "$automake_progs" $REQUIRED_AUTOMAKE_VERSION \ ACLOCAL=`echo $AUTOMAKE | sed s/automake/aclocal/` if $want_libtool; then - version_check libtool LIBTOOLIZE libtoolize $REQUIRED_LIBTOOL_VERSION \ + version_check libtool LIBTOOLIZE "libtoolize glibtoolize" $REQUIRED_LIBTOOL_VERSION \ "http://ftp.gnu.org/pub/gnu/libtool/libtool-$REQUIRED_LIBTOOL_VERSION.tar.gz" require_m4macro libtool.m4 fi -- cgit v1.2.1