mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-17 18:11:00 +03:00
716154c592
Updated AUTHORS, COPYING, DISCLAIMER, and INSTALL files. Added standardized headers to all source file to clearly indicate the copyright, license, and to give credit where credit is due.
9 lines
156 B
Bash
Executable File
9 lines
156 B
Bash
Executable File
#!/bin/sh
|
|
|
|
aclocal -I config
|
|
libtoolize --automake --copy
|
|
autoheader
|
|
automake --add-missing --include-deps --copy
|
|
autoconf
|
|
rm -rf autom4te.cache aclocal.m4
|