shithub: aacdec

ref: d8578de53c9a0af9bf3cc9d2a008cc0a66eb9b1d
dir: /bootstrap/

View raw version
#! /bin/sh

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