]> git.proxmox.com Git - mirror_spl-debian.git/blobdiff - autogen.sh
Prep spl-0.6.0-rc4 tag
[mirror_spl-debian.git] / autogen.sh
index abd43903a90a00b1cdc1b41e94b7050755e39f01..12ed476c713f9b93070b96bfcb2e1ae5fca051f9 100755 (executable)
@@ -1,10 +1,8 @@
 #!/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
-
+rm -rf autom4te.cache aclocal.m4