gimp r25921 - trunk
- From: neo svn gnome org
- To: svn-commits-list gnome org
- Subject: gimp r25921 - trunk
- Date: Wed, 11 Jun 2008 12:41:41 +0000 (UTC)
Author: neo
Date: Wed Jun 11 12:41:41 2008
New Revision: 25921
URL: http://svn.gnome.org/viewvc/gimp?rev=25921&view=rev
Log:
2008-06-11 Sven Neumann <sven gimp org>
* autogen.sh: bumped INTLTOOL_REQUIRED_VERSION to 0.35.5. We
actually need 0.40.0 on the system where the tarball is rolled,
however 0.35.5 should be good enough for almost everyone.
* configure.in: use IT_PROG_INTLTOOL with minimum version instead
of the deprecated AC_PROG_INTLTOOL.
* Makefile.am (EXTRA_DIST): removed intltool-foo.in files as
intltool 0.40.0 does not install these any longer. Removed them
from DISTCLEANFILES as well.
Modified:
trunk/ChangeLog
trunk/Makefile.am
trunk/autogen.sh
trunk/configure.in
Modified: trunk/Makefile.am
==============================================================================
--- trunk/Makefile.am (original)
+++ trunk/Makefile.am Wed Jun 11 12:41:41 2008
@@ -70,20 +70,12 @@
config.h.win32 \
gimp-zip.in \
gimpdefs.msc \
- intltool-extract.in \
- intltool-merge.in \
- intltool-update.in \
makefile.msc \
mkinstalldirs
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
-DISTCLEANFILES = \
- intltool-extract \
- intltool-merge \
- intltool-update
-
gimpinstall- GIMP_TOOL_VERSION@:
$(LN_S) $(srcdir)/install-sh $(srcdir)/gimpinstall- GIMP_TOOL_VERSION@
Modified: trunk/autogen.sh
==============================================================================
--- trunk/autogen.sh (original)
+++ trunk/autogen.sh Wed Jun 11 12:41:41 2008
@@ -18,7 +18,7 @@
AUTOCONF_REQUIRED_VERSION=2.54
AUTOMAKE_REQUIRED_VERSION=1.9.6
GLIB_REQUIRED_VERSION=2.16.0
-INTLTOOL_REQUIRED_VERSION=0.31
+INTLTOOL_REQUIRED_VERSION=0.35.5
LIBTOOL_REQUIRED_VERSION=1.5
Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in (original)
+++ trunk/configure.in Wed Jun 11 12:41:41 2008
@@ -406,7 +406,7 @@
# language code to ALL_LINGUAS.
ALL_LINGUAS="ar bg ca ca valencia cs da de dz el en_CA en_GB eo es et eu fa fi fr ga gl gu he hu hr id is it ja km ko lt mk ms nb ne nl nn oc pa pl pt pt_BR ro ru rw sk sl sr sr Latn sv tr tt uk vi xh yi zh_CN zh_TW"
-AC_PROG_INTLTOOL
+IT_PROG_INTLTOOL(0.35.5)
AM_GLIB_GNU_GETTEXT
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]