shithub: aacdec

ref: 5866a7cbffd838b0bc79b267969b373de0b6c8b4
dir: /bootstrap/

View raw version
#! /bin/sh

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