Skip to content
Snippets Groups Projects
Commit 0ed11422 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Generate OpenLDAP id for configure

parent 7b0753af
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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
......
This diff is collapsed.
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment