shithub: aacdec

ref: cbe4880728c45081b70ee1b731a8a89dbc065269
dir: /bootstrap/

View raw version
#! /bin/sh

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