]> granicus.if.org Git - zfs/blobdiff - autogen.sh
Improve HAVE_EVICT_INODE check
[zfs] / autogen.sh
index 7834426bb24f988b72dce09e9aab86ef552d2e1a..aba740f16ec28c08f3198f6c4cc83afa770ed0bb 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 &&
+aclocal -I config &&
+libtoolize --automake --copy
 autoheader &&
-automake --add-missing --include-deps # 2>/dev/null &&
+automake --add-missing --include-deps --copy
 autoconf
-