On 01/28/10 08:03, and...@amigasoft.net wrote:

On *unix: "ltmain.sh (GNU libtool) 2.2.6b"
On Cygwin: "libtool (GNU libtool 1.3140 2009-12-30) 2.2.7a"

> ltdlver=`${LIBTOOLIZE:-libtoolize} --version | head -1 | cut
> -d ' ' -f 4`
> ltdlmajor=`echo $ltdlver | cut -d '.' -f 1`
> 
> are wrong since they return ltdlmajor as version 1 since
> ltdlver is 1.3110
> 
> forcing ltdltmajor=2 cure the problem.. :)

  Aha! This has been driving me nuts as I've been trying Cygwin builds
too. Glad you tracked it down. I just checked in a proper fix for this
bug. Now autogen.sh strips out anything between (.*), so the version
number is in the same place on *unix or cygwin. Fix checked in as of
revno #11851.

        - rob -


_______________________________________________
Gnash-dev mailing list
Gnash-dev@gnu.org
http://lists.gnu.org/mailman/listinfo/gnash-dev

Reply via email to