summaryrefslogtreecommitdiffstats
path: root/unicode/configure.ac
diff options
context:
space:
mode:
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
+)