mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-12-26 03:09:34 +03:00
9 lines
167 B
Bash
Executable File
9 lines
167 B
Bash
Executable File
#!/bin/sh
|
|
|
|
aclocal -I config &&
|
|
libtoolize --automake --copy
|
|
autoheader &&
|
|
automake --add-missing --include-deps 2>/dev/null
|
|
autoconf
|
|
rm -rf autom4te.cache aclocal.m4
|