summaryrefslogtreecommitdiffstats
path: root/unicode/configure.ac
diff options
context:
space:
mode:
authorSam Varshavchik2017-03-15 17:56:22 -0400
committerSam Varshavchik2017-03-15 17:56:22 -0400
commita448501abc675a55364eff75acce901e4685331e (patch)
tree52062a4d5d489f48bf0c7eab60ef34103645f930 /unicode/configure.ac
parent078f9a0eadbf2996f7b90e54f931b2cc5155c4d9 (diff)
downloadcourier-libs-a448501abc675a55364eff75acce901e4685331e.tar.bz2
Fix typo.
Diffstat (limited to 'unicode/configure.ac')
-rw-r--r--unicode/configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/unicode/configure.ac b/unicode/configure.ac
index cffd031..f71bb4b 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], [1.5.20170309], [courier-users@lists.sourceforge.net])
+AC_INIT([courier-unicode], [1.5.20170315], [courier-users@lists.sourceforge.net])
>confdefs.h # Kill PACKAGE_ macros
@@ -20,7 +20,7 @@ AC_PROG_INSTALL
AC_PROG_LN_S
AC_PROG_CC
AC_PROG_CXX
-AX_COURIER_UNICODE_CFLAGS
+AX_COURIER_UNICODE_CXXFLAGS
AC_SUBST(COURIER_UNICODE_CXXFLAGS)
AC_PATH_PROGS(PERL, perl5 perl, perl, $LPATH)