Bash程序  |  11行  |  149 B

#!/bin/sh

# autogen.sh -- Autotools bootstrapping

libtoolize --copy --force
aclocal &&\
autoheader &&\
autoconf &&\
automake --add-missing --copy