Mercurial > libpst
comparison configure.in @ 191:4b498fd68464
add pst_attach_to_mem() back into the shared library interface.
improve developer documentation.
fix memory leak caught by valgrind.
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Wed, 15 Apr 2009 18:39:42 -0700 |
parents | 05dc6892d7e4 |
children | 320cfcba8058 |
comparison
equal
deleted
inserted
replaced
190:e3a63888cdd4 | 191:4b498fd68464 |
---|---|
1 AC_PREREQ(2.59) | 1 AC_PREREQ(2.59) |
2 AC_INIT(libpst,0.6.36,carl@five-ten-sg.com) | 2 AC_INIT(libpst,0.6.37,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='2:0:0' | 22 libpst_version_info='3:0:1' |
23 AC_SUBST(LIBPST_VERSION_INFO, [$libpst_version_info]) | 23 AC_SUBST(LIBPST_VERSION_INFO, [$libpst_version_info]) |
24 libpst_so_major='2' | 24 libpst_so_major='2' |
25 AC_SUBST(LIBPST_SO_MAJOR, [$libpst_so_major]) | 25 AC_SUBST(LIBPST_SO_MAJOR, [$libpst_so_major]) |
26 | 26 |
27 # libpst | 27 # libpst |
28 # version soname so library name | 28 # version soname so library name |
29 # 0.6.35 libpst.so.2 libpst.so.2.0.0 | 29 # 0.6.35 libpst.so.2 libpst.so.2.0.0 |
30 | 30 # 0.6.37 libpst.so.2 libpst.so.2.1.0 |
31 | 31 |
32 | 32 |
33 | 33 |
34 # Check for win32 | 34 # Check for win32 |
35 AC_MSG_CHECKING([for Win32]) | 35 AC_MSG_CHECKING([for Win32]) |