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

aclocal

libtoolize --force

autoheader

automake -a

autoconf

./configure --enable-tests