gimp r26688 - branches/gimp-2-4
- From: neo svn gnome org
- To: svn-commits-list gnome org
- Subject: gimp r26688 - branches/gimp-2-4
- Date: Thu, 21 Aug 2008 09:27:16 +0000 (UTC)
Author: neo
Date: Thu Aug 21 09:27:16 2008
New Revision: 26688
URL: http://svn.gnome.org/viewvc/gimp?rev=26688&view=rev
Log:
2008-08-21 Sven Neumann <sven gimp org>
Merged from trunk:
* configure.in: use AM_PROG_CC_C_O to fix warning with automake
1.10.
Removed obsolete call to AM_PROG_CC_STDC.
Modified:
branches/gimp-2-4/ChangeLog
branches/gimp-2-4/NEWS
branches/gimp-2-4/configure.in
Modified: branches/gimp-2-4/NEWS
==============================================================================
--- branches/gimp-2-4/NEWS (original)
+++ branches/gimp-2-4/NEWS Thu Aug 21 09:27:16 2008
@@ -21,7 +21,7 @@
- plugged a memory leak in gimp-text-get-extents-fontname PDB call
- fixed potential timeout issues in org.gimp.GIMP.UI D-Bus service
- fixed endianness issue in the ICO save plug-in (bug #529629)
-- translation fixes and updates (be, lt, nn, vi)
+- translation fixes and updates (be, it, lt, nn, vi)
Contributors:
Modified: branches/gimp-2-4/configure.in
==============================================================================
--- branches/gimp-2-4/configure.in (original)
+++ branches/gimp-2-4/configure.in Thu Aug 21 09:27:16 2008
@@ -152,6 +152,7 @@
dnl Initialize libtool
AC_PROG_CC
+AM_PROG_CC_C_O
AM_DISABLE_STATIC
AC_LIBTOOL_WIN32_DLL
AM_PROG_LIBTOOL
@@ -253,7 +254,6 @@
dnl Checks for programs.
AC_ISC_POSIX
-AM_PROG_CC_STDC
AC_PROG_INSTALL
AC_PROG_MAKE_SET
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]