gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash configure.ac ChangeLog


From: Rob Savoye
Subject: [Gnash-commit] gnash configure.ac ChangeLog
Date: Fri, 27 Apr 2007 01:07:57 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Rob Savoye <rsavoye>    07/04/27 01:07:57

Modified files:
        .              : configure.ac ChangeLog 

Log message:
                * configure.ac: Set a conditional for gettext. Build po/Makefile
                now.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/configure.ac?cvsroot=gnash&r1=1.293&r2=1.294
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.3012&r2=1.3013

Patches:
Index: configure.ac
===================================================================
RCS file: /sources/gnash/gnash/configure.ac,v
retrieving revision 1.293
retrieving revision 1.294
diff -u -b -r1.293 -r1.294
--- configure.ac        24 Apr 2007 17:52:47 -0000      1.293
+++ configure.ac        27 Apr 2007 01:07:57 -0000      1.294
@@ -15,7 +15,7 @@
 dnl  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 dnl  
 
-dnl $Id: configure.ac,v 1.293 2007/04/24 17:52:47 rsavoye Exp $
+dnl $Id: configure.ac,v 1.294 2007/04/27 01:07:57 rsavoye Exp $
 
 AC_PREREQ(2.50)
 AC_INIT(gnash, cvs)
@@ -58,6 +58,8 @@
 AC_DISABLE_STATIC dnl Disable building static libs.
 
 AM_GNU_GETTEXT([external])
+AM_CONDITIONAL(HAS_GETTEXT, test x$ac_cv_path_XGETTEXT != x)
+dnl AM_GNU_GETTEXT_VERSION(0.15)
 
 save_CFLAGS="$CFLAGS";
 CFLAGS="$CFLAGS -Werror -Wformat";
@@ -1005,7 +1007,7 @@
 AC_CONFIG_LINKS(testsuite/libbase/gnashrc:testsuite/libbase/gnashrc.in)
 
 AC_OUTPUT(Makefile
-po/Makefile.in
+po/Makefile
 libbase/Makefile
 libgeometry/Makefile
 server/Makefile

Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.3012
retrieving revision 1.3013
diff -u -b -r1.3012 -r1.3013
--- ChangeLog   26 Apr 2007 20:47:33 -0000      1.3012
+++ ChangeLog   27 Apr 2007 01:07:57 -0000      1.3013
@@ -1,3 +1,31 @@
+2007-04-26  Rob Savoye  <address@hidden>
+
+       * Makefile.am: Add po to EXTRA_DIST.
+       * configure.ac: Set a conditional for gettext. Build po/Makefile
+       now.
+       * libbase/Makefile.am: Build all libraries with a release number,
+       and add --export-dynamic and -no-undefined. Add gettext.h.
+       * backend/Makefile.am: Build all libraries with a release number,
+       and add --export-dynamic and -no-undefined.
+       * server/Makefile.am: Build all libraries with a release number,
+       and add --export-dynamic and -no-undefined.
+       * libgeometry/Makefile.am: Build all libraries with a release
+       number, and add --export-dynamic and -no-undefined.
+       * server/vm/Makefile.am: Build all libraries with a release
+       number, and add --export-dynamic and -no-undefined.
+       * server/parser/Makefile.am: Build all libraries with a release
+       number, and add --export-dynamic and -no-undefined.
+       * server/asobjs/Makefile.am: Build all libraries with a release
+       number, and add --export-dynamic and -no-undefined.
+       * extensions/dejagnu/dejagnu.cpp: Use instrusive pointers instead
+       of hard pointers for handlers.
+       * extensions/fileio/fileio.cpp: Use instrusive pointers instead
+       of hard pointers for handlers.
+       * extensions/mysql/mysql_db.cpp: Use instrusive pointers instead
+       of hard pointers for handlers.
+       * extensions/gtk2/gtkext.cpp: Use instrusive pointers instead
+       of hard pointers for handlers.
+       
 2007-04-26 Sandro Santilli <address@hidden>
 
        * testsuite/actionscript.all/Function.as: add a test




reply via email to

[Prev in Thread] Current Thread [Next in Thread]