comparison configure.in @ 293:5b3e7661adad

prep for fedora build
author Carl Byington <carl@five-ten-sg.com>
date Sun, 10 Jul 2011 16:01:22 -0700
parents fa7fc1ac6385
children 47abe56076da
comparison
equal deleted inserted replaced
292:e0e5844d91b3 293:5b3e7661adad
1 AC_PREREQ(2.59) 1 AC_PREREQ(2.59)
2 AC_INIT(libpst,0.6.52,carl@five-ten-sg.com) 2 AC_INIT(libpst,0.6.53,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:2:1' 22 libpst_version_info='5:3: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
35 # 0.6.48 libpst.so.4 libpst.so.4.0.3 35 # 0.6.48 libpst.so.4 libpst.so.4.0.3
36 # 0.6.49 libpst.so.4 libpst.so.4.0.4 36 # 0.6.49 libpst.so.4 libpst.so.4.0.4
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 41
41 42
42 43
43 # Check for solaris 44 # Check for solaris
44 AC_MSG_CHECKING([for Solaris]) 45 AC_MSG_CHECKING([for Solaris])