Merge from vendor branch OPENSSH:
[dragonfly.git] / contrib / binutils / README-maintainer-mode
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
6 find the sources for these in ftp://sourceware.cygnus.com/pub/binutils.
7
8 Note - "make distclean" does not work with maintainer mode enabled.
9 The Makefiles in the some of the po/ subdirectories depend upon the
10 Makefiles in their parent directories, and distclean will delete the
11 Makefiles in the parent directories before running the Makefiles in
12 the child directories.  There is no easy way around this (short of
13 changing the automake macros) as these dependencies need to exist in
14 order to correctly build the NLS files.