Mercurial > libpst
comparison configure.in @ 170:0e1e048716e4
fix bug where we failed to pickup the last extended attribute.
patch from Emmanuel Andry to fix potential security bug in pst2dii with printf(err).
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Sun, 22 Mar 2009 14:34:26 -0700 |
parents | 40e9de445038 |
children | 6954d315aaa8 |
comparison
equal
deleted
inserted
replaced
169:062aa7b7ec22 | 170:0e1e048716e4 |
---|---|
1 AC_PREREQ(2.59) | 1 AC_PREREQ(2.59) |
2 AC_INIT(libpst,0.6.34,carl@five-ten-sg.com) | 2 AC_INIT(libpst,0.6.35,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 |