[vlc-commits] configure: Remove call to private _AM_DEPENDENCIES

Marvin Scholz git at videolan.org
Mon Oct 23 15:54:33 CEST 2017


vlc | branch: master | Marvin Scholz <epirat07 at gmail.com> | Mon Oct 16 10:29:02 2017 +0200| [04e481344c67f4172b7a5dc9a0ab221f7fe0c9f7] | committer: Marvin Scholz

configure: Remove call to private _AM_DEPENDENCIES

_AM_DEPENDENCIES is a private macro, according to the documentation it
should not be called directly. In this case, _AM_DEPENDENCIES is
already called by AC_PROG_OBJC anyway.

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

 configure.ac | 1 -
 1 file changed, 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 01d0112571..f4e5aa9d30 100644
--- a/configure.ac
+++ b/configure.ac
@@ -61,7 +61,6 @@ AM_PROG_CC_C_O
 AC_PROG_CXX
 AC_PROG_CPP
 AC_PROG_OBJC
-_AM_DEPENDENCIES([OBJC])
 AC_PROG_EGREP
 AC_PROG_MAKE_SET
 AC_PROG_INSTALL



More information about the vlc-commits mailing list