matt-hayden / autotools-example

A minimal example of autotools packaging

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

autotools-example

A minimal example of autotools packaging

Steps for use:

MAXLOAD=$(awk "BEGIN { print $(nproc) - 0.5 }")
autoreconf -iv
(in some build dir) .../configure (options)
make -j -l $MAXLOAD install

About

A minimal example of autotools packaging

License:The Unlicense


Languages

Language:C 40.1%Language:Python 31.4%Language:M4 18.8%Language:Makefile 8.8%Language:Shell 0.9%