shithub: aacdec

ref: d81e3555e2df1b812f83e267bbcf0644edf4174f
dir: /bootstrap/

View raw version
#! /bin/sh

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