Update the version number to 4.0.18.2 and the gettext version to 0.16.
This commit is contained in:
parent
4bb174fa8c
commit
8609e24880
@ -1,3 +1,8 @@
|
||||
2007-10-28 Nicolas François <nicolas.francois@centraliens.net>
|
||||
|
||||
* configure.in: Prepare the next release: 4.0.18.2. The gettext
|
||||
version used for the configuration will be 0.16.
|
||||
|
||||
2007-10-28 Nicolas François <nicolas.francois@centraliens.net>
|
||||
|
||||
* po/ja.po: Remove a plural form. nplurals=1 for japanese.
|
||||
|
@ -1,6 +1,6 @@
|
||||
dnl Process this file with autoconf to produce a configure script.
|
||||
AC_INIT
|
||||
AM_INIT_AUTOMAKE(shadow, 4.0.18.1)
|
||||
AM_INIT_AUTOMAKE(shadow, 4.0.18.2)
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
|
||||
dnl Some hacks...
|
||||
@ -331,7 +331,7 @@ if test "$with_skey" = "yes"; then
|
||||
],[AC_DEFINE(SKEY_BSD_STYLE, 1, [Define to support newer BSD S/Key API])])
|
||||
fi
|
||||
|
||||
AM_GNU_GETTEXT_VERSION(0.12.1)
|
||||
AM_GNU_GETTEXT_VERSION(0.16)
|
||||
AM_GNU_GETTEXT([external], [need-ngettext])
|
||||
AM_CONDITIONAL(USE_NLS, test "x$USE_NLS" = "xyes")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user