Commit 827ca16d authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

configure: print auto-selected plug-ins list directly

No need to invoke vlc-config to expand a shell variable.
parent 9e62f79e
...@@ -4444,8 +4444,7 @@ AC_OUTPUT ...@@ -4444,8 +4444,7 @@ AC_OUTPUT
${SHELL} ./config.status --file=vlc-config ${SHELL} ./config.status --file=vlc-config
chmod 0755 vlc-config chmod 0755 vlc-config
/bin/echo -n "Enabled modules: " /bin/echo -n "Enabled modules: ${PLUGINS}"
./vlc-config --list plugin
dnl Do we have to use make or gmake ? dnl Do we have to use make or gmake ?
USE_MAKE_OR_GMAKE=`case "${SYS}" in openbsd*) echo "gmake";; *) echo "make";; esac` USE_MAKE_OR_GMAKE=`case "${SYS}" in openbsd*) echo "gmake";; *) echo "make";; esac`
......
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