1INTLTOOLIZE(8) System Manager's Manual INTLTOOLIZE(8)
2
3
4
6 intltoolize - copy intltool related files to software package
7
8
10 intltoolize [option]...
11
12
13
15 This prepares a package to use intltool by linking or copying various
16 files needed by intltool into place for use when building. Note that
17 you must change your working directory to the top level directory of
18 the package before running intltoolize.
19
20
21
23 --automake
24 Work silently and assume that automake is being used in software.
25
26 -c
27 --copy
28 Copy files rather than creating symbolic links to them.
29
30 --debug
31 Enable verbose shell tracing.
32
33 -n
34 --dry-run
35 Print commands only, instead of executing them.
36
37 -f
38 --force
39 Replace existing files if they exist.
40
41 --help
42 Show usage and basic help information.
43
44 --version
45 Show version information.
46
47
48
50 Report bugs to http://bugs.launchpad.net/intltool
51
52
54 Darin Adler <darin@bentspoon.com>
55 Kenneth Christiansen <kenneth@gnu.org>
56 Maciej Stachowiak <mjs@eazel.com>
57
58
59
61 intltool-prepare(8), intltool-extract(8), intltool-merge(8), intltool-
62 update(8)
63
64
65
66intltool 2003-08-02 INTLTOOLIZE(8)