GNOME Bugzilla – Bug 553394
doesn't build using libtool2 due to incorrect libtool use in configure
Last modified: 2009-01-22 01:57:02 UTC
the configure code seems to not work when using libtool2: " if /bin/sh ../libtool --mode=compile ${CC} $PYTHON_CFLAGS -c testpython.c >/dev/null 2>&1 && \ /bin/sh ../libtool --mode=link ${CC} -o testpython.la -rpath `pwd` -module -avoid-version $PYTHON_LIB_LOC testpython.lo $PYTHON_LIBS $PYTHON_EXTRA_LIBS >/dev/null 2>&1 && \ grep 'dlname.*testpython' testpython.la >/dev/null 2>&1; then result=yes else result=no have_python=no fi"
This is fixed in trunk now, thanks.