comparison configure.in @ 174:9bbc834d5f3e

new debianization from hggdh
author Carl Byington <carl@five-ten-sg.com>
date Tue, 07 Apr 2009 13:45:20 -0700
parents d9393349ab29
children 83cb32e41f80
comparison
equal deleted inserted replaced
173:d9393349ab29 174:9bbc834d5f3e
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='2:0:0'
23 AC_SUBST(LIBPST_VERSION_INFO, [$libpst_version_info]) 23 AC_SUBST(LIBPST_VERSION_INFO, [$libpst_version_info])
24 libpst_so_major='2'
25 AC_SUBST(LIBPST_SO_MAJOR, [$libpst_so_major])
26
27 # libpst
28 # version soname so library name
29 # 0.6.35 libpst.so.2 libpst.so.2.0.0
30
31
24 32
25 33
26 # Check for win32 34 # Check for win32
27 AC_MSG_CHECKING([for Win32]) 35 AC_MSG_CHECKING([for Win32])
28 case "$host" in 36 case "$host" in