diff options
| author | Sam Varshavchik | 2020-07-11 08:56:44 -0400 |
|---|---|---|
| committer | Sam Varshavchik | 2020-07-12 15:56:45 -0400 |
| commit | 51471a4d8b177adfcd40c145a809193a4ab9bd8d (patch) | |
| tree | ddbc3051892939116be116eb17a862cb6bddf9eb /unicode/Makefile.am | |
| parent | f94fc14a9f3019f110c71d084f4bc59261434519 (diff) | |
| download | courier-libs-51471a4d8b177adfcd40c145a809193a4ab9bd8d.tar.bz2 | |
Bump version.
Diffstat (limited to 'unicode/Makefile.am')
| -rw-r--r-- | unicode/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/unicode/Makefile.am b/unicode/Makefile.am index 83034c5..8ac6fb1 100644 --- a/unicode/Makefile.am +++ b/unicode/Makefile.am @@ -203,7 +203,7 @@ libcourier_unicode_la_SOURCES=\ bidi_mirroring.h \ unicode_categories.c -libcourier_unicode_la_LDFLAGS=-version-info 5:0:1 +libcourier_unicode_la_LDFLAGS=-version-info 6:0:2 EXTRA_DIST=$(noinst_SCRIPTS) $(man_MANS) $(PACKAGE).spec \ m4/courier-unicode.m4 \ @@ -394,8 +394,8 @@ check-am: unicodetest test "`./biditest 30`" = "30 30 n" test "`./biditest 8261`" = "8262 8262 o" test "`./biditest 8262`" = "8261 8261 c" - ./biditest - ./biditest2 + set -vx; test -f ./BidiTest.txt || exit 0; ./biditest + set -vx; test -f ./BidiCharacterTest.txt || exit 0; ./biditest2 if HAVE_DOCS |
