CVSROOT: /sources/gnash Module name: gnash Changes by: Sandro Santilli <strk> 07/07/28 22:01:56
Modified files: . : ChangeLog configure.ac Log message: * configure.ac: proper quote args given to test (in the code snippet handling --enable-gui) CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.3852&r2=1.3853 http://cvs.savannah.gnu.org/viewcvs/gnash/configure.ac?cvsroot=gnash&r1=1.375&r2=1.376 Patches: Index: ChangeLog =================================================================== RCS file: /sources/gnash/gnash/ChangeLog,v retrieving revision 1.3852 retrieving revision 1.3853 diff -u -b -r1.3852 -r1.3853 --- ChangeLog 28 Jul 2007 21:51:24 -0000 1.3852 +++ ChangeLog 28 Jul 2007 22:01:56 -0000 1.3853 @@ -1,5 +1,10 @@ 2007-07-28 Sandro Santilli <[EMAIL PROTECTED]> + * configure.ac: proper quote args given to test (in the code + snippet handling --enable-gui) + +2007-07-28 Sandro Santilli <[EMAIL PROTECTED]> + * po/Makefile.am: use GMSGFMT, rather then verbatim 'msgfmt'. * configure.ac: simplify gui selection code, fix bug listing same gui twice. Index: configure.ac =================================================================== RCS file: /sources/gnash/gnash/configure.ac,v retrieving revision 1.375 retrieving revision 1.376 diff -u -b -r1.375 -r1.376 --- configure.ac 28 Jul 2007 21:00:36 -0000 1.375 +++ configure.ac 28 Jul 2007 22:01:56 -0000 1.376 @@ -15,7 +15,7 @@ dnl Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA dnl -dnl $Id: configure.ac,v 1.375 2007/07/28 21:00:36 strk Exp $ +dnl $Id: configure.ac,v 1.376 2007/07/28 22:01:56 strk Exp $ AC_PREREQ(2.50) AC_INIT(gnash, cvs) @@ -304,7 +304,7 @@ ;; esac] enableval=`echo ${enableval} | cut -d ' ' -f 2-6` - if test x$val = x$enableval; then + if test "x$val" = "x$enableval"; then break; fi done _______________________________________________ Gnash-commit mailing list Gnash-commit@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-commit