From: Bruno Haible Date: Thu, 26 Oct 2006 13:29:24 +0000 (+0000) Subject: Update for 0.16. X-Git-Tag: 0.16.x-branchpoint~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e1339bae1c675ded66ec0e52d747fd9f72f1386;p=thirdparty%2Fgettext.git Update for 0.16. --- diff --git a/gettext-tools/misc/ChangeLog b/gettext-tools/misc/ChangeLog index 910078785..85bd981a2 100644 --- a/gettext-tools/misc/ChangeLog +++ b/gettext-tools/misc/ChangeLog @@ -2,6 +2,10 @@ * gettext-0.16 released. +2006-10-26 Bruno Haible + + * autopoint.in: Update for 0.16. + 2006-10-15 Bruno Haible * gettextize.in (m4dir_is_next): Reset it to empty when the m4dir was diff --git a/gettext-tools/misc/autopoint.in b/gettext-tools/misc/autopoint.in index e4d30a415..ce2ad5d22 100644 --- a/gettext-tools/misc/autopoint.in +++ b/gettext-tools/misc/autopoint.in @@ -291,7 +291,8 @@ case "$ver" in 0.12 | 0.12.1 | \ 0.13 | 0.13.1 | \ 0.14 | 0.14.1 | 0.14.2 | 0.14.3 | 0.14.4 | 0.14.5 | 0.14.6 | \ - 0.15 ) + 0.15 | \ + 0.16 ) ;; *) func_fatal_error "The AM_GNU_GETTEXT_VERSION declaration in your $configure_in\ @@ -329,6 +330,7 @@ esac # 0.14.5 1508 # 0.14.6 1580 # 0.15 1760 +# 0.16 1808 # # The requirement that the user must have the CVS program available is not # a severe restrictions, because most of the people who use autopoint are