mirror of https://github.com/getdnsapi/getdns.git
Preparing for a new minor release...
This commit is contained in:
parent
b89b625321
commit
80865e0e88
|
@ -1,6 +1,6 @@
|
|||
#! /bin/sh
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.69 for getdns 0.1.8.
|
||||
# Generated by GNU Autoconf 2.69 for getdns 0.1.9.
|
||||
#
|
||||
# Report bugs to <stub-resolver@verisignlabs.com>.
|
||||
#
|
||||
|
@ -590,8 +590,8 @@ MAKEFLAGS=
|
|||
# Identity of this package.
|
||||
PACKAGE_NAME='getdns'
|
||||
PACKAGE_TARNAME='getdns'
|
||||
PACKAGE_VERSION='0.1.8'
|
||||
PACKAGE_STRING='getdns 0.1.8'
|
||||
PACKAGE_VERSION='0.1.9'
|
||||
PACKAGE_STRING='getdns 0.1.9'
|
||||
PACKAGE_BUGREPORT='stub-resolver@verisignlabs.com'
|
||||
PACKAGE_URL='http://getdnsapi.net'
|
||||
|
||||
|
@ -1326,7 +1326,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 getdns 0.1.8 to adapt to many kinds of systems.
|
||||
\`configure' configures getdns 0.1.9 to adapt to many kinds of systems.
|
||||
|
||||
Usage: $0 [OPTION]... [VAR=VALUE]...
|
||||
|
||||
|
@ -1391,7 +1391,7 @@ fi
|
|||
|
||||
if test -n "$ac_init_help"; then
|
||||
case $ac_init_help in
|
||||
short | recursive ) echo "Configuration of getdns 0.1.8:";;
|
||||
short | recursive ) echo "Configuration of getdns 0.1.9:";;
|
||||
esac
|
||||
cat <<\_ACEOF
|
||||
|
||||
|
@ -1527,7 +1527,7 @@ fi
|
|||
test -n "$ac_init_help" && exit $ac_status
|
||||
if $ac_init_version; then
|
||||
cat <<\_ACEOF
|
||||
getdns configure 0.1.8
|
||||
getdns configure 0.1.9
|
||||
generated by GNU Autoconf 2.69
|
||||
|
||||
Copyright (C) 2012 Free Software Foundation, Inc.
|
||||
|
@ -2016,7 +2016,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 getdns $as_me 0.1.8, which was
|
||||
It was created by getdns $as_me 0.1.9, which was
|
||||
generated by GNU Autoconf 2.69. Invocation command line was
|
||||
|
||||
$ $0 $@
|
||||
|
@ -2364,6 +2364,7 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $
|
|||
ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
||||
|
||||
|
||||
RELEASE_CANDIDATE=rc1
|
||||
|
||||
|
||||
# Set current date from system if not set
|
||||
|
@ -2375,7 +2376,7 @@ else
|
|||
CURRENT_DATE="`date -u +%Y-%m-%dT%H:%M:%SZ`"
|
||||
fi
|
||||
|
||||
GETDNS_COMPILATION_COMMENT="getdns 0.1.8 configured on $CURRENT_DATE for the January 2015 version of the API"
|
||||
GETDNS_COMPILATION_COMMENT="getdns 0.1.9 configured on $CURRENT_DATE for the January 2015 version of the API"
|
||||
|
||||
# Library version
|
||||
# ---------------
|
||||
|
@ -14800,7 +14801,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 getdns $as_me 0.1.8, which was
|
||||
This file was extended by getdns $as_me 0.1.9, which was
|
||||
generated by GNU Autoconf 2.69. Invocation command line was
|
||||
|
||||
CONFIG_FILES = $CONFIG_FILES
|
||||
|
@ -14867,7 +14868,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="\\
|
||||
getdns config.status 0.1.8
|
||||
getdns config.status 0.1.9
|
||||
configured by $0, generated by GNU Autoconf 2.69,
|
||||
with options \\"\$ac_cs_config\\"
|
||||
|
||||
|
|
|
@ -31,8 +31,8 @@
|
|||
|
||||
AC_PREREQ([2.56])
|
||||
|
||||
AC_INIT([getdns], [0.1.8], [stub-resolver@verisignlabs.com], [], [http://getdnsapi.net])
|
||||
AC_SUBST(RELEASE_CANDIDATE, [])
|
||||
AC_INIT([getdns], [0.1.9], [stub-resolver@verisignlabs.com], [], [http://getdnsapi.net])
|
||||
AC_SUBST(RELEASE_CANDIDATE, [rc1])
|
||||
|
||||
# Set current date from system if not set
|
||||
AC_ARG_WITH([current-date],
|
||||
|
|
Loading…
Reference in New Issue