diff options
author | Nick Clifton <nickc@redhat.com> | 2022-10-04 10:53:16 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2022-10-04 10:54:19 +0100 |
commit | d71eca64e70c31e0d32396a0b6c60e3ea9eb420b (patch) | |
tree | eeeed364e66e65245f0d21ba109b828ae73b6e96 /README-maintainer-mode | |
parent | e840e61cacd49836b0bdf692bb2ff7f66f969765 (diff) | |
download | gdb-d71eca64e70c31e0d32396a0b6c60e3ea9eb420b.zip gdb-d71eca64e70c31e0d32396a0b6c60e3ea9eb420b.tar.gz gdb-d71eca64e70c31e0d32396a0b6c60e3ea9eb420b.tar.bz2 |
Note that at least dejagnu version 1.5.3 is required in order to be ale to run the testsuites.
* README-maintainer-mode: Add a minimum version of dejagnu
requirement.
Diffstat (limited to 'README-maintainer-mode')
-rw-r--r-- | README-maintainer-mode | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/README-maintainer-mode b/README-maintainer-mode index 6d65d28..fdafa69 100644 --- a/README-maintainer-mode +++ b/README-maintainer-mode @@ -5,10 +5,10 @@ Note that if you configure with --enable-maintainer-mode, you will need special versions of automake, autoconf, libtool and gettext. You will 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 + https://ftp.gnu.org/gnu/autoconf + https://ftp.gnu.org/gnu/automake + https://ftp.gnu.org/gnu/libtool + https://ftp.gnu.org/gnu/gettext The required versions of the tools for this tree are: @@ -24,3 +24,12 @@ 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. + +When running the testsuites a minimum version of dejagnu is also needed. +Dejagnu can be found here: + + https://ftp.gnu.org/gnu/dejagnu/ + +The minimum version required is: + + dejagnu 1.5.3 |