From: Christophe Mutricy Date: Thu, 31 Jul 2008 21:21:39 +0000 (+0100) Subject: Sort the plugin list X-Git-Tag: 0.9.0-test3~83 X-Git-Url: https://git.sesse.net/?p=vlc;a=commitdiff_plain;h=5dbc70c99be39d53beb4d4548fd5767eddd17cf1 Sort the plugin list --- diff --git a/configure.ac b/configure.ac index 81a15ff425..9213107165 100644 --- a/configure.ac +++ b/configure.ac @@ -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