LIBLINKS; previously it was setting LIBLINKS to include $LIBLIST
instead, which is Just Wrong.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12639
dc483132-0cff-0310-8789-
dd5450dbe970
+2000-08-30 Tom Yu <tlyu@mit.edu>
+
+ * aclocal.m4 (LIBLINKS): Fix appending of $EXTRA_LIB_TARGETS to
+ LIBLINKS; previously it was setting LIBLINKS to include $LIBLIST
+ instead, which is Just Wrong.
+
2000-08-30 Ken Raeburn <raeburn@mit.edu>
* aclocal.m4 (KRB5_LIB_AUX): Fold in values of EXTRA_LIB_TARGETS,
if test -n "$EXTRA_LIB_TARGETS"; then
LIBLIST="$LIBLIST $EXTRA_LIB_TARGETS"
fi
-LIBLINKS="$LIBLIST $EXTRA_LIBLINK_TARGETS"
+LIBLINKS="$LIBLINKS $EXTRA_LIBLINK_TARGETS"
LIBINSTLIST="$LIBINSTLIST $EXTRA_LIBINST_TARGETS"
AC_SUBST(EXTRA_CLEAN_TARGETS)
AC_SUBST(EXTRA_CLEAN_LINKS)