autotools-project/README.md

31 lines
454 B
Markdown
Raw Permalink Normal View History

2022-06-07 01:09:06 +00:00
Autotools project
=================
This is a template of an Autotools project.
Table of contents
-----------------
* [Overview](#autotools-project)
* [Table of contents](#table-of-contents)
* [Usage](#usage)
Usage
-----
2022-06-07 01:09:06 +00:00
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`
2022-06-13 12:45:27 +00:00
* `VERSION`
2022-06-07 01:09:06 +00:00
2022-06-07 04:10:53 +00:00
Remove directory `include` and submodule `vendor/cross` if you don't need them.