File tree 3 files changed +3
-2
lines changed
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
1.17 -> 2.0:
2
+ - devzero2000: update the gettext version prereq
2
3
- devzero2000: fix misspelling
3
4
Fix misspelling using http://github.com/lyda/misspell-check
4
5
- devzero2000: quote AC_PREREQ in configure.ac
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ I.E. the tools checked for by the bootstrap script and include:
3
3
4
4
- Autoconf <http://www.gnu.org/software/autoconf/> - version 2.63 or higher
5
5
- Automake <http://www.gnu.org/software/automake/> - version 1.11.1 or higher
6
- - Gettext <http://www.gnu.org/software/gettext/> - version 0.17 or higher
6
+ - Gettext <http://www.gnu.org/software/gettext/> - version 0.18 or higher
7
7
- libtool <http://www.gnu.org/software/libtool/> - version 1.5.22 or higher.
8
8
It is preferred to use the libtool 2.2.x family.
9
9
Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ buildreq="\
142
142
autoconf 2.63
143
143
automake 1.11.1
144
144
autopoint -
145
- gettext 0.17
145
+ gettext 0.18
146
146
libtool 1.5.22
147
147
"
148
148
echo
You can’t perform that action at this time.
0 commit comments