diff -urN ed-0.2.orig/configure.in ed-0.2/configure.in --- ed-0.2.orig/configure.in Sat Oct 5 14:24:30 2002 +++ ed-0.2/configure.in Sat Oct 5 14:36:29 2002 @@ -15,7 +15,7 @@ AC_FUNC_VPRINTF AC_FUNC_ALLOCA if test "$ALLOCA" = alloca.o; then - AC_SUBST(LIBOBJS)LIBOBJS="$LIBOBJS xmalloc.o error.o" + AC_SUBST(LTLIBOBJS) AC_LIBOBJ([xmalloc.o]) AC_LIBOBJ([error.o]) fi AC_OUTPUT(Makefile)