shithub: aacdec

ref: 35f8e224dba9885e99c7e3fff80c9706def70d1d
dir: /bootstrap/

View raw version
#! /bin/sh

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