shithub: aacdec

ref: 783631ddf502782473605d8a91be9eac70631d54
dir: /bootstrap/

View raw version
#! /bin/sh

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