shithub: aacdec

ref: 46302c5d6df2c20631600b17d252e7b8dd8787b2
dir: /bootstrap/

View raw version
#! /bin/sh

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