projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f8abd9
)
Prime local shared library registry file for Alpha OSF
author
Ezra Peisach
<epeisach@mit.edu>
Fri, 26 May 1995 18:03:32 +0000
(18:03 +0000)
committer
Ezra Peisach
<epeisach@mit.edu>
Fri, 26 May 1995 18:03:32 +0000
(18:03 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5894
dc483132
-0cff-0310-8789-
dd5450dbe970
src/ChangeLog
patch
|
blob
|
history
src/configure.in
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index b917690cc69276827e32d425a4f1544efe1131bb..d247f76a17ddb8d4ab816d26a2b0e954e2236679 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,8
@@
+Fri May 26 13:41:46 1995 Ezra Peisach (epeisach@kangaroo.mit.edu)
+
+ * configure.in: For Alphs OSF/1, prime a local shared library
+ registry with system installed registry file.
+
Fri May 26 10:16:02 1995 Keith Vetter (keithv@fusion.com)
* Makefile.in: added lib/kadm and deleted lib/krb425 from PC stuff.
diff --git
a/src/configure.in
b/src/configure.in
index 4a472c92a7dadeec327fefea7b27dd1c657edb71..48a3a0f72c3fb334f351bd56505ea0026be73cb4 100644
(file)
--- a/
src/configure.in
+++ b/
src/configure.in
@@
-29,6
+29,9
@@
alpha-dec-osf*)
krb5_cv_shlibs_cflags=
krb5_cv_shlibs_ext=so
krb5_cv_shlibs_dir=
+ if test ! -f so_locations; then
+ cp -p /usr/shlib/so_locations .
+ fi
;;
*)