Skip to content

Latest commit

 

History

History

autotools

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

autotools sample

code taken from stackoverflow

This is autotools minimal template for a c program using gcc compiler.

Instructions:

$ autoreconf --install

$ ./autogen.sh

$ ./configure --prefix=`pwd`/out

$ make

$ make install