gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/macros atk.m4 ogg.m4 ffmpeg.m4 gstreamer.m4


From: Markus Gothe
Subject: [Gnash-commit] gnash/macros atk.m4 ogg.m4 ffmpeg.m4 gstreamer.m4
Date: Mon, 09 Oct 2006 12:51:59 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  06/10/09 12:51:59

Modified files:
        macros         : atk.m4 ogg.m4 ffmpeg.m4 gstreamer.m4 

Log message:
        Removed backsticks.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/macros/atk.m4?cvsroot=gnash&r1=1.13&r2=1.14
http://cvs.savannah.gnu.org/viewcvs/gnash/macros/ogg.m4?cvsroot=gnash&r1=1.12&r2=1.13
http://cvs.savannah.gnu.org/viewcvs/gnash/macros/ffmpeg.m4?cvsroot=gnash&r1=1.9&r2=1.10
http://cvs.savannah.gnu.org/viewcvs/gnash/macros/gstreamer.m4?cvsroot=gnash&r1=1.18&r2=1.19

Patches:
Index: atk.m4
===================================================================
RCS file: /sources/gnash/gnash/macros/atk.m4,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- atk.m4      9 Oct 2006 04:39:06 -0000       1.13
+++ atk.m4      9 Oct 2006 12:51:59 -0000       1.14
@@ -35,7 +35,7 @@
 dnl  
 dnl 
 
-dnl $Id: atk.m4,v 1.13 2006/10/09 04:39:06 rsavoye Exp $
+dnl $Id: atk.m4,v 1.14 2006/10/09 12:51:59 nihilus Exp $
 
 AC_DEFUN([GNASH_PATH_ATK],
 [
@@ -51,8 +51,7 @@
     fi])
 
   if test x"$PKG_CONFIG" != x -a x"${ac_cv_path_atk_incl}" = x; then
-    ac_cv_path_atk_incl=`$PKG_CONFIG --cflags atk`
-    pkg=yes
+    $PKG_CONFIG --exists atk && ac_cv_path_atk_incl=`$PKG_CONFIG --cflags atk`
   fi
 
   dnl Attempt to find the top level directory, which unfortunately has a
@@ -121,8 +120,7 @@
     ])
 
   if test x"$PKG_CONFIG" != x -a x"${ac_cv_path_atk_lib}" = x; then
-    ac_cv_path_atk_lib=`$PKG_CONFIG --libs atk`
-    pkg=yes
+    $PKG_CONFIG --exists atk && ac_cv_path_atk_lib=`$PKG_CONFIG --libs atk`
   fi
 
   dnl If the header doesn't exist, there is no point looking for

Index: ogg.m4
===================================================================
RCS file: /sources/gnash/gnash/macros/ogg.m4,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- ogg.m4      9 Oct 2006 12:31:55 -0000       1.12
+++ ogg.m4      9 Oct 2006 12:51:59 -0000       1.13
@@ -35,7 +35,7 @@
 dnl  
 dnl 
 
-dnl $Id: ogg.m4,v 1.12 2006/10/09 12:31:55 nihilus Exp $
+dnl $Id: ogg.m4,v 1.13 2006/10/09 12:51:59 nihilus Exp $
 
 AC_DEFUN([GNASH_PATH_OGG],
 [
@@ -60,7 +60,7 @@
     ])
 
     if test x"$PKG_CONFIG" != x -a x"${ac_cv_path_ogg_incl}" = x; then
-      `$PKG_CONFIG --exists ogg` && ac_cv_path_ogg_incl=`$PKG_CONFIG --cflags 
ogg`
+      $PKG_CONFIG --exists ogg && ac_cv_path_ogg_incl=`$PKG_CONFIG --cflags 
ogg`
     fi
 
     dnl If the path hasn't been specified, go look for it.
@@ -140,7 +140,7 @@
       fi
 
       if test x"$PKG_CONFIG" != x -a x"${ac_cv_path_ogg_lib}" = x; then
-        `$PKG_CONFIG --exists ogg` && ac_cv_path_ogg_lib=`$PKG_CONFIG --libs 
ogg`
+        $PKG_CONFIG --exists ogg && ac_cv_path_ogg_lib=`$PKG_CONFIG --libs ogg`
       fi
 
       if test x"${ac_cv_path_ogg_lib}" != x ; then

Index: ffmpeg.m4
===================================================================
RCS file: /sources/gnash/gnash/macros/ffmpeg.m4,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- ffmpeg.m4   9 Oct 2006 12:34:21 -0000       1.9
+++ ffmpeg.m4   9 Oct 2006 12:51:59 -0000       1.10
@@ -39,7 +39,7 @@
 dnl date-time, filesystem. graph. iostreams, program options, python,
 dnl regex, serialization, signals, unit test, thead, and wave.
 
-dnl $Id: ffmpeg.m4,v 1.9 2006/10/09 12:34:21 nihilus Exp $
+dnl $Id: ffmpeg.m4,v 1.10 2006/10/09 12:51:59 nihilus Exp $
 
 AC_DEFUN([GNASH_PATH_FFMPEG],
 [
@@ -58,7 +58,7 @@
   ])
 
   if test x"$PKG_CONFIG" = x -a x"${ac_cv_path_ffmpeg_incl}" = x; then
-   `$PKG_CONFIG --exists libavcodec` && ac_cv_path_ffmpeg_incl=`$PKG_CONFIG 
--cflags libavcodec`
+   $PKG_CONFIG --exists libavcodec && ac_cv_path_ffmpeg_incl=`$PKG_CONFIG 
--cflags libavcodec`
   fi
 
   if test x"${ac_cv_path_ffmpeg_incl}" = x ; then
@@ -95,7 +95,7 @@
 
   dnl Try with pkg-config
   if test x"$PKG_CONFIG" = x -a x"${ac_cv_path_ffmpeg_lib}" = x; then
-    `$PKG_CONFIG --exists libavcodec` && FFMPEG_LIBS=`$PKG_CONFIG --libs 
libavcodec`
+    $PKG_CONFIG --exists libavcodec && FFMPEG_LIBS=`$PKG_CONFIG --libs 
libavcodec`
   fi
 
   libn="no"

Index: gstreamer.m4
===================================================================
RCS file: /sources/gnash/gnash/macros/gstreamer.m4,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -b -r1.18 -r1.19
--- gstreamer.m4        9 Oct 2006 12:20:19 -0000       1.18
+++ gstreamer.m4        9 Oct 2006 12:51:59 -0000       1.19
@@ -35,7 +35,7 @@
 dnl  
 dnl 
 
-dnl $Id: gstreamer.m4,v 1.18 2006/10/09 12:20:19 nihilus Exp $
+dnl $Id: gstreamer.m4,v 1.19 2006/10/09 12:51:59 nihilus Exp $
 
 AC_DEFUN([GNASH_PATH_GSTREAMER],
 [
@@ -52,7 +52,7 @@
 
     dnl Try with pkg-config
     if test x"$PKG_CONFIG" = x -a x"${ac_cv_path_gstreamer_incl}" = x; then
-      `$PKG_CONFIG --exists gstreamer-0.10` && 
ac_cv_path_gstreamer_incl=`$PKG_CONFIG --cflags gstreamer-0.10`
+      $PKG_CONFIG --exists gstreamer-0.10 && 
ac_cv_path_gstreamer_incl=`$PKG_CONFIG --cflags gstreamer-0.10`
     fi
 
     dnl If the path hasn't been specified, go look for it.
@@ -103,7 +103,7 @@
 
     dnl Try with pkg-config
     if test x"$PKG_CONFIG" = x -a x"${ac_cv_path_gstreamer_lib}" = x; then
-       `$PKG_CONFIG --exists gstreamer-0.10` && 
ac_cv_path_gstreamer_lib=`$PKG_CONFIG --libs gstreamer-0.10`
+       $PKG_CONFIG --exists gstreamer-0.10 && 
ac_cv_path_gstreamer_lib=`$PKG_CONFIG --libs gstreamer-0.10`
     fi
 
     dnl If the path hasn't been specified, go look for it.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]