mirror of
https://github.com/tailix/autotools-project.git
synced 2024-11-18 13:54:58 -05: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:
.gitignore
AUTHORS
configure.ac
COPYING
Makefile.am
README.md
VERSION
Remove directory include
and submodule vendor/cross
if you don't need them.