Hello,

I have following problem. My program uses mysqlclient library which is stored at different paths for 32-bit and 64-bit environments (/usr/lib/mysql or /usr/lib64/mysql respectively). I need to create standard build scripts using autoconf and automake.

What is the best ans standard way to configure either autoconf or automake to automatically determine path to mysql library?

Thanks for any answer.

Kind regards,
Vojta