remove info messages

Original commit message from CVS:
remove info messages
This commit is contained in:
Thomas Vander Stichele 2005-10-18 08:20:25 +00:00
parent 4606a2002b
commit bc13e0eb80
2 changed files with 1 additions and 12 deletions

2
common

@ -1 +1 @@
Subproject commit e6e9e5ab1702ac32185b2b28af81feba9fd132f1
Subproject commit c177a03619c91e42d301ee181828f3ee4753b0bf

View 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