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
François Kooman
OpenLDAP
Commits
a376bb45
Commit
a376bb45
authored
17 years ago
by
Hallvard Furuseth
Browse files
Options
Downloads
Patches
Plain Diff
Regenerate
parent
2d5316b4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
configure
+15
-12
15 additions, 12 deletions
configure
contrib/ldaptcl/configure
+2
-1
2 additions, 1 deletion
contrib/ldaptcl/configure
with
17 additions
and
13 deletions
configure
+
15
−
12
View file @
a376bb45
#! /bin/sh
# From configure.in OpenLDAP: pkg/ldap/configure.in,v 1.65
3
2007/05/
09
16:
17:10
hallvard Exp .
# From configure.in OpenLDAP: pkg/ldap/configure.in,v 1.65
5
2007/05/
18
16:
42:59
hallvard Exp .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.60.
#
...
...
@@ -2094,8 +2094,11 @@ fi
SHTOOL="$ac_cv_shtool"
TB="`$SHTOOL echo -e '%B' 2>/dev/null`"
TN="`$SHTOOL echo -e '%b' 2>/dev/null`"
TB="" TN=""
if test -t 1; then
TB="`$SHTOOL echo -e '%B' 2>/dev/null`"
TN="`$SHTOOL echo -e '%b' 2>/dev/null`"
fi
OPENLDAP_CVS=""
if test -d $ac_aux_dir/CVS; then
...
...
@@ -6353,7 +6356,7 @@ ia64-*-hpux*)
;;
*-*-irix6*)
# Find out which ABI we are using.
echo '#line 635
6
"configure"' > conftest.$ac_ext
echo '#line 635
9
"configure"' > conftest.$ac_ext
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
...
...
@@ -8524,11 +8527,11 @@ else
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
(eval echo "\"\$as_me:85
27
: $lt_compile\"" >&5)
(eval echo "\"\$as_me:85
30
: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
cat conftest.err >&5
echo "$as_me:853
1
: \$? = $ac_status" >&5
echo "$as_me:853
4
: \$? = $ac_status" >&5
if (exit $ac_status) && test -s "$ac_outfile"; then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings other than the usual output.
...
...
@@ -8786,11 +8789,11 @@ else
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
(eval echo "\"\$as_me:87
8
9: $lt_compile\"" >&5)
(eval echo "\"\$as_me:879
2
: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
cat conftest.err >&5
echo "$as_me:879
3
: \$? = $ac_status" >&5
echo "$as_me:879
6
: \$? = $ac_status" >&5
if (exit $ac_status) && test -s "$ac_outfile"; then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings other than the usual output.
...
...
@@ -8848,11 +8851,11 @@ else
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
(eval echo "\"\$as_me:885
1
: $lt_compile\"" >&5)
(eval echo "\"\$as_me:885
4
: $lt_compile\"" >&5)
(eval "$lt_compile" 2>out/conftest.err)
ac_status=$?
cat out/conftest.err >&5
echo "$as_me:885
5
: \$? = $ac_status" >&5
echo "$as_me:885
8
: \$? = $ac_status" >&5
if (exit $ac_status) && test -s out/conftest2.$ac_objext
then
# The compiler can only warn and ignore the option if not recognized
...
...
@@ -11203,7 +11206,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<EOF
#line 1120
6
"configure"
#line 1120
9
"configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
...
...
@@ -11301,7 +11304,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<EOF
#line 1130
4
"configure"
#line 1130
7
"configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
This diff is collapsed.
Click to expand it.
contrib/ldaptcl/configure
+
2
−
1
View file @
a376bb45
...
...
@@ -931,7 +931,8 @@ fi
case
"
$with_tk
"
in
yes
)
if
test
-f
$exec_prefix
/lib/tkConfig.sh
-a
$exec_prefix
/lib/tkxConfig.sh
if
test
-f
$exec_prefix
/lib/tkConfig.sh
&&
test
-f
$exec_prefix
/lib/tkxConfig.sh
then
:
else
...
...
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