shithub: aacdec

ref: 52f98baf9162f841e69d23a9fd5d3dd707310842
dir: /bootstrap/

View raw version
#! /bin/sh

aclocal -I .
autoheader
libtoolize --automake
automake --add-missing
autoconf
echo "Ready to run ./configure"