Prime local shared library registry file for Alpha OSF
authorEzra Peisach <epeisach@mit.edu>
Fri, 26 May 1995 18:03:32 +0000 (18:03 +0000)
committerEzra 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
src/configure.in

index b917690cc69276827e32d425a4f1544efe1131bb..d247f76a17ddb8d4ab816d26a2b0e954e2236679 100644 (file)
@@ -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.
index 4a472c92a7dadeec327fefea7b27dd1c657edb71..48a3a0f72c3fb334f351bd56505ea0026be73cb4 100644 (file)
@@ -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
        ;;
 
 *)