shithub: sox

ref: d4a0c0caf9a9eefd44e70e1f37672669a4c166fe
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