summaryrefslogtreecommitdiff
path: root/make-dist
blob: 6512570c0a4a134d716e024efaf91950f8f7a75d (plain)
1
2
3
4
5
6
7
8
#!/bin/sh -e

git clone -s .git tmpdir
cd tmpdir
./git-set-file-times
autoreconf -i
./configure --enable-maintainer-mode
make distcheck