shithub: sox

ref: 8de54df09bdcce676c59651ba9e6661ad2ad5d85
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