shithub: aacdec

ref: 283d7384fb6480fdfa6ef47cf28bfb83d5d7329b
dir: /bootstrap/

View raw version
#! /bin/sh

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