~ubuntu-branches/ubuntu/maverick/intltool/maverick

« back to all changes in this revision

Viewing changes to README

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2008-07-21 19:18:54 UTC
  • mfrom: (1.2.17 upstream)
  • Revision ID: james.westby@ubuntu.com-20080721191854-x3np84cqv4ye98pp
Tags: 0.40.1-1
* New upstream bugfix release.
* debian/control.in:
  + Update Standards-Version to 3.8.0, no additional changes needed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
 
46
46
 o Add this line to configure.in near the top
47
47
 
48
 
        AC_PROG_INTLTOOL([minimum required version], [no-xml])
 
48
        IT_PROG_INTLTOOL([minimum required version], [no-xml])
49
49
 
50
50
 o Add intltool-extract.in, intltool-merge.in, and intltool-update.in
51
51
   to EXTRA_DIST in your top-level Makefile.am and also to the top-level
66
66
 
67
67
Examples of packages that use intltool are listed in the USED file.
68
68
 
69
 
Details of the AC_PROG_INTLTOOL macro
 
69
Details of the IT_PROG_INTLTOOL macro
70
70
-------------------------------------------
71
71
 
72
72
The first parameter indicates the minimum required version. The