2000-06-07 23:31:48 +02:00
|
|
|
|
|
|
|
Notes on enabling maintainer mode
|
|
|
|
|
|
|
|
Note that if you configure with --enable-maintainer-mode, you will need
|
|
|
|
special versions of automake, autoconf, libtool and gettext. You will
|
Cleanups after the update to Autoconf 2.64, Automake 1.11.
/:
* README-maintainer-mode: Point directly to upstream locations
for autoconf, automake, libtool, gettext, instead of copies on
sources.redhat.com. Document required versions.
* configure.ac: Do not substitute datarootdir, htmldir,
pdfdir, docdir. Do not process --with-datarootdir,
--with-htmldir, --with-pdfdir, --with-docdir.
* configure: Regenerate.
gdb/:
* CONTRIBUTE: Bump documented Autoconf version.
* configure.ac: Do not substitute datarootdir, htmldir,
pdfdir, docdir. Do not process --with-datarootdir,
--with-htmldir, --with-pdfdir, --with-docdir.
* configure: Regenerate.
gdb/doc/:
* gdbint.texinfo (Releasing GDB): Point to
README-maintainer-mode file for required autoconf version.
* configure.ac: Do not substitute datarootdir, htmldir,
pdfdir, docdir. Do not process --with-datarootdir,
--with-htmldir, --with-pdfdir, --with-docdir.
* configure: Regenerate.
gprof/:
* Makefile.am (pdf__strip_dir, install-pdf, install-pdf-am)
(install-pdf-recursive, html__strip_dir, install-html)
(install-html-am, install-html-recursive): Remove.
* Makefile.in: Regenerate.
opcodes/:
* Makefile.am (install-pdf, install-html): Remove.
* Makefile.in: Regenerate.
gas/:
* Makefile.am (install-pdf, install-pdf-recursive, install-html)
(install-html-recursive): Remove.
* Makefile.in: Regenerate.
* doc/Makefile.am (pdf__strip_dir, install-pdf, install-pdf-am)
(html__strip_dir, install-html, install-html-am): Remove.
* doc/Makefile.in: Regenerate.
ld/:
* Makefile.am (pdf__strip_dir, install-pdf, install-pdf-am)
(install-pdf-recursive, html__strip_dir, install-html)
(install-html-am, install-html-recursive): Remove.
* Makefile.in: Regenerate.
binutils/:
* Makefile.am (install-pdf, install-pdf-recursive, install-html)
(install-html-recursive): Remove.
* Makefile.in: Regenerate.
* doc/Makefile.am (pdf__strip_dir, install-pdf, install-pdf-am)
(html__strip_dir, install-html, install-html-am): Remove.
* doc/Makefile.in: Regenerate.
bfd/:
* Makefile.am (datarootdir, docdir, htmldor, pdfdir)
(install-pdf, install-pdf-recursive, install-html)
(install-html-recursive): Remove.
* Makefile.in: Regenerate.
bfd/doc/:
* Makefile.am (pdf__strip_dir, install-pdf, install-pdf-am)
(html__strip_dir, install-html, install-html-am): Remove.
* Makefile.in: Regenerate.
2009-08-22 19:08:11 +02:00
|
|
|
find the sources for these in the respective upstream directories:
|
|
|
|
|
|
|
|
ftp://ftp.gnu.org/gnu/autoconf
|
|
|
|
ftp://ftp.gnu.org/gnu/automake
|
|
|
|
ftp://ftp.gnu.org/gnu/libtool
|
|
|
|
ftp://ftp.gnu.org/gnu/gettext
|
|
|
|
|
|
|
|
The required versions of the tools for this tree are
|
|
|
|
autoconf 2.64
|
|
|
|
automake 1.11
|
|
|
|
libtool 2.2.6
|
|
|
|
gettext 0.14.5
|
2001-03-23 19:06:17 +01:00
|
|
|
|
|
|
|
Note - "make distclean" does not work with maintainer mode enabled.
|
|
|
|
The Makefiles in the some of the po/ subdirectories depend upon the
|
|
|
|
Makefiles in their parent directories, and distclean will delete the
|
|
|
|
Makefiles in the parent directories before running the Makefiles in
|
|
|
|
the child directories. There is no easy way around this (short of
|
|
|
|
changing the automake macros) as these dependencies need to exist in
|
|
|
|
order to correctly build the NLS files.
|