* Makefile.am: set the github repo as the default for `make gitcheck'

This commit is contained in:
djcb 2012-03-25 14:32:43 +03:00
parent 57bc744632
commit 41f5d4ace2
1 changed files with 5 additions and 5 deletions

View File

@ -70,11 +70,11 @@ fixme:
# check whether we can run make distcheck from the repo version
gitcheck:
cd `mktemp -d`; \
git clone git://gitorious.org/mu/mu.git ; \
cd mu; \
autoreconf -i ;\
./configure ; \
cd `mktemp -d`; \
git clone git://github.com/djcb/mu.git ; \
cd mu; \
autoreconf -i ; \
./configure ; \
make distcheck
EXTRA_DIST= \