X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=configure.ac;h=92131071653846d76a8f26adef32e4e357b33c00;hb=5dbc70c99be39d53beb4d4548fd5767eddd17cf1;hp=81a15ff42567b7bda1a5bb7a77cb5f07014bdf05;hpb=7b0dd84fff6c300cab5e0bdbf2a29fb1b3618e62;p=vlc 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