remove info messages
authorThomas Vander Stichele <thomas@apestaart.org>
Tue, 18 Oct 2005 08:20:25 +0000 (08:20 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Tue, 18 Oct 2005 08:20:25 +0000 (08:20 +0000)
Original commit message from CVS:
remove info messages

common
configure.ac

diff --git a/common b/common
index e6e9e5a..c177a03 160000 (submodule)
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit e6e9e5ab1702ac32185b2b28af81feba9fd132f1
+Subproject commit c177a03619c91e42d301ee181828f3ee4753b0bf
index eeebcfe..37e05c3 100644 (file)
@@ -461,16 +461,6 @@ PKG_CHECK_MODULES(LIBGNOMEUI, libgnomeui-2.0,
                   HAVE_LIBGNOMEUI="yes", HAVE_LIBGNOMEUI="no")
 AM_CONDITIONAL(HAVE_LIBGNOMEUI, test "x$HAVE_LIBGNOMEUI" = "xyes")
 
-dnl ##################################################
-dnl # Prepare informative messages to display at end #
-dnl ##################################################
-
-infomessages=
-
-dnl *** output files ***
-
-dnl libs/ext/Makefile
-dnl nothing there yet !
 AC_CONFIG_FILES(
 Makefile
 gst/Makefile
@@ -547,5 +537,4 @@ pkgconfig/gstreamer-dataprotocol.pc
 pkgconfig/gstreamer-dataprotocol-uninstalled.pc
 gstreamer.spec
 )
-AC_CONFIG_COMMANDS(echo "$infomessages", infomessages="$infomessages")
 AC_OUTPUT