# HG changeset patch # User jwe # Date 845097753 0 # Node ID 4f352018a7ef534fed67147da86bb8fb399627c8 # Parent 6bea009cdae2c421ce57104531f88334161e4bed [project @ 1996-10-12 05:21:02 by jwe] diff --git a/info/configure.in b/info/configure.in --- a/info/configure.in +++ b/info/configure.in @@ -98,7 +98,7 @@ AC_FUNC_SETVBUF_REVERSED TERMLIBS="" -for termlib in termcap terminfo curses termlib ; do +for termlib in termcap terminfo ncurses curses termlib ; do AC_CHECK_LIB(${termlib}, tputs, [TERMLIBS="${TERMLIBS} -l${termlib}"]) case "${TERMLIBS}" in *-l${termlib}*) diff --git a/libcruft/Makefile.in b/libcruft/Makefile.in --- a/libcruft/Makefile.in +++ b/libcruft/Makefile.in @@ -110,7 +110,7 @@ rm -f *.a *.o Makefile Makerules so_locations if $(SHARED_LIBS); then rm -f *.$(SHLEXT); fi -maintainer-clean:: distclean +maintainer-clean:: rm -f *.a *.o Makefile Makerules so_locations tags TAGS if $(SHARED_LIBS); then rm -f *.$(SHLEXT); fi