comparison configure.in @ 317:af6ae20be5ba

update version number
author Carl Byington <carl@five-ten-sg.com>
date Mon, 24 Dec 2012 18:09:20 -0800
parents c4537664ff50
children cd8dc65b9895
comparison
equal deleted inserted replaced
316:c4537664ff50 317:af6ae20be5ba
1 AC_PREREQ(2.59) 1 AC_PREREQ(2.59)
2 AC_INIT(libpst,0.6.55,carl@five-ten-sg.com) 2 AC_INIT(libpst,0.6.56,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 AM_INIT_AUTOMAKE 5 AM_INIT_AUTOMAKE
6 AC_CANONICAL_HOST 6 AC_CANONICAL_HOST
7 7
17 # 5. If any interfaces have been removed or changed since the last public 17 # 5. If any interfaces have been removed or changed since the last public
18 # release, then set age to 0, since we are not backward compatible. 18 # release, then set age to 0, since we are not backward compatible.
19 # 6. libtool will build libpst.so.x.y.z where the SONAME is libpst.so.x 19 # 6. libtool will build libpst.so.x.y.z where the SONAME is libpst.so.x
20 # and x=current-age, y=age, z=revision 20 # and x=current-age, y=age, z=revision
21 21
22 libpst_version_info='5:5:1' 22 libpst_version_info='5:6:1'
23 AC_SUBST(LIBPST_VERSION_INFO, [$libpst_version_info]) 23 AC_SUBST(LIBPST_VERSION_INFO, [$libpst_version_info])
24 libpst_so_major='4' 24 libpst_so_major='4'
25 AC_SUBST(LIBPST_SO_MAJOR, [$libpst_so_major]) 25 AC_SUBST(LIBPST_SO_MAJOR, [$libpst_so_major])
26 26
27 # libpst 27 # libpst
38 # 0.6.51 libpst.so.4 libpst.so.4.1.1 38 # 0.6.51 libpst.so.4 libpst.so.4.1.1
39 # 0.6.52 libpst.so.4 libpst.so.4.1.2 39 # 0.6.52 libpst.so.4 libpst.so.4.1.2
40 # 0.6.53 libpst.so.4 libpst.so.4.1.3 40 # 0.6.53 libpst.so.4 libpst.so.4.1.3
41 # 0.6.54 libpst.so.4 libpst.so.4.1.4 41 # 0.6.54 libpst.so.4 libpst.so.4.1.4
42 # 0.6.55 libpst.so.4 libpst.so.4.1.5 42 # 0.6.55 libpst.so.4 libpst.so.4.1.5
43 # 0.6.56 libpst.so.4 libpst.so.4.1.6
43 44
44 45
45 46
46 # Check for solaris 47 # Check for solaris
47 AC_MSG_CHECKING([for Solaris]) 48 AC_MSG_CHECKING([for Solaris])