aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh
blob: 20db562087df706c330a4b0838a7cb64ef2a5988 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
# autogen.sh - generates configure using the autotools
# $Id: autogen.sh,v 1.1 2004/03/04 08:12:13 firechipmunk Exp $
libtoolize --force --copy
#libtoolize14  --force --copy
aclocal-1.9 -I m4
autoheader
automake-1.9 --add-missing --copy --foreign
autoconf
rm -rf autom4te.cache
2a7b2798e7c919'>Force SDBM.Gravatar Nikos Mavrogiannopoulos 2010-07-01 * if private key import fails try as pkcs8 key.Gravatar Nokis Mavrogiannopoulos 2009-05-21 * removed limit on ca certificates' numberGravatar Nokis Mavrogiannopoulos 2009-01-24 * added option to disable srp (for distributions that disable it in gnutls)Gravatar Nokis Mavrogiannopoulos 2008-02-20 * more changes for openpgp support. Seems to be at a workable state.Gravatar Nokis Mavrogiannopoulos 2007-12-16 * Initial support for openpgp keysGravatar Nokis Mavrogiannopoulos 2007-12-15 * Added support for sending more than one certificate.Gravatar Nokis Mavrogiannopoulos 2007-12-08 * added more error checks.Gravatar Nokis Mavrogiannopoulos 2007-12-03 * better handling of RSAFile and DHFileGravatar Nokis Mavrogiannopoulos 2007-12-03 * No more defaults for dhparams, rsaparams. Check for GnuTLSPriorities.Gravatar Nokis Mavrogiannopoulos 2007-12-02 * Added support for subject alternative names. (untested)Gravatar Nokis Mavrogiannopoulos 2007-12-01 * upgraded to 0.4.00.4.0Gravatar Nokis Mavrogiannopoulos 2007-11-28 * start the CA Certificate code.