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

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

Return to:

Send suggestions and report system problems to the System administrator.