summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2009-04-20 00:12:52 +0200
committerBruno Haible <bruno@clisp.org>2009-04-20 00:12:52 +0200
commit6c192cf93729294f72f158653f97feabbaaaac3b (patch)
tree34a9137fd094ba633e76edf26c9acb9f17950c35
parentede93977cc294b2476956d7901c1d134be3c0f4d (diff)
downloadlibunistring-6c192cf93729294f72f158653f97feabbaaaac3b.tar.gz
Avoid a compilation error of tests/unictype/test-categ_none.c.
-rw-r--r--ChangeLog6
-rw-r--r--gnulib-local/Makefile.am3
-rw-r--r--gnulib-local/modules/unictype/category-none-tests.diff14
3 files changed, 22 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3ef364d..7ac3a46 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2008-04-19 Bruno Haible <bruno@clisp.org>
+ Avoid a compilation error of tests/unictype/test-categ_none.c.
+ * gnulib-local/modules/unictype/category-none-tests.diff: New file.
+ * gnulib-local/Makefile.am (EXTRA_DIST): Add it.
+
+2008-04-19 Bruno Haible <bruno@clisp.org>
+
Don't commit files brought in by autogen.sh.
* build-aux/config.guess: Remove from git repository.
* build-aux/config.sub: Likewise.
diff --git a/gnulib-local/Makefile.am b/gnulib-local/Makefile.am
index 42fe703..c415913 100644
--- a/gnulib-local/Makefile.am
+++ b/gnulib-local/Makefile.am
@@ -26,4 +26,5 @@ lib/unilbrk.h.diff \
lib/uninorm.h.diff \
lib/unistr.h.diff \
lib/unitypes.h.diff \
-lib/uniwidth.h.diff
+lib/uniwidth.h.diff \
+modules/unictype/category-none-tests.diff
diff --git a/gnulib-local/modules/unictype/category-none-tests.diff b/gnulib-local/modules/unictype/category-none-tests.diff
new file mode 100644
index 0000000..4e8b507
--- /dev/null
+++ b/gnulib-local/modules/unictype/category-none-tests.diff
@@ -0,0 +1,14 @@
+*** category-none-tests.orig 2007-11-12 00:55:16.000000000 +0100
+--- category-none-tests 2009-04-20 00:09:17.000000000 +0200
+***************
+*** 7,13 ****
+--- 7,15 ----
+ configure.ac:
+
+ Makefile.am:
++ if !WOE32DLL
+ TESTS += test-categ_none
+ check_PROGRAMS += test-categ_none
+ test_categ_none_SOURCES = unictype/test-categ_none.c
++ endif
+