changeset 2379:4f352018a7ef

[project @ 1996-10-12 05:21:02 by jwe]
author jwe
date Sat, 12 Oct 1996 05:22:33 +0000
parents 6bea009cdae2
children e807c025bfe8
files info/configure.in libcruft/Makefile.in
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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}*)
--- 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