shithub: sox

ref: b2df9275bddc1c491bd493127ef7be787307b277
dir: /autogen.sh/

View raw version
#! /bin/sh
# Run the autotools to generate configure and everything needed to run it

aclocal -I aclocal
autoheader
automake --foreign --add-missing
autoconf
rm -f config.cache