zfs/autogen.sh

9 lines
162 B
Bash
Raw Permalink Normal View History

2008-12-05 17:46:11 +00:00
#!/bin/sh
aclocal -I config &&
libtoolize --automake --copy
autoheader &&
automake --add-missing --include-deps --copy
2008-12-05 17:46:11 +00:00
autoconf
rm -rf autom4te.cache aclocal.m4