aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh
blob: eec4b5f56d7ed8a5143dde8b233a569a75d2bef4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
# Run this to generate all the initial makefiles, etc.

srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.

PKG_NAME="evolution"


. $srcdir/macros/autogen.sh
/td>2000-11-291-3/+2 * Turn off index stats by default.Not Zed2000-11-285-17/+31 * If we have the namecache active, and there is no name there, we add itNot Zed2000-11-274-5/+278 * Initialise nameinit & namecache. (contains_name): On first call, load allNot Zed2000-11-163-1/+76 * #include <stdlib.h> to remove warning. #include <stdlib.h> and <string.h>.Kjartan Maraas2000-10-313-0/+8 * Oopps, knew i shoul'dve compiled before committing.Michael Zucci2000-10-263-2/+4 * Another slight performance improvement, reads the list of wordsNot Zed2000-10-264-29/+67 * No longer include <db.h>52000-10-262-1/+4 * Bugfixes, performance improvemnts. Should scale up much better thanNot Zed2000-10-2513-86/+1121 * ShushJP Rosevear2000-10-252-0/+5 * Dumps the contents of indexs.Not Zed2000-10-245-6/+91 * Bumped ibex rev.Not Zed2000-10-123-3/+8 * Added some stat stuff.Not Zed2000-10-125-26/+187