shithub: aacdec

ref: 5a241403dd9338b0b46ef16ae88f7abde9b5dfdc
dir: /bootstrap/

View raw version
#! /bin/sh

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