Make zvol_remove_link() print a more useful error message
[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