shithub: aacdec

ref: edcf077d7c04c69d9123ef0e07b4883ce9233dee
dir: /bootstrap/

View raw version
#! /bin/sh

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