]> git.proxmox.com Git - mirror_zfs.git/blob - autogen.sh
72bba5b035376c292d25f60fe2166a0fa171f0cc
[mirror_zfs.git] / autogen.sh
1 #!/bin/sh
2
3 aclocal -I config &&
4 libtoolize --automake --copy
5 autoheader &&
6 automake --add-missing --include-deps 2>/dev/null
7 autoconf
8 rm -rf autom4te.cache aclocal.m4