shithub: sox

ref: 119f9e12612f545f9370b12bf90d3b71714620db
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