shithub: sox

ref: 890744138456ea5841c027a66d52810dca736548
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