summaryrefslogtreecommitdiff
path: root/autogen.sh
blob: 6d7dbb06d21c139bd64bcfa5b10fefd00382a45c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/bin/sh

set -ex

rm -rf autom4te.cache

aclocal --force

libtoolize -c -f

autoconf -f -W all,no-obsolete

autoheader -f -W all

automake -a -c -f -W all

rm -rf autom4te.cache

exit 0

# end autogen.sh