comparison configure.in @ 353:19b795b6f6a0

Added Content-ID header support
author Carl Byington <carl@five-ten-sg.com>
date Mon, 21 Dec 2015 08:18:25 -0800
parents 7a91e30826d8
children a2da2bbe393a
comparison
equal deleted inserted replaced
352:09dd5299d91c 353:19b795b6f6a0
1 AC_PREREQ(2.60) 1 AC_PREREQ(2.60)
2 AC_INIT(libpst,0.6.65,carl@five-ten-sg.com) 2 AC_INIT(libpst,0.6.66,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:10:1' 24 libpst_version_info='5:11: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
48 # 0.6.59 libpst.so.4 libpst.so.4.1.8 48 # 0.6.59 libpst.so.4 libpst.so.4.1.8
49 # 0.6.60 libpst.so.4 libpst.so.4.1.9 49 # 0.6.60 libpst.so.4 libpst.so.4.1.9
50 # 0.6.61 libpst.so.4 libpst.so.4.1.9 50 # 0.6.61 libpst.so.4 libpst.so.4.1.9
51 # 0.6.62 libpst.so.4 libpst.so.4.1.9 51 # 0.6.62 libpst.so.4 libpst.so.4.1.9
52 # 0.6.63 libpst.so.4 libpst.so.4.1.10 52 # 0.6.63 libpst.so.4 libpst.so.4.1.10
53 # 0.6.66 libpst.so.4 libpst.so.4.1.11
53 54
54 55
55 56
56 # Check for solaris 57 # Check for solaris
57 AC_MSG_CHECKING([for Solaris]) 58 AC_MSG_CHECKING([for Solaris])