CVSROOT: /sources/gnash Module name: gnash Changes by: Rob Savoye <rsavoye> 07/11/24 22:59:02
Modified files: macros : hildon.m4 . : ChangeLog Log message: * macros/hildon.m4: Add more double quotes around shell expansion when setting variables. Fixes #21638 CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/macros/hildon.m4?cvsroot=gnash&r1=1.2&r2=1.3 http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.4954&r2=1.4955 Patches: Index: macros/hildon.m4 =================================================================== RCS file: /sources/gnash/gnash/macros/hildon.m4,v retrieving revision 1.2 retrieving revision 1.3 diff -u -b -r1.2 -r1.3 --- macros/hildon.m4 22 Nov 2007 17:19:32 -0000 1.2 +++ macros/hildon.m4 24 Nov 2007 22:59:01 -0000 1.3 @@ -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.2 2007/11/22 17:19:32 rsavoye Exp $ +dnl $Id: hildon.m4,v 1.3 2007/11/24 22:59:01 rsavoye Exp $ AC_DEFUN([GNASH_PATH_HILDON], [ @@ -24,7 +24,7 @@ AC_CACHE_VAL(ac_cv_path_hildon_incl,[ if test x"${with_hildon_incl}" != x ; then if test -f ${with_hildon_incl}/hildon/hildon-program.h ; then - ac_cv_path_hildon_incl=-I`(cd ${with_hildon_incl}; pwd)` + ac_cv_path_hildon_incl="-I`(cd ${with_hildon_incl}; pwd)`" else AC_MSG_ERROR([${with_hildon_incl} directory doesn't contain hildon/hildon.h]) fi @@ -33,7 +33,7 @@ if test x$cross_compiling = xno; then if test x"$PKG_CONFIG" != x -a x"${ac_cv_path_hildon_incl}" = x; then - $PKG_CONFIG --exists hildon-1 && ac_cv_path_hildon_incl=`$PKG_CONFIG --cflags-only-I hildon-1 | cut -d ' ' -f 1` + $PKG_CONFIG --exists hildon-1 && ac_cv_path_hildon_incl="`$PKG_CONFIG --cflags-only-I hildon-1 | cut -d ' ' -f 1`" fi fi @@ -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 Index: ChangeLog =================================================================== RCS file: /sources/gnash/gnash/ChangeLog,v retrieving revision 1.4954 retrieving revision 1.4955 diff -u -b -r1.4954 -r1.4955 --- ChangeLog 24 Nov 2007 17:43:29 -0000 1.4954 +++ ChangeLog 24 Nov 2007 22:59:01 -0000 1.4955 @@ -1,3 +1,8 @@ +2007-11-24 Rob Savoye <[EMAIL PROTECTED]> + + * macros/hildon.m4: Add more double quotes around shell expansion + when setting variables. Fixes #21638 + 2007-11-24 Sandro Santilli <[EMAIL PROTECTED]> * gui/Player.{cpp,h}, gui/gui.cpp, libmedia/AudioDecoder.h, _______________________________________________ Gnash-commit mailing list Gnash-commit@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-commit