]> git.proxmox.com Git - mirror_spl-debian.git/blobdiff - autogen.sh
SPL 0.6.0-rc8
[mirror_spl-debian.git] / autogen.sh
index 340b2c673d64d2b5aad7943b2a82651f8a489078..12ed476c713f9b93070b96bfcb2e1ae5fca051f9 100755 (executable)
@@ -1,8 +1,8 @@
 #!/bin/sh
 
-find . -type d -name .deps | xargs rm -rf
-aclocal 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
-
+rm -rf autom4te.cache aclocal.m4