shithub: sox

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