Hello Werner, * Werner LEMBERG wrote on Sun, Jan 04, 2009 at 09:39:14AM CET: > > What about adding a test to find out the extension of (static) > libraries? Having a LIBEXT variable would be quite helpful.
You can use Libtool to find this out. If that is overkill for you, you can alternatively use the gnulib module havelib (which will use the logic in the config.rpath file to set libext). Cheers, Ralf