From: Thomas Vander Stichele Date: Tue, 18 Oct 2005 08:20:25 +0000 (+0000) Subject: remove info messages X-Git-Tag: RELEASE-0_9_4~31 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bc13e0eb80791a8b1c0aa12c599386af18f7202b;p=platform%2Fupstream%2Fgstreamer.git remove info messages Original commit message from CVS: remove info messages --- diff --git a/common b/common index e6e9e5a..c177a03 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit e6e9e5ab1702ac32185b2b28af81feba9fd132f1 +Subproject commit c177a03619c91e42d301ee181828f3ee4753b0bf diff --git a/configure.ac b/configure.ac index eeebcfe..37e05c3 100644 --- a/configure.ac +++ b/configure.ac @@ -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