Mercurial > libpst
comparison configure.in @ 41:183ae993b9ad
security fix for potential buffer overrun in lz decompress
author | carl |
---|---|
date | Tue, 02 Oct 2007 15:49:44 -0700 |
parents | be6d5329cc01 |
children | f6db1f060a95 |
comparison
equal
deleted
inserted
replaced
40:be6d5329cc01 | 41:183ae993b9ad |
---|---|
1 AC_INIT(configure.in) | 1 AC_INIT(configure.in) |
2 | 2 |
3 AM_CONFIG_HEADER(config.h) | 3 AM_CONFIG_HEADER(config.h) |
4 AM_INIT_AUTOMAKE(libpst,0.5.11) | 4 AM_INIT_AUTOMAKE(libpst,0.5.12) |
5 AC_PATH_PROGS(BASH, bash) | 5 AC_PATH_PROGS(BASH, bash) |
6 | 6 |
7 AC_LANG_CPLUSPLUS | 7 AC_LANG_CPLUSPLUS |
8 AC_PROG_CXX | 8 AC_PROG_CXX |
9 AC_PROG_LIBTOOL | 9 AC_PROG_LIBTOOL |