An open API service indexing awesome lists of open source software.

https://github.com/smoeding/autotools-template

My minimal template for a project using GNU Autotools
https://github.com/smoeding/autotools-template

autoconf autoconf-demo automake automake-demo autotools

Last synced: 2 months ago
JSON representation

My minimal template for a project using GNU Autotools

Awesome Lists containing this project

README

        

# Autotools Project Template

This directory contains a minimal template for a project using [GNU Autotools](https://en.wikipedia.org/wiki/GNU_Autotools).

Use the following commands to build:

``` shell
autoreconf -i
./configure
make
```