summaryrefslogtreecommitdiffstats
path: root/autogen.sh
blob: 90f6046a67802517f2c8d9b20890032a97eba475 (plain)
1
2
3
4
5
6
#!/bin/sh
aclocal -I m4 || exit 1
libtoolize || exit 1
autoheader || exit 1
automake --add-missing || exit 1
autoconf || exit 1