]>
Commit | Line | Data |
---|---|---|
11da68be NC |
1 | |
2 | Notes on enabling maintainer mode | |
3 | ||
4 | Note that if you configure with --enable-maintainer-mode, you will need | |
5 | special versions of automake, autoconf, libtool and gettext. You will | |
af542c2e RW |
6 | find the sources for these in the respective upstream directories: |
7 | ||
8 | ftp://ftp.gnu.org/gnu/autoconf | |
9 | ftp://ftp.gnu.org/gnu/automake | |
10 | ftp://ftp.gnu.org/gnu/libtool | |
11 | ftp://ftp.gnu.org/gnu/gettext | |
12 | ||
13 | The required versions of the tools for this tree are | |
633f5139 SM |
14 | autoconf 2.69 |
15 | automake 1.15.1 | |
af542c2e RW |
16 | libtool 2.2.6 |
17 | gettext 0.14.5 | |
d4fc7db8 NC |
18 | |
19 | Note - "make distclean" does not work with maintainer mode enabled. | |
20 | The Makefiles in the some of the po/ subdirectories depend upon the | |
21 | Makefiles in their parent directories, and distclean will delete the | |
22 | Makefiles in the parent directories before running the Makefiles in | |
23 | the child directories. There is no easy way around this (short of | |
24 | changing the automake macros) as these dependencies need to exist in | |
25 | order to correctly build the NLS files. |