zfs/autogen.sh
2008-12-05 14:56:15 -08:00

9 lines
155 B
Bash

#!/bin/sh
aclocal -I config &&
libtoolize --automake --copy
autoheader &&
automake --add-missing --include-deps
autoconf
rm -rf autom4te.cache aclocal.m4