* Makefile.am: set the github repo as the default for `make gitcheck'
This commit is contained in:
10
Makefile.am
10
Makefile.am
@ -70,11 +70,11 @@ fixme:
|
|||||||
|
|
||||||
# check whether we can run make distcheck from the repo version
|
# check whether we can run make distcheck from the repo version
|
||||||
gitcheck:
|
gitcheck:
|
||||||
cd `mktemp -d`; \
|
cd `mktemp -d`; \
|
||||||
git clone git://gitorious.org/mu/mu.git ; \
|
git clone git://github.com/djcb/mu.git ; \
|
||||||
cd mu; \
|
cd mu; \
|
||||||
autoreconf -i ;\
|
autoreconf -i ; \
|
||||||
./configure ; \
|
./configure ; \
|
||||||
make distcheck
|
make distcheck
|
||||||
|
|
||||||
EXTRA_DIST= \
|
EXTRA_DIST= \
|
||||||
|
|||||||
Reference in New Issue
Block a user