I need to build a lib that is configured with autotools. The usual configure && make && make install
steps produce versioned shared lib, something like libfoo.so.x.x
Is it possible to modify configure.ac or Makefile.am (and of course follow up with autoreconf ) so that un-versioned lib is build.
Thank you!