autoconf skeleton for my projects
git clone https://github.com/kro-cat/autoconf-skel.git myrepo-name
cd myrepo-name
rm -rf .git
git initnone
This appliction is set up to be built using autotools. You may use
autoreconf --install to produce ./configure. It's a good idea to use
./configure in a build/ subdirectory or outside of the build tree.
Feel free to propose changes to the functionality or documentation of this application.