Remove autotools products
[zfs.git] / autogen.sh
1 #!/bin/sh
2
3 aclocal -I config
4 libtoolize --automake --copy
5 autoheader
6 automake --add-missing --include-deps --copy
7 autoconf