summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@noraisin.net>2009-02-22 15:22:16 +0000
committerJan Schmidt <thaytan@noraisin.net>2009-02-22 16:09:42 +0000
commit9192c7f9a5917a63cab723042cade57488feffb1 (patch)
tree9ead7a3ed5e383864aedd1d06283529eddc7b886 /configure.ac
parent1d47515d26e7e17d78f84c9ec4eb1e3f96828bbe (diff)
Use shave (http://git.lespiau.name/cgit/shave/) to simplify build output
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 5 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 10709dc96..8c8d456ce 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}