Print copyright notice at startup.

This commit is contained in:
Kurt Zeilenga 1999-09-12 17:13:15 +00:00
parent 305ed36159
commit d4bb42710a
2 changed files with 661 additions and 645 deletions

1296
configure vendored

File diff suppressed because it is too large Load diff

View file

@ -7,6 +7,9 @@ dnl as authorized by the OpenLDAP Public License. A copy of this
dnl license is available at http://www.OpenLDAP.org/license.html or
dnl in file LICENSE in the top-level directory of the distribution.
dnl
dnl ----------------------------------------------------------------
dnl Redefine AC_INIT_BINSH to provide RCS IDs and copyright notice
dnl at top of generated configure script. Prints simple copyright.
define([AC_INIT_BINSH],
[[#! /bin/sh
# $]OpenLDAP[$
@ -18,7 +21,12 @@ define([AC_INIT_BINSH],
# as authorized by the OpenLDAP Public License. A copy of this
# license is available at http://www.OpenLDAP.org/license.html or
# in file LICENSE in the top-level directory of the distribution.
echo "Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved."
echo "Copying restrictions apply, see COPYRIGHT file."
])dnl
dnl ----------------------------------------------------------------
dnl Disable config.cache!
define([AC_CACHE_LOAD], )dnl
@ -33,6 +41,8 @@ if test -z "$OL_VERSION"; then
AC_MSG_ERROR([could not determine version])
fi
echo "Configuring OpenLDAP $OL_VERSION ..."
dnl ----------------------------------------------------------------
dnl Determine host platform
dnl we try not to use this for much