]> git.sesse.net Git - vlc/commitdiff
Sort the plugin list
authorChristophe Mutricy <xtophe@videolan.org>
Thu, 31 Jul 2008 21:21:39 +0000 (22:21 +0100)
committerChristophe Mutricy <xtophe@videolan.org>
Thu, 31 Jul 2008 21:22:49 +0000 (22:22 +0100)
configure.ac

index 81a15ff42567b7bda1a5bb7a77cb5f07014bdf05..92131071653846d76a8f26adef32e4e357b33c00 100644 (file)
@@ -5746,6 +5746,11 @@ dnl  Restore *FLAGS
 dnl
 VLC_RESTORE_FLAGS
 
+dnl
+dnl Sort the modules list
+dnl 
+PLUGINS=$( (for i in `echo $PLUGINS`; do echo $i; done)|sort|xargs )
+
 dnl
 dnl  Create the vlc-config script
 dnl
@@ -5882,7 +5887,7 @@ AC_OUTPUT
 ${SHELL} ./config.status --file=vlc-config
 chmod 0755 vlc-config
 
-/bin/echo -n "Enabled modules :"
+/bin/echo -n "Enabled modules"
 ./vlc-config --list plugin
 
 dnl Shortcut to nice compile message