From 9192c7f9a5917a63cab723042cade57488feffb1 Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Sun, 22 Feb 2009 15:22:16 +0000 Subject: [PATCH] Use shave (http://git.lespiau.name/cgit/shave/) to simplify build output --- configure.ac | 6 +++++- docs/gst/Makefile.am | 4 ++-- docs/libs/Makefile.am | 4 ++-- docs/plugins/Makefile.am | 4 ++-- 4 files changed, 11 insertions(+), 7 deletions(-) diff --git a/configure.ac b/configure.ac index 10709dc..8c8d456 100644 --- a/configure.ac +++ b/configure.ac @@ -625,8 +625,12 @@ dnl LDFLAGS for plugins; includes GST_ALL_LDFLAGS GST_PLUGIN_LDFLAGS="-module -avoid-version -export-symbols-regex '^[_]*gst_plugin_desc\$\$' $GST_ALL_LDFLAGS" AC_SUBST(GST_PLUGIN_LDFLAGS, "$GST_PLUGIN_LDFLAGS") +SHAVE_INIT([common]) + AC_CONFIG_FILES( Makefile +common/shave +common/shave-libtool gst/Makefile gst/gstconfig.h gst/gstversion.h @@ -708,7 +712,7 @@ Configuration Version : ${VERSION} Source code location : ${srcdir} Prefix : ${prefix} - Compiler : ${CC} + Compiler : ${SHAVE_SAVED_CC} Package name : ${GST_PACKAGE_NAME} Package origin : ${GST_PACKAGE_ORIGIN} diff --git a/docs/gst/Makefile.am b/docs/gst/Makefile.am index 1c9bc56..d3b89d8 100644 --- a/docs/gst/Makefile.am +++ b/docs/gst/Makefile.am @@ -88,8 +88,8 @@ extra_files = GTKDOC_CFLAGS = $(GST_OBJ_CFLAGS) GTKDOC_LIBS = $(GST_OBJ_LIBS) $(SCANOBJ_DEPS) -GTKDOC_CC=$(LIBTOOL) --mode=compile $(CC) -GTKDOC_LD=$(LIBTOOL) --mode=link $(CC) +GTKDOC_CC=$(LIBTOOL) --tag=CC --mode=compile $(CC) +GTKDOC_LD=$(LIBTOOL) --tag=CC --mode=link $(CC) # If you need to override some of the declarations, place them in this file # and uncomment this line. diff --git a/docs/libs/Makefile.am b/docs/libs/Makefile.am index 39bd9fd..7113674 100644 --- a/docs/libs/Makefile.am +++ b/docs/libs/Makefile.am @@ -92,8 +92,8 @@ extra_files = GTKDOC_CFLAGS = -I$(top_builddir) -I$(top_builddir)/libs $(GST_OBJ_CFLAGS) GTKDOC_LIBS = $(SCANOBJ_DEPS) $(GST_OBJ_LIBS) -GTKDOC_CC=$(LIBTOOL) --mode=compile $(CC) -GTKDOC_LD=$(LIBTOOL) --mode=link $(CC) +GTKDOC_CC=$(LIBTOOL) --tag=CC --mode=compile $(CC) +GTKDOC_LD=$(LIBTOOL) --tag=CC --mode=link $(CC) # If you need to override some of the declarations, place them in this file # and uncomment this line. diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am index 4ff7372..2051fee 100644 --- a/docs/plugins/Makefile.am +++ b/docs/plugins/Makefile.am @@ -101,8 +101,8 @@ extra_files = GTKDOC_CFLAGS = $(GST_OBJ_CFLAGS) -I$(top_builddir) -I$(top_builddir)/libs GTKDOC_LIBS = $(SCANOBJ_DEPS) $(GST_OBJ_LIBS) -GTKDOC_CC=$(LIBTOOL) --mode=compile $(CC) -GTKDOC_LD=$(LIBTOOL) --mode=link $(CC) +GTKDOC_CC=$(LIBTOOL) --tag=CC --mode=compile $(CC) +GTKDOC_LD=$(LIBTOOL) --tag=CC --mode=link $(CC) # If you need to override some of the declarations, place them in this file # and uncomment this line. -- 2.7.4