halayli / lthread

lthread, a multicore enabled coroutine library written in C
Other
814 stars 82 forks source link

Remove auto-generated files and update build instructions. #6

Closed waywardmonkeys closed 12 years ago

waywardmonkeys commented 12 years ago

This removes the autogenerated files from git. It means that someone wanting to run configure needs to generate it. The easiest way to do this is via autoreconf -fi and I've included an autogen.sh to do that. This seems pretty typical in other projects.