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