aboutsummaryrefslogtreecommitdiffhomepage
path: root/autogen.sh
blob: 3860e8db9a61fa513364dfa71913736007527308 (plain)
1
2
3
4
5
6
7
#!/bin/sh

libtoolize --force --copy
aclocal
autoheader
automake --add-missing -a --foreign
autoconf