projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce0d9f0
)
Restored path names that were changed by a previous "Configure" run.
author
Bodo Möller
<bodo@openssl.org>
Thu, 6 May 1999 23:46:26 +0000
(23:46 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Thu, 6 May 1999 23:46:26 +0000
(23:46 +0000)
(Rather than changing the files in places, we really should use .in files.)
Submitted by:
Reviewed by:
PR:
tools/c_rehash
patch
|
blob
|
history
util/mk1mf.pl
patch
|
blob
|
history
diff --git
a/tools/c_rehash
b/tools/c_rehash
index d89ab38e645d277b52df0c37847ef1ef444abb07..cc3b65871f06a8987e9509ebe32de9244bd4221a 100644
(file)
--- a/
tools/c_rehash
+++ b/
tools/c_rehash
@@
-8,7
+8,7
@@
if [ "$OPENSSL"x = "x" -o ! -x "$OPENSSL" ]; then
OPENSSL='openssl'
export OPENSSL
fi
-DIR=/usr/ssl
+DIR=/usr/
local/
ssl
PATH=$DIR/bin:$PATH
if [ ! -f "$OPENSSL" ]; then
diff --git
a/util/mk1mf.pl
b/util/mk1mf.pl
index 438097b600420679b8fd3b67f894ac628c863cd0..7749505c508d28f2bbfb3119f6c385335f93af0a 100755
(executable)
--- a/
util/mk1mf.pl
+++ b/
util/mk1mf.pl
@@
-5,7
+5,7
@@
# funny stuff
#
-$INSTALLTOP="/usr/ssl";
+$INSTALLTOP="/usr/
local/
ssl";
$ssl_version="0.9.2b";