shithub: aacdec

ref: d126dc69a58f7fbdcdf9a97bcd699fa0b5f3beb1
dir: /bootstrap/

View raw version
#! /bin/sh

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