shithub: aacdec

ref: d192652be0d3eb46ef2c96c073ef183fef1eb063
dir: /bootstrap/

View raw version
#! /bin/sh

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