shithub: sox

ref: 37fcdf90cf90b5786d0e27db115abb8b0c7593a3
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