comparison configure.in @ 323:2474d01043cd stable-0-6-58

fix From quoting on embedded rfc/822 messages
author Carl Byington <carl@five-ten-sg.com>
date Fri, 28 Dec 2012 14:45:27 -0800
parents cd8dc65b9895
children cb67b335afcc
comparison
equal deleted inserted replaced
322:dda88a4e70dd 323:2474d01043cd
1 AC_PREREQ(2.59) 1 AC_PREREQ(2.59)
2 AC_INIT(libpst,0.6.57,carl@five-ten-sg.com) 2 AC_INIT(libpst,0.6.58,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:6:1' 22 libpst_version_info='5:7: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
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 # 0.6.56 libpst.so.4 libpst.so.4.1.6
44 # 0.6.57 libpst.so.4 libpst.so.4.1.6 44 # 0.6.57 libpst.so.4 libpst.so.4.1.6
45 # 0.6.58 libpst.so.4 libpst.so.4.1.7
45 46
46 47
47 48
48 # Check for solaris 49 # Check for solaris
49 AC_MSG_CHECKING([for Solaris]) 50 AC_MSG_CHECKING([for Solaris])