+Wed Sep 23 15:24:44 1998 Tom Yu <tlyu@mit.edu>
+
+ * aclocal.m4 (KRB5_LIB_AUX): Do what Sam originally meant to do by
+ moving the explicit resetting of DEPLIB=$SHLIBEXT and forcing
+ SHLIBEXT=.so-nobuild to avoid duplicate rules on AIX and such.
+
Wed Aug 19 20:14:31 1998 Tom Yu <tlyu@mit.edu>
* aclocal.m4 (KRB5_LIB_AUX): Back out Sam's change to reorder the
LIBLIST=
OBJLISTS=
else
- LIBLIST="lib\$(LIB)$STLIBEXT"
- LIBLINKS="\$(TOPLIBD)/lib\$(LIB)$STLIBEXT"
+ LIBLIST='lib$(LIB)$(STLIBEXT)'
+ LIBLINKS='$(TOPLIBD)/lib$(LIB)$(STLIBEXT)'
OBJLISTS=OBJS.ST
LIBINSTLIST=install-static
DEPLIBEXT=$STLIBEXT
CC_LINK="$CC_LINK_STATIC"
;;
*)
+ # set this now because some logic below may reset SHLIBEXT
+ DEPLIBEXT=$SHLIBEXT
if test "$krb5_force_static" = "yes"; then
AC_MSG_RESULT([Forcing static libraries.])
+ # avoid duplicate rules generation for AIX and such
+ SHLIBEXT=.so-nobuild
else
AC_MSG_RESULT([Enabling shared libraries.])
LIBLIST="$LIBLIST "'lib$(LIB)$(SHLIBEXT)'
esac
OBJLISTS="$OBJLISTS OBJS.SH"
fi
- DEPLIBEXT=$SHLIBEXT
CC_LINK="$CC_LINK_SHARED"
if test "$STLIBEXT" = "$SHLIBEXT" ; then
STLIBEXT=".a-no-build"