shithub: aacdec

ref: 6dfb69251fda7c62b3313def17af3e1c4c3eff6d
dir: /bootstrap/

View raw version
#! /bin/sh

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