[vlc-devel] commit: Sort the plugin list (Christophe Mutricy )

git version control git at videolan.org
Thu Jul 31 23:20:42 CEST 2008


vlc | branch: master | Christophe Mutricy <xtophe at videolan.org> | Thu Jul 31 22:21:39 2008 +0100| [5dbc70c99be39d53beb4d4548fd5767eddd17cf1]

Sort the plugin list

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5dbc70c99be39d53beb4d4548fd5767eddd17cf1
---

 configure.ac |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 81a15ff..9213107 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5747,6 +5747,11 @@ 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
 LDFLAGS_libvlc="${LDFLAGS_libvlc} ${LDFLAGS_builtin}"
@@ -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




More information about the vlc-devel mailing list