diff options
| author | 2014-02-10 15:38:10 -0700 | |
|---|---|---|
| committer | 2014-02-10 15:38:10 -0700 | |
| commit | 1bc5b086ff841eb47e4f009c93c3e612005ad953 (patch) | |
| tree | d55abfa1ad84f115df8c1857b2cb4574b0f37896 | |
| parent | saslserv: use size_t in all places taking a parameter size (diff) | |
| download | chatservices-release/7.0.tar.gz chatservices-release/7.0.tar.bz2 chatservices-release/7.0.zip | |
Version 7.0.7 atheme-services-7.0.7 release/7.0
| -rwxr-xr-x | configure | 20 | ||||
| -rw-r--r-- | configure.ac | 2 |
2 files changed, 11 insertions, 11 deletions
@@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for atheme 7.0.6. +# Generated by GNU Autoconf 2.69 for atheme 7.0.7. # # Report bugs to <bugs@atheme.org>. # @@ -580,8 +580,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='atheme' PACKAGE_TARNAME='atheme' -PACKAGE_VERSION='7.0.6' -PACKAGE_STRING='atheme 7.0.6' +PACKAGE_VERSION='7.0.7' +PACKAGE_STRING='atheme 7.0.7' PACKAGE_BUGREPORT='bugs@atheme.org' PACKAGE_URL='' @@ -1365,7 +1365,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 atheme 7.0.6 to adapt to many kinds of systems. +\`configure' configures atheme 7.0.7 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1431,7 +1431,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of atheme 7.0.6:";; + short | recursive ) echo "Configuration of atheme 7.0.7:";; esac cat <<\_ACEOF @@ -1556,7 +1556,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -atheme configure 7.0.6 +atheme configure 7.0.7 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2065,7 +2065,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 atheme $as_me 7.0.6, which was +It was created by atheme $as_me 7.0.7, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -4013,7 +4013,7 @@ fi PACKAGE=atheme -VERSION=7.0.6 +VERSION=7.0.7 @@ -11542,7 +11542,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 atheme $as_me 7.0.6, which was +This file was extended by atheme $as_me 7.0.7, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -11608,7 +11608,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="\\ -atheme config.status 7.0.6 +atheme config.status 7.0.7 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index d4c52c7b8..7243e7270 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT(atheme, 7.0.6, bugs@atheme.org) +AC_INIT(atheme, 7.0.7, bugs@atheme.org) AC_CONFIG_AUX_DIR(autoconf) |
