summaryrefslogtreecommitdiff
path: root/autogen.sh
blob: ee0e377d20c97b6d6ec4580d45a463ca9dadeef2 (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 $@