aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
blob: 52833840b190aa9f115a0183e8d878ead2606999 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -e

# Run this to generate all the initial makefiles, etc.
aclocal
autoheader
autoconf
automake --add-missing --copy