1
0
Fork 0
mirror of https://github.com/tailix/autotools-project.git synced 2025-03-31 17:35:28 -04:00
This is a template of an Autotools project
Find a file Use this template
2022-06-11 14:02:47 +03: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
autogen.sh Enable warnings 2022-06-09 04:37:40 +03:00
ChangeLog Initial commit 2022-06-07 04:14:39 +03:00
configure.ac Use Libtool 2022-06-11 13:56:11 +03:00
COPYING 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 Add library example 2022-06-07 07:10:53 +03:00

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.