shithub: aacdec

ref: 95192f051ae87f4cee8ccc285893690446acd79c
dir: /bootstrap/

View raw version
#! /bin/sh

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