This is a template of an Autotools project
Go to file Use this template
Alex Kotov 13b21e2fe5
Some improvements
* Require Autoconf 2.70
* Add table of contents
* Reorder configuration
2022-12-05 07:45:47 +04:00
include Add library example 2022-06-07 07:10:53 +03:00
m4 Use Libtool 2022-06-11 13:56:11 +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 Use Libtool 2022-06-11 13:56:11 +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 EXTRA_DIST 2022-06-11 14:02:47 +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 Some improvements 2022-12-05 07:45:47 +04:00
VERSION Add file "VERSION" 2022-06-13 15:45:27 +03:00
autogen.sh Enable warnings 2022-06-09 04:37:40 +03:00
configure.ac Some improvements 2022-12-05 07:45:47 +04:00

README.md

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.