summaryrefslogtreecommitdiffstats
path: root/patches/autogen.sh
blob: cd5c6d6db3768a1c2a6bc367d723bf5825982605 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/bash

aclocal $ACLOCAL_FLAGS

libtoolize \
	--force \
	--copy

autoreconf \
	--force \
	--install \
	--warnings=cross \
	--warnings=syntax \
	--warnings=obsolete \
	--warnings=unsupported