intltool r738 - in trunk: . doc
- From: dobey svn gnome org
- To: svn-commits-list gnome org
- Subject: intltool r738 - in trunk: . doc
- Date: Fri, 6 Jun 2008 14:39:55 +0000 (UTC)
Author: dobey
Date: Fri Jun 6 14:39:55 2008
New Revision: 738
URL: http://svn.gnome.org/viewvc/intltool?rev=738&view=rev
Log:
2008-06-06 Rodney Dawes <dobey pwns gmail com>
* README:
* doc/I18N-HOWTO:
Replace AC_PROG_INTLTOOL references with IT_PROG_INTLTOOL
Fixes #531894
Modified:
trunk/ChangeLog
trunk/README
trunk/doc/I18N-HOWTO
Modified: trunk/README
==============================================================================
--- trunk/README (original)
+++ trunk/README Fri Jun 6 14:39:55 2008
@@ -45,7 +45,7 @@
o Add this line to configure.in near the top
- AC_PROG_INTLTOOL([minimum required version], [no-xml])
+ IT_PROG_INTLTOOL([minimum required version], [no-xml])
o Add intltool-extract.in, intltool-merge.in, and intltool-update.in
to EXTRA_DIST in your top-level Makefile.am and also to the top-level
@@ -66,7 +66,7 @@
Examples of packages that use intltool are listed in the USED file.
-Details of the AC_PROG_INTLTOOL macro
+Details of the IT_PROG_INTLTOOL macro
-------------------------------------------
The first parameter indicates the minimum required version. The
Modified: trunk/doc/I18N-HOWTO
==============================================================================
--- trunk/doc/I18N-HOWTO (original)
+++ trunk/doc/I18N-HOWTO Fri Jun 6 14:39:55 2008
@@ -92,7 +92,7 @@
The gettext macros need to be added after the initial checks.
Putting them after the checks for library functions is a good idea.
- AC_PROG_INTLTOOL(0.26)
+ IT_PROG_INTLTOOL(0.26)
AM_GNU_GETTEXT([external]) # Only one of these two macro calls
AM_GLIB_GNU_GETTEXT # is needed to set up your project
@@ -107,7 +107,7 @@
po/Makefile.in
)
- AC_PROG_INTLTOOL checks if a good enough intltool is available.
+ IT_PROG_INTLTOOL checks if a good enough intltool is available.
Please require the latest intltool that exists. Intltool releases
are pretty stable and often only contains bugfixes.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]