CVSROOT: /sources/gnash Module name: gnash Changes by: Rob Savoye <rsavoye> 07/11/25 18:29:17
Modified files: macros : hildon.m4 . : ChangeLog Log message: * macros/hildon.m4: Fix the rest of the double quoting around shell command expansion. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/macros/hildon.m4?cvsroot=gnash&r1=1.3&r2=1.4 http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.4960&r2=1.4961 Patches: Index: macros/hildon.m4 =================================================================== RCS file: /sources/gnash/gnash/macros/hildon.m4,v retrieving revision 1.3 retrieving revision 1.4 diff -u -b -r1.3 -r1.4 --- macros/hildon.m4 24 Nov 2007 22:59:01 -0000 1.3 +++ macros/hildon.m4 25 Nov 2007 18:29:17 -0000 1.4 @@ -14,7 +14,7 @@ dnl along with this program; if not, write to the Free Software dnl Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA -dnl $Id: hildon.m4,v 1.3 2007/11/24 22:59:01 rsavoye Exp $ +dnl $Id: hildon.m4,v 1.4 2007/11/25 18:29:17 rsavoye Exp $ AC_DEFUN([GNASH_PATH_HILDON], [ @@ -45,7 +45,7 @@ if test x$cross_compiling = xno; then if test x"$PKG_CONFIG" != x; then - $PKG_CONFIG --exists hildon-1 && gnash_hildon_version="`$PKG_CONFIG --modversion hildon-1 | cut -d '.'-f 1'`" + $PKG_CONFIG --exists hildon-1 && gnash_hildon_version="`$PKG_CONFIG --modversion hildon-1 | cut -d '.' -f 1`" fi fi @@ -55,8 +55,8 @@ for i in $incllist; do for j in `ls -dr $i/hildon-[[0-9]] 2>/dev/null`; do if test -f $j/hildon/hildon-program.h; then - gnash_hildon_topdir=`basename $j` - gnash_hildon_version=`echo ${gnash_hildon_topdir} | sed -e 's:hildon-::'` + gnash_hildon_topdir="`basename $j`" + gnash_hildon_version="`echo ${gnash_hildon_topdir} | sed -e 's:hildon-::'`" ac_cv_path_hildon_incl="-I$i/${gnash_hildon_topdir}" break fi @@ -81,7 +81,7 @@ AC_CACHE_VAL(ac_cv_path_hildon_lib,[ if test x"${with_hildon_lib}" != x ; then if test -f ${with_hildon_lib}/libhildon-${gnash_hildon_version}.a -o -f ${with_hildon_lib}/libhildon-${gnash_hildon_version}.${shlibext}; then - ac_cv_path_hildon_lib=-L`(cd ${with_hildon_lib}; pwd)` + ac_cv_path_hildon_lib="-L`(cd ${with_hildon_lib}; pwd)`" else AC_MSG_ERROR([${with_hildon_lib} directory doesn't contain libhildonhildon.]) fi @@ -90,7 +90,7 @@ if test x$cross_compiling = xno; then if test x"$PKG_CONFIG" != x -a x"${ac_cv_path_hildon_lib}" = x; then - $PKG_CONFIG --exists hildon-1 && ac_cv_path_hildon_lib=`$PKG_CONFIG --libs-only-l hildon-1 | cut -d ' ' -f 1` + $PKG_CONFIG --exists hildon-1 && ac_cv_path_hildon_lib="`$PKG_CONFIG --libs-only-l hildon-1 | cut -d ' ' -f 1`" fi fi Index: ChangeLog =================================================================== RCS file: /sources/gnash/gnash/ChangeLog,v retrieving revision 1.4960 retrieving revision 1.4961 diff -u -b -r1.4960 -r1.4961 --- ChangeLog 25 Nov 2007 17:50:00 -0000 1.4960 +++ ChangeLog 25 Nov 2007 18:29:17 -0000 1.4961 @@ -1,3 +1,8 @@ +2007-11-25 Rob Savoye <[EMAIL PROTECTED]> + + * macros/hildon.m4: Fix the rest of the double quoting around + shell command expansion. + 2007-11-25 Sandro Santilli <[EMAIL PROTECTED]> * server/asobj/NetStreamFfmpeg.cpp (decodeMediaFrame): always call _______________________________________________ Gnash-commit mailing list Gnash-commit@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-commit