sigar/autogen.sh

11 lines
157 B
Bash
Raw Normal View History

2008-11-27 07:27:32 +08:00
#!/bin/sh
set -x
touch INSTALL NEWS AUTHORS
autoheader \
&& aclocal \
&& libtoolize --ltdl --copy --force \
&& automake --add-missing --copy \
&& autoconf