[vlc-devel] [RFC] [PATCH] configure: Remove call to private _AM_DEPENDENCIES

Marvin Scholz epirat07 at gmail.com
Mon Oct 16 10:38:41 CEST 2017


_AM_DEPENDENCIES is a private macro, according to the documentation it
should not be called directly. In this case, _AM_DEPENDENCIES should
already be called by AC_PROG_OBJC.
---
If this is necessary for some reason, we probably should add at least
add a comment explaining the reason for its use.

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

diff --git a/configure.ac b/configure.ac
index 19f80b8608..066c63edcb 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
-- 
2.13.5 (Apple Git-94)



More information about the vlc-devel mailing list