shithub: aacdec

ref: 6e334f585508b2e4f92f331f4553a6dae93820a9
dir: /bootstrap/

View raw version
#! /bin/sh

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