summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRich Megginson <rmeggins@redhat.com>2009-05-17 08:56:41 -0600
committerRich Megginson <rmeggins@redhat.com>2009-05-17 08:56:41 -0600
commit92075c6df30ed1e08446829a774bbeda0180d1a2 (patch)
treee90be75016a2b34d63b240e9b564b454f1627996
parent902fe2da70c072f89354b4da0d222985658b5b6a (diff)
downloadds-92075c6df30ed1e08446829a774bbeda0180d1a2.tar.gz
ds-92075c6df30ed1e08446829a774bbeda0180d1a2.tar.xz
ds-92075c6df30ed1e08446829a774bbeda0180d1a2.zip
bump version to 1.2.1 - added .gitignore
-rw-r--r--.gitignore2
-rwxr-xr-xconfigure20
-rw-r--r--configure.ac2
3 files changed, 13 insertions, 11 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 00000000..4e688313
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+autom4te.cache
+*~
diff --git a/configure b/configure
index b3e65e49..f2ff205c 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 dirsrv 1.2.0.
+# Generated by GNU Autoconf 2.63 for dirsrv 1.2.1.
#
# Report bugs to <http://bugzilla.redhat.com/>.
#
@@ -750,8 +750,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='dirsrv'
PACKAGE_TARNAME='dirsrv'
-PACKAGE_VERSION='1.2.0'
-PACKAGE_STRING='dirsrv 1.2.0'
+PACKAGE_VERSION='1.2.1'
+PACKAGE_STRING='dirsrv 1.2.1'
PACKAGE_BUGREPORT='http://bugzilla.redhat.com/'
# Factoring default headers for most tests.
@@ -1611,7 +1611,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 dirsrv 1.2.0 to adapt to many kinds of systems.
+\`configure' configures dirsrv 1.2.1 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1681,7 +1681,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of dirsrv 1.2.0:";;
+ short | recursive ) echo "Configuration of dirsrv 1.2.1:";;
esac
cat <<\_ACEOF
@@ -1854,7 +1854,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-dirsrv configure 1.2.0
+dirsrv configure 1.2.1
generated by GNU Autoconf 2.63
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1868,7 +1868,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 dirsrv $as_me 1.2.0, which was
+It was created by dirsrv $as_me 1.2.1, which was
generated by GNU Autoconf 2.63. Invocation command line was
$ $0 $@
@@ -2587,7 +2587,7 @@ fi
# Define the identity of the package.
PACKAGE='dirsrv'
- VERSION='1.2.0'
+ VERSION='1.2.1'
cat >>confdefs.h <<_ACEOF
@@ -28675,7 +28675,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 dirsrv $as_me 1.2.0, which was
+This file was extended by dirsrv $as_me 1.2.1, which was
generated by GNU Autoconf 2.63. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -28738,7 +28738,7 @@ Report bugs to <bug-autoconf@gnu.org>."
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_version="\\
-dirsrv config.status 1.2.0
+dirsrv config.status 1.2.1
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 d083484a..056ef2ac 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
# This version is the version returned by ns-slapd -v
-AC_INIT([dirsrv], [1.2.0], [http://bugzilla.redhat.com/])
+AC_INIT([dirsrv], [1.2.1], [http://bugzilla.redhat.com/])
# AC_CONFIG_HEADER must be called right after AC_INIT.
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([1.9 foreign subdir-objects])