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

aclocal

autoheader

automake -a

autoconf

./configure --enable-tests