Use strerror() not strerror_r()
[zfs.git] / autogen.sh
index 7834426..343265c 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
-