shithub: aacdec

ref: 064c55ab7a632a8a5e18b4698469295fc22e4fdb
dir: /bootstrap/

View raw version
#! /bin/sh

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