diff options
author | wlestes <wlestes> | 2001-09-20 14:55:36 +0000 |
---|---|---|
committer | wlestes <wlestes> | 2001-09-20 14:55:36 +0000 |
commit | 21f837be7be1ec8dd20443b6ffaa48ffe57c5eee (patch) | |
tree | 12171cf76e0e21781611760db25bf694c78b3605 /Makefile.am | |
parent | 6e69ebfed5e27b66ff47449d20ca0e0c1e01cbd8 (diff) | |
download | flex-21f837be7be1ec8dd20443b6ffaa48ffe57c5eee.tar.gz |
specify cvsroot so automake distcheck works
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
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 |