From 5dbc70c99be39d53beb4d4548fd5767eddd17cf1 Mon Sep 17 00:00:00 2001 From: Christophe Mutricy Date: Thu, 31 Jul 2008 22:21:39 +0100 Subject: [PATCH] Sort the plugin list --- configure.ac | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 -- 2.39.2