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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user