Matthias Jung wrote:
[SNIP]
My suggestion as long -M ld option is not clear ;-)

VERSION_SCRIPT_FLAGS=
$($LD --help 2>&1 | grep -- --version-script >/dev/null) && \
   VERSION_SCRIPT_FLAGS=-Wl,--version-script=


May be is time project to upgrade libtool to 2.+ version where exist flag with_gnu_ld.


if test -n "$VERSION_SCRIPT_FLAGS"; then
 USE_VERSION_SCRIPT_TRUE=
 USE_VERSION_SCRIPT_FALSE='#'
else
 USE_VERSION_SCRIPT_TRUE='#'
 USE_VERSION_SCRIPT_FALSE=
fi

Why ? Did you found problem with AM_CONDITIONAL macro ?
[SNIP]
_______________________________________________
xml mailing list, project page  http://xmlsoft.org/
xml@gnome.org
http://mail.gnome.org/mailman/listinfo/xml

Reply via email to