From c687aa532848a746b1e443a102920c7160d7a5cb Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 26 Mar 2011 12:51:59 +0100 Subject: Update after gnulib changed. --- ChangeLog | 6 ++++++ autogen.sh | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5c71eeb..af3b7c3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-03-26 Bruno Haible + + Update after gnulib changed. + * autogen.sh (GNULIB_MODULES): Use unictype/bidiclass-all instead of + unictype/bidicategory-all. + 2011-03-26 Bruno Haible Support names and long names of canonical combining classes. diff --git a/autogen.sh b/autogen.sh index 873cd37..b7b1ef9 100755 --- a/autogen.sh +++ b/autogen.sh @@ -12,7 +12,7 @@ # It also requires # - the gperf program. -# Copyright (C) 2003-2010 Free Software Foundation, Inc. +# Copyright (C) 2003-2011 Free Software Foundation, Inc. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -278,7 +278,7 @@ if test $skip_gnulib = false; then uniname/base uniname/uniname unictype/base - unictype/bidicategory-all + unictype/bidiclass-all unictype/block-all unictype/category-all unictype/combining-class -- cgit v1.2.1