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

Rework RCS id codes such that they are placed at the top of

configure.  Implementation is dependent upon autoconf internals.
Attempts to use AC_REVISION hammered by libtool bugs.  Will submit
reports to libtool camp and rework configure.in once fixes are
released.
parent 48010370
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,7 @@ dnl even the implied warranty of MERCHANTABILITY or FITNESS FOR A
dnl PARTICULAR PURPOSE.
dnl $OpenLDAP$
dnl
dnl Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved.
dnl COPYING RESTRICTIONS APPLY, See COPYRIGHT file
dnl
......
......@@ -6,8 +6,6 @@ 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.
dnl $OpenLDAP$
dnl
dnl Copyright 1998,1999 The OpenLDAP Foundation. All Rights Reserved.
dnl
dnl Redistribution and use in source and binary forms are permitted only
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
define([AC_INIT_BINSH],
[#! /bin/sh
# $]OpenLDAP[$
# from] translit([$OpenLDAP$], $") [
# Copyright 1998,1999 The OpenLDAP Foundation. All Rights Reserved.
#
# Redistribution and use in source and binary forms are permitted only
# 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.
])dnl
dnl Disable config.cache!
define([AC_CACHE_LOAD], )dnl
......@@ -14,7 +27,6 @@ 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.
Finish editing this message first!
Please register or to comment