[gstreamermm] configure.ac: Remove check for patch as it is not needed anymore.



commit b7655ad4fe9c0072dad7554244731b0552dba31c
Author: José Alburquerque <jaalburqu svn gnome org>
Date:   Thu Oct 1 22:17:33 2009 -0400

    	configure.ac: Remove check for patch as it is not needed anymore.
    
    	* configure.ac (PATCH): Remove check for patch because another way was
    	found to avoid the typedef of the C struct in the generated taglist.h
    	source file.
    	(GST_INSPECT): Also check for gst-inspect-0.10 (see bug #587306).

 ChangeLog    |    9 +++++++++
 configure.ac |    6 +-----
 2 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index b167e8b..f0062d5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2009-10-01  José Alburquerque  <jaalburqu svn gnome org>
+
+	configure.ac: Remove check for patch as it is not needed anymore.
+
+	* configure.ac (PATCH): Remove check for patch because another way was
+	found to avoid the typedef of the C struct in the generated taglist.h
+	source file.
+	(GST_INSPECT): Also check for gst-inspect-0.10 (see bug #587306).
+
 2009-09-30  José Alburquerque  <jaalburqu svn gnome org>
 
 	TagList: Corrected the constness of the internal tag strings array.
diff --git a/configure.ac b/configure.ac
index 847b155..9dcbd1a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -39,10 +39,6 @@ AC_DISABLE_STATIC
 AC_LIBTOOL_WIN32_DLL
 AC_PROG_LIBTOOL
 
-# Check for the patch command in maintainer mode for patching generated .hg
-# files like taglist.hg.
-AS_IF([test "x$USE_MAINTAINER_MODE" != xno], [AC_CHECK_PROGS([PATCH], [patch], [patch])])
-
 # Check for m4 and sed which are used for plug-in .hg and .ccg file generation.
 AC_CHECK_PROGS([M4], [gm4 m4], [m4])
 AC_PROG_SED
@@ -83,7 +79,7 @@ MM_ARG_ENABLE_WARNINGS([GSTREAMERMM_WXXFLAGS],
 # Check for programs used to verify that the plug-ins exist in maintainer
 # mode:
 if test "x$USE_MAINTAINER_MODE" != "xno"; then
-  AC_CHECK_PROG([GST_INSPECT], [gst-inspect], [gst-inspect])
+  AC_PATH_PROGS([GST_INSPECT], [gst-inspect gst-inspect-0.10])
   AC_CHECK_PROG([HEAD], [head], [head])
   AC_CHECK_PROG([CUT], [cut], [cut])
   AC_PROG_GREP



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]