Mercurial > libpst
comparison configure.in @ 270:6c73cd336d5d
prep for fedora build
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Sun, 17 Apr 2011 19:27:26 -0700 |
parents | c947b8812120 |
children | 6a9f92d4e449 |
comparison
equal
deleted
inserted
replaced
269:5ca87faa020b | 270:6c73cd336d5d |
---|---|
1 AC_PREREQ(2.59) | 1 AC_PREREQ(2.59) |
2 AC_INIT(libpst,0.6.50,carl@five-ten-sg.com) | 2 AC_INIT(libpst,0.6.51,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:0:1' | 22 libpst_version_info='5:1: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 |
33 # 0.6.43 libpst.so.4 libpst.so.4.0.1 | 33 # 0.6.43 libpst.so.4 libpst.so.4.0.1 |
34 # 0.6.47 libpst.so.4 libpst.so.4.0.2 | 34 # 0.6.47 libpst.so.4 libpst.so.4.0.2 |
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 | 39 |
39 | 40 |
40 | 41 |
41 # Check for solaris | 42 # Check for solaris |
42 AC_MSG_CHECKING([for Solaris]) | 43 AC_MSG_CHECKING([for Solaris]) |