configure | 20 ++++++++++---------- configure.ac | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-)
New commits: commit 3d7536efab0022ad5873c52cda1b43005ee63ad9 Author: Rich Megginson rmeggins@redhat.com Date: Fri Feb 3 15:33:37 2012 -0700
bump version to 1.1.15
diff --git a/configure b/configure index 8f4dc69..3608e35 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.63 for 389-adminutil 1.1.14. +# Generated by GNU Autoconf 2.63 for 389-adminutil 1.1.15. # # Report bugs to http://bugzilla.redhat.com/. # @@ -745,8 +745,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='389-adminutil' PACKAGE_TARNAME='389-adminutil' -PACKAGE_VERSION='1.1.14' -PACKAGE_STRING='389-adminutil 1.1.14' +PACKAGE_VERSION='1.1.15' +PACKAGE_STRING='389-adminutil 1.1.15' PACKAGE_BUGREPORT='http://bugzilla.redhat.com/'
# Factoring default headers for most tests. @@ -1538,7 +1538,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.14 to adapt to many kinds of systems. +`configure' configures 389-adminutil 1.1.15 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1608,7 +1608,7 @@ fi
if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of 389-adminutil 1.1.14:";; + short | recursive ) echo "Configuration of 389-adminutil 1.1.15:";; esac cat <<_ACEOF
@@ -1738,7 +1738,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<_ACEOF -389-adminutil configure 1.1.14 +389-adminutil configure 1.1.15 generated by GNU Autoconf 2.63
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, @@ -1752,7 +1752,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.14, which was +It was created by 389-adminutil $as_me 1.1.15, which was generated by GNU Autoconf 2.63. Invocation command line was
$ $0 $@ @@ -2601,7 +2601,7 @@ fi
# Define the identity of the package. PACKAGE='389-adminutil' - VERSION='1.1.14' + VERSION='1.1.15'
cat >>confdefs.h <<_ACEOF @@ -22081,7 +22081,7 @@ exec 6>&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.14, which was +This file was extended by 389-adminutil $as_me 1.1.15, which was generated by GNU Autoconf 2.63. Invocation command line was
CONFIG_FILES = $CONFIG_FILES @@ -22135,7 +22135,7 @@ Report bugs to bug-autoconf@gnu.org." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_version="\ -389-adminutil config.status 1.1.14 +389-adminutil config.status 1.1.15 configured by $0, generated by GNU Autoconf 2.63, with options \"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\""`$]/\\&/g'`\"
diff --git a/configure.ac b/configure.ac index 95eff6c..fc6a4e1 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.14], [http://bugzilla.redhat.com/]) +AC_INIT([389-adminutil], [1.1.15], [http://bugzilla.redhat.com/]) AM_INIT_AUTOMAKE([1.9 foreign subdir-objects]) AM_MAINTAINER_MODE AC_CANONICAL_HOST
389-commits@lists.fedoraproject.org