Skip to content

Commit d71eca6

Browse files
committed
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.
1 parent e840e61 commit d71eca6

File tree

2 files changed

+18
-4
lines changed

2 files changed

+18
-4
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2022-10-04 Nick Clifton <[email protected]>
2+
3+
* README-maintainer-mode: Add a minimum version of dejagnu
4+
requirement.
5+
16
2022-09-08 Nick Clifton <[email protected]>
27

38
* README-maintainer-mode: Update minimum version of gettext

README-maintainer-mode

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ Note that if you configure with --enable-maintainer-mode, you will need
55
special versions of automake, autoconf, libtool and gettext. You will
66
find the sources for these in the respective upstream directories:
77

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
8+
https://ftp.gnu.org/gnu/autoconf
9+
https://ftp.gnu.org/gnu/automake
10+
https://ftp.gnu.org/gnu/libtool
11+
https://ftp.gnu.org/gnu/gettext
1212

1313
The required versions of the tools for this tree are:
1414

@@ -24,3 +24,12 @@ Makefiles in the parent directories before running the Makefiles in
2424
the child directories. There is no easy way around this (short of
2525
changing the automake macros) as these dependencies need to exist in
2626
order to correctly build the NLS files.
27+
28+
When running the testsuites a minimum version of dejagnu is also needed.
29+
Dejagnu can be found here:
30+
31+
https://ftp.gnu.org/gnu/dejagnu/
32+
33+
The minimum version required is:
34+
35+
dejagnu 1.5.3

0 commit comments

Comments
 (0)