Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nadezhda Ivanova
OpenLDAP
Commits
3d72675e
Commit
3d72675e
authored
Apr 29, 1999
by
Kurt Zeilenga
Browse files
Remove $(VERSIONFILE) dependencies
parent
e4c84b9d
Changes
3
Hide whitespace changes
Inline
Side-by-side
build/lib.mk
View file @
3d72675e
...
...
@@ -8,13 +8,9 @@
all-common
:
$(LIBRARY) $(PROGRAMS)
version.c
:
$(OBJS)
$(srcdir)/Version.c
version.c
:
$(OBJS)
$(RM)
$@
(
u
=
$
${
USER
-root
}
v
=
`
$(CAT)
$(VERSIONFILE)
`
d
=
`
$(PWD)
`
\
h
=
`
$(HOSTNAME)
`
t
=
`
$(DATE)
`
;
$(SED)
-e
"s|%WHEN%|
$
${t}
|"
\
-e
"s|%WHOANDWHERE%|
$
${u}
@
$
${h}
:
$
${d}
|"
\
-e
"s|%VERSION%|
$
${v}
|"
\
<
$(srcdir)
/Version.c
>
$@
)
$(MKVERSION)
$(LIBRARY)
>
$@
install-common
:
FORCE
...
...
build/man.mk
View file @
3d72675e
...
...
@@ -10,10 +10,9 @@ MANDIR=$(mandir)/man$(MANSECT)
TMP_SUFFIX
=
tmp
all-common
:
VERSION
=
`
$(CAT)
$(VERSIONFILE)
`
;
\
PAGES
=
`
cd
$(srcdir)
;
echo
*
.
$(MANSECT)
`
;
\
for
page
in
$$
PAGES
;
do
\
$(SED)
-e
"s%LDVERSION%
$
$
VERSION%"
\
$(SED)
-e
"s%LDVERSION%
$
(
VERSION
)
%"
\
-e
's%ETCDIR%
$(sysconfdir)
%'
\
-e
's%LOCALSTATEDIR%
$(localstatedir)
%'
\
-e
's%SYSCONFDIR%
$(sysconfdir)
%'
\
...
...
configure
View file @
3d72675e
...
...
@@ -2311,7 +2311,7 @@ $libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \
||
{
echo
"configure: error: libtool configure failed"
1>&2
;
exit
1
;
}
for
ac_prog
in
g
awk
m
awk nawk
awk
for
ac_prog
in
m
awk
g
awk nawk
awk
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set
dummy
$ac_prog
;
ac_word
=
$2
...
...
@@ -4154,7 +4154,7 @@ fi
ol_link_tls
=
no
if
test
$ol_with_tls
!=
no
;
then
for
ac_hdr
in
ssl.h
ssl/ssl.h
for
ac_hdr
in
ssl.h
do
ac_safe
=
`
echo
"
$ac_hdr
"
|
sed
'y%./+-%__p_%'
`
echo
$ac_n
"checking for
$ac_hdr
""...
$ac_c
"
1>&6
...
...
@@ -4195,7 +4195,7 @@ fi
done
if
test
$ac_cv_header_ssl_h
=
yes
-o
$ac_cv_header_ssl_ssl_h
=
yes
;
then
if
test
$ac_cv_header_ssl_h
=
yes
;
then
echo
$ac_n
"checking for SSLeay_add_ssl_algorithms in -lssl""...
$ac_c
"
1>&6
echo
"configure:4201: checking for SSLeay_add_ssl_algorithms in -lssl"
>
&5
ac_lib_var
=
`
echo
ssl
'_'
SSLeay_add_ssl_algorithms |
sed
'y%./+-%__p_%'
`
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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