[vlc-devel] [PATCH 1/3] tools: require libtool along with automake
    Sean McGovern 
    gseanmcg at gmail.com
       
    Thu Jul  3 01:54:01 CEST 2014
    
    
  
---
 extras/tools/tools.mak |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/extras/tools/tools.mak b/extras/tools/tools.mak
index d88ea63..7c426b8 100644
--- a/extras/tools/tools.mak
+++ b/extras/tools/tools.mak
@@ -154,7 +154,7 @@ automake: automake-$(AUTOMAKE_VERSION).tar.gz
 	$(UNPACK)
 	$(MOVE)
 
-.automake: automake .autoconf
+.automake: automake .autoconf .libtool
 	(cd $<; ./configure --prefix=$(PREFIX) && $(MAKE) && $(MAKE) install)
 	touch $@
 
-- 
1.7.9.2
    
    
More information about the vlc-devel
mailing list