shithub: sox

ref: 7aff811399c8b10a08ca9d95d5a9ce9bf2bfb1a6
dir: /autogen.sh/

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

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