Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
OpenLDAP
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Christopher Ng
OpenLDAP
Commits
0ed11422
Commit
0ed11422
authored
25 years ago
by
Kurt Zeilenga
Browse files
Options
Downloads
Patches
Plain Diff
Generate OpenLDAP id for configure
parent
7b0753af
No related branches found
No related tags found
No related merge requests found
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
aclocal.m4
+1
-0
1 addition, 0 deletions
aclocal.m4
build/openldap.m4
+2
-0
2 additions, 0 deletions
build/openldap.m4
configure
+645
-644
645 additions, 644 deletions
configure
configure.in
+1
-0
1 addition, 0 deletions
configure.in
with
649 additions
and
644 deletions
aclocal.m4
+
1
−
0
View file @
0ed11422
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
build/openldap.m4
+
2
−
0
View file @
0ed11422
...
...
@@ -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.
Click to expand it.
configure
+
645
−
644
View file @
0ed11422
This diff is collapsed.
Click to expand it.
configure.in
+
1
−
0
View file @
0ed11422
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment