# HG changeset patch # User jwe # Date 847934142 0 # Node ID 2d39387e2f3555004b88db4bf7e377d3a60a9327 # Parent f8d5dbbbc50a8705cb6c11cd0bf79c344bc8b668 [project @ 1996-11-14 01:15:33 by jwe] diff -r f8d5dbbbc50a -r 2d39387e2f35 configure.in --- a/configure.in Wed Nov 13 17:21:10 1996 +0000 +++ b/configure.in Thu Nov 14 01:15:42 1996 +0000 @@ -21,7 +21,7 @@ ### Software Foundation, 59 Temple Place - Suite 330, Boston, MA ### 02111-1307, USA. -AC_REVISION($Revision: 1.231 $) +AC_REVISION($Revision: 1.232 $) AC_PREREQ(2.9) AC_INIT(src/octave.cc) AC_CONFIG_HEADER(config.h) @@ -821,11 +821,11 @@ done AC_SUBST(TERMLIBS) -if test "$ac_cv_lib_termcap" = yes \ - || test "$ac_cv_lib_terminfo" = yes \ - || test "$ac_cv_lib_ncurses" = yes \ - || test "$ac_cv_lib_curses" = yes \ - || test "$ac_cv_lib_termlib" = yes; then +if test "$ac_cv_lib_termcap_tputs" = yes \ + || test "$ac_cv_lib_terminfo_tputs" = yes \ + || test "$ac_cv_lib_ncurses_tputs" = yes \ + || test "$ac_cv_lib_curses_tputs" = yes \ + || test "$ac_cv_lib_termlib_tputs" = yes; then true else AC_MSG_WARN([I couldn't find -ltermcap, -lterminfo, -lncurses, -lcurses, or -ltermlib!]) diff -r f8d5dbbbc50a -r 2d39387e2f35 info/Makefile.in --- a/info/Makefile.in Wed Nov 13 17:21:10 1996 +0000 +++ b/info/Makefile.in Thu Nov 14 01:15:42 1996 +0000 @@ -1,5 +1,5 @@ # Makefile for texinfo/info. -*- Indented-Text -*- -# $Id: Makefile.in,v 1.31 1996-11-13 04:15:03 jwe Exp $ +# $Id: Makefile.in,v 1.32 1996-11-14 01:15:33 jwe Exp $ # # Copyright (C) 1993,96 Free Software Foundation, Inc. @@ -78,7 +78,7 @@ infomap.h nodes.h search.h session.h \ signals.h termdep.h terminal.h tilde.h \ indices.h window.h footnotes.h dribble.h \ - variables.h gc.h clib.h getopt.h + variables.h gc.h clib.h OBJS = dir.o display.o doc.o echo_area.o filesys.o info-utils.o info.o \ infodoc.o infomap.o m-x.o nodes.o search.o session.o signals.o \ @@ -99,8 +99,10 @@ TEXINFO = info.texi info-stnd.texi +DVI = info.dvi info-stnd.dvi + DISTFILES = Makefile.in ChangeLog README NEWS info.1 configure.in \ - configure mkinstalldirs $(SRCS) $(HDRS) $(infofiles) $(TEXINFO) + configure mkinstalldirs $(SRCS) $(HDRS) $(infofiles) $(TEXINFO) $(DVI) %.o : %.c $(CC) -c $(CPPFLAGS) $(LDEFS) $(DEFS) -I. -I$(srcdir) $(CFLAGS) $< @@ -151,11 +153,11 @@ realclean: distclean $(RM) info.info info-stnd.info -local-dist: +local-dist: all-info all-dvi ln $(DISTFILES) ../`cat ../.fname`/info .PHONY: local-dist -dist: +dist: all-info all-dvi ln $(DISTFILES) ../`cat ../.fname`/info .PHONY: dist