[vlc-devel] commit: Do not touch m4/private.m4 from modules/genmf ( Rémi Denis-Courmont )

git version control git at videolan.org
Mon Apr 21 22:05:07 CEST 2008


vlc | branch: master | Rémi Denis-Courmont <rem at videolan.org> | Mon Apr 21 22:52:50 2008 +0300| [0ba5891babcc18d86bc36acda5584daaa59745d9]

Do not touch m4/private.m4 from modules/genmf

This fixes genmf when not called from bootstrap

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

 modules/genmf |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/modules/genmf b/modules/genmf
index 904b3d4..f1a743c 100755
--- a/modules/genmf
+++ b/modules/genmf
@@ -39,9 +39,6 @@ include \$(top_srcdir)/modules/common.am
 EOF
   for mod in $mods
   do
-    cat >> m4/private.m4 << EOF
-    ${mod}) list="\\\${list} ${dir}/lib${mod}" ;;
-EOF
     cat >> "${makf}" << EOF
 # The ${mod} plugin
 lib${mod}_plugin_la_SOURCES = \$(SOURCES_${mod})




More information about the vlc-devel mailing list