comparison configure.in @ 383:2379a4d8d9c7

Tim Dufrane - fix segfault in pst_close()
author Carl Byington <carl@five-ten-sg.com>
date Thu, 25 Jul 2019 07:43:49 -0700
parents 1e1970f93f94
children
comparison
equal deleted inserted replaced
382:7eab29e13e61 383:2379a4d8d9c7
1 AC_PREREQ(2.60) 1 AC_PREREQ(2.60)
2 AC_INIT(libpst,0.6.72,carl@five-ten-sg.com) 2 AC_INIT(libpst,0.6.73,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:14:1' 24 libpst_version_info='5:15: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
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 # 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 58
58 59
59 60
60 # Check for solaris 61 # Check for solaris
61 AC_MSG_CHECKING([for Solaris]) 62 AC_MSG_CHECKING([for Solaris])