Mercurial > libpst
comparison configure.in @ 308:97c53c6868ab
add -m option to readpst to create Outlook .msg files
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Sun, 13 Dec 2009 14:48:20 -0800 |
parents | 67b24d6a45d6 |
children | b7f79da5fd55 |
comparison
equal
deleted
inserted
replaced
243:0199af9730b2 | 308:97c53c6868ab |
---|---|
1 AC_PREREQ(2.59) | 1 AC_PREREQ(2.59) |
2 AC_INIT(libpst,0.6.45,carl@five-ten-sg.com) | 2 AC_INIT(libpst,0.6.46,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 |
301 AC_MSG_ERROR(boost python not found) | 301 AC_MSG_ERROR(boost python not found) |
302 fi | 302 fi |
303 AC_SUBST(PYTHON_VERSION, [$ax_python_bin]) | 303 AC_SUBST(PYTHON_VERSION, [$ax_python_bin]) |
304 fi | 304 fi |
305 | 305 |
306 | 306 gsf_flags="`pkg-config libgsf-1 --cflags`" |
307 gsf_libs="`pkg-config libgsf-1 --libs`" | |
308 AC_SUBST(GSF_FLAGS, [$gsf_flags]) | |
309 AC_SUBST(GSF_LIBS, [$gsf_libs]) | |
307 | 310 |
308 AC_OUTPUT( \ | 311 AC_OUTPUT( \ |
309 Makefile \ | 312 Makefile \ |
310 debian/Makefile \ | 313 debian/Makefile \ |
311 html/Makefile \ | 314 html/Makefile \ |