aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
blob: eb9395c719d1f7a7a21eedfaca2ddb5d2ff13b57 (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