Skip to content

gizero/autotools-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Autotools Template

Overview

This is a skeleton project for a source tree based on the GNU Build System. The steps below walk through the process of running autotools so that the project can build built using the standard way:

./configure && make && make install

Prerequisites

You will need to install the following GNU tools:

autoconf
automake

Step-by-Step

Clone this repository:

git clone https://github.com/gizero/autotools-skeleton.git

Generate the configure script:

autoreconf -ivf

Configure and build the project:

./configure
make

About

minimalistic automake/autoconf project skeleton

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages