
;; Make sure we got a good diff and diff3
;; 

nonl-safe-diff gnu-diff gnu-diff3

;; And a good GNU patch, too
;; 

gnu-patch-test gnu-patch

;; We use libgpgme to avoid maintaing YAGP
header-test have-gpgme-h-header '<gpgme.h>'
library-test gpgme-library -lgpgme

;; We use pth when gpgme does
library-test pth-library -lpth

;; We use expat to parse bzr trees
header-test have-expat-h-header '<expat.h>'
library-test expat-library -lexpat

;; We use neon to talk to web servers
header-test have-neon-h-header '<neon.h>'
library-test neon-library -lneon
;; Which sometimes uses ssl
library-test ssl-library -lssl
;; Which wants crypto
library-test crypto-library -lcrypto

;; We use intl for internationalisation
header-test have-intl-h-header '<libintl.h>'
library-test intl-library -lintl
