added server certificate SWISSSIGN_SERVER_GOLD_CA_2008_G2; allow reject of authentication; added meaningful about dialog; added history menu; refs #22

This commit is contained in:
Marc Wäckerlin
2011-04-27 11:30:29 +00:00
parent bfdea30255
commit 94fe11262a
10 changed files with 339 additions and 189 deletions

View File

@@ -6,11 +6,12 @@ DOC_DIR=doc
m4_define(x_packagename, swisssurfer)
m4_define(x_major, 1)
m4_define(x_minor, 0)
m4_define(x_minor, 1)
PACKAGENAME=x_packagename
MAJOR=x_major
MINOR=x_minor
BUILDDATE=$(date "+%d.%m.%Y")
LEAST="ERROR-UNDEFINED-REVISION-to-be-built-in-subdirectory-of-svn-checkout"
for path in . .. ../..; do
@@ -30,6 +31,7 @@ AC_CONFIG_FILES(makefile
AC_SUBST(MAJOR)
AC_SUBST(MINOR)
AC_SUBST(LEAST)
AC_SUBST(BUILDDATE)
# libtool versioning
LIB_MAJOR=m4_eval(x_major+x_minor)