From 79240332d1d2f8163fed5f289a2ff28180247e0f Mon Sep 17 00:00:00 2001 From: Christian Schaller Date: Mon, 24 Oct 2005 13:02:47 +0000 Subject: port over plugin listing from base Original commit message from CVS: port over plugin listing from base --- configure.ac | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 13f434b5..2486e4a8 100644 --- a/configure.ac +++ b/configure.ac @@ -637,10 +637,13 @@ gst-plugins-good.spec ) AC_OUTPUT -echo -n "configure: *** Plug-ins that will be built :" +echo "configure: *** Core plug-ins, always built:" +( for i in $GST_PLUGINS_ALL; do echo -e '\t'$i; done ) | sort +echo +echo -n "configure: *** Plug-ins relying on libraries that will be built:" echo -e "$GST_PLUGINS_YES" | sort echo -echo -n "configure: *** Plug-ins that will not be built :" +echo -n "configure: *** Plug-ins relying on libraries that will NOT be built:" echo -e "$GST_PLUGINS_NO" | sort echo if test "x$BUILD_EXTERNAL" = "xno"; then -- cgit