This is a template of an Autotools project
Go to file Use this template
Alex Kotov 9af1ffb653
Enable warnings
2022-06-09 04:37:40 +03:00
include Add library example 2022-06-07 07:10:53 +03:00
src Add library example 2022-06-07 07:10:53 +03:00
vendor Initial commit 2022-06-07 04:14:39 +03:00
.gitignore Add library example 2022-06-07 07:10:53 +03:00
.gitmodules Initial commit 2022-06-07 04:14:39 +03:00
AUTHORS Initial commit 2022-06-07 04:14:39 +03:00
COPYING Initial commit 2022-06-07 04:14:39 +03:00
ChangeLog Initial commit 2022-06-07 04:14:39 +03:00
Makefile.am Add library example 2022-06-07 07:10:53 +03:00
NEWS Initial commit 2022-06-07 04:14:39 +03:00
NEWS.md Initial commit 2022-06-07 04:14:39 +03:00
README Initial commit 2022-06-07 04:14:39 +03:00
README.md Add library example 2022-06-07 07:10:53 +03:00
autogen.sh Enable warnings 2022-06-09 04:37:40 +03:00
configure.ac Add library example 2022-06-07 07:10:53 +03:00

README.md

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.