shithub: aacdec

ref: e2634aa96270d47ff82c6b355f84665d62f22e89
dir: /bootstrap/

View raw version
#! /bin/sh

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