# HG changeset patch # User carl # Date 1140413223 28800 # Node ID e5418051878c513fb059686a3242366c9a6eb834 # Parent 1acd3231c3a40403aa2dc4fc5493ddd5c2f004fb switch to automake/autoconf diff -r 1acd3231c3a4 -r e5418051878c configure.in --- a/configure.in Sun Feb 19 20:19:38 2006 -0800 +++ b/configure.in Sun Feb 19 21:27:03 2006 -0800 @@ -15,6 +15,7 @@ info/Makefile \ man/Makefile \ src/Makefile \ + src/version.h \ xml/Makefile \ xml/libpst \ ) diff -r 1acd3231c3a4 -r e5418051878c src/Makefile.am --- a/src/Makefile.am Sun Feb 19 20:19:38 2006 -0800 +++ b/src/Makefile.am Sun Feb 19 21:27:03 2006 -0800 @@ -1,8 +1,9 @@ +hfiles = $(wildcard *.h) bin_PROGRAMS = lspst readpst readpstlog pst2ldif -lspst_SOURCES = debug.c libpst.c libstrfunc.c lspst.c timeconv.c -readpst_SOURCES = readpst.c libpst.c timeconv.c libstrfunc.c debug.c lzfu.c -readpstlog_SOURCES = readpstlog.c debug.c -pst2ldif_SOURCES = pst2ldif.cpp libpst.c timeconv.c libstrfunc.c debug.c lzfu.c +lspst_SOURCES = $(hfiles) debug.c libpst.c libstrfunc.c lspst.c timeconv.c +readpst_SOURCES = $(hfiles) readpst.c libpst.c timeconv.c libstrfunc.c debug.c lzfu.c +readpstlog_SOURCES = $(hfiles) readpstlog.c debug.c +pst2ldif_SOURCES = $(hfiles) pst2ldif.cpp libpst.c timeconv.c libstrfunc.c debug.c lzfu.c EXTRA_DIST = dumpblocks.c getidblock.c testdebug.c # set the include path found by configure diff -r 1acd3231c3a4 -r e5418051878c src/nick2ldif.cpp --- a/src/nick2ldif.cpp Sun Feb 19 20:19:38 2006 -0800 +++ b/src/nick2ldif.cpp Sun Feb 19 21:27:03 2006 -0800 @@ -10,6 +10,7 @@ #include //#include #include +#include "version.h" char *ldap_base = NULL; char *ldap_org = NULL; diff -r 1acd3231c3a4 -r e5418051878c src/readpst.c --- a/src/readpst.c Sun Feb 19 20:19:38 2006 -0800 +++ b/src/readpst.c Sun Feb 19 21:27:03 2006 -0800 @@ -31,6 +31,7 @@ #include "libstrfunc.h" // for base64_encoding +#include "version.h" #include "define.h" #include "libpst.h" #include "common.h" diff -r 1acd3231c3a4 -r e5418051878c xml/libpst.in --- a/xml/libpst.in Sun Feb 19 20:19:38 2006 -0800 +++ b/xml/libpst.in Sun Feb 19 21:27:03 2006 -0800 @@ -65,8 +65,8 @@ -d debug-file - Specify name of debug log file. Defaults to "readpst.log". The log - file isn't an ascii file, it is a binary file readable by readpstlog. + Specify name of debug log file. Defaults to "readpst.log". The log + file is not an ascii file, it is a binary file readable by readpstlog. @@ -100,7 +100,7 @@ -r Changes the output format to Recursive. This will create folders as - named in the PST file, and will put all emails in a file called "mbox" + named in the PST file, and will put all emails in a file called "mbox" inside each folder. These files are then compatible with all mbox-compatible email clients. @@ -209,8 +209,7 @@ Description This manual page briefly documents the readpstlog command. - - readpstlog + readpstlog is a program that reads the binary logfile generated by readpst, and outputs it in a more desirable format (i.e. text).