comparison configure.in @ 304:5338d93889aa

preserve bcc headers, document -C switch to set default character set, space after colon is not required in header fields
author Carl Byington <carl@five-ten-sg.com>
date Tue, 08 May 2012 10:52:24 -0700
parents 1d181966da22
children c4537664ff50
comparison
equal deleted inserted replaced
303:23915d34387f 304:5338d93889aa
1 AC_PREREQ(2.59) 1 AC_PREREQ(2.59)
2 AC_INIT(libpst,0.6.54,carl@five-ten-sg.com) 2 AC_INIT(libpst,0.6.55,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:4:1' 22 libpst_version_info='5:5: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
37 # 0.6.50 libpst.so.4 libpst.so.4.1.0 37 # 0.6.50 libpst.so.4 libpst.so.4.1.0
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 43
43 44
44 45
45 # Check for solaris 46 # Check for solaris
46 AC_MSG_CHECKING([for Solaris]) 47 AC_MSG_CHECKING([for Solaris])