This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: vtexi.test failing


"Derek R. Price" wrote:

> vtexi.test is failing in the CVS automake.  I assume it broke due to the
> recent vtexi behavior change.

I just looked and I was right.  The fix was simple - the test simply wasn't
expecting the $(srcdir)/ prefix on version.texi.

Derek

--
Derek Price                      CVS Solutions Architect ( http://CVSHome.org )
mailto:dprice@openavenue.com     OpenAvenue ( http://OpenAvenue.com )
--
This score just in: OS/2, Windows 95, LinuxPPC 2000.


Index: vtexi.test
===================================================================
RCS file: /cvs/automake/automake/tests/vtexi.test,v
retrieving revision 1.4
diff -u -r1.4 vtexi.test
--- vtexi.test	1997/02/23 19:41:20	1.4
+++ vtexi.test	2000/12/21 20:54:44
@@ -24,4 +24,4 @@
 
 $AUTOMAKE || exit 1
 
-grep '^textutils\.info: textutils\.texi version\.texi$' Makefile.in
+grep '^textutils\.info: textutils\.texi $(srcdir)/version\.texi$' Makefile.in

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]