Skip to content

McbearHolden/autoconf-project

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

basic autoconf c project demo

maybe you must install automake first

How to init this project

mkdir src
touch Makefile.am
touch configure.ac
touch src/Makefile.am
autoscan
cp configure.scan configure.ac
.... just like project code

How to run

./autogen.sh
./configure
make
src/dalongdemoapp

About

autoconf basic demo project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 69.8%
  • M4 23.4%
  • Makefile 5.9%
  • Shell 0.9%