Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
OpenLDAP
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue 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
James Lowden
OpenLDAP
Commits
0269dc75
Commit
0269dc75
authored
23 years ago
by
Kurt Zeilenga
Browse files
Options
Downloads
Patches
Plain Diff
Misc SHTOOL use updates
parent
379d4553
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
configure
+876
-800
876 additions, 800 deletions
configure
configure.in
+12
-4
12 additions, 4 deletions
configure.in
with
888 additions
and
804 deletions
configure
+
876
−
800
View file @
0269dc75
This diff is collapsed.
Click to expand it.
configure.in
+
12
−
4
View file @
0269dc75
...
...
@@ -51,11 +51,19 @@ if test -z "$OL_STRING"; then
AC_MSG_ERROR([could not determine version])
fi
ac_cv_shtool=$ac_aux_dir/shtool
SHTOOL=$ac_cv_shtool
if test -f "$ac_aux_dir/shtool" -a ! -d $ac_aux_dir/shtool; then
ac_cv_shtool="$ac_aux_dir/shtool"
else
AC_MSG_ERROR([no shtool found in $ac_aux_dir])
fi
SHTOOL="$ac_cv_shtool"
AC_SUBST(SHTOOL)
$SHTOOL echo -e "Configuring %B${OL_STRING}%b ..."
TB=`$SHTOOL echo -e %B`
TN=`$SHTOOL echo -e %b`
echo "Configuring $TB$OL_STRING$TN ..."
dnl Determine host platform
dnl we try not to use this for much
...
...
@@ -543,7 +551,7 @@ SLAPD_SLP_LIBS=
dnl ================================================================
dnl Checks for programs
dnl
AC_PROG_INSTALL
AC_PROG_INSTALL
AC_DEFINE(HAVE_MKVERSION, 1, [define this if you have mkversion])
...
...
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