diff options
author | JinWang An <jinwang.an@samsung.com> | 2021-12-01 16:54:35 +0900 |
---|---|---|
committer | JinWang An <jinwang.an@samsung.com> | 2021-12-01 16:54:35 +0900 |
commit | 237f9b152529368270db01b545e2ac4a99ac6e2d (patch) | |
tree | e1342806893a75d2cb1ffe53316ab1bcff2adcfe /configure | |
parent | 89f8f4e0a5b2aa091a5a63b67a97ef4089ae466c (diff) | |
download | gpgme-237f9b152529368270db01b545e2ac4a99ac6e2d.tar.gz gpgme-237f9b152529368270db01b545e2ac4a99ac6e2d.tar.bz2 gpgme-237f9b152529368270db01b545e2ac4a99ac6e2d.zip |
Imported Upstream version 1.5.3upstream/1.5.3
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 30 |
1 files changed, 15 insertions, 15 deletions
@@ -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.2. +# Generated by GNU Autoconf 2.69 for gpgme 1.5.3. # # 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.2' -PACKAGE_STRING='gpgme 1.5.2' +PACKAGE_VERSION='1.5.3' +PACKAGE_STRING='gpgme 1.5.3' PACKAGE_BUGREPORT='http://bugs.gnupg.org' PACKAGE_URL='' @@ -1409,7 +1409,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.2 to adapt to many kinds of systems. +\`configure' configures gpgme 1.5.3 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1479,7 +1479,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of gpgme 1.5.2:";; + short | recursive ) echo "Configuration of gpgme 1.5.3:";; esac cat <<\_ACEOF @@ -1604,7 +1604,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -gpgme configure 1.5.2 +gpgme configure 1.5.3 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2434,7 +2434,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.2, which was +It was created by gpgme $as_me 1.5.3, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2801,7 +2801,7 @@ LIBGPGME_LT_CURRENT=24 # 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=1 +LIBGPGME_LT_REVISION=2 # If the API is changed in an incompatible way: increment the next counter. GPGME_CONFIG_API_VERSION=1 @@ -3288,7 +3288,7 @@ fi # Define the identity of the package. PACKAGE='gpgme' - VERSION='1.5.2' + VERSION='1.5.3' cat >>confdefs.h <<_ACEOF @@ -6021,7 +6021,7 @@ cat >>confdefs.h <<_ACEOF #define VERSION "$VERSION" _ACEOF -VERSION_NUMBER=0x010502 +VERSION_NUMBER=0x010503 # Don't default to build static libs. @@ -17365,7 +17365,7 @@ fi # # Provide information about the build. # -BUILD_REVISION="c62ce32" +BUILD_REVISION="37d927a" cat >>confdefs.h <<_ACEOF @@ -17374,7 +17374,7 @@ _ACEOF BUILD_FILEVERSION=`echo "$PACKAGE_VERSION"|sed 's/\([0-9.]*\).*/\1./;s/\./,/g'` -BUILD_FILEVERSION="${BUILD_FILEVERSION}50732" +BUILD_FILEVERSION="${BUILD_FILEVERSION}14297" BUILD_TIMESTAMP=`date -u +%Y-%m-%dT%H:%M+0000 2>/dev/null || date` @@ -19615,7 +19615,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.2, which was +This file was extended by gpgme $as_me 1.5.3, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -19681,7 +19681,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.2 +gpgme config.status 1.5.3 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" @@ -21975,7 +21975,7 @@ fi echo " GPGME v${VERSION} has been configured as follows: - Revision: c62ce32 (50732) + Revision: 37d927a (14297) Platform: $host UI Server: $uiserver |