shithub: aacdec

ref: f6b6ac07ea8f9cbe0cafa6545c016783809a48e6
dir: /bootstrap/

View raw version
#! /bin/sh

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