Skip to content

Commit cd33827

Browse files
author
devzero2000
committed
Update the minimum gettext version required
1 parent bbf8700 commit cd33827

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGES

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
1.17 -> 2.0:
2+
- devzero2000: update the gettext version prereq
23
- devzero2000: fix misspelling
34
Fix misspelling using http://github.com/lyda/misspell-check
45
- devzero2000: quote AC_PREREQ in configure.ac

README-prereq

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ I.E. the tools checked for by the bootstrap script and include:
33

44
- Autoconf <http://www.gnu.org/software/autoconf/> - version 2.63 or higher
55
- 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
77
- libtool <http://www.gnu.org/software/libtool/> - version 1.5.22 or higher.
88
It is preferred to use the libtool 2.2.x family.
99

autogen.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ buildreq="\
142142
autoconf 2.63
143143
automake 1.11.1
144144
autopoint -
145-
gettext 0.17
145+
gettext 0.18
146146
libtool 1.5.22
147147
"
148148
echo

0 commit comments

Comments
 (0)