]> git.ipfire.org Git - thirdparty/mtr.git/commit
build-sys: fix make distcheck
authorSami Kerola <kerolasa@iki.fi>
Tue, 16 Aug 2016 07:15:22 +0000 (08:15 +0100)
committerSami Kerola <kerolasa@iki.fi>
Tue, 16 Aug 2016 09:52:10 +0000 (10:52 +0100)
commit8c2984df28224af9e30bc4f42d0cd77b5c1d4d2b
tree9e082309534ab099d769163a68e991ad40feeece
parent7d064188b679219f3dbe44878f4d6a1f04b1b552
build-sys: fix make distcheck

New distribution package can, and should, now be built using 'make
distcheck' facility from autotools.  Personally I would run the following.

git clean -xdf && git reset --hard HEAD &&
./bootstrap.sh && ./configure && make distcheck
.gitignore
Makefile.am