Skip to content

TravorLZH/autotools-helloworld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Autotools Helloworld

Before to build this project, you should have your autoconf and automake installed.

To build configure script, using the following steps:

autoheader

aclocal

automake --add-missing

autoconf

To build the whole project, using the following:

./configure

make

make install

Also, you can archive this project using make dist

About

This is a demonstrative project written in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published