shithub: aacdec

ref: 054797bf657887d453b7d2ad8fb24fe385ef287b
dir: /bootstrap/

View raw version
#! /bin/sh

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