[Fedora-directory-commits] ldapserver configure.ac, 1.22, 1.23 aclocal.m4, 1.22, 1.23 configure, 1.31, 1.32 missing, 1.17, 1.18 install-sh, 1.17, 1.18 depcomp, 1.17, 1.18 compile, 1.17, 1.18 config.sub, 1.16, 1.17 config.guess, 1.16, 1.17 Makefile.in, 1.34, 1.35

Richard Allen Megginson (rmeggins) fedora-directory-commits at redhat.com
Fri Feb 23 19:40:54 UTC 2007


Author: rmeggins

Update of /cvs/dirsec/ldapserver
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30858/ldapserver

Modified Files:
	configure.ac aclocal.m4 configure missing install-sh depcomp 
	compile config.sub config.guess Makefile.in 
Log Message:
Resolves: bug 229077
Bug Description: Rename fedora-ds to fedora-ds-base (The package breaks
an previous installation of the Fedora DS!!)
Reviewed by: nhosoi, dgilmore (Thanks!)
Fix Description: As it turns out, only the spec file will have to change.  It is ok that we have a package named pkgname-base that uses paths like /etc/pkgname and service pkgname.  So this diff has been revised to simply bump the version in the code to differentiate it from the previously withdrawn fedora-ds in Fedora Extras.
Platforms tested: RHEL4, FC6
Flag Day: No.
Doc impact: No. 



Index: configure.ac
===================================================================
RCS file: /cvs/dirsec/ldapserver/configure.ac,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- configure.ac	22 Feb 2007 23:59:13 -0000	1.22
+++ configure.ac	23 Feb 2007 19:40:51 -0000	1.23
@@ -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([fedora-ds], [1.1.0a1], [http://bugzilla.redhat.com/])
+AC_INIT([fedora-ds], [1.1.0a2], [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])




Index: configure
===================================================================
RCS file: /cvs/dirsec/ldapserver/configure,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- configure	22 Feb 2007 23:59:13 -0000	1.31
+++ configure	23 Feb 2007 19:40:52 -0000	1.32
@@ -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.0a1.
+# Generated by GNU Autoconf 2.59 for fedora-ds 1.1.0a2.
 #
 # Report bugs to <http://bugzilla.redhat.com/>.
 #
@@ -423,8 +423,8 @@
 # Identity of this package.
 PACKAGE_NAME='fedora-ds'
 PACKAGE_TARNAME='fedora-ds'
-PACKAGE_VERSION='1.1.0a1'
-PACKAGE_STRING='fedora-ds 1.1.0a1'
+PACKAGE_VERSION='1.1.0a2'
+PACKAGE_STRING='fedora-ds 1.1.0a2'
 PACKAGE_BUGREPORT='http://bugzilla.redhat.com/'
 
 # Factoring default headers for most tests.
@@ -954,7 +954,7 @@
   # 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.0a1 to adapt to many kinds of systems.
+\`configure' configures fedora-ds 1.1.0a2 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1020,7 +1020,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of fedora-ds 1.1.0a1:";;
+     short | recursive ) echo "Configuration of fedora-ds 1.1.0a2:";;
    esac
   cat <<\_ACEOF
 
@@ -1197,7 +1197,7 @@
 test -n "$ac_init_help" && exit 0
 if $ac_init_version; then
   cat <<\_ACEOF
-fedora-ds configure 1.1.0a1
+fedora-ds configure 1.1.0a2
 generated by GNU Autoconf 2.59
 
 Copyright (C) 2003 Free Software Foundation, Inc.
@@ -1211,7 +1211,7 @@
 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.0a1, which was
+It was created by fedora-ds $as_me 1.1.0a2, which was
 generated by GNU Autoconf 2.59.  Invocation command line was
 
   $ $0 $@
@@ -1857,7 +1857,7 @@
 
 # Define the identity of the package.
  PACKAGE='fedora-ds'
- VERSION='1.1.0a1'
+ VERSION='1.1.0a2'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -25510,7 +25510,7 @@
 } >&5
 cat >&5 <<_CSEOF
 
-This file was extended by fedora-ds $as_me 1.1.0a1, which was
+This file was extended by fedora-ds $as_me 1.1.0a2, which was
 generated by GNU Autoconf 2.59.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -25573,7 +25573,7 @@
 
 cat >>$CONFIG_STATUS <<_ACEOF
 ac_cs_version="\\
-fedora-ds config.status 1.1.0a1
+fedora-ds config.status 1.1.0a2
 configured by $0, generated by GNU Autoconf 2.59,
   with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
 


















More information about the Fedora-directory-commits mailing list