[Fedora-directory-commits] ldapserver configure, 1.59, 1.60 configure.ac, 1.35, 1.36 aclocal.m4, 1.48, 1.49 missing, 1.38, 1.39 install-sh, 1.38, 1.39 depcomp, 1.38, 1.39 compile, 1.37, 1.38 Makefile.in, 1.66, 1.67 config.sub, 1.37, 1.38 config.guess, 1.37, 1.38

Richard Allen Megginson (rmeggins) fedora-directory-commits at redhat.com
Mon Aug 13 15:35:37 UTC 2007


Author: rmeggins

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

Modified Files:
	configure configure.ac aclocal.m4 missing install-sh depcomp 
	compile Makefile.in config.sub config.guess 
Log Message:
Resolves: bug 251549
Bug Description: Change filesystem path naming from "fedora-ds" to "dirsrv"
Reviewed by: nkinder (Thanks!)
Fix Description: Mostly just changing the package name in configure.ac, and making sure we consistently use that in path naming (e.g. /etc/@PACKAGE_NAME@ or /etc/@PACKAGE_NAME_BASE@ for adminserver).
Platforms tested: RHEL4, FC6
Flag Day: no
Doc impact: Oh yes.
QA impact: Any existing tests that depend on /path/brand-ds will need to change to use dirsrv.  It is highly encouraged to use a macro or variable for the package name in any scripts to minimize the impact of future package name changes.



Index: configure
===================================================================
RCS file: /cvs/dirsec/ldapserver/configure,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- configure	9 Aug 2007 23:59:59 -0000	1.59
+++ configure	13 Aug 2007 15:35:35 -0000	1.60
@@ -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.0a4.
+# Generated by GNU Autoconf 2.59 for dirsrv 1.1.0b1.
 #
 # Report bugs to <http://bugzilla.redhat.com/>.
 #
@@ -421,10 +421,10 @@
 : ${ac_max_here_lines=38}
 
 # Identity of this package.
-PACKAGE_NAME='fedora-ds'
-PACKAGE_TARNAME='fedora-ds'
-PACKAGE_VERSION='1.1.0a4'
-PACKAGE_STRING='fedora-ds 1.1.0a4'
+PACKAGE_NAME='dirsrv'
+PACKAGE_TARNAME='dirsrv'
+PACKAGE_VERSION='1.1.0b1'
+PACKAGE_STRING='dirsrv 1.1.0b1'
 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.0a4 to adapt to many kinds of systems.
+\`configure' configures dirsrv 1.1.0b1 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.0a4:";;
+     short | recursive ) echo "Configuration of dirsrv 1.1.0b1:";;
    esac
   cat <<\_ACEOF
 
@@ -1201,7 +1201,7 @@
 test -n "$ac_init_help" && exit 0
 if $ac_init_version; then
   cat <<\_ACEOF
-fedora-ds configure 1.1.0a4
+dirsrv configure 1.1.0b1
 generated by GNU Autoconf 2.59
 
 Copyright (C) 2003 Free Software Foundation, Inc.
@@ -1215,7 +1215,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.0a4, which was
+It was created by dirsrv $as_me 1.1.0b1, which was
 generated by GNU Autoconf 2.59.  Invocation command line was
 
   $ $0 $@
@@ -1860,8 +1860,8 @@
 
 
 # Define the identity of the package.
- PACKAGE='fedora-ds'
- VERSION='1.1.0a4'
+ PACKAGE='dirsrv'
+ VERSION='1.1.0b1'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -25696,7 +25696,7 @@
 } >&5
 cat >&5 <<_CSEOF
 
-This file was extended by fedora-ds $as_me 1.1.0a4, which was
+This file was extended by dirsrv $as_me 1.1.0b1, which was
 generated by GNU Autoconf 2.59.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -25759,7 +25759,7 @@
 
 cat >>$CONFIG_STATUS <<_ACEOF
 ac_cs_version="\\
-fedora-ds config.status 1.1.0a4
+dirsrv config.status 1.1.0b1
 configured by $0, generated by GNU Autoconf 2.59,
   with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
 


Index: configure.ac
===================================================================
RCS file: /cvs/dirsec/ldapserver/configure.ac,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- configure.ac	2 Aug 2007 14:39:00 -0000	1.35
+++ configure.ac	13 Aug 2007 15:35:35 -0000	1.36
@@ -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.0a4], [http://bugzilla.redhat.com/])
+AC_INIT([dirsrv], [1.1.0b1], [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])




















More information about the Fedora-directory-commits mailing list