comparison configure.ac @ 407:24871e6cdd69

Stuart C. Naifeh - fix rfc2231 encoding when saving messages to both .eml and msg formats
author Carl Byington <carl@five-ten-sg.com>
date Sat, 27 Mar 2021 14:53:01 -0700
parents c1b1bbd42696
children
comparison
equal deleted inserted replaced
406:7200790e46ac 407:24871e6cdd69
1 AC_PREREQ(2.60) 1 AC_PREREQ(2.60)
2 AC_INIT(libpst,0.6.75,carl@five-ten-sg.com) 2 AC_INIT(libpst,0.6.76,carl@five-ten-sg.com)
3 AC_CONFIG_SRCDIR([src/libpst.c]) 3 AC_CONFIG_SRCDIR([src/libpst.c])
4 AC_CONFIG_HEADER([config.h]) 4 AC_CONFIG_HEADER([config.h])
5 AC_CONFIG_MACRO_DIR([m4]) 5 AC_CONFIG_MACRO_DIR([m4])
6 AM_INIT_AUTOMAKE 6 AM_INIT_AUTOMAKE
7 AC_CANONICAL_HOST 7 AC_CANONICAL_HOST
19 # 5. If any interfaces have been removed or changed since the last public 19 # 5. If any interfaces have been removed or changed since the last public
20 # release, then set age to 0, since we are not backward compatible. 20 # release, then set age to 0, since we are not backward compatible.
21 # 6. libtool will build libpst.so.x.y.z where the SONAME is libpst.so.x 21 # 6. libtool will build libpst.so.x.y.z where the SONAME is libpst.so.x
22 # and x=current-age, y=age, z=revision 22 # and x=current-age, y=age, z=revision
23 23
24 libpst_version_info='5:17:1' 24 libpst_version_info='5:18:1'
25 AC_SUBST(LIBPST_VERSION_INFO, [$libpst_version_info]) 25 AC_SUBST(LIBPST_VERSION_INFO, [$libpst_version_info])
26 libpst_so_major='4' 26 libpst_so_major='4'
27 AC_SUBST(LIBPST_SO_MAJOR, [$libpst_so_major]) 27 AC_SUBST(LIBPST_SO_MAJOR, [$libpst_so_major])
28 28
29 # libpst 29 # libpst
55 # 0.6.68 libpst.so.4 libpst.so.4.1.13 55 # 0.6.68 libpst.so.4 libpst.so.4.1.13
56 # 0.6.69 libpst.so.4 libpst.so.4.1.14 56 # 0.6.69 libpst.so.4 libpst.so.4.1.14
57 # 0.6.73 libpst.so.4 libpst.so.4.1.15 57 # 0.6.73 libpst.so.4 libpst.so.4.1.15
58 # 0.6.74 libpst.so.4 libpst.so.4.1.16 58 # 0.6.74 libpst.so.4 libpst.so.4.1.16
59 # 0.6.75 libpst.so.4 libpst.so.4.1.17 59 # 0.6.75 libpst.so.4 libpst.so.4.1.17
60 # 0.6.76 libpst.so.4 libpst.so.4.1.18
60 61
61 62
62 63
63 # Check for solaris 64 # Check for solaris
64 AC_MSG_CHECKING([for Solaris]) 65 AC_MSG_CHECKING([for Solaris])