comparison configure.ac @ 401:c1b1bbd42696

Markus Schnalke - fix from Debian for vcard version format
author Carl Byington <carl@five-ten-sg.com>
date Sun, 22 Mar 2020 18:13:33 -0700
parents 3cbda103e0ef
children 24871e6cdd69
comparison
equal deleted inserted replaced
400:c6b10ac09bb6 401:c1b1bbd42696
1 AC_PREREQ(2.60) 1 AC_PREREQ(2.60)
2 AC_INIT(libpst,0.6.74,carl@five-ten-sg.com) 2 AC_INIT(libpst,0.6.75,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:16:1' 24 libpst_version_info='5:17: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
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 # 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 60
60 61
61 62
62 # Check for solaris 63 # Check for solaris
63 AC_MSG_CHECKING([for Solaris]) 64 AC_MSG_CHECKING([for Solaris])