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,8 @@ AC_FUNC_VPRINTF AC_FUNC_ALLOCA if test "$ALLOCA" = alloca.o; then - AC_SUBST(LIBOBJS)LIBOBJS="$LIBOBJS xmalloc.o error.o" + AC_LIBOBJ(xmalloc) + AC_LIBOBJ(error) fi AC_OUTPUT(Makefile)