summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRich Megginson <rmeggins@redhat.com>2007-02-13 19:00:11 +0000
committerRich Megginson <rmeggins@redhat.com>2007-02-13 19:00:11 +0000
commit158fc7b78cd8e54be408a2ab9dd4542e6e703d0c (patch)
tree98fe35ba639547d972cb097c7557db9035e5a435
parentc7812a234be1eb4a098cf93a50f6dd91f571235c (diff)
downloadds-158fc7b78cd8e54be408a2ab9dd4542e6e703d0c.tar.gz
ds-158fc7b78cd8e54be408a2ab9dd4542e6e703d0c.tar.xz
ds-158fc7b78cd8e54be408a2ab9dd4542e6e703d0c.zip
change version to 1.1.0a1FedoraDirSvr110a1
-rwxr-xr-xconfigure20
-rw-r--r--configure.ac3
2 files changed, 12 insertions, 11 deletions
diff --git a/configure b/configure
index 69f28cb8..f9e7b0e0 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.59 for fedora-ds 1.1.0.
+# Generated by GNU Autoconf 2.59 for fedora-ds 1.1.0a1.
#
# Report bugs to <http://bugzilla.redhat.com/>.
#
@@ -423,8 +423,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='fedora-ds'
PACKAGE_TARNAME='fedora-ds'
-PACKAGE_VERSION='1.1.0'
-PACKAGE_STRING='fedora-ds 1.1.0'
+PACKAGE_VERSION='1.1.0a1'
+PACKAGE_STRING='fedora-ds 1.1.0a1'
PACKAGE_BUGREPORT='http://bugzilla.redhat.com/'
# Factoring default headers for most tests.
@@ -954,7 +954,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 fedora-ds 1.1.0 to adapt to many kinds of systems.
+\`configure' configures fedora-ds 1.1.0a1 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1020,7 +1020,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of fedora-ds 1.1.0:";;
+ short | recursive ) echo "Configuration of fedora-ds 1.1.0a1:";;
esac
cat <<\_ACEOF
@@ -1188,7 +1188,7 @@ fi
test -n "$ac_init_help" && exit 0
if $ac_init_version; then
cat <<\_ACEOF
-fedora-ds configure 1.1.0
+fedora-ds configure 1.1.0a1
generated by GNU Autoconf 2.59
Copyright (C) 2003 Free Software Foundation, Inc.
@@ -1202,7 +1202,7 @@ cat >&5 <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by fedora-ds $as_me 1.1.0, which was
+It was created by fedora-ds $as_me 1.1.0a1, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ $0 $@
@@ -1848,7 +1848,7 @@ fi
# Define the identity of the package.
PACKAGE='fedora-ds'
- VERSION='1.1.0'
+ VERSION='1.1.0a1'
cat >>confdefs.h <<_ACEOF
@@ -25331,7 +25331,7 @@ _ASBOX
} >&5
cat >&5 <<_CSEOF
-This file was extended by fedora-ds $as_me 1.1.0, which was
+This file was extended by fedora-ds $as_me 1.1.0a1, which was
generated by GNU Autoconf 2.59. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -25394,7 +25394,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
-fedora-ds config.status 1.1.0
+fedora-ds config.status 1.1.0a1
configured by $0, generated by GNU Autoconf 2.59,
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
diff --git a/configure.ac b/configure.ac
index 2f22342c..c1f78c96 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,8 @@
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
-AC_INIT([fedora-ds], [1.1.0], [http://bugzilla.redhat.com/])
+# This version is the version returned by ns-slapd -v
+AC_INIT([fedora-ds], [1.1.0a1], [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])