shithub: aacdec

ref: 1f194f58d0de59460c8fdeda7eac01a9573f2836
dir: /bootstrap/

View raw version
#! /bin/sh

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