mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-20 22:03:45 -05:00
Add rcs ids
This commit is contained in:
parent
f3548d371f
commit
28a22d6785
5 changed files with 16 additions and 5 deletions
3
build/config.guess
vendored
3
build/config.guess
vendored
|
|
@ -26,9 +26,10 @@ timestamp='2002-01-30'
|
|||
# the same distribution terms that you use for the rest of that program.
|
||||
|
||||
# This file is distributed with OpenLDAP Software, which contains a
|
||||
# configuration script generated by autoconf and is distributable
|
||||
# configuration script generated by Autoconf, and is distributable
|
||||
# under the same distributions terms as OpenLDAP inself.
|
||||
# See the OpenLDAP COPYRIGHT and LICENSE file for details.
|
||||
# $OpenLDAP$
|
||||
|
||||
# Originally written by Per Bothner <per@bothner.com>.
|
||||
# Please send patches to <config-patches@gnu.org>. Submit a context
|
||||
|
|
|
|||
3
build/config.sub
vendored
3
build/config.sub
vendored
|
|
@ -31,9 +31,10 @@ timestamp='2002-02-01'
|
|||
# the same distribution terms that you use for the rest of that program.
|
||||
|
||||
# This file is distributed with OpenLDAP Software, which contains a
|
||||
# configuration script generated by autoconf and is distributable
|
||||
# configuration script generated by Autoconf, and is distributable
|
||||
# under the same distributions terms as OpenLDAP inself.
|
||||
# See the OpenLDAP COPYRIGHT and LICENSE file for details.
|
||||
# $OpenLDAP$
|
||||
|
||||
# Please send patches to <config-patches@gnu.org>. Submit a context
|
||||
# diff and a properly formatted ChangeLog entry.
|
||||
|
|
|
|||
|
|
@ -24,6 +24,11 @@
|
|||
# configuration script generated by Autoconf, you may include it under
|
||||
# the same distribution terms that you use for the rest of that program.
|
||||
|
||||
# This file is distributed with OpenLDAP Software, which contains a
|
||||
# configuration script generated by Autoconf, and is distributable
|
||||
# under the same distributions terms as OpenLDAP inself.
|
||||
# See the OpenLDAP COPYRIGHT and LICENSE file for details.
|
||||
|
||||
# Check that we have a working $echo.
|
||||
if test "X$1" = X--no-reexec; then
|
||||
# Discard the --no-reexec flag, and continue.
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
#! /bin/sh
|
||||
# $OpenLDAP$
|
||||
#
|
||||
# Modified for use with OpenLDAP
|
||||
#
|
||||
# This file is distributed with OpenLDAP Software, but is an an
|
||||
# independently licensed program.
|
||||
|
||||
# Common stub for a few missing GNU programs while installing.
|
||||
# Copyright (C) 1996, 1997 Free Software Foundation, Inc.
|
||||
# Franc,ois Pinard <pinard@iro.umontreal.ca>, 1996.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,8 @@
|
|||
#!/bin/sh
|
||||
# $OpenLDAP$
|
||||
# This file is distributed with OpenLDAP Software, but is an
|
||||
# an independently licensed program.
|
||||
|
||||
##
|
||||
## GNU shtool -- The GNU Portable Shell Tool
|
||||
## Copyright (c) 1994-2002 Ralf S. Engelschall <rse@engelschall.com>
|
||||
|
|
|
|||
Loading…
Reference in a new issue