[grilo-plugins/0.2.x] build: Merge grilo.m4 into configure.ac



commit 21bf8b78e7fd5ad8228b268671ee5d4e40803e5f
Author: Juan A. Suarez Romero <jasuarez igalia com>
Date:   Thu Dec 10 11:25:16 2015 +0000

    build: Merge grilo.m4 into configure.ac
    
    Get rid of m4 macro.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=755702

 Makefile.am  |    2 --
 configure.ac |   14 +++++++++++++-
 m4/grilo.m4  |   18 ------------------
 3 files changed, 13 insertions(+), 21 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 9f44b65..b7ce06e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -19,8 +19,6 @@ MAINTAINERCLEANFILES = \
        m4/intltool.m4 \
        $(NULL)
 
-EXTRA_DIST += ./m4/grilo.m4
-
 # Make sure that the documentation generation is enabled
 # when creating tarball releases,
 # and make sure that we enable all plugins needed by the documentation.
diff --git a/configure.ac b/configure.ac
index c55e22d..ec32b9f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1288,4 +1288,16 @@ AC_CONFIG_FILES([
 
 AC_OUTPUT
 
-AG_GRL_OUTPUT_PLUGINS
+
+echo "Plugins"
+( for i in $GRL_PLUGINS_ALL; do
+    case " $GRL_PLUGINS_ENABLED " in
+      *\ $i\ *)
+        printf '\t%-20s: yes\n' $i
+        ;;
+      *)
+        printf '\t%-20s: no\n' $i
+        ;;
+    esac
+  done ) | sort
+echo ""


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]