shithub: aacdec

ref: 516916a8cd0ae7c8bff45d91ec720ae2484e3fae
dir: /bootstrap/

View raw version
#! /bin/sh

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