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

set -e

aclocal $ACLOCAL_FLAGS

libtoolize \
	--force \
	--copy

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