Skip to content

Files

Latest commit

71cb892 · Feb 28, 2016

History

History

autotools

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Aug 15, 2015
Feb 28, 2016

Autotools

  1. Hello world

GNU's build system.

CMake is likely more portable. But if you ever touch a GNU project, better learn this.

KDE is a notable project that dumped it for CMake in KDE 4: https://lwn.net/Articles/188693/

Build object files to custom directory

http://stackoverflow.com/questions/1015700/autotools-library-and-object-file-output-control

cd into the desired directory, and ../configure from there.

Compilation flags

Pass an extra one at make time: