summaryrefslogtreecommitdiff
path: root/autogen.sh
blob: 949907e4b4dcfc08e385d16ee621da86a49632d7 (plain)
1
2
3
4
5
6
7
#!/bin/sh

aclocal -I m4
libtoolize --automake
autoheader
automake -a
autoconf

Return to:

Send suggestions and report system problems to the System administrator.