Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Quanah Gibson-Mount
OpenLDAP
Commits
ff0f3902
Commit
ff0f3902
authored
Jan 03, 2001
by
Kurt Zeilenga
Browse files
remove extra '&&' from CDPATH kludge
parent
1ad7bd20
Changes
2
Hide whitespace changes
Inline
Side-by-side
configure
View file @
ff0f3902
#! /bin/sh
# $OpenLDAP$
# from OpenLDAP: pkg/ldap/configure.in,v 1.34
0
2000/12/31 0
1:32:49
kurt Exp
# from OpenLDAP: pkg/ldap/configure.in,v 1.34
1
2000/12/31 0
2:17:20
kurt Exp
# Copyright 1998-2000 The OpenLDAP Foundation. All Rights Reserved.
#
...
...
@@ -643,14 +643,14 @@ else
fi
# set unset (borrowed from autoconf 2.
14a
)
# set unset (borrowed from autoconf 2.
49c
)
if
(
OL_FOO
=
OL_FOO
;
unset
OL_FOO
)
>
/dev/null 2>&1
;
then
ol_unset
=
unset
else
ol_unset
=
false
fi
# unset CDPATH
$ol_unset
CDPATH
||
test
"
${
CDPATH
+set
}
"
!=
set
||
{
CDPATH
=
:
;
&&
export
CDPATH
;
}
$ol_unset
CDPATH
||
test
"
${
CDPATH
+set
}
"
!=
set
||
{
CDPATH
=
:
;
export
CDPATH
;
}
ac_aux_dir
=
for
ac_dir
in
build
$srcdir
/build
;
do
...
...
configure.in
View file @
ff0f3902
...
...
@@ -33,14 +33,14 @@ dnl ================================================================
dnl Configure.in for OpenLDAP
AC_INIT(build/version.sh)dnl
# set unset (borrowed from autoconf 2.
14a
)
# set unset (borrowed from autoconf 2.
49c
)
if (OL_FOO=OL_FOO; unset OL_FOO) >/dev/null 2>&1; then
ol_unset=unset
else
ol_unset=false
fi
# unset CDPATH
$ol_unset CDPATH || test "${CDPATH+set}" != set || { CDPATH=:;
&&
export CDPATH; }
$ol_unset CDPATH || test "${CDPATH+set}" != set || { CDPATH=:; export CDPATH; }
AC_CONFIG_AUX_DIR(build)dnl
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment