Results 1 to 1 of 1
Hi Everybody,
I have the application like this,
pherepheral ,mainsource.c , module1_temp.c , module_humidity.c
In the above details,
In pherepheral.h , i included all the header files and necessary global ...
- 10-04-2007 #1Linux Newbie
- Join Date
- Oct 2006
- Posts
- 107
Autoconf and Automake
Hi Everybody,
I have the application like this,
pherepheral ,mainsource.c , module1_temp.c , module_humidity.c
In the above details,
In pherepheral.h , i included all the header files and necessary global variables.
In mainsource.c , i have the main source code , which i load the modules(module_temp.c, module_humidity.c) dynamically using dl funnctions.
In module_temp.c & module_humidity.c , i written the code for calculating temperature and humidity.
So , i want to run automake and autoconf , to generate the configure file and Mkaefile .
if anybody knows , pls tell me how to use these autoconf and automake.
Thanks in Advance


Reply With Quote