shithub: sox

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