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

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

Return to:

Send suggestions and report system problems to the System administrator.