Mercurial > libpst
diff 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 |
line wrap: on
line diff
--- a/configure.in Fri Dec 11 08:57:25 2009 -0800 +++ b/configure.in Sun Dec 13 14:48:20 2009 -0800 @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT(libpst,0.6.45,carl@five-ten-sg.com) +AC_INIT(libpst,0.6.46,carl@five-ten-sg.com) AC_CONFIG_SRCDIR([src/libpst.c]) AC_CONFIG_HEADER([config.h]) AM_INIT_AUTOMAKE @@ -303,7 +303,10 @@ AC_SUBST(PYTHON_VERSION, [$ax_python_bin]) fi - +gsf_flags="`pkg-config libgsf-1 --cflags`" +gsf_libs="`pkg-config libgsf-1 --libs`" +AC_SUBST(GSF_FLAGS, [$gsf_flags]) +AC_SUBST(GSF_LIBS, [$gsf_libs]) AC_OUTPUT( \ Makefile \