X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=autogen.sh;h=488e913b2bf42bdc2a303b6b615657eaf2374e1c;hb=a20f43b51ba87d4932f897e23cf9af181d4d1374;hp=340b2c673d64d2b5aad7943b2a82651f8a489078;hpb=f1ca4da6f79730bad6d0ad75db567881c96a5e51;p=mirror_zfs.git diff --git a/autogen.sh b/autogen.sh index 340b2c673..488e913b2 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,8 +1,4 @@ #!/bin/sh -find . -type d -name .deps | xargs rm -rf -aclocal 2>/dev/null && -autoheader && -automake --add-missing --include-deps # 2>/dev/null && -autoconf - +autoreconf -fiv || exit 1 +rm -Rf autom4te.cache