comparison configure.in @ 363:3a1d25c579c6 stable-0-6-68

allow folders containing multiple item types; better detection of valid internet headers
author Carl Byington <carl@five-ten-sg.com>
date Mon, 29 Aug 2016 09:50:24 -0700
parents a2da2bbe393a
children 6d30cd0d0bef
comparison
equal deleted inserted replaced
362:c42273d817c7 363:3a1d25c579c6
1 AC_PREREQ(2.60) 1 AC_PREREQ(2.60)
2 AC_INIT(libpst,0.6.67,carl@five-ten-sg.com) 2 AC_INIT(libpst,0.6.68,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:12:1' 24 libpst_version_info='5:13: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
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 # 0.6.66 libpst.so.4 libpst.so.4.1.11
54 # 0.6.67 libpst.so.4 libpst.so.4.1.12 54 # 0.6.67 libpst.so.4 libpst.so.4.1.12
55 # 0.6.68 libpst.so.4 libpst.so.4.1.13
55 56
56 57
57 58
58 # Check for solaris 59 # Check for solaris
59 AC_MSG_CHECKING([for Solaris]) 60 AC_MSG_CHECKING([for Solaris])