aboutsummaryrefslogtreecommitdiffstats
path: root/create_tarball.sh
blob: aace86410d75a36cc6a373eef67ca0a08a06be47 (plain)
1
2
3
4
5
6
#!/bin/bash

intltoolize --force --copy
autoreconf -vfi
./configure
make distcheck