CVSROOT: /sources/gnash Module name: gnash Changes by: Markus Gothe <nihilus> 07/10/23 20:55:21
Modified files: . : ChangeLog macros : glib.m4 Log message: Beatify the output if we find the incl or not CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.4677&r2=1.4678 http://cvs.savannah.gnu.org/viewcvs/gnash/macros/glib.m4?cvsroot=gnash&r1=1.28&r2=1.29 Patches: Index: ChangeLog =================================================================== RCS file: /sources/gnash/gnash/ChangeLog,v retrieving revision 1.4677 retrieving revision 1.4678 diff -u -b -r1.4677 -r1.4678 --- ChangeLog 23 Oct 2007 18:13:59 -0000 1.4677 +++ ChangeLog 23 Oct 2007 20:55:20 -0000 1.4678 @@ -1,3 +1,7 @@ +2007-10-23 Markus Gothe <[EMAIL PROTECTED]> + + *macros/glib.m4; Fixed out put. + 2007-10-23 Takashi Iwai <[EMAIL PROTECTED]> * plugin/plugin.cpp: include <cstring> Index: macros/glib.m4 =================================================================== RCS file: /sources/gnash/gnash/macros/glib.m4,v retrieving revision 1.28 retrieving revision 1.29 diff -u -b -r1.28 -r1.29 --- macros/glib.m4 13 Oct 2007 23:24:07 -0000 1.28 +++ macros/glib.m4 23 Oct 2007 20:55:21 -0000 1.29 @@ -1,5 +1,5 @@ dnl -dnl Copyright (C) 2005, 2006 Free Software Foundation, Inc. +dnl Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc. dnl dnl This program is free software; you can redistribute it and/or modify dnl it under the terms of the GNU General Public License as published by @@ -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: glib.m4,v 1.28 2007/10/13 23:24:07 rsavoye Exp $ +dnl $Id: glib.m4,v 1.29 2007/10/23 20:55:21 nihilus Exp $ AC_DEFUN([GNASH_PATH_GLIB], [ @@ -51,7 +51,6 @@ gnash_glib_topdir=`basename $j` gnash_glib_version=`echo ${gnash_glib_topdir} | sed -e 's:glib-::'` ac_cv_path_glib_incl="-I$j" - AC_MSG_RESULT(${ac_cv_path_glib_incl}) gnash_glib_config=`echo $j | sed -e 's:include:lib:'` if test -f ${gnash_glib_config}/include/glibconfig.h; then ac_cv_path_glib_incl="${ac_cv_path_glib_incl} -I${gnash_glib_config}/include" @@ -59,12 +58,13 @@ break fi done - if test x$gnash_glib_version != x; then - AC_MSG_RESULT(no) - break; - fi done fi + if test x"$ac_cv_path_glib_incl" != x; then + AC_MSG_RESULT(no) + else + AC_MSG_RESULT(${ac_cv_path_glib_incl}) + fi dnl Look for the library _______________________________________________ Gnash-commit mailing list Gnash-commit@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-commit