summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorWill Estes <wlestes@users.sourceforge.net>2001-09-20 14:55:36 +0000
committerWill Estes <wlestes@users.sourceforge.net>2001-09-20 14:55:36 +0000
commitadffe2a8c59d8438b4c03f449ca50829d575390a (patch)
treee1cb39bb06b5171e78112e3f80e3f80e74ac2ec2 /Makefile.am
parent5930a487239db7a83db358ad1643a808cb24e603 (diff)
specify cvsroot so automake distcheck works
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
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