mirror of
https://github.com/tailix/autotools-project.git
synced 2024-10-27 05:23:30 -04:00
15 lines
294 B
Markdown
15 lines
294 B
Markdown
Autotools project
|
|
=================
|
|
|
|
This is a template of an Autotools project.
|
|
|
|
Don't forget to change the following files:
|
|
|
|
* `.gitignore`
|
|
* `AUTHORS`
|
|
* `configure.ac`
|
|
* `COPYING`
|
|
* `Makefile.am`
|
|
* `README.md`
|
|
|
|
Remove directory `include` and submodule `vendor/cross` if you don't need them.
|