Mercurial > libpst
comparison Makefile.cvs @ 163:03fbb0269f3c
fix large file support, some sytems require config.h to be included earlier in the compilation.
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Mon, 16 Mar 2009 12:43:31 -0700 |
parents | 0b1766da9be8 |
children | 265c7a65b75b |
comparison
equal
deleted
inserted
replaced
162:6cb85306e28a | 163:03fbb0269f3c |
---|---|
6 libtoolize --force --copy | 6 libtoolize --force --copy |
7 aclocal -I m4 | 7 aclocal -I m4 |
8 autoheader | 8 autoheader |
9 automake | 9 automake |
10 autoconf | 10 autoconf |
11 ./configure >/dev/null | |
11 rm -rf html.internal | 12 rm -rf html.internal |
12 doxygen | 13 doxygen |
13 tar cfz libpst.html.tar.gz html.internal | 14 tar cfz libpst.html.tar.gz html.internal |