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.
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 anautogen.sh
to do that. This seems pretty typical in other projects.