From 4a4ba8e22af5df96317ca8b8d4d043f27f40718b Mon Sep 17 00:00:00 2001
From: Vittorio Giovara <vittorio.giovara@gmail.com>
Date: Thu, 26 Jun 2014 19:36:18 -0400
Subject: [PATCH] autogen: try homebrew libtool version too

Change-Id: Ica75f1c6330ff2e57565cbd15d4b91933ee65b8c
Refs: #46762
---
 daemon/autogen.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/daemon/autogen.sh b/daemon/autogen.sh
index ccf31c30a4..eabb0e0edc 100755
--- a/daemon/autogen.sh
+++ b/daemon/autogen.sh
@@ -13,7 +13,7 @@ if test -z $PKGCONFIG; then
         # by configure, not autogen.sh
 fi
 
-LIBTOOLIZE=`which libtoolize`
+LIBTOOLIZE=`which libtoolize || which glibtoolize`
 if test -z $LIBTOOLIZE; then
         echo "*** No libtool found, please install it ***"
         exit 1
-- 
GitLab