mirror of
https://github.com/tailix/autotools-project.git
synced 2025-10-30 23:16:12 -04:00
This is a template of an Autotools project
|
|
||
|---|---|---|
| include | ||
| m4 | ||
| src | ||
| vendor | ||
| .gitignore | ||
| .gitmodules | ||
| AUTHORS | ||
| autogen.sh | ||
| ChangeLog | ||
| configure.ac | ||
| COPYING | ||
| Makefile.am | ||
| NEWS | ||
| NEWS.md | ||
| README | ||
| README.md | ||
| VERSION | ||
Autotools project
This is a template of an Autotools project.
Table of contents
Usage
Don't forget to change the following files:
.gitignoreAUTHORSconfigure.acCOPYINGMakefile.amREADME.mdVERSION
Remove directory include and submodule vendor/cross if you don't need them.