[Cvs-nserver-commits] CVS: cvs-nserver/man Makefile.in,1.1.1.4.2.3.2.2,1.1.1.4.2.3.2.3
Brought to you by:
tyranny
From: Alexey M. <ty...@us...> - 2001-08-26 19:21:56
|
Update of /cvsroot/cvs-nserver/cvs-nserver/man In directory usw-pr-cvs1:/tmp/cvs-serv16275/man Modified Files: Tag: NCLI-1-11-1 Makefile.in Log Message: Added ansi2knr to options; bumped up required Automake version number Index: Makefile.in =================================================================== RCS file: /cvsroot/cvs-nserver/cvs-nserver/man/Makefile.in,v retrieving revision 1.1.1.4.2.3.2.2 retrieving revision 1.1.1.4.2.3.2.3 diff -u -d -r1.1.1.4.2.3.2.2 -r1.1.1.4.2.3.2.3 --- Makefile.in 2001/08/19 19:28:34 1.1.1.4.2.3.2.2 +++ Makefile.in 2001/08/26 19:21:53 1.1.1.4.2.3.2.3 @@ -71,6 +71,7 @@ AMTAR = @AMTAR@ AWK = @AWK@ CC = @CC@ +CPP = @CPP@ CSH = @CSH@ DEPDIR = @DEPDIR@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ @@ -83,6 +84,7 @@ RANLIB = @RANLIB@ ROFF = @ROFF@ TEXI2DVI = @TEXI2DVI@ +U = @U@ VERSION = @VERSION@ YACC = @YACC@ _am_include = @_am_include@ |