[xmlsec] Problem with --with-mozilla-ver configure option

Roumen Petrov xmlsec at roumenpetrov.info
Mon Nov 10 05:38:59 PST 2003


Daniel Veillard wrote:

>On Fri, Nov 07, 2003 at 07:32:40AM -0800, Aleksey Sanin wrote:
>  
>
>>>2.) About second diff:
>>>Might is typo err: $(datadir) or ${datadir} ?
>>>      
>>>
>>This seems to be working fine for me thus I think this is correct :)
>>    
>>
Yes it work.

>
>  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'.





More information about the xmlsec mailing list