[vlc-commits] Remove manual toolchain tools checks from before Libtool

Rémi Denis-Courmont git at videolan.org
Tue Oct 11 18:21:55 CEST 2011


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Tue Oct 11 19:21:34 2011 +0300| [f60c1959836c44f3c704c82b5c6d9610a3977e8b] | committer: Rémi Denis-Courmont

Remove manual toolchain tools checks from before Libtool

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f60c1959836c44f3c704c82b5c6d9610a3977e8b
---

 configure.ac |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/configure.ac b/configure.ac
index 8c034a4..925fd14 100644
--- a/configure.ac
+++ b/configure.ac
@@ -70,13 +70,6 @@ AC_PROG_MAKE_SET
 AC_PROG_INSTALL
 AM_PROG_AS
 
-dnl Find the right ranlib, even when cross-compiling
-AC_CHECK_TOOL(RANLIB, ranlib, :)
-AC_CHECK_TOOL(STRIP, strip, :)
-AC_CHECK_TOOL(AR, ar, :)
-AC_CHECK_TOOL(LD, ld, :)
-AC_CHECK_TOOL(DLLTOOL, dlltool, :)
-
 AC_ARG_VAR([DESKTOP_FILE_VALIDATE], [Validator for desktop entry files])
 AC_CHECK_PROGS(DESKTOP_FILE_VALIDATE, [${DESKTOP_FILE_VALIDATE} desktop-file-validate], :)
 



More information about the vlc-commits mailing list