Autoconf for dummies :)

I have been making a projects up wth autoconf  recently and i intend to clean up all my projects here if its java to be with ant build file! And then on with c projects with autoconf etc..

Anyways yeah read it because it makes it so easy this tutorial!

Whoops forgot to link: http://www.galassi.org/mark//mydocs/autoconf_tutorial_toc.html

ciao [...]

String Matching algorithms?! This is my one :)

Hoping wordpress can make this code look half decent! Its in C:
//it is like the Boyer Moore algorithm but i dont think its fully optimized

/**
* @eturn returns the postition of the comparison
* returns -1 if it cannot be found else i
* @param str is the string you want to search through!
[...]