shithub: aacdec

ref: 2b65b584656d94459a29da0ebfef673e5c5d9ca1
dir: /bootstrap/

View raw version
#! /bin/sh

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