Commit 0ba5891b authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

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

This fixes genmf when not called from bootstrap
parent 66b5536e
...@@ -39,9 +39,6 @@ include \$(top_srcdir)/modules/common.am ...@@ -39,9 +39,6 @@ include \$(top_srcdir)/modules/common.am
EOF EOF
for mod in $mods for mod in $mods
do do
cat >> m4/private.m4 << EOF
${mod}) list="\\\${list} ${dir}/lib${mod}" ;;
EOF
cat >> "${makf}" << EOF cat >> "${makf}" << EOF
# The ${mod} plugin # The ${mod} plugin
lib${mod}_plugin_la_SOURCES = \$(SOURCES_${mod}) lib${mod}_plugin_la_SOURCES = \$(SOURCES_${mod})
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment