summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorJinWang An <jinwang.an@samsung.com>2021-12-01 16:54:35 +0900
committerJinWang An <jinwang.an@samsung.com>2021-12-01 16:54:35 +0900
commitfd5caec0dccd1229c2b9dd5220c8e2b1ef966d0e (patch)
tree9a62094ccb327ef754b15997559dc60fd9b3cc25 /configure
parent1c25bd8f2d05ddcc1502bc0d59e23e038dfa6d60 (diff)
downloadgpgme-fd5caec0dccd1229c2b9dd5220c8e2b1ef966d0e.tar.gz
gpgme-fd5caec0dccd1229c2b9dd5220c8e2b1ef966d0e.tar.bz2
gpgme-fd5caec0dccd1229c2b9dd5220c8e2b1ef966d0e.zip
Imported Upstream version 1.6.0upstream/1.6.0
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure51
1 files changed, 33 insertions, 18 deletions
diff --git a/configure b/configure
index 4d9c0e5..cf0c337 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for gpgme 1.5.5.
+# Generated by GNU Autoconf 2.69 for gpgme 1.6.0.
#
# Report bugs to <http://bugs.gnupg.org>.
#
@@ -590,8 +590,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='gpgme'
PACKAGE_TARNAME='gpgme'
-PACKAGE_VERSION='1.5.5'
-PACKAGE_STRING='gpgme 1.5.5'
+PACKAGE_VERSION='1.6.0'
+PACKAGE_STRING='gpgme 1.6.0'
PACKAGE_BUGREPORT='http://bugs.gnupg.org'
PACKAGE_URL=''
@@ -845,6 +845,7 @@ enable_glibtest
enable_w32_glib
enable_w32_qt
enable_fixed_path
+enable_build_timestamp
enable_gpgconf_test
enable_gpg_test
enable_gpgsm_test
@@ -1409,7 +1410,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures gpgme 1.5.5 to adapt to many kinds of systems.
+\`configure' configures gpgme 1.6.0 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1479,7 +1480,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of gpgme 1.5.5:";;
+ short | recursive ) echo "Configuration of gpgme 1.6.0:";;
esac
cat <<\_ACEOF
@@ -1506,6 +1507,9 @@ Optional Features:
--enable-w32-qt build GPGME Qt for W32
--enable-fixed-path=PATH
locate binaries only via this PATH
+ --enable-build-timestamp
+ set an explicit build timestamp for reproducibility.
+ (default is the current time in ISO-8601 format)
--disable-gpgconf-test disable GPGCONF regression test
--disable-gpg-test disable GPG regression test
--disable-gpgsm-test disable GPGSM regression test
@@ -1607,7 +1611,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-gpgme configure 1.5.5
+gpgme configure 1.6.0
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2437,7 +2441,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by gpgme $as_me 1.5.5, which was
+It was created by gpgme $as_me 1.6.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -2800,11 +2804,11 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
# (Interfaces added: AGE++)
# (Interfaces removed/changed: AGE=0)
#
-LIBGPGME_LT_CURRENT=24
+LIBGPGME_LT_CURRENT=25
# Subtract 2 from this value if you want to make the LFS transition an
# ABI break. [Note to self: Remove this comment with the next regular break.]
-LIBGPGME_LT_AGE=13
-LIBGPGME_LT_REVISION=4
+LIBGPGME_LT_AGE=14
+LIBGPGME_LT_REVISION=0
# If the API is changed in an incompatible way: increment the next counter.
GPGME_CONFIG_API_VERSION=1
@@ -3337,7 +3341,7 @@ fi
# Define the identity of the package.
PACKAGE='gpgme'
- VERSION='1.5.5'
+ VERSION='1.6.0'
cat >>confdefs.h <<_ACEOF
@@ -6241,7 +6245,7 @@ cat >>confdefs.h <<_ACEOF
#define VERSION "$VERSION"
_ACEOF
-VERSION_NUMBER=0x010505
+VERSION_NUMBER=0x010600
# Don't default to build static libs.
@@ -17585,7 +17589,7 @@ fi
#
# Provide information about the build.
#
-BUILD_REVISION="052a9e3"
+BUILD_REVISION="107bff7"
cat >>confdefs.h <<_ACEOF
@@ -17594,10 +17598,20 @@ _ACEOF
BUILD_FILEVERSION=`echo "$PACKAGE_VERSION"|sed 's/\([0-9.]*\).*/\1./;s/\./,/g'`
-BUILD_FILEVERSION="${BUILD_FILEVERSION}1322"
+BUILD_FILEVERSION="${BUILD_FILEVERSION}4219"
-BUILD_TIMESTAMP=`date -u +%Y-%m-%dT%H:%M+0000 2>/dev/null || date`
+# Check whether --enable-build-timestamp was given.
+if test "${enable_build_timestamp+set}" = set; then :
+ enableval=$enable_build_timestamp; if test "$enableval" = "yes"; then
+ BUILD_TIMESTAMP=`date -u +%Y-%m-%dT%H:%M+0000 2>/dev/null || date`
+ else
+ BUILD_TIMESTAMP="$enableval"
+ fi
+else
+ BUILD_TIMESTAMP="<none>"
+fi
+
cat >>confdefs.h <<_ACEOF
@@ -17605,6 +17619,7 @@ cat >>confdefs.h <<_ACEOF
_ACEOF
+
#
# Options to disable some regression tests
#
@@ -19843,7 +19858,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by gpgme $as_me 1.5.5, which was
+This file was extended by gpgme $as_me 1.6.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -19909,7 +19924,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-gpgme config.status 1.5.5
+gpgme config.status 1.6.0
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
@@ -22201,7 +22216,7 @@ fi
echo "
GPGME v${VERSION} has been configured as follows:
- Revision: 052a9e3 (1322)
+ Revision: 107bff7 (4219)
Platform: $host
UI Server: $uiserver