* aclocal.m4 (KRB5_LIB_AUX): add lib$(LIB)$(SHLIBVEXT) to the list
authorTom Yu <tlyu@mit.edu>
Fri, 28 Mar 1997 07:19:51 +0000 (07:19 +0000)
committerTom Yu <tlyu@mit.edu>
Fri, 28 Mar 1997 07:19:51 +0000 (07:19 +0000)
of libraries that get symlinked into $(TOPLIBD).  This allows
linkers that look for libfoo.so.maj.min rather than libfoo.so at
link time to work, e.g. NetBSD/i386.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10035 dc483132-0cff-0310-8789-dd5450dbe970

src/ChangeLog
src/aclocal.m4

index 8e898a4fd7588674cdbd8843861d52691f847e9d..b1229366d2ec64bf79246f5744fca7382d270f44 100644 (file)
@@ -1,3 +1,10 @@
+Fri Mar 28 02:18:20 1997  Tom Yu  <tlyu@mit.edu>
+
+       * aclocal.m4 (KRB5_LIB_AUX): add lib$(LIB)$(SHLIBVEXT) to the list
+       of libraries that get symlinked into $(TOPLIBD).  This allows
+       linkers that look for libfoo.so.maj.min rather than libfoo.so at
+       link time to work, e.g. NetBSD/i386.
+
 Wed Mar 19 15:43:27 1997  Theodore Y. Ts'o  <tytso@mit.edu>
 
        * Makefile.in: Fix up Macintosh and Windows build rules now that
index d6cbc76069bba0b5a2b2becd859802af461e261d..6fa159777772ccf0cba90fd9db9d3e82e00caee0 100644 (file)
@@ -1071,9 +1071,9 @@ AC_ARG_ENABLE([shared],
        *)
                AC_MSG_RESULT([Enabling shared libraries.])
                LIBLIST="$LIBLIST "'lib$(LIB)$(SHLIBEXT)'
-               LIBLINKS="$LIBLINKS "'$(TOPLIBD)/lib$(LIB)$(SHLIBEXT)'
+               LIBLINKS="$LIBLINKS "'$(TOPLIBD)/lib$(LIB)$(SHLIBEXT) $(TOPLIBD)/lib$(LIB)$(SHLIBVEXT)'
                case "$SHLIBSEXT" in
-               .so-snobuild)
+               .so.s-nobuild)
                        LIBINSTLIST="$LIBINSTLIST install-shared"
                        ;;
                *)