CVSROOT: /sources/gnash Module name: gnash Changes by: Bastiaan Jacques <bjacques> 07/10/19 05:08:27
Modified files: macros : mtasc.m4 . : ChangeLog Log message: Don't prepend a path to test with 'x'. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/macros/mtasc.m4?cvsroot=gnash&r1=1.5&r2=1.6 http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.4640&r2=1.4641 Patches: Index: macros/mtasc.m4 =================================================================== RCS file: /sources/gnash/gnash/macros/mtasc.m4,v retrieving revision 1.5 retrieving revision 1.6 diff -u -b -r1.5 -r1.6 --- macros/mtasc.m4 14 Sep 2007 07:34:56 -0000 1.5 +++ macros/mtasc.m4 19 Oct 2007 05:08:26 -0000 1.6 @@ -54,7 +54,7 @@ if test x"$MTASC" != "x" -a x"$MTASC_CLASSPATH" = "x"; then # cross your fingers ! - if test -d x"`dirname ${MTASC}`/std"; then + if test -d "`dirname ${MTASC}`/std"; then dir="`dirname ${MTASC}`/std" else dnl FIXME Index: ChangeLog =================================================================== RCS file: /sources/gnash/gnash/ChangeLog,v retrieving revision 1.4640 retrieving revision 1.4641 diff -u -b -r1.4640 -r1.4641 --- ChangeLog 19 Oct 2007 01:51:28 -0000 1.4640 +++ ChangeLog 19 Oct 2007 05:08:27 -0000 1.4641 @@ -1,3 +1,7 @@ +2007-10-18 Bastiaan Jacques <[EMAIL PROTECTED]> + + * macros/mtasc.m4: Don't prepend a path to test with "x". + 2007-10-19 Markus Gothe <[EMAIL PROTECTED]> * plugin/plugin.cpp, macros/boost.m4: Added year 2007. _______________________________________________ Gnash-commit mailing list Gnash-commit@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-commit