[ft] How do I configure freetype to build without versioning?

2013-09-08 Thread Preet
I'm trying to build freetype as a shared lib without soname versioning. Apparently its possible to pass the 'avoid-version' flag with autoconf/automake/libtool ... but I'm having trouble figuring this out (I have no experience with automake and libtool). I'd appreciate any advice. Preet

Re: [ft] How do I configure freetype to build without versioning?

2013-09-08 Thread suzuki toshiya
Hi, If you're working with Unix and doing ./configure make ... style, please check builds/unix/unix-cc.in, its last part is a skeleton to invoke GNU libtool, you may be able to manipulate the flags to be passed. Regards, mpsuzuki On 09/09/2013 06:43 AM, Preet wrote: I'm trying to build

Re: [ft] How do I configure freetype to build without versioning?

2013-09-08 Thread Preet
On Sun, Sep 8, 2013 at 6:32 PM, suzuki toshiya mpsuz...@hiroshima-u.ac.jpwrote: Hi, If you're working with Unix and doing ./configure make ... style, please check builds/unix/unix-cc.in, its last part is a skeleton to invoke GNU libtool, you may be able to manipulate the flags to be