configure | 20 ++++++++++---------- configure.ac | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-)
New commits: commit 3c704bd9f10f48dba8730e9aa9c1f738f2400095 Author: Noriko Hosoi nhosoi@redhat.com Date: Fri Apr 24 21:44:49 2015 -0700
bump version to 1.1.22
diff --git a/configure b/configure index 224168e..a458a18 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 389-adminutil 1.1.21. +# Generated by GNU Autoconf 2.69 for 389-adminutil 1.1.22. # # Report bugs to http://bugzilla.redhat.com/. # @@ -590,8 +590,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='389-adminutil' PACKAGE_TARNAME='389-adminutil' -PACKAGE_VERSION='1.1.21' -PACKAGE_STRING='389-adminutil 1.1.21' +PACKAGE_VERSION='1.1.22' +PACKAGE_STRING='389-adminutil 1.1.22' PACKAGE_BUGREPORT='http://bugzilla.redhat.com/' PACKAGE_URL=''
@@ -1383,7 +1383,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 389-adminutil 1.1.21 to adapt to many kinds of systems. +`configure' configures 389-adminutil 1.1.22 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1453,7 +1453,7 @@ fi
if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of 389-adminutil 1.1.21:";; + short | recursive ) echo "Configuration of 389-adminutil 1.1.22:";; esac cat <<_ACEOF
@@ -1590,7 +1590,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<_ACEOF -389-adminutil configure 1.1.21 +389-adminutil configure 1.1.22 generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc. @@ -2180,7 +2180,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 389-adminutil $as_me 1.1.21, which was +It was created by 389-adminutil $as_me 1.1.22, which was generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@ @@ -3046,7 +3046,7 @@ fi
# Define the identity of the package. PACKAGE='389-adminutil' - VERSION='1.1.21' + VERSION='1.1.22'
cat >>confdefs.h <<_ACEOF @@ -19204,7 +19204,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 389-adminutil $as_me 1.1.21, which was +This file was extended by 389-adminutil $as_me 1.1.22, which was generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES @@ -19261,7 +19261,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="\ -389-adminutil config.status 1.1.21 +389-adminutil config.status 1.1.22 configured by $0, generated by GNU Autoconf 2.69, with options \"$ac_cs_config\"
diff --git a/configure.ac b/configure.ac index ed77047..139fa76 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT([389-adminutil], [1.1.21], [http://bugzilla.redhat.com/]) +AC_INIT([389-adminutil], [1.1.22], [http://bugzilla.redhat.com/]) AM_INIT_AUTOMAKE([1.9 foreign subdir-objects]) AM_MAINTAINER_MODE AC_CANONICAL_HOST
389-commits@lists.fedoraproject.org