[vlc-devel] commit: Makes configure list enabled modules ( Rafaël Carré )
git version control
git at videolan.org
Tue Jun 3 08:28:20 CEST 2008
vlc | branch: master | Rafaël Carré <funman at videolan.org> | Tue Jun 3 01:46:45 2008 +0200| [68eb2ac4c12e2b93017a276ae6df1038006b2774]
Makes configure list enabled modules
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=68eb2ac4c12e2b93017a276ae6df1038006b2774
---
configure.ac | 9 ++-------
1 files changed, 2 insertions(+), 7 deletions(-)
diff --git a/configure.ac b/configure.ac
index 49963fa..889e203 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6115,11 +6115,8 @@ AC_OUTPUT
${SHELL} ./config.status --file=vlc-config
chmod 0755 vlc-config
-dnl echo "Enabled builtin modules :"
-dnl for a in `./vlc-config --target builtin` ; do echo $a; done | sed -e 's,modules\/\(.*\)\/lib\(.*\)\.a,\2 (\1),'
-
-dnl echo "Enabled plugin modules :"
-dnl for a in `./vlc-config --target plugin` ; do echo $a; done | sed -e 's,modules\/\(.*\)\/lib\(.*\)_plugin,\2 (\1),'
+/bin/echo -n "Enabled modules :"
+./vlc-config --list plugin
dnl Shortcut to nice compile message
rm -f compile
@@ -6154,8 +6151,6 @@ echo "build vlc executable : no"
fi
echo "plugins/bindings :${PLUGINS_BINDINGS}
-You can check which modules have been enabled
-with \`./vlc-config --list plugin'.
You can tune the compiler flags in vlc-config.
To build vlc and its plugins, type \`./compile' or \`make'.
"
More information about the vlc-devel
mailing list