Commit Graph

17 Commits

Author SHA1 Message Date
ajacoutot
235bf21a91 Update to p11-kit-0.14. 2012-09-27 09:30:06 +00:00
ajacoutot
ef5cb32a0f Stupid autohell is stupid...
The situation is this: even when we --disable-gtk-doc, if gtk-doc is
actually installed at configure stage, tools like gtkdoc-rebase will be
picked up and run during the install target. That is bad because the
gtk-doc package may have been removed by then, especially during dpb(1)
bulks (we explicitely disable support for it so why should it stay...).

So for now, let's add the following env to configure whenever we use
--disable-gtk-doc, until a bettersolution is found...
CONFIGURE_ENV +=ac_cv_path_GTKDOC_CHECK="" \
		ac_cv_path_GTKDOC_REBASE="" \
		ac_cv_path_GTKDOC_MKPDF=""
2012-09-21 14:48:05 +00:00
ajacoutot
f52a6e36e2 autoconf is a weird science... 2012-08-23 13:29:02 +00:00
ajacoutot
6a8b22e40d Committed upstream. 2012-08-22 06:28:53 +00:00
sthen
c34880420b sync configure.ac program_invocation_short_name test with the one in
gnulib in gnutls, this fixes a build problem I've seen on some (but not
other) machines. ok ajacoutot@
2012-08-21 09:13:33 +00:00
ajacoutot
47f3bffd1f Bugfix update to p11-kit-0.13. 2012-08-19 11:10:43 +00:00
ajacoutot
ba9bc2aa60 Update to p11-kit-0.12. 2012-03-23 13:22:38 +00:00
ajacoutot
aad00d8f5b Update to p11-kit-0.11. 2012-02-19 19:08:37 +00:00
ajacoutot
d631672629 Minor update to p11-kit-0.10. 2012-01-24 09:46:04 +00:00
ajacoutot
04b2a387a8 Minor update to p11-kit-0.9. 2011-11-24 15:01:26 +00:00
ajacoutot
7f92f20b1e Minor update to p11-kit-0.7. 2011-10-22 22:48:33 +00:00
ajacoutot
387b158cab Explicitely set the module path. 2011-09-18 21:38:42 +00:00
ajacoutot
39d509919c Install the config file as pkcs11.conf.example, as intended. 2011-09-18 15:45:18 +00:00
ajacoutot
5973199aee Fix exampledir. 2011-09-18 12:13:41 +00:00
ajacoutot
690717a5b6 Minor update to p11-kit-0.6. 2011-09-18 12:02:33 +00:00
naddy
49e91c2d57 disable additional warning options, some of which are not available with
gcc < 4
2011-08-28 13:46:51 +00:00
ajacoutot
0409ce7956 Import p11-kit-0.4.
p11-kit provides a way to load and enumerate PKCS#11 modules. It
implements a standard discoverable configuration for installed PKCS#11
modules.

(this is needed for an upcoming gnutls update)

ok jasper@
2011-08-22 08:04:14 +00:00