comparison configure.in @ 368:6d30cd0d0bef stable-0-6-69

prep for fedora build
author Carl Byington <carl@five-ten-sg.com>
date Sat, 29 Oct 2016 17:30:51 -0700
parents 3a1d25c579c6
children 8700cc322c0c
comparison
equal deleted inserted replaced
367:6b7c19a820e1 368:6d30cd0d0bef
1 AC_PREREQ(2.60) 1 AC_PREREQ(2.60)
2 AC_INIT(libpst,0.6.68,carl@five-ten-sg.com) 2 AC_INIT(libpst,0.6.69,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:13:1' 24 libpst_version_info='5:14: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
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 # 0.6.68 libpst.so.4 libpst.so.4.1.13
56 # 0.6.69 libpst.so.4 libpst.so.4.1.14
56 57
57 58
58 59
59 # Check for solaris 60 # Check for solaris
60 AC_MSG_CHECKING([for Solaris]) 61 AC_MSG_CHECKING([for Solaris])