On Fri, Nov 07, 2003 at 07:32:40AM -0800, Aleksey Sanin wrote:Yes it work.
2.) About second diff:This seems to be working fine for me thus I think this is correct :)
Might is typo err: $(datadir) or ${datadir} ?
this is correct because this is evaluated by the Makefile, not by the shell.
Daniel
O.K., but let see one of generated Makefile[s]:
================================================================
....
exec_prefix = ${prefix}bindir = ${exec_prefix}/bin
sbindir = ${exec_prefix}/sbin
libexecdir = ${exec_prefix}/libexec
datadir = ${prefix}/share
sysconfdir = ${prefix}/etc
....
================================================================
Correct style in configure{|.in|.ac} is to use {} not (), as example bindir is defined as ' ${exec_prefix}/bin' not as ' $(exec_prefix)/bin'.
_______________________________________________ xmlsec mailing list [EMAIL PROTECTED] http://www.aleksey.com/mailman/listinfo/xmlsec
