shrext='$(test .$module = .yes && echo .so || echo .dylib)'
If I cahnge this line to
shrext=`test .$module = .yes && echo .so || echo .dylib`
everything works just fine (note that in the tarball xmlsec distribution this line
shows up in several files thus you need to change all of them).
All these autoconf scripts is a black magic to me thus I am not sure that my
change is correct. The aclocal.m4 file in xmlsec distribution is picked up from
my build box libtool files. And as I just checked I have latest and greatest libtool
version installed. Probably we need to find some Mac expert who can help with
this.
Aleksey
_______________________________________________ xmlsec mailing list [EMAIL PROTECTED] http://www.aleksey.com/mailman/listinfo/xmlsec
