shithub: aacdec

ref: f5944cbe42a23d36ac58d45b2d0abfd670bf1afe
dir: /bootstrap/

View raw version
#! /bin/sh

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