summaryrefslogtreecommitdiff
path: root/autogen.sh
blob: 851603c6c118e37a8cf3da1cdd0f815637090de3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

mkdir autotools

aclocal
autoheader
automake -a -c
autoconf
automake

./configure "$@"