]> git.proxmox.com Git - mirror_spl.git/blame_incremental - autogen.sh
Simple ignore the return type which was never used here and cast it to void.
[mirror_spl.git] / autogen.sh
... / ...
CommitLineData
1#!/bin/sh
2
3find . -type d -name .deps | xargs rm -rf
4rm -rf config.guess config.sub ltmain.sh
5libtoolize --automake
6aclocal -I autoconf 2>/dev/null &&
7autoheader &&
8automake --add-missing --include-deps 2>/dev/null
9autoconf
10