]> granicus.if.org Git - zfs/blobdiff - autogen.sh
Illumos #2762: zpool command should have better support for feature flags
[zfs] / autogen.sh
index 7834426bb24f988b72dce09e9aab86ef552d2e1a..343265c8300818fb54baeccfd999ae8fd93ea593 100755 (executable)
@@ -1,10 +1,7 @@
 #!/bin/sh
 
-find . -type d -name .deps | xargs rm -rf
-rm -rf config.guess config.sub ltmain.sh
-libtoolize --automake
-aclocal -I autoconf 2>/dev/null &&
-autoheader &&
-automake --add-missing --include-deps # 2>/dev/null &&
+aclocal -I config
+libtoolize --automake --copy
+autoheader
+automake --add-missing --include-deps --copy
 autoconf
-