summaryrefslogtreecommitdiffstats
path: root/unicode/configure.ac
diff options
context:
space:
mode:
authorSam Varshavchik2021-02-13 23:30:50 -0500
committerSam Varshavchik2021-02-13 23:30:50 -0500
commit688f31b2d1a5e0735661a829d7f743f9a0b68050 (patch)
treec2a23e4d760d8d1b72f07e0c8b108f2d46315ce2 /unicode/configure.ac
parent2db8a28d72bee3746ce6d06bf5c0896e46269492 (diff)
downloadcourier-libs-688f31b2d1a5e0735661a829d7f743f9a0b68050.tar.bz2
2021-02-13 Sam Varshavchik <mrsam@courier-mta.com>
* courier-unicode-version.m4: split version checking macro into its own m4 file. * unicode::bidi_calc - an empty string with an explicit embedding level should return the requested embedding level.
Diffstat (limited to 'unicode/configure.ac')
-rw-r--r--unicode/configure.ac12
1 files changed, 10 insertions, 2 deletions
diff --git a/unicode/configure.ac b/unicode/configure.ac
index 5c366de..2d74bb6 100644
--- a/unicode/configure.ac
+++ b/unicode/configure.ac
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
-AC_INIT([courier-unicode], [2.2], [courier-users@lists.sourceforge.net])
+AC_INIT([courier-unicode], [2.2.1], [courier-users@lists.sourceforge.net])
>confdefs.h # Kill PACKAGE_ macros
@@ -117,5 +117,13 @@ fi
CFLAGS="-I.. -I$srcdir/.. $CFLAGS"
CXXFLAGS="-I.. -I$srcdir/.. $CXXFLAGS"
+HVERSION="`echo $VERSION | tr -d '.'`"
+AC_SUBST(HVERSION)
+
AM_CONDITIONAL(HAVE_DOCS,[test -f $srcdir/docbook/icon.gif])
-AC_OUTPUT(Makefile packaging/freebsd10/Makefile courier-unicode.spec courier-unicode.h)
+AC_OUTPUT(Makefile
+ packaging/freebsd10/Makefile
+ courier-unicode.spec
+ courier-unicode.h
+ courier-unicode-version.m4
+)