summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorinfirit <[email protected]>2014-01-03 15:19:41 +0100
committerinfirit <[email protected]>2014-01-03 15:27:58 +0100
commitab26b36ea5a8c3afccd13e60165f89678b73c7f3 (patch)
tree1c60abba047867f5dd43745ccb3506b5a03af8d0
parent0c346cec8d4c1eb6c668fcd4134151d2460b4e49 (diff)
downloadmate-common-ab26b36ea5a8c3afccd13e60165f89678b73c7f3.tar.bz2
mate-common-ab26b36ea5a8c3afccd13e60165f89678b73c7f3.tar.xz
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
-rw-r--r--macros/mate-autogen2
1 files changed, 1 insertions, 1 deletions
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