summaryrefslogtreecommitdiff
path: root/release.sh
blob: dfa81479102a88131b1d9dca4474c2fd51bd2ec2 (plain)
1
2
3
4
5
6
7
8
9
#! /bin/sh -e

# Build automatically generated files
./autogen.sh

# Basic configure to get 'make distcheck'
./configure

make distcheck