Hi there, I'm developing an application that uses mysql.h and math.h. But I am having troubles to link it. If I put the linking options directly into the makefile, things work. The problem is that everytime I run autogen.sh these things are lost. So how can I make autogen to generate a makefile with -lm and -lmysql??? I apreciate your help, Thanks a lot!