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

aclocal
libtoolize --copy --automake
automake --add-missing --copy --gnu
autoheader
autoconf

Return to:

Send suggestions and report system problems to the System administrator.