shithub: aacdec

ref: a71a4f52c8a96c1b5b9bfd271a57a91d7070e5d7
dir: /bootstrap/

View raw version
#! /bin/sh

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