Generate OpenLDAP id for configure

This commit is contained in:
Kurt Zeilenga 1999-09-09 05:21:18 +00:00
parent 7b0753afb2
commit 0ed114224b
4 changed files with 649 additions and 644 deletions

1
aclocal.m4 vendored
View file

@ -10,6 +10,7 @@ dnl but WITHOUT ANY WARRANTY, to the extent permitted by law; without
dnl even the implied warranty of MERCHANTABILITY or FITNESS FOR A
dnl PARTICULAR PURPOSE.
dnl $OpenLDAP$
dnl Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved.
dnl COPYING RESTRICTIONS APPLY, See COPYRIGHT file
dnl

View file

@ -6,6 +6,8 @@ dnl
dnl OpenLDAP Autoconf Macros
dnl
dnl --------------------------------------------------------------------
AC_DEFUN([OL_RCS_ID], "[$]$1[$]")dnl
dnl --------------------------------------------------------------------
dnl Restricted form of AC_ARG_ENABLE that limits user options
dnl
dnl $1 = option name

1289
configure vendored

File diff suppressed because it is too large Load diff

View file

@ -14,6 +14,7 @@ define([AC_CACHE_SAVE], )dnl
dnl Configure.in for OpenLDAP
AC_INIT(build/version)dnl
AC_CONFIG_AUX_DIR(build)dnl
OPENLDAP_ID=OL_RCS_ID(OpenLDAP)
OL_VERSION=`cat $ac_aux_dir/version`
if test -z "$OL_VERSION"; then