sigar/autogen.sh

11 lines
157 B
Bash
Executable File

#!/bin/sh
set -x
touch INSTALL NEWS AUTHORS
autoheader \
&& aclocal \
&& libtoolize --ltdl --copy --force \
&& automake --add-missing --copy \
&& autoconf