autotools-project/README.md

16 lines
268 B
Markdown
Raw Normal View History

2022-06-07 01:09:06 +00:00
Autotools project
=================
This is a template of an Autotools project.
Don't forget to change the following files:
2022-06-07 01:29:28 +00:00
* `.gitignore`
2022-06-07 01:09:06 +00:00
* `AUTHORS`
* `configure.ac`
* `COPYING`
* `Makefile.am`
* `README.md`
Remove submodule `vendor/cross` if you don't need it.