mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
Print copyright notice at startup.
This commit is contained in:
parent
305ed36159
commit
d4bb42710a
2 changed files with 661 additions and 645 deletions
10
configure.in
10
configure.in
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue