From adffe2a8c59d8438b4c03f449ca50829d575390a Mon Sep 17 00:00:00 2001 From: Will Estes Date: Thu, 20 Sep 2001 14:55:36 +0000 Subject: specify cvsroot so automake distcheck works --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 093b322..79795cc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -122,6 +122,6 @@ ChangeLog: dist-hook: -for i in tests to.do examples faqs ; \ do \ - cvs -Q export -D today -d $(PACKAGE)-$(VERSION)/$$i $(PACKAGE)/$$i ; \ + cvs -d /usr/local/cvsroot -Q export -D today -d $(PACKAGE)-$(VERSION)/$$i $(PACKAGE)/$$i ; \ done -cd $(PACKAGE)-$(VERSION) && ./autogen.sh -- cgit v1.2.3