]> git.sesse.net Git - vlc/commitdiff
Makes configure list enabled modules
authorRafaël Carré <funman@videolan.org>
Mon, 2 Jun 2008 23:46:45 +0000 (01:46 +0200)
committerRafaël Carré <funman@videolan.org>
Tue, 3 Jun 2008 06:29:53 +0000 (08:29 +0200)
configure.ac

index 49963faecb819fae12bf235bddb089881b202df8..889e2037c9ec8d9cc7589423817975fe31755945 100644 (file)
@@ -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'.
 "