<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title></title>
</head>
<body>
Are you sure that all is correct ?<br>
===========================================<br>
--- xmlsec-20031105/configure.in 2003-11-05 13:57:11.000000000 +0200<br>
+++ xmlsec/configure.in 2003-11-07 11:52:16.000000000 +0200<br>
@@ -462,8 +462,8 @@<br>
NSS_NSS_H=""<br>
<br>
dnl process the mozilla options if any<br>
- if test "z$with_mozilla_version" != "z" ; then<br>
- MOZILLA_VERSION=$with_mozilla_version<br>
+ if test "z$with_mozilla_ver" != "z" ; then<br>
+ MOZILLA_VERSION=$with_mozilla_ver<br>
fi<br>
<br>
ac_mozilla_name=mozilla-$MOZILLA_VERSION<br>
@@ -897,7 +897,7 @@<br>
if test "z$with_html_dir" != "z" ; then<br>
XMLSEC_DOCDIR=$with_html_dir<br>
else<br>
- XMLSEC_DOCDIR=$datadir/doc/xmlsec1<br>
+ XMLSEC_DOCDIR='$(datadir)/doc/xmlsec1'<br>
fi<br>
<br>
AC_MSG_RESULT($XMLSEC_DOCDIR)<br>
===========================================<br>
<br>
1.) About first diff :<br>
<br>
1.1.) We have: AC_ARG_WITH(mozilla, [ --with-mozilla-ver=[VER] mozilla
version (alt to --with-nss, --with-nspr)]) !<br>
<br>
1.1.1.) We should check for variable with name "<b><font color="#33cc00">with_mozilla</font></b>"
not "with_mozilla_ver"<br>
<br>
1.1.2.) or to change AC_ARG_WITH as example:<br>
AC_ARG_WITH(mozilla<b><font color="#ff0000">-ver</font></b>, [ --with-mozilla-ver=[VER]
mozilla version (alt to --with-nss, --with-nspr)])<br>
<br>
1.2.) Script can be run with argument --without-mozilla/--without-mozilla-ver
(depend from a.) in this case MOZILLA_VERSION should be set to "<font
color="#3333ff"><b>no</b></font>"<br>
<br>
2.) About second diff:<br>
Might is typo err: $(datadir) or ${datadir} ?<br>
<br>
<br>
Aleksey Sanin wrote:<br>
<blockquote type="cite" cite="mid3FAB4769.9090403@aleksey.com"><br>
<blockquote type="cite">Another one needed for arches where you get both
32bits and 64bits<br>
look in /usr/lib64 for shared libraries.<br>
<br>
</blockquote>
I have switched to pkgconfig and I hope that will solve problems for you.
But I added<br>
/usr/lib64 for both OpenSSL and NSS. I don't think it can cause any problems
:)<br>
<br>
Daniel, I think you can checkin these configure.in changes in CVS yourself
(I guess<br>
you have write access to xmlsec CVS). I bet that you know about these configuration
<br>
files more than I do anyway :)<br>
<br>
<br>
Thanks for the patches!<br>
Aleksey<br>
<br>
<br>
<br>
<br>
<br>
_______________________________________________<br>
xmlsec mailing list<br>
<a class="moz-txt-link-abbreviated" href="mailto:xmlsec@aleksey.com">xmlsec@aleksey.com</a><br>
<a class="moz-txt-link-freetext" href="http://www.aleksey.com/mailman/listinfo/xmlsec">http://www.aleksey.com/mailman/listinfo/xmlsec</a><br>
<br>
<br>
</blockquote>
<br>
<br>
</body>
</html>