lib*.a -> lib*.la

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4919 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1998-05-23 17:00:14 +00:00
parent 7b2a6e1c75
commit e783626af7

View File

@@ -93,7 +93,7 @@ fi
])
if test "$otp" = "yes"; then
AC_DEFINE(OTP)
LIB_otp='$(top_builddir)/lib/otp/libotp.a'
LIB_otp='$(top_builddir)/lib/otp/libotp.la'
OTP_dir=otp
fi
AC_SUBST(LIB_otp)
@@ -512,7 +512,7 @@ elif test "$ac_cv_func_el_init" = yes; then
AC_DEFINE(HAVE_READLINE, 1)
editline_OBJS=edit_compat.o
LIB_readline='$(top_builddir)/lib/editline/libeditline.a '"$LIB_el_init"' $(LIB_tgetent)'
LIB_readline='$(top_builddir)/lib/editline/libeditline.la '"$LIB_el_init"' $(LIB_tgetent)'
INCLUDE_readline='-I$(top_builddir)/lib/editline -I$(top_srcdir)/lib/editline'
elif test "$ac_cv_func_readline" = yes; then
@@ -523,7 +523,7 @@ elif test "$ac_cv_func_readline" = yes; then
else
AC_DEFINE(HAVE_READLINE, 1)
editline_OBJS="editline.o complete.o sysunix.o"
LIB_readline='$(top_builddir)/lib/editline/libeditline.a $(LIB_tgetent)'
LIB_readline='$(top_builddir)/lib/editline/libeditline.la $(LIB_tgetent)'
INCLUDE_readline='-I$(top_builddir)/lib/editline -I$(top_srcdir)/lib/editline'
fi
AC_SUBST(LIB_tgetent)